frmStartOptions
This commit is contained in:
136
initATLASAufschubkonten/frmStartOptions.Designer.vb
generated
136
initATLASAufschubkonten/frmStartOptions.Designer.vb
generated
@@ -25,6 +25,9 @@ Partial Class frmStartOptions
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStartOptions))
|
||||
Me.pnl = New System.Windows.Forms.Panel()
|
||||
Me.Button24 = New System.Windows.Forms.Button()
|
||||
Me.CheckBox8 = New System.Windows.Forms.CheckBox()
|
||||
Me.Label43 = New System.Windows.Forms.Label()
|
||||
Me.PictureBox25 = New System.Windows.Forms.PictureBox()
|
||||
Me.Button23 = New System.Windows.Forms.Button()
|
||||
Me.PictureBox24 = New System.Windows.Forms.PictureBox()
|
||||
@@ -156,6 +159,7 @@ Partial Class frmStartOptions
|
||||
Me.LinkLabel30 = New System.Windows.Forms.LinkLabel()
|
||||
Me.Label11 = New System.Windows.Forms.Label()
|
||||
Me.TabPage4 = New System.Windows.Forms.TabPage()
|
||||
Me.LinkLabel64 = New System.Windows.Forms.LinkLabel()
|
||||
Me.Label42 = New System.Windows.Forms.Label()
|
||||
Me.cbxUploadDA = New System.Windows.Forms.CheckBox()
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
@@ -231,7 +235,7 @@ Partial Class frmStartOptions
|
||||
Me.lklAufschubkontenATLASEZOLL = New System.Windows.Forms.LinkLabel()
|
||||
Me.lblRoutineManager = New System.Windows.Forms.Label()
|
||||
Me.Button21 = New System.Windows.Forms.Button()
|
||||
Me.LinkLabel64 = New System.Windows.Forms.LinkLabel()
|
||||
Me.txtKdNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.MyTextBox3 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.MyTextBox2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtSyskaWdhDateiname = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
@@ -258,9 +262,6 @@ Partial Class frmStartOptions
|
||||
Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtGJ_UNISPED = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.txtKdNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Label43 = New System.Windows.Forms.Label()
|
||||
Me.CheckBox8 = New System.Windows.Forms.CheckBox()
|
||||
Me.pnl.SuspendLayout()
|
||||
CType(Me.PictureBox25, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.PictureBox24, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -302,6 +303,7 @@ Partial Class frmStartOptions
|
||||
'
|
||||
Me.pnl.BackColor = System.Drawing.Color.White
|
||||
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.pnl.Controls.Add(Me.Button24)
|
||||
Me.pnl.Controls.Add(Me.CheckBox8)
|
||||
Me.pnl.Controls.Add(Me.Label43)
|
||||
Me.pnl.Controls.Add(Me.txtKdNr)
|
||||
@@ -387,6 +389,42 @@ Partial Class frmStartOptions
|
||||
Me.pnl.Size = New System.Drawing.Size(1229, 1007)
|
||||
Me.pnl.TabIndex = 0
|
||||
'
|
||||
'Button24
|
||||
'
|
||||
Me.Button24.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button24.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
Me.Button24.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button24.Location = New System.Drawing.Point(901, 308)
|
||||
Me.Button24.Name = "Button24"
|
||||
Me.Button24.Size = New System.Drawing.Size(187, 38)
|
||||
Me.Button24.TabIndex = 134
|
||||
Me.Button24.Text = "test"
|
||||
Me.Button24.UseVisualStyleBackColor = True
|
||||
Me.Button24.Visible = False
|
||||
'
|
||||
'CheckBox8
|
||||
'
|
||||
Me.CheckBox8.AutoSize = True
|
||||
Me.CheckBox8.Checked = True
|
||||
Me.CheckBox8.CheckState = System.Windows.Forms.CheckState.Checked
|
||||
Me.CheckBox8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.CheckBox8.Location = New System.Drawing.Point(1018, 207)
|
||||
Me.CheckBox8.Name = "CheckBox8"
|
||||
Me.CheckBox8.Size = New System.Drawing.Size(79, 17)
|
||||
Me.CheckBox8.TabIndex = 133
|
||||
Me.CheckBox8.Text = "Testsystem"
|
||||
Me.CheckBox8.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label43
|
||||
'
|
||||
Me.Label43.AutoSize = True
|
||||
Me.Label43.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label43.Location = New System.Drawing.Point(907, 234)
|
||||
Me.Label43.Name = "Label43"
|
||||
Me.Label43.Size = New System.Drawing.Size(35, 13)
|
||||
Me.Label43.TabIndex = 132
|
||||
Me.Label43.Text = "KdNr"
|
||||
'
|
||||
'PictureBox25
|
||||
'
|
||||
Me.PictureBox25.BackgroundImage = CType(resources.GetObject("PictureBox25.BackgroundImage"), System.Drawing.Image)
|
||||
@@ -1986,6 +2024,17 @@ Partial Class frmStartOptions
|
||||
Me.TabPage4.Text = "VERAG 360"
|
||||
Me.TabPage4.UseVisualStyleBackColor = True
|
||||
'
|
||||
'LinkLabel64
|
||||
'
|
||||
Me.LinkLabel64.AutoSize = True
|
||||
Me.LinkLabel64.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
Me.LinkLabel64.Location = New System.Drawing.Point(416, 160)
|
||||
Me.LinkLabel64.Name = "LinkLabel64"
|
||||
Me.LinkLabel64.Size = New System.Drawing.Size(135, 13)
|
||||
Me.LinkLabel64.TabIndex = 131
|
||||
Me.LinkLabel64.TabStop = True
|
||||
Me.LinkLabel64.Text = "Ländercode ISO2 einfügen"
|
||||
'
|
||||
'Label42
|
||||
'
|
||||
Me.Label42.AutoSize = True
|
||||
@@ -2799,16 +2848,29 @@ Partial Class frmStartOptions
|
||||
Me.Button21.Text = "AAS Sendung 24h"
|
||||
Me.Button21.UseVisualStyleBackColor = True
|
||||
'
|
||||
'LinkLabel64
|
||||
'txtKdNr
|
||||
'
|
||||
Me.LinkLabel64.AutoSize = True
|
||||
Me.LinkLabel64.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
Me.LinkLabel64.Location = New System.Drawing.Point(416, 160)
|
||||
Me.LinkLabel64.Name = "LinkLabel64"
|
||||
Me.LinkLabel64.Size = New System.Drawing.Size(135, 13)
|
||||
Me.LinkLabel64.TabIndex = 131
|
||||
Me.LinkLabel64.TabStop = True
|
||||
Me.LinkLabel64.Text = "Ländercode ISO2 einfügen"
|
||||
Me.txtKdNr._DateTimeOnly = False
|
||||
Me.txtKdNr._numbersOnly = True
|
||||
Me.txtKdNr._numbersOnlyKommastellen = ""
|
||||
Me.txtKdNr._numbersOnlyTrennzeichen = False
|
||||
Me.txtKdNr._Prozent = False
|
||||
Me.txtKdNr._ShortDateNew = False
|
||||
Me.txtKdNr._ShortDateOnly = False
|
||||
Me.txtKdNr._TimeOnly = False
|
||||
Me.txtKdNr._TimeOnly_Seconds = False
|
||||
Me.txtKdNr._value = ""
|
||||
Me.txtKdNr._Waehrung = False
|
||||
Me.txtKdNr._WaehrungZeichen = True
|
||||
Me.txtKdNr.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtKdNr.Location = New System.Drawing.Point(961, 227)
|
||||
Me.txtKdNr.MaxLength = 50
|
||||
Me.txtKdNr.MaxLineLength = -1
|
||||
Me.txtKdNr.MaxLines_Warning = ""
|
||||
Me.txtKdNr.MaxLines_Warning_Label = Nothing
|
||||
Me.txtKdNr.Name = "txtKdNr"
|
||||
Me.txtKdNr.Size = New System.Drawing.Size(136, 20)
|
||||
Me.txtKdNr.TabIndex = 95
|
||||
'
|
||||
'MyTextBox3
|
||||
'
|
||||
@@ -3315,53 +3377,6 @@ Partial Class frmStartOptions
|
||||
Me.DataGridViewTextBoxColumn1.MinimumWidth = 8
|
||||
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
|
||||
'
|
||||
'txtKdNr
|
||||
'
|
||||
Me.txtKdNr._DateTimeOnly = False
|
||||
Me.txtKdNr._numbersOnly = True
|
||||
Me.txtKdNr._numbersOnlyKommastellen = ""
|
||||
Me.txtKdNr._numbersOnlyTrennzeichen = False
|
||||
Me.txtKdNr._Prozent = False
|
||||
Me.txtKdNr._ShortDateNew = False
|
||||
Me.txtKdNr._ShortDateOnly = False
|
||||
Me.txtKdNr._TimeOnly = False
|
||||
Me.txtKdNr._TimeOnly_Seconds = False
|
||||
Me.txtKdNr._value = ""
|
||||
Me.txtKdNr._Waehrung = False
|
||||
Me.txtKdNr._WaehrungZeichen = True
|
||||
Me.txtKdNr.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtKdNr.Location = New System.Drawing.Point(961, 227)
|
||||
Me.txtKdNr.MaxLength = 50
|
||||
Me.txtKdNr.MaxLineLength = -1
|
||||
Me.txtKdNr.MaxLines_Warning = ""
|
||||
Me.txtKdNr.MaxLines_Warning_Label = Nothing
|
||||
Me.txtKdNr.Name = "txtKdNr"
|
||||
Me.txtKdNr.Size = New System.Drawing.Size(136, 20)
|
||||
Me.txtKdNr.TabIndex = 95
|
||||
'
|
||||
'Label43
|
||||
'
|
||||
Me.Label43.AutoSize = True
|
||||
Me.Label43.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label43.Location = New System.Drawing.Point(907, 234)
|
||||
Me.Label43.Name = "Label43"
|
||||
Me.Label43.Size = New System.Drawing.Size(35, 13)
|
||||
Me.Label43.TabIndex = 132
|
||||
Me.Label43.Text = "KdNr"
|
||||
'
|
||||
'CheckBox8
|
||||
'
|
||||
Me.CheckBox8.AutoSize = True
|
||||
Me.CheckBox8.Checked = True
|
||||
Me.CheckBox8.CheckState = System.Windows.Forms.CheckState.Checked
|
||||
Me.CheckBox8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.CheckBox8.Location = New System.Drawing.Point(1018, 207)
|
||||
Me.CheckBox8.Name = "CheckBox8"
|
||||
Me.CheckBox8.Size = New System.Drawing.Size(79, 17)
|
||||
Me.CheckBox8.TabIndex = 133
|
||||
Me.CheckBox8.Text = "Testsystem"
|
||||
Me.CheckBox8.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmStartOptions
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -3655,4 +3670,5 @@ Partial Class frmStartOptions
|
||||
Friend WithEvents Label43 As Label
|
||||
Friend WithEvents txtKdNr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents CheckBox8 As CheckBox
|
||||
Friend WithEvents Button24 As Button
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user