MS 2.5.0.3 VKT ADD Items und GDPicture
This commit is contained in:
22
app/TaskFlow/frmKonfig.Designer.vb
generated
22
app/TaskFlow/frmKonfig.Designer.vb
generated
@@ -42,6 +42,8 @@ Partial Class frmKonfig
|
||||
Me.txtActualConnection = New System.Windows.Forms.TextBox()
|
||||
Me.txtServer = New System.Windows.Forms.TextBox()
|
||||
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
||||
Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.BtnCreateLogfiles = New System.Windows.Forms.Button()
|
||||
Me.Button4 = New System.Windows.Forms.Button()
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
@@ -66,6 +68,7 @@ Partial Class frmKonfig
|
||||
Me.TabControl1.SuspendLayout()
|
||||
Me.TabPage2.SuspendLayout()
|
||||
Me.TabPage3.SuspendLayout()
|
||||
CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.TabPage4.SuspendLayout()
|
||||
CType(Me.GridControlLogs, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.ContextMenuInternalLog.SuspendLayout()
|
||||
@@ -193,6 +196,8 @@ Partial Class frmKonfig
|
||||
'
|
||||
'TabPage3
|
||||
'
|
||||
Me.TabPage3.Controls.Add(Me.NumericUpDown1)
|
||||
Me.TabPage3.Controls.Add(Me.Label8)
|
||||
Me.TabPage3.Controls.Add(Me.BtnCreateLogfiles)
|
||||
Me.TabPage3.Controls.Add(Me.Button4)
|
||||
Me.TabPage3.Controls.Add(Me.Label7)
|
||||
@@ -207,6 +212,19 @@ Partial Class frmKonfig
|
||||
Me.TabPage3.Name = "TabPage3"
|
||||
Me.TabPage3.UseVisualStyleBackColor = True
|
||||
'
|
||||
'NumericUpDown1
|
||||
'
|
||||
resources.ApplyResources(Me.NumericUpDown1, "NumericUpDown1")
|
||||
Me.NumericUpDown1.Maximum = New Decimal(New Integer() {3, 0, 0, 0})
|
||||
Me.NumericUpDown1.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
||||
Me.NumericUpDown1.Name = "NumericUpDown1"
|
||||
Me.NumericUpDown1.Value = New Decimal(New Integer() {1, 0, 0, 0})
|
||||
'
|
||||
'Label8
|
||||
'
|
||||
resources.ApplyResources(Me.Label8, "Label8")
|
||||
Me.Label8.Name = "Label8"
|
||||
'
|
||||
'BtnCreateLogfiles
|
||||
'
|
||||
Me.BtnCreateLogfiles.Image = Global.DD_ProcessManager.My.Resources.Resources.AttachFileHS
|
||||
@@ -284,6 +302,7 @@ Partial Class frmKonfig
|
||||
'
|
||||
'ContextMenuInternalLog
|
||||
'
|
||||
Me.ContextMenuInternalLog.ImageScalingSize = New System.Drawing.Size(24, 24)
|
||||
Me.ContextMenuInternalLog.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LogNachrichtenLeerenToolStripMenuItem, Me.SpeichereLogAlsToolStripMenuItem})
|
||||
Me.ContextMenuInternalLog.Name = "ContextMenuInternalLog"
|
||||
resources.ApplyResources(Me.ContextMenuInternalLog, "ContextMenuInternalLog")
|
||||
@@ -352,6 +371,7 @@ Partial Class frmKonfig
|
||||
Me.TabPage2.PerformLayout()
|
||||
Me.TabPage3.ResumeLayout(False)
|
||||
Me.TabPage3.PerformLayout()
|
||||
CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.TabPage4.ResumeLayout(False)
|
||||
CType(Me.GridControlLogs, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ContextMenuInternalLog.ResumeLayout(False)
|
||||
@@ -400,4 +420,6 @@ Partial Class frmKonfig
|
||||
Friend WithEvents SpeichereLogAlsToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents SaveFileDialog1 As SaveFileDialog
|
||||
Friend WithEvents BtnCreateLogfiles As Button
|
||||
Friend WithEvents Label8 As Label
|
||||
Friend WithEvents NumericUpDown1 As NumericUpDown
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user