MS3
This commit is contained in:
@@ -37,14 +37,14 @@ Partial Class frmStaticListEditor
|
|||||||
Me.txtValue.Location = New System.Drawing.Point(0, 0)
|
Me.txtValue.Location = New System.Drawing.Point(0, 0)
|
||||||
Me.txtValue.Multiline = True
|
Me.txtValue.Multiline = True
|
||||||
Me.txtValue.Name = "txtValue"
|
Me.txtValue.Name = "txtValue"
|
||||||
Me.txtValue.Size = New System.Drawing.Size(516, 216)
|
Me.txtValue.Size = New System.Drawing.Size(516, 224)
|
||||||
Me.txtValue.TabIndex = 0
|
Me.txtValue.TabIndex = 0
|
||||||
'
|
'
|
||||||
'Button1
|
'Button1
|
||||||
'
|
'
|
||||||
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||||
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.OK
|
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.OK
|
||||||
Me.Button1.Location = New System.Drawing.Point(431, 222)
|
Me.Button1.Location = New System.Drawing.Point(431, 230)
|
||||||
Me.Button1.Name = "Button1"
|
Me.Button1.Name = "Button1"
|
||||||
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
||||||
Me.Button1.TabIndex = 1
|
Me.Button1.TabIndex = 1
|
||||||
@@ -63,7 +63,7 @@ Partial Class frmStaticListEditor
|
|||||||
'
|
'
|
||||||
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||||
Me.Label2.AutoSize = True
|
Me.Label2.AutoSize = True
|
||||||
Me.Label2.Location = New System.Drawing.Point(12, 227)
|
Me.Label2.Location = New System.Drawing.Point(12, 235)
|
||||||
Me.Label2.Name = "Label2"
|
Me.Label2.Name = "Label2"
|
||||||
Me.Label2.Size = New System.Drawing.Size(234, 13)
|
Me.Label2.Size = New System.Drawing.Size(234, 13)
|
||||||
Me.Label2.TabIndex = 3
|
Me.Label2.TabIndex = 3
|
||||||
@@ -71,8 +71,9 @@ Partial Class frmStaticListEditor
|
|||||||
'
|
'
|
||||||
'Button2
|
'Button2
|
||||||
'
|
'
|
||||||
|
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||||
Me.Button2.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
Me.Button2.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||||||
Me.Button2.Location = New System.Drawing.Point(350, 222)
|
Me.Button2.Location = New System.Drawing.Point(350, 230)
|
||||||
Me.Button2.Name = "Button2"
|
Me.Button2.Name = "Button2"
|
||||||
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
||||||
Me.Button2.TabIndex = 4
|
Me.Button2.TabIndex = 4
|
||||||
@@ -83,13 +84,14 @@ Partial Class frmStaticListEditor
|
|||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
Me.ClientSize = New System.Drawing.Size(518, 257)
|
Me.ClientSize = New System.Drawing.Size(518, 265)
|
||||||
Me.Controls.Add(Me.Button2)
|
Me.Controls.Add(Me.Button2)
|
||||||
Me.Controls.Add(Me.Label2)
|
Me.Controls.Add(Me.Label2)
|
||||||
Me.Controls.Add(Me.Label1)
|
Me.Controls.Add(Me.Label1)
|
||||||
Me.Controls.Add(Me.Button1)
|
Me.Controls.Add(Me.Button1)
|
||||||
Me.Controls.Add(Me.txtValue)
|
Me.Controls.Add(Me.txtValue)
|
||||||
Me.Name = "frmStaticListEditor"
|
Me.Name = "frmStaticListEditor"
|
||||||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
Me.Text = "Statische Liste bearbeiten"
|
Me.Text = "Statische Liste bearbeiten"
|
||||||
Me.ResumeLayout(False)
|
Me.ResumeLayout(False)
|
||||||
Me.PerformLayout()
|
Me.PerformLayout()
|
||||||
|
|||||||
Reference in New Issue
Block a user