EXG, DY Atilla
This commit is contained in:
78
initATLASAufschubkonten/frmStartOptions.Designer.vb
generated
78
initATLASAufschubkonten/frmStartOptions.Designer.vb
generated
@@ -163,6 +163,7 @@ Partial Class frmStartOptions
|
||||
Me.MyComboBox1 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.txtVRGOut_BezugsNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
||||
Me.LinkLabel71 = New System.Windows.Forms.LinkLabel()
|
||||
Me.cbxOverrideNCTSFin = New System.Windows.Forms.CheckBox()
|
||||
Me.Label48 = New System.Windows.Forms.Label()
|
||||
Me.datTranscodeBis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
@@ -298,7 +299,9 @@ Partial Class frmStartOptions
|
||||
Me.txtGJ_UNISPED = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Button21 = New System.Windows.Forms.Button()
|
||||
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.LinkLabel71 = New System.Windows.Forms.LinkLabel()
|
||||
Me.Button28 = New System.Windows.Forms.Button()
|
||||
Me.MyTextBox5 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Label49 = New System.Windows.Forms.Label()
|
||||
Me.pnl.SuspendLayout()
|
||||
CType(Me.PictureBox24, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.PictureBox23, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -2144,6 +2147,9 @@ Partial Class frmStartOptions
|
||||
'
|
||||
'TabPage3
|
||||
'
|
||||
Me.TabPage3.Controls.Add(Me.Label49)
|
||||
Me.TabPage3.Controls.Add(Me.MyTextBox5)
|
||||
Me.TabPage3.Controls.Add(Me.Button28)
|
||||
Me.TabPage3.Controls.Add(Me.LinkLabel71)
|
||||
Me.TabPage3.Controls.Add(Me.cbxOverrideNCTSFin)
|
||||
Me.TabPage3.Controls.Add(Me.Label48)
|
||||
@@ -2172,11 +2178,22 @@ Partial Class frmStartOptions
|
||||
Me.TabPage3.Text = "Partner-Systeme"
|
||||
Me.TabPage3.UseVisualStyleBackColor = True
|
||||
'
|
||||
'LinkLabel71
|
||||
'
|
||||
Me.LinkLabel71.AutoSize = True
|
||||
Me.LinkLabel71.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
Me.LinkLabel71.Location = New System.Drawing.Point(476, 152)
|
||||
Me.LinkLabel71.Name = "LinkLabel71"
|
||||
Me.LinkLabel71.Size = New System.Drawing.Size(64, 13)
|
||||
Me.LinkLabel71.TabIndex = 145
|
||||
Me.LinkLabel71.TabStop = True
|
||||
Me.LinkLabel71.Text = "Upload FTP"
|
||||
'
|
||||
'cbxOverrideNCTSFin
|
||||
'
|
||||
Me.cbxOverrideNCTSFin.AutoSize = True
|
||||
Me.cbxOverrideNCTSFin.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cbxOverrideNCTSFin.Location = New System.Drawing.Point(548, 267)
|
||||
Me.cbxOverrideNCTSFin.Location = New System.Drawing.Point(548, 228)
|
||||
Me.cbxOverrideNCTSFin.Name = "cbxOverrideNCTSFin"
|
||||
Me.cbxOverrideNCTSFin.Size = New System.Drawing.Size(196, 17)
|
||||
Me.cbxOverrideNCTSFin.TabIndex = 139
|
||||
@@ -2281,7 +2298,7 @@ Partial Class frmStartOptions
|
||||
Me.btnTestATEZ.Name = "btnTestATEZ"
|
||||
Me.btnTestATEZ.Size = New System.Drawing.Size(123, 24)
|
||||
Me.btnTestATEZ.TabIndex = 140
|
||||
Me.btnTestATEZ.Text = "test ATEZ"
|
||||
Me.btnTestATEZ.Text = "Check ATEZ MRN"
|
||||
Me.btnTestATEZ.UseVisualStyleBackColor = True
|
||||
'
|
||||
'LinkLabel39
|
||||
@@ -3920,16 +3937,50 @@ Partial Class frmStartOptions
|
||||
Me.DataGridViewTextBoxColumn1.MinimumWidth = 8
|
||||
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
|
||||
'
|
||||
'LinkLabel71
|
||||
'Button28
|
||||
'
|
||||
Me.LinkLabel71.AutoSize = True
|
||||
Me.LinkLabel71.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
Me.LinkLabel71.Location = New System.Drawing.Point(476, 152)
|
||||
Me.LinkLabel71.Name = "LinkLabel71"
|
||||
Me.LinkLabel71.Size = New System.Drawing.Size(64, 13)
|
||||
Me.LinkLabel71.TabIndex = 145
|
||||
Me.LinkLabel71.TabStop = True
|
||||
Me.LinkLabel71.Text = "Upload FTP"
|
||||
Me.Button28.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button28.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
Me.Button28.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button28.Location = New System.Drawing.Point(419, 302)
|
||||
Me.Button28.Name = "Button28"
|
||||
Me.Button28.Size = New System.Drawing.Size(123, 39)
|
||||
Me.Button28.TabIndex = 146
|
||||
Me.Button28.Text = "Check all open " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "ATEZ MRN"
|
||||
Me.Button28.UseVisualStyleBackColor = True
|
||||
'
|
||||
'MyTextBox5
|
||||
'
|
||||
Me.MyTextBox5._DateTimeOnly = False
|
||||
Me.MyTextBox5._numbersOnly = False
|
||||
Me.MyTextBox5._numbersOnlyKommastellen = ""
|
||||
Me.MyTextBox5._numbersOnlyTrennzeichen = False
|
||||
Me.MyTextBox5._Prozent = False
|
||||
Me.MyTextBox5._ShortDateNew = False
|
||||
Me.MyTextBox5._ShortDateOnly = False
|
||||
Me.MyTextBox5._TimeOnly = False
|
||||
Me.MyTextBox5._TimeOnly_Seconds = False
|
||||
Me.MyTextBox5._value = ""
|
||||
Me.MyTextBox5._Waehrung = False
|
||||
Me.MyTextBox5._WaehrungZeichen = False
|
||||
Me.MyTextBox5.ForeColor = System.Drawing.Color.Black
|
||||
Me.MyTextBox5.Location = New System.Drawing.Point(548, 272)
|
||||
Me.MyTextBox5.MaxLength = 18
|
||||
Me.MyTextBox5.MaxLineLength = -1
|
||||
Me.MyTextBox5.MaxLines_Warning = ""
|
||||
Me.MyTextBox5.MaxLines_Warning_Label = Nothing
|
||||
Me.MyTextBox5.Name = "MyTextBox5"
|
||||
Me.MyTextBox5.Size = New System.Drawing.Size(185, 20)
|
||||
Me.MyTextBox5.TabIndex = 139
|
||||
'
|
||||
'Label49
|
||||
'
|
||||
Me.Label49.AutoSize = True
|
||||
Me.Label49.Location = New System.Drawing.Point(545, 328)
|
||||
Me.Label49.Name = "Label49"
|
||||
Me.Label49.Size = New System.Drawing.Size(10, 13)
|
||||
Me.Label49.TabIndex = 139
|
||||
Me.Label49.Text = "-"
|
||||
'
|
||||
'frmStartOptions
|
||||
'
|
||||
@@ -4263,4 +4314,7 @@ Partial Class frmStartOptions
|
||||
Friend WithEvents lblUTAPDFvollst As LinkLabel
|
||||
Friend WithEvents txtUTADate As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents LinkLabel71 As LinkLabel
|
||||
Friend WithEvents MyTextBox5 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents Button28 As Button
|
||||
Friend WithEvents Label49 As Label
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user