Aviso Redesign
This commit is contained in:
88
Aviso/ATEZ/frmATEZ_EZA.Designer.vb
generated
88
Aviso/ATEZ/frmATEZ_EZA.Designer.vb
generated
@@ -26,6 +26,7 @@ Partial Class frmATEZ_EZA
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmATEZ_EZA))
|
||||
Me.btnSend = New System.Windows.Forms.Button()
|
||||
Me.pnlHead = New System.Windows.Forms.Panel()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.lblInfo = New System.Windows.Forms.Label()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.cboStammreferenz = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
@@ -48,7 +49,6 @@ Partial Class frmATEZ_EZA
|
||||
Me.btnAgg_desc = New System.Windows.Forms.Button()
|
||||
Me.dgvAnhaenge = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
Me.columnName = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.pnlHead.SuspendLayout()
|
||||
CType(Me.dgvAnhaenge, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -59,23 +59,24 @@ Partial Class frmATEZ_EZA
|
||||
Me.btnSend.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnSend.BackColor = System.Drawing.Color.White
|
||||
Me.btnSend.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
||||
Me.btnSend.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnSend.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.btnSend.Image = Global.AVISO.My.Resources.Resources.Declarant
|
||||
Me.btnSend.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
||||
Me.btnSend.Location = New System.Drawing.Point(486, 348)
|
||||
Me.btnSend.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.btnSend.Image = Global.AVISO.My.Resources.Resources.ico_atez_declarantAI
|
||||
Me.btnSend.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnSend.Location = New System.Drawing.Point(473, 348)
|
||||
Me.btnSend.Margin = New System.Windows.Forms.Padding(2)
|
||||
Me.btnSend.Name = "btnSend"
|
||||
Me.btnSend.Size = New System.Drawing.Size(192, 58)
|
||||
Me.btnSend.Padding = New System.Windows.Forms.Padding(5, 0, 5, 0)
|
||||
Me.btnSend.Size = New System.Drawing.Size(205, 58)
|
||||
Me.btnSend.TabIndex = 26
|
||||
Me.btnSend.Text = "An ATEZ senden >>"
|
||||
Me.btnSend.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
||||
Me.btnSend.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnSend.UseVisualStyleBackColor = False
|
||||
'
|
||||
'pnlHead
|
||||
'
|
||||
Me.pnlHead.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
||||
Me.pnlHead.BackColor = System.Drawing.Color.White
|
||||
Me.pnlHead.Controls.Add(Me.Label1)
|
||||
Me.pnlHead.Controls.Add(Me.Label4)
|
||||
Me.pnlHead.Controls.Add(Me.lblInfo)
|
||||
Me.pnlHead.Controls.Add(Me.Label8)
|
||||
@@ -85,7 +86,6 @@ Partial Class frmATEZ_EZA
|
||||
Me.pnlHead.Controls.Add(Me.Label9)
|
||||
Me.pnlHead.Controls.Add(Me.sbAdressierteZollstelle)
|
||||
Me.pnlHead.Controls.Add(Me.txtDyMandant)
|
||||
Me.pnlHead.Controls.Add(Me.Label1)
|
||||
Me.pnlHead.Controls.Add(Me.txtDyNiederlassung)
|
||||
Me.pnlHead.Controls.Add(Me.lblBezugsnummer)
|
||||
Me.pnlHead.Location = New System.Drawing.Point(3, 2)
|
||||
@@ -93,6 +93,15 @@ Partial Class frmATEZ_EZA
|
||||
Me.pnlHead.Size = New System.Drawing.Size(675, 151)
|
||||
Me.pnlHead.TabIndex = 112
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Me.Label4.BackColor = System.Drawing.Color.White
|
||||
Me.Label4.Location = New System.Drawing.Point(108, 13)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(45, 12)
|
||||
Me.Label4.TabIndex = 149
|
||||
Me.Label4.Text = "SUB"
|
||||
'
|
||||
'lblInfo
|
||||
'
|
||||
Me.lblInfo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
@@ -106,9 +115,9 @@ Partial Class frmATEZ_EZA
|
||||
'
|
||||
Me.Label8.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.Label8.AutoSize = True
|
||||
Me.Label8.Location = New System.Drawing.Point(10, 61)
|
||||
Me.Label8.Location = New System.Drawing.Point(6, 61)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(80, 13)
|
||||
Me.Label8.Size = New System.Drawing.Size(86, 13)
|
||||
Me.Label8.TabIndex = 146
|
||||
Me.Label8.Text = "Stammreferenz:"
|
||||
Me.Label8.TextAlign = System.Drawing.ContentAlignment.TopRight
|
||||
@@ -154,17 +163,19 @@ Partial Class frmATEZ_EZA
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.Location = New System.Drawing.Point(10, 91)
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Location = New System.Drawing.Point(6, 91)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(103, 17)
|
||||
Me.Label3.Size = New System.Drawing.Size(48, 13)
|
||||
Me.Label3.TabIndex = 113
|
||||
Me.Label3.Text = "LKW-KZ:"
|
||||
'
|
||||
'Label9
|
||||
'
|
||||
Me.Label9.Location = New System.Drawing.Point(10, 117)
|
||||
Me.Label9.AutoSize = True
|
||||
Me.Label9.Location = New System.Drawing.Point(6, 117)
|
||||
Me.Label9.Name = "Label9"
|
||||
Me.Label9.Size = New System.Drawing.Size(103, 17)
|
||||
Me.Label9.Size = New System.Drawing.Size(117, 13)
|
||||
Me.Label9.TabIndex = 110
|
||||
Me.Label9.Text = "Adressierte-Zollstelle:"
|
||||
'
|
||||
@@ -196,10 +207,11 @@ Partial Class frmATEZ_EZA
|
||||
'
|
||||
'txtDyMandant
|
||||
'
|
||||
Me.txtDyMandant.AutoSize = True
|
||||
Me.txtDyMandant.BackColor = System.Drawing.Color.White
|
||||
Me.txtDyMandant.Location = New System.Drawing.Point(2, 7)
|
||||
Me.txtDyMandant.Location = New System.Drawing.Point(6, 13)
|
||||
Me.txtDyMandant.Name = "txtDyMandant"
|
||||
Me.txtDyMandant.Size = New System.Drawing.Size(44, 13)
|
||||
Me.txtDyMandant.Size = New System.Drawing.Size(35, 13)
|
||||
Me.txtDyMandant.TabIndex = 109
|
||||
Me.txtDyMandant.Text = "VERG"
|
||||
Me.txtDyMandant.TextAlign = System.Drawing.ContentAlignment.TopRight
|
||||
@@ -209,16 +221,16 @@ Partial Class frmATEZ_EZA
|
||||
Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.BackColor = System.Drawing.Color.White
|
||||
Me.Label1.Location = New System.Drawing.Point(387, 20)
|
||||
Me.Label1.Location = New System.Drawing.Point(387, 13)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(82, 13)
|
||||
Me.Label1.Size = New System.Drawing.Size(89, 13)
|
||||
Me.Label1.TabIndex = 106
|
||||
Me.Label1.Text = "Bezugsnummer:"
|
||||
'
|
||||
'txtDyNiederlassung
|
||||
'
|
||||
Me.txtDyNiederlassung.BackColor = System.Drawing.Color.White
|
||||
Me.txtDyNiederlassung.Location = New System.Drawing.Point(52, 7)
|
||||
Me.txtDyNiederlassung.Location = New System.Drawing.Point(55, 13)
|
||||
Me.txtDyNiederlassung.Name = "txtDyNiederlassung"
|
||||
Me.txtDyNiederlassung.Size = New System.Drawing.Size(45, 12)
|
||||
Me.txtDyNiederlassung.TabIndex = 108
|
||||
@@ -229,7 +241,7 @@ Partial Class frmATEZ_EZA
|
||||
Me.lblBezugsnummer.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.lblBezugsnummer.BackColor = System.Drawing.Color.White
|
||||
Me.lblBezugsnummer.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblBezugsnummer.Location = New System.Drawing.Point(475, 14)
|
||||
Me.lblBezugsnummer.Location = New System.Drawing.Point(475, 8)
|
||||
Me.lblBezugsnummer.Name = "lblBezugsnummer"
|
||||
Me.lblBezugsnummer.Size = New System.Drawing.Size(193, 23)
|
||||
Me.lblBezugsnummer.TabIndex = 107
|
||||
@@ -238,10 +250,9 @@ Partial Class frmATEZ_EZA
|
||||
'
|
||||
'Button3
|
||||
'
|
||||
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button3.Location = New System.Drawing.Point(473, 159)
|
||||
Me.Button3.Location = New System.Drawing.Point(473, 157)
|
||||
Me.Button3.Name = "Button3"
|
||||
Me.Button3.Size = New System.Drawing.Size(205, 23)
|
||||
Me.Button3.Size = New System.Drawing.Size(205, 25)
|
||||
Me.Button3.TabIndex = 152
|
||||
Me.Button3.Text = "alle Anhänge auswählen"
|
||||
Me.Button3.UseVisualStyleBackColor = True
|
||||
@@ -264,7 +275,6 @@ Partial Class frmATEZ_EZA
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button1.Location = New System.Drawing.Point(3, 383)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(178, 23)
|
||||
@@ -275,8 +285,7 @@ Partial Class frmATEZ_EZA
|
||||
'btnAgg_Tnr
|
||||
'
|
||||
Me.btnAgg_Tnr.BackColor = System.Drawing.Color.DeepSkyBlue
|
||||
Me.btnAgg_Tnr.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnAgg_Tnr.Location = New System.Drawing.Point(71, 344)
|
||||
Me.btnAgg_Tnr.Location = New System.Drawing.Point(79, 345)
|
||||
Me.btnAgg_Tnr.Name = "btnAgg_Tnr"
|
||||
Me.btnAgg_Tnr.Size = New System.Drawing.Size(83, 23)
|
||||
Me.btnAgg_Tnr.TabIndex = 154
|
||||
@@ -286,6 +295,7 @@ Partial Class frmATEZ_EZA
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.Font = New System.Drawing.Font("Segoe UI", 8.0!)
|
||||
Me.Label2.Location = New System.Drawing.Point(6, 350)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(103, 17)
|
||||
@@ -295,10 +305,9 @@ Partial Class frmATEZ_EZA
|
||||
'btnAgg_Origin
|
||||
'
|
||||
Me.btnAgg_Origin.BackColor = System.Drawing.Color.DeepSkyBlue
|
||||
Me.btnAgg_Origin.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnAgg_Origin.Location = New System.Drawing.Point(160, 344)
|
||||
Me.btnAgg_Origin.Location = New System.Drawing.Point(165, 345)
|
||||
Me.btnAgg_Origin.Name = "btnAgg_Origin"
|
||||
Me.btnAgg_Origin.Size = New System.Drawing.Size(90, 23)
|
||||
Me.btnAgg_Origin.Size = New System.Drawing.Size(92, 23)
|
||||
Me.btnAgg_Origin.TabIndex = 155
|
||||
Me.btnAgg_Origin.Tag = "1"
|
||||
Me.btnAgg_Origin.Text = "Ursprungsland"
|
||||
@@ -306,8 +315,7 @@ Partial Class frmATEZ_EZA
|
||||
'
|
||||
'btnAgg_Unit
|
||||
'
|
||||
Me.btnAgg_Unit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnAgg_Unit.Location = New System.Drawing.Point(255, 344)
|
||||
Me.btnAgg_Unit.Location = New System.Drawing.Point(260, 345)
|
||||
Me.btnAgg_Unit.Name = "btnAgg_Unit"
|
||||
Me.btnAgg_Unit.Size = New System.Drawing.Size(79, 23)
|
||||
Me.btnAgg_Unit.TabIndex = 156
|
||||
@@ -317,8 +325,7 @@ Partial Class frmATEZ_EZA
|
||||
'
|
||||
'btnAgg_desc
|
||||
'
|
||||
Me.btnAgg_desc.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnAgg_desc.Location = New System.Drawing.Point(340, 344)
|
||||
Me.btnAgg_desc.Location = New System.Drawing.Point(342, 345)
|
||||
Me.btnAgg_desc.Name = "btnAgg_desc"
|
||||
Me.btnAgg_desc.Size = New System.Drawing.Size(126, 23)
|
||||
Me.btnAgg_desc.TabIndex = 157
|
||||
@@ -351,19 +358,9 @@ Partial Class frmATEZ_EZA
|
||||
Me.columnName.Name = "columnName"
|
||||
Me.columnName.ReadOnly = True
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Me.Label4.BackColor = System.Drawing.Color.White
|
||||
Me.Label4.Location = New System.Drawing.Point(106, 8)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(45, 12)
|
||||
Me.Label4.TabIndex = 149
|
||||
Me.Label4.Text = "SUB"
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button2.Location = New System.Drawing.Point(416, 383)
|
||||
Me.Button2.Location = New System.Drawing.Point(402, 383)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(65, 23)
|
||||
Me.Button2.TabIndex = 158
|
||||
@@ -389,6 +386,7 @@ Partial Class frmATEZ_EZA
|
||||
Me.Controls.Add(Me.Label6)
|
||||
Me.Controls.Add(Me.btnSend)
|
||||
Me.Controls.Add(Me.dgvAnhaenge)
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Name = "frmATEZ_EZA"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
|
||||
Reference in New Issue
Block a user