290 lines
14 KiB
VB.net
290 lines
14 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmTool_ControlDesigner
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.btnListBox = New System.Windows.Forms.Button()
|
|
Me.btnListBoxCheckable = New System.Windows.Forms.Button()
|
|
Me.btnRadioButton = New System.Windows.Forms.Button()
|
|
Me.btngb = New System.Windows.Forms.Button()
|
|
Me.btnpb = New System.Windows.Forms.Button()
|
|
Me.btnTabelle = New System.Windows.Forms.Button()
|
|
Me.btnCheckbox = New System.Windows.Forms.Button()
|
|
Me.btndtp = New System.Windows.Forms.Button()
|
|
Me.btncmb = New System.Windows.Forms.Button()
|
|
Me.btntextbox = New System.Windows.Forms.Button()
|
|
Me.btnlabel = New System.Windows.Forms.Button()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.btn_addformdata = New System.Windows.Forms.Button()
|
|
Me.btn_addtocal = New System.Windows.Forms.Button()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.btnListBox)
|
|
Me.GroupBox1.Controls.Add(Me.btnListBoxCheckable)
|
|
Me.GroupBox1.Controls.Add(Me.btnRadioButton)
|
|
Me.GroupBox1.Controls.Add(Me.btngb)
|
|
Me.GroupBox1.Controls.Add(Me.btnpb)
|
|
Me.GroupBox1.Controls.Add(Me.btnTabelle)
|
|
Me.GroupBox1.Controls.Add(Me.btnCheckbox)
|
|
Me.GroupBox1.Controls.Add(Me.btndtp)
|
|
Me.GroupBox1.Controls.Add(Me.btncmb)
|
|
Me.GroupBox1.Controls.Add(Me.btntextbox)
|
|
Me.GroupBox1.Controls.Add(Me.btnlabel)
|
|
Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(295, 237)
|
|
Me.GroupBox1.TabIndex = 3
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Control-Types (Drag and Drop)"
|
|
'
|
|
'btnListBox
|
|
'
|
|
Me.btnListBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.btnListBox.Image = Global.DD_Record_Organiser.My.Resources.Resources.ListBox_686_24
|
|
Me.btnListBox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnListBox.Location = New System.Drawing.Point(12, 200)
|
|
Me.btnListBox.Name = "btnListBox"
|
|
Me.btnListBox.Size = New System.Drawing.Size(134, 31)
|
|
Me.btnListBox.TabIndex = 10
|
|
Me.btnListBox.Text = "ListBox"
|
|
Me.btnListBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnListBox.UseVisualStyleBackColor = True
|
|
'
|
|
'btnListBoxCheckable
|
|
'
|
|
Me.btnListBoxCheckable.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.btnListBoxCheckable.Image = Global.DD_Record_Organiser.My.Resources.Resources.ListBox_686_24
|
|
Me.btnListBoxCheckable.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnListBoxCheckable.Location = New System.Drawing.Point(12, 164)
|
|
Me.btnListBoxCheckable.Name = "btnListBoxCheckable"
|
|
Me.btnListBoxCheckable.Size = New System.Drawing.Size(134, 31)
|
|
Me.btnListBoxCheckable.TabIndex = 9
|
|
Me.btnListBoxCheckable.Text = "ListBox Checkable"
|
|
Me.btnListBoxCheckable.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnListBoxCheckable.UseVisualStyleBackColor = True
|
|
'
|
|
'btnRadioButton
|
|
'
|
|
Me.btnRadioButton.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.btnRadioButton.Image = Global.DD_Record_Organiser.My.Resources.Resources.RadioButton_701
|
|
Me.btnRadioButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnRadioButton.Location = New System.Drawing.Point(152, 92)
|
|
Me.btnRadioButton.Name = "btnRadioButton"
|
|
Me.btnRadioButton.Size = New System.Drawing.Size(132, 31)
|
|
Me.btnRadioButton.TabIndex = 5
|
|
Me.btnRadioButton.TabStop = False
|
|
Me.btnRadioButton.Text = "RadioButton"
|
|
Me.btnRadioButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnRadioButton.UseVisualStyleBackColor = True
|
|
'
|
|
'btngb
|
|
'
|
|
Me.btngb.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.btngb.Image = Global.DD_Record_Organiser.My.Resources.Resources.GroupBox_680
|
|
Me.btngb.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btngb.Location = New System.Drawing.Point(152, 164)
|
|
Me.btngb.Name = "btngb"
|
|
Me.btngb.Size = New System.Drawing.Size(132, 31)
|
|
Me.btngb.TabIndex = 8
|
|
Me.btngb.TabStop = False
|
|
Me.btngb.Text = "GroupBox"
|
|
Me.btngb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btngb.UseVisualStyleBackColor = True
|
|
'
|
|
'btnpb
|
|
'
|
|
Me.btnpb.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.btnpb.Image = Global.DD_Record_Organiser.My.Resources.Resources.ImageListControl_683
|
|
Me.btnpb.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnpb.Location = New System.Drawing.Point(12, 127)
|
|
Me.btnpb.Name = "btnpb"
|
|
Me.btnpb.Size = New System.Drawing.Size(134, 31)
|
|
Me.btnpb.TabIndex = 6
|
|
Me.btnpb.TabStop = False
|
|
Me.btnpb.Text = "PictureBox"
|
|
Me.btnpb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnpb.UseVisualStyleBackColor = True
|
|
'
|
|
'btnTabelle
|
|
'
|
|
Me.btnTabelle.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.btnTabelle.Image = Global.DD_Record_Organiser.My.Resources.Resources.Table_748
|
|
Me.btnTabelle.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnTabelle.Location = New System.Drawing.Point(152, 127)
|
|
Me.btnTabelle.Name = "btnTabelle"
|
|
Me.btnTabelle.Size = New System.Drawing.Size(132, 31)
|
|
Me.btnTabelle.TabIndex = 7
|
|
Me.btnTabelle.TabStop = False
|
|
Me.btnTabelle.Text = "Tabelle"
|
|
Me.btnTabelle.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnTabelle.UseVisualStyleBackColor = True
|
|
'
|
|
'btnCheckbox
|
|
'
|
|
Me.btnCheckbox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.btnCheckbox.Image = Global.DD_Record_Organiser.My.Resources.Resources.CheckBox_669
|
|
Me.btnCheckbox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnCheckbox.Location = New System.Drawing.Point(152, 55)
|
|
Me.btnCheckbox.Name = "btnCheckbox"
|
|
Me.btnCheckbox.Size = New System.Drawing.Size(132, 31)
|
|
Me.btnCheckbox.TabIndex = 3
|
|
Me.btnCheckbox.TabStop = False
|
|
Me.btnCheckbox.Text = "CheckBox"
|
|
Me.btnCheckbox.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnCheckbox.UseVisualStyleBackColor = True
|
|
'
|
|
'btndtp
|
|
'
|
|
Me.btndtp.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.btndtp.Image = Global.DD_Record_Organiser.My.Resources.Resources.DateOrTimePicker_675
|
|
Me.btndtp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btndtp.Location = New System.Drawing.Point(152, 22)
|
|
Me.btndtp.Name = "btndtp"
|
|
Me.btndtp.Size = New System.Drawing.Size(132, 27)
|
|
Me.btndtp.TabIndex = 1
|
|
Me.btndtp.TabStop = False
|
|
Me.btndtp.Text = "DateTimePicker"
|
|
Me.btndtp.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btndtp.UseVisualStyleBackColor = True
|
|
'
|
|
'btncmb
|
|
'
|
|
Me.btncmb.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.btncmb.Image = Global.DD_Record_Organiser.My.Resources.Resources.ComboBox_672
|
|
Me.btncmb.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btncmb.Location = New System.Drawing.Point(12, 90)
|
|
Me.btncmb.Name = "btncmb"
|
|
Me.btncmb.Size = New System.Drawing.Size(134, 31)
|
|
Me.btncmb.TabIndex = 4
|
|
Me.btncmb.TabStop = False
|
|
Me.btncmb.Text = "ComboBox"
|
|
Me.btncmb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btncmb.UseVisualStyleBackColor = True
|
|
'
|
|
'btntextbox
|
|
'
|
|
Me.btntextbox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.btntextbox.Image = Global.DD_Record_Organiser.My.Resources.Resources.TextBox_708
|
|
Me.btntextbox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btntextbox.Location = New System.Drawing.Point(13, 55)
|
|
Me.btntextbox.Name = "btntextbox"
|
|
Me.btntextbox.Size = New System.Drawing.Size(133, 29)
|
|
Me.btntextbox.TabIndex = 2
|
|
Me.btntextbox.TabStop = False
|
|
Me.btntextbox.Text = "TextBox"
|
|
Me.btntextbox.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btntextbox.UseVisualStyleBackColor = True
|
|
'
|
|
'btnlabel
|
|
'
|
|
Me.btnlabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.btnlabel.Image = Global.DD_Record_Organiser.My.Resources.Resources.Label_684
|
|
Me.btnlabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnlabel.Location = New System.Drawing.Point(12, 22)
|
|
Me.btnlabel.Name = "btnlabel"
|
|
Me.btnlabel.Size = New System.Drawing.Size(134, 27)
|
|
Me.btnlabel.TabIndex = 0
|
|
Me.btnlabel.TabStop = False
|
|
Me.btnlabel.Text = "Label"
|
|
Me.btnlabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnlabel.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.btn_addformdata)
|
|
Me.GroupBox2.Controls.Add(Me.btn_addtocal)
|
|
Me.GroupBox2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold)
|
|
Me.GroupBox2.Location = New System.Drawing.Point(12, 255)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(295, 71)
|
|
Me.GroupBox2.TabIndex = 4
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "Funktionen"
|
|
'
|
|
'btn_addformdata
|
|
'
|
|
Me.btn_addformdata.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btn_addformdata.Image = Global.DD_Record_Organiser.My.Resources.Resources.AddMark_10580
|
|
Me.btn_addformdata.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btn_addformdata.Location = New System.Drawing.Point(152, 24)
|
|
Me.btn_addformdata.Name = "btn_addformdata"
|
|
Me.btn_addformdata.Size = New System.Drawing.Size(132, 31)
|
|
Me.btn_addformdata.TabIndex = 1
|
|
Me.btn_addformdata.TabStop = False
|
|
Me.btn_addformdata.Text = "Add Form Data"
|
|
Me.btn_addformdata.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btn_addformdata.UseVisualStyleBackColor = True
|
|
'
|
|
'btn_addtocal
|
|
'
|
|
Me.btn_addtocal.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btn_addtocal.Image = Global.DD_Record_Organiser.My.Resources.Resources.AddTable_5632
|
|
Me.btn_addtocal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btn_addtocal.Location = New System.Drawing.Point(12, 24)
|
|
Me.btn_addtocal.Name = "btn_addtocal"
|
|
Me.btn_addtocal.Size = New System.Drawing.Size(134, 31)
|
|
Me.btn_addtocal.TabIndex = 0
|
|
Me.btn_addtocal.TabStop = False
|
|
Me.btn_addtocal.Text = "Add to Calendar"
|
|
Me.btn_addtocal.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btn_addtocal.UseVisualStyleBackColor = True
|
|
'
|
|
'frmTool_ControlDesigner
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(324, 337)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmTool_ControlDesigner"
|
|
Me.Text = "Werkzeug-Formulardesigner"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents btnTabelle As System.Windows.Forms.Button
|
|
Friend WithEvents btnCheckbox As System.Windows.Forms.Button
|
|
Friend WithEvents btndtp As System.Windows.Forms.Button
|
|
Friend WithEvents btncmb As System.Windows.Forms.Button
|
|
Friend WithEvents btntextbox As System.Windows.Forms.Button
|
|
Friend WithEvents btnlabel As System.Windows.Forms.Button
|
|
Friend WithEvents btngb As System.Windows.Forms.Button
|
|
Friend WithEvents btnpb As System.Windows.Forms.Button
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents btn_addtocal As System.Windows.Forms.Button
|
|
Friend WithEvents btn_addformdata As System.Windows.Forms.Button
|
|
Friend WithEvents btnRadioButton As System.Windows.Forms.Button
|
|
Friend WithEvents btnListBoxCheckable As System.Windows.Forms.Button
|
|
Friend WithEvents btnListBox As System.Windows.Forms.Button
|
|
End Class
|