neu
This commit is contained in:
182
Aviso/frmHauptfenster.Designer.vb
generated
182
Aviso/frmHauptfenster.Designer.vb
generated
@@ -24,12 +24,12 @@ Partial Class frmHauptfenster
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmHauptfenster))
|
||||
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Me.mnuInfo = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.conÜbernehmen = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.conMenuAviso = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
@@ -183,6 +183,12 @@ Partial Class frmHauptfenster
|
||||
Me.EORIUKGeneriertenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.KAPKentAccessPermitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.mnuFragezeichen = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.VerfahrenshandbücherToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.VerfahrenshandbuchVERAGGmbHZollWOToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ChecklistenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ChecklisteWOCHECKLISTEZEallgemein = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.WOCECKLISTEZEWDHToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.WOCECKLISTEAbgangVerwahrungsortZVToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.HandbuchToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.btnWoche = New System.Windows.Forms.Button()
|
||||
Me.btnGestern = New System.Windows.Forms.Button()
|
||||
@@ -363,7 +369,7 @@ Partial Class frmHauptfenster
|
||||
'mnuInfo
|
||||
'
|
||||
Me.mnuInfo.Name = "mnuInfo"
|
||||
Me.mnuInfo.Size = New System.Drawing.Size(130, 22)
|
||||
Me.mnuInfo.Size = New System.Drawing.Size(193, 22)
|
||||
Me.mnuInfo.Text = "Info"
|
||||
'
|
||||
'conÜbernehmen
|
||||
@@ -1312,17 +1318,55 @@ Partial Class frmHauptfenster
|
||||
'
|
||||
'mnuFragezeichen
|
||||
'
|
||||
Me.mnuFragezeichen.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuInfo, Me.HandbuchToolStripMenuItem})
|
||||
Me.mnuFragezeichen.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuInfo, Me.VerfahrenshandbücherToolStripMenuItem, Me.ChecklistenToolStripMenuItem, Me.HandbuchToolStripMenuItem})
|
||||
Me.mnuFragezeichen.ForeColor = System.Drawing.Color.Black
|
||||
Me.mnuFragezeichen.ImageTransparentColor = System.Drawing.Color.Brown
|
||||
Me.mnuFragezeichen.Name = "mnuFragezeichen"
|
||||
Me.mnuFragezeichen.Size = New System.Drawing.Size(24, 20)
|
||||
Me.mnuFragezeichen.Text = "?"
|
||||
'
|
||||
'VerfahrenshandbücherToolStripMenuItem
|
||||
'
|
||||
Me.VerfahrenshandbücherToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.VerfahrenshandbuchVERAGGmbHZollWOToolStripMenuItem})
|
||||
Me.VerfahrenshandbücherToolStripMenuItem.Name = "VerfahrenshandbücherToolStripMenuItem"
|
||||
Me.VerfahrenshandbücherToolStripMenuItem.Size = New System.Drawing.Size(193, 22)
|
||||
Me.VerfahrenshandbücherToolStripMenuItem.Text = "Verfahrenshandbücher"
|
||||
'
|
||||
'VerfahrenshandbuchVERAGGmbHZollWOToolStripMenuItem
|
||||
'
|
||||
Me.VerfahrenshandbuchVERAGGmbHZollWOToolStripMenuItem.Name = "VerfahrenshandbuchVERAGGmbHZollWOToolStripMenuItem"
|
||||
Me.VerfahrenshandbuchVERAGGmbHZollWOToolStripMenuItem.Size = New System.Drawing.Size(306, 22)
|
||||
Me.VerfahrenshandbuchVERAGGmbHZollWOToolStripMenuItem.Text = "Verfahrenshandbuch VERAG GmbH Zoll WO"
|
||||
'
|
||||
'ChecklistenToolStripMenuItem
|
||||
'
|
||||
Me.ChecklistenToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ChecklisteWOCHECKLISTEZEallgemein, Me.WOCECKLISTEZEWDHToolStripMenuItem, Me.WOCECKLISTEAbgangVerwahrungsortZVToolStripMenuItem})
|
||||
Me.ChecklistenToolStripMenuItem.Name = "ChecklistenToolStripMenuItem"
|
||||
Me.ChecklistenToolStripMenuItem.Size = New System.Drawing.Size(193, 22)
|
||||
Me.ChecklistenToolStripMenuItem.Text = "Checklisten"
|
||||
'
|
||||
'ChecklisteWOCHECKLISTEZEallgemein
|
||||
'
|
||||
Me.ChecklisteWOCHECKLISTEZEallgemein.Name = "ChecklisteWOCHECKLISTEZEallgemein"
|
||||
Me.ChecklisteWOCHECKLISTEZEallgemein.Size = New System.Drawing.Size(311, 22)
|
||||
Me.ChecklisteWOCHECKLISTEZEallgemein.Text = "WO CHECKLISTE ZE allgemein"
|
||||
'
|
||||
'WOCECKLISTEZEWDHToolStripMenuItem
|
||||
'
|
||||
Me.WOCECKLISTEZEWDHToolStripMenuItem.Name = "WOCECKLISTEZEWDHToolStripMenuItem"
|
||||
Me.WOCECKLISTEZEWDHToolStripMenuItem.Size = New System.Drawing.Size(311, 22)
|
||||
Me.WOCECKLISTEZEWDHToolStripMenuItem.Text = "WO CHECKLISTE ZE WDH"
|
||||
'
|
||||
'WOCECKLISTEAbgangVerwahrungsortZVToolStripMenuItem
|
||||
'
|
||||
Me.WOCECKLISTEAbgangVerwahrungsortZVToolStripMenuItem.Name = "WOCECKLISTEAbgangVerwahrungsortZVToolStripMenuItem"
|
||||
Me.WOCECKLISTEAbgangVerwahrungsortZVToolStripMenuItem.Size = New System.Drawing.Size(311, 22)
|
||||
Me.WOCECKLISTEAbgangVerwahrungsortZVToolStripMenuItem.Text = "WO CHECKLISTE Abgang Verwahrungsort ZV"
|
||||
'
|
||||
'HandbuchToolStripMenuItem
|
||||
'
|
||||
Me.HandbuchToolStripMenuItem.Name = "HandbuchToolStripMenuItem"
|
||||
Me.HandbuchToolStripMenuItem.Size = New System.Drawing.Size(130, 22)
|
||||
Me.HandbuchToolStripMenuItem.Size = New System.Drawing.Size(193, 22)
|
||||
Me.HandbuchToolStripMenuItem.Text = "Handbuch"
|
||||
'
|
||||
'btnWoche
|
||||
@@ -1867,7 +1911,7 @@ Partial Class frmHauptfenster
|
||||
Me.SplitContainer2.Panel2.Controls.Add(Me.SplitContainer3)
|
||||
Me.SplitContainer2.Panel2MinSize = 650
|
||||
Me.SplitContainer2.Size = New System.Drawing.Size(884, 300)
|
||||
Me.SplitContainer2.SplitterDistance = 210
|
||||
Me.SplitContainer2.SplitterDistance = 216
|
||||
Me.SplitContainer2.SplitterWidth = 1
|
||||
Me.SplitContainer2.TabIndex = 0
|
||||
'
|
||||
@@ -1881,7 +1925,7 @@ Partial Class frmHauptfenster
|
||||
Me.pnlLinks.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.pnlLinks.Location = New System.Drawing.Point(0, 86)
|
||||
Me.pnlLinks.Name = "pnlLinks"
|
||||
Me.pnlLinks.Size = New System.Drawing.Size(210, 214)
|
||||
Me.pnlLinks.Size = New System.Drawing.Size(216, 214)
|
||||
Me.pnlLinks.TabIndex = 0
|
||||
'
|
||||
'Panel2
|
||||
@@ -1894,7 +1938,7 @@ Partial Class frmHauptfenster
|
||||
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Panel2.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Panel2.Name = "Panel2"
|
||||
Me.Panel2.Size = New System.Drawing.Size(210, 111)
|
||||
Me.Panel2.Size = New System.Drawing.Size(216, 111)
|
||||
Me.Panel2.TabIndex = 10
|
||||
'
|
||||
'Label7
|
||||
@@ -1916,7 +1960,7 @@ Partial Class frmHauptfenster
|
||||
Me.lblErrVermerk.ForeColor = System.Drawing.Color.Red
|
||||
Me.lblErrVermerk.Location = New System.Drawing.Point(12, 158)
|
||||
Me.lblErrVermerk.Name = "lblErrVermerk"
|
||||
Me.lblErrVermerk.Size = New System.Drawing.Size(184, 27)
|
||||
Me.lblErrVermerk.Size = New System.Drawing.Size(190, 27)
|
||||
Me.lblErrVermerk.TabIndex = 1
|
||||
Me.lblErrVermerk.Text = "Bei diesem Status kann kein Vermerk erfasst werden!"
|
||||
Me.lblErrVermerk.TextAlign = System.Drawing.ContentAlignment.BottomLeft
|
||||
@@ -1991,7 +2035,7 @@ Partial Class frmHauptfenster
|
||||
Me.pnlLinksOben.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.pnlLinksOben.Location = New System.Drawing.Point(0, 0)
|
||||
Me.pnlLinksOben.Name = "pnlLinksOben"
|
||||
Me.pnlLinksOben.Size = New System.Drawing.Size(210, 86)
|
||||
Me.pnlLinksOben.Size = New System.Drawing.Size(216, 86)
|
||||
Me.pnlLinksOben.TabIndex = 1
|
||||
'
|
||||
'Label22
|
||||
@@ -2052,8 +2096,8 @@ Partial Class frmHauptfenster
|
||||
'SplitContainer3.Panel2
|
||||
'
|
||||
Me.SplitContainer3.Panel2.Controls.Add(Me.pnl)
|
||||
Me.SplitContainer3.Size = New System.Drawing.Size(673, 300)
|
||||
Me.SplitContainer3.SplitterDistance = 169
|
||||
Me.SplitContainer3.Size = New System.Drawing.Size(667, 300)
|
||||
Me.SplitContainer3.SplitterDistance = 167
|
||||
Me.SplitContainer3.TabIndex = 3
|
||||
'
|
||||
'UsrCntlBenachrichtigungen1
|
||||
@@ -2062,7 +2106,7 @@ Partial Class frmHauptfenster
|
||||
Me.UsrCntlBenachrichtigungen1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.UsrCntlBenachrichtigungen1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
||||
Me.UsrCntlBenachrichtigungen1.Name = "UsrCntlBenachrichtigungen1"
|
||||
Me.UsrCntlBenachrichtigungen1.Size = New System.Drawing.Size(169, 300)
|
||||
Me.UsrCntlBenachrichtigungen1.Size = New System.Drawing.Size(167, 300)
|
||||
Me.UsrCntlBenachrichtigungen1.TabIndex = 0
|
||||
'
|
||||
'pnl
|
||||
@@ -2073,7 +2117,7 @@ Partial Class frmHauptfenster
|
||||
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.pnl.Location = New System.Drawing.Point(0, 0)
|
||||
Me.pnl.Name = "pnl"
|
||||
Me.pnl.Size = New System.Drawing.Size(500, 300)
|
||||
Me.pnl.Size = New System.Drawing.Size(496, 300)
|
||||
Me.pnl.TabIndex = 0
|
||||
'
|
||||
'Button10
|
||||
@@ -2097,8 +2141,8 @@ Partial Class frmHauptfenster
|
||||
Me.gridMyAviso.AllowUserToDeleteRows = False
|
||||
Me.gridMyAviso.AllowUserToOrderColumns = True
|
||||
Me.gridMyAviso.AllowUserToResizeRows = False
|
||||
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Azure
|
||||
Me.gridMyAviso.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
||||
DataGridViewCellStyle7.BackColor = System.Drawing.Color.Azure
|
||||
Me.gridMyAviso.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
|
||||
Me.gridMyAviso.BackgroundColor = System.Drawing.Color.White
|
||||
Me.gridMyAviso.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.gridMyAviso.Dock = System.Windows.Forms.DockStyle.Top
|
||||
@@ -2107,7 +2151,7 @@ Partial Class frmHauptfenster
|
||||
Me.gridMyAviso.ReadOnly = True
|
||||
Me.gridMyAviso.RowHeadersVisible = False
|
||||
Me.gridMyAviso.RowHeadersWidth = 62
|
||||
Me.gridMyAviso.Size = New System.Drawing.Size(500, 277)
|
||||
Me.gridMyAviso.Size = New System.Drawing.Size(496, 277)
|
||||
Me.gridMyAviso.TabIndex = 0
|
||||
'
|
||||
'Panel6
|
||||
@@ -2125,7 +2169,7 @@ Partial Class frmHauptfenster
|
||||
Me.Panel6.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Panel6.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Panel6.Name = "Panel6"
|
||||
Me.Panel6.Size = New System.Drawing.Size(500, 21)
|
||||
Me.Panel6.Size = New System.Drawing.Size(496, 21)
|
||||
Me.Panel6.TabIndex = 1
|
||||
'
|
||||
'lblMeineAviso
|
||||
@@ -2151,7 +2195,7 @@ Partial Class frmHauptfenster
|
||||
Me.cboMy_Grenzstelle.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.cboMy_Grenzstelle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
||||
Me.cboMy_Grenzstelle.FormattingEnabled = True
|
||||
Me.cboMy_Grenzstelle.Location = New System.Drawing.Point(181, 1)
|
||||
Me.cboMy_Grenzstelle.Location = New System.Drawing.Point(177, 1)
|
||||
Me.cboMy_Grenzstelle.Name = "cboMy_Grenzstelle"
|
||||
Me.cboMy_Grenzstelle.Size = New System.Drawing.Size(64, 21)
|
||||
Me.cboMy_Grenzstelle.TabIndex = 26
|
||||
@@ -2161,7 +2205,7 @@ Partial Class frmHauptfenster
|
||||
Me.Label18.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.Label18.AutoSize = True
|
||||
Me.Label18.ForeColor = System.Drawing.Color.White
|
||||
Me.Label18.Location = New System.Drawing.Point(113, 4)
|
||||
Me.Label18.Location = New System.Drawing.Point(109, 4)
|
||||
Me.Label18.Name = "Label18"
|
||||
Me.Label18.Size = New System.Drawing.Size(62, 13)
|
||||
Me.Label18.TabIndex = 25
|
||||
@@ -2172,7 +2216,7 @@ Partial Class frmHauptfenster
|
||||
Me.cbx_My_LKW.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.cbx_My_LKW.AutoSize = True
|
||||
Me.cbx_My_LKW.ForeColor = System.Drawing.Color.White
|
||||
Me.cbx_My_LKW.Location = New System.Drawing.Point(57, 3)
|
||||
Me.cbx_My_LKW.Location = New System.Drawing.Point(53, 3)
|
||||
Me.cbx_My_LKW.Name = "cbx_My_LKW"
|
||||
Me.cbx_My_LKW.Size = New System.Drawing.Size(50, 17)
|
||||
Me.cbx_My_LKW.TabIndex = 24
|
||||
@@ -2186,7 +2230,7 @@ Partial Class frmHauptfenster
|
||||
Me.cboMy_QS.Checked = True
|
||||
Me.cboMy_QS.CheckState = System.Windows.Forms.CheckState.Indeterminate
|
||||
Me.cboMy_QS.ForeColor = System.Drawing.Color.White
|
||||
Me.cboMy_QS.Location = New System.Drawing.Point(443, 3)
|
||||
Me.cboMy_QS.Location = New System.Drawing.Point(439, 3)
|
||||
Me.cboMy_QS.Name = "cboMy_QS"
|
||||
Me.cboMy_QS.Size = New System.Drawing.Size(15, 14)
|
||||
Me.cboMy_QS.TabIndex = 23
|
||||
@@ -2200,7 +2244,7 @@ Partial Class frmHauptfenster
|
||||
Me.cboMy_VB.Checked = True
|
||||
Me.cboMy_VB.CheckState = System.Windows.Forms.CheckState.Indeterminate
|
||||
Me.cboMy_VB.ForeColor = System.Drawing.Color.White
|
||||
Me.cboMy_VB.Location = New System.Drawing.Point(464, 3)
|
||||
Me.cboMy_VB.Location = New System.Drawing.Point(460, 3)
|
||||
Me.cboMy_VB.Name = "cboMy_VB"
|
||||
Me.cboMy_VB.Size = New System.Drawing.Size(15, 14)
|
||||
Me.cboMy_VB.TabIndex = 22
|
||||
@@ -2218,7 +2262,7 @@ Partial Class frmHauptfenster
|
||||
Me.cboMyAvisoAnzeige.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.cboMyAvisoAnzeige.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
||||
Me.cboMyAvisoAnzeige.FormattingEnabled = True
|
||||
Me.cboMyAvisoAnzeige.Location = New System.Drawing.Point(300, 1)
|
||||
Me.cboMyAvisoAnzeige.Location = New System.Drawing.Point(296, 1)
|
||||
Me.cboMyAvisoAnzeige.Name = "cboMyAvisoAnzeige"
|
||||
Me.cboMyAvisoAnzeige.Size = New System.Drawing.Size(127, 21)
|
||||
Me.cboMyAvisoAnzeige.TabIndex = 21
|
||||
@@ -2228,7 +2272,7 @@ Partial Class frmHauptfenster
|
||||
Me.Label17.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.Label17.AutoSize = True
|
||||
Me.Label17.ForeColor = System.Drawing.Color.White
|
||||
Me.Label17.Location = New System.Drawing.Point(251, 3)
|
||||
Me.Label17.Location = New System.Drawing.Point(247, 3)
|
||||
Me.Label17.Name = "Label17"
|
||||
Me.Label17.Size = New System.Drawing.Size(48, 13)
|
||||
Me.Label17.TabIndex = 20
|
||||
@@ -2238,7 +2282,7 @@ Partial Class frmHauptfenster
|
||||
'
|
||||
Me.lblAkte.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.lblAkte.ForeColor = System.Drawing.Color.White
|
||||
Me.lblAkte.Location = New System.Drawing.Point(829, 6)
|
||||
Me.lblAkte.Location = New System.Drawing.Point(825, 6)
|
||||
Me.lblAkte.Name = "lblAkte"
|
||||
Me.lblAkte.Size = New System.Drawing.Size(207, 19)
|
||||
Me.lblAkte.TabIndex = 1
|
||||
@@ -2272,7 +2316,7 @@ Partial Class frmHauptfenster
|
||||
Me.tabVorgeschrieben.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.tabVorgeschrieben.Location = New System.Drawing.Point(4, 34)
|
||||
Me.tabVorgeschrieben.Name = "tabVorgeschrieben"
|
||||
Me.tabVorgeschrieben.Padding = New System.Windows.Forms.Padding(3, 3, 3, 3)
|
||||
Me.tabVorgeschrieben.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.tabVorgeschrieben.Size = New System.Drawing.Size(753, 0)
|
||||
Me.tabVorgeschrieben.TabIndex = 3
|
||||
Me.tabVorgeschrieben.Text = "3.Vorgeschrieben"
|
||||
@@ -2283,7 +2327,7 @@ Partial Class frmHauptfenster
|
||||
Me.tabFreigegeben.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.tabFreigegeben.Location = New System.Drawing.Point(4, 34)
|
||||
Me.tabFreigegeben.Name = "tabFreigegeben"
|
||||
Me.tabFreigegeben.Padding = New System.Windows.Forms.Padding(3, 3, 3, 3)
|
||||
Me.tabFreigegeben.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.tabFreigegeben.Size = New System.Drawing.Size(753, 0)
|
||||
Me.tabFreigegeben.TabIndex = 5
|
||||
Me.tabFreigegeben.Text = "5. Freigegeben"
|
||||
@@ -2294,7 +2338,7 @@ Partial Class frmHauptfenster
|
||||
Me.tabNichtEingetroffen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.tabNichtEingetroffen.Location = New System.Drawing.Point(4, 34)
|
||||
Me.tabNichtEingetroffen.Name = "tabNichtEingetroffen"
|
||||
Me.tabNichtEingetroffen.Padding = New System.Windows.Forms.Padding(3, 3, 3, 3)
|
||||
Me.tabNichtEingetroffen.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.tabNichtEingetroffen.Size = New System.Drawing.Size(753, 0)
|
||||
Me.tabNichtEingetroffen.TabIndex = 6
|
||||
Me.tabNichtEingetroffen.Text = "Nicht eingetroffen"
|
||||
@@ -2305,7 +2349,7 @@ Partial Class frmHauptfenster
|
||||
Me.tabAnkunft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.tabAnkunft.Location = New System.Drawing.Point(4, 34)
|
||||
Me.tabAnkunft.Name = "tabAnkunft"
|
||||
Me.tabAnkunft.Padding = New System.Windows.Forms.Padding(3, 3, 3, 3)
|
||||
Me.tabAnkunft.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.tabAnkunft.Size = New System.Drawing.Size(753, 0)
|
||||
Me.tabAnkunft.TabIndex = 4
|
||||
Me.tabAnkunft.Text = "4. Ankunft"
|
||||
@@ -2316,7 +2360,7 @@ Partial Class frmHauptfenster
|
||||
Me.tabVorbereitet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.tabVorbereitet.Location = New System.Drawing.Point(4, 34)
|
||||
Me.tabVorbereitet.Name = "tabVorbereitet"
|
||||
Me.tabVorbereitet.Padding = New System.Windows.Forms.Padding(3, 3, 3, 3)
|
||||
Me.tabVorbereitet.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.tabVorbereitet.Size = New System.Drawing.Size(753, 0)
|
||||
Me.tabVorbereitet.TabIndex = 2
|
||||
Me.tabVorbereitet.Text = "2.Vorbereitet QS"
|
||||
@@ -2369,7 +2413,7 @@ Partial Class frmHauptfenster
|
||||
Me.tabAlle.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.tabAlle.Location = New System.Drawing.Point(4, 34)
|
||||
Me.tabAlle.Name = "tabAlle"
|
||||
Me.tabAlle.Padding = New System.Windows.Forms.Padding(3, 3, 3, 3)
|
||||
Me.tabAlle.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.tabAlle.Size = New System.Drawing.Size(753, 0)
|
||||
Me.tabAlle.TabIndex = 0
|
||||
Me.tabAlle.Text = "Alle"
|
||||
@@ -2380,7 +2424,7 @@ Partial Class frmHauptfenster
|
||||
Me.tabErfasst.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.tabErfasst.Location = New System.Drawing.Point(4, 34)
|
||||
Me.tabErfasst.Name = "tabErfasst"
|
||||
Me.tabErfasst.Padding = New System.Windows.Forms.Padding(3, 3, 3, 3)
|
||||
Me.tabErfasst.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.tabErfasst.Size = New System.Drawing.Size(753, 0)
|
||||
Me.tabErfasst.TabIndex = 1
|
||||
Me.tabErfasst.Text = "1. Erfasst"
|
||||
@@ -2470,47 +2514,47 @@ Partial Class frmHauptfenster
|
||||
Me.gridAviso.AllowUserToAddRows = False
|
||||
Me.gridAviso.AllowUserToDeleteRows = False
|
||||
Me.gridAviso.AllowUserToResizeRows = False
|
||||
DataGridViewCellStyle2.BackColor = System.Drawing.Color.Azure
|
||||
DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||
Me.gridAviso.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
||||
DataGridViewCellStyle8.BackColor = System.Drawing.Color.Azure
|
||||
DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||
Me.gridAviso.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
|
||||
Me.gridAviso.BackgroundColor = System.Drawing.Color.DarkGray
|
||||
Me.gridAviso.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable
|
||||
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle3.BackColor = System.Drawing.Color.LightBlue
|
||||
DataGridViewCellStyle3.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
|
||||
DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||
DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||
DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||
Me.gridAviso.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3
|
||||
DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle9.BackColor = System.Drawing.Color.LightBlue
|
||||
DataGridViewCellStyle9.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText
|
||||
DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||
DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||
DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||
Me.gridAviso.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle9
|
||||
Me.gridAviso.ColumnHeadersHeight = 25
|
||||
Me.gridAviso.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
|
||||
DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window
|
||||
DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText
|
||||
DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||
DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||
DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||
Me.gridAviso.DefaultCellStyle = DataGridViewCellStyle4
|
||||
DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window
|
||||
DataGridViewCellStyle10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText
|
||||
DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||
DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||
DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||
Me.gridAviso.DefaultCellStyle = DataGridViewCellStyle10
|
||||
Me.gridAviso.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.gridAviso.Location = New System.Drawing.Point(0, 208)
|
||||
Me.gridAviso.MultiSelect = False
|
||||
Me.gridAviso.Name = "gridAviso"
|
||||
Me.gridAviso.ReadOnly = True
|
||||
DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control
|
||||
DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText
|
||||
DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||
DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||
DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||
Me.gridAviso.RowHeadersDefaultCellStyle = DataGridViewCellStyle5
|
||||
DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control
|
||||
DataGridViewCellStyle11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText
|
||||
DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||
DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||
DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||
Me.gridAviso.RowHeadersDefaultCellStyle = DataGridViewCellStyle11
|
||||
Me.gridAviso.RowHeadersVisible = False
|
||||
Me.gridAviso.RowHeadersWidth = 62
|
||||
Me.gridAviso.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
|
||||
DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||
Me.gridAviso.RowsDefaultCellStyle = DataGridViewCellStyle6
|
||||
DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||
Me.gridAviso.RowsDefaultCellStyle = DataGridViewCellStyle12
|
||||
Me.gridAviso.RowTemplate.ReadOnly = True
|
||||
Me.gridAviso.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
|
||||
Me.gridAviso.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
||||
@@ -3488,4 +3532,10 @@ Partial Class frmHauptfenster
|
||||
Friend WithEvents DEGesamtsicherheitVeragGmbHToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents ATGesamtsicherheitIMEXCSGmbHToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents ATGesamtsicherheitVeragCSToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents VerfahrenshandbücherToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents VerfahrenshandbuchVERAGGmbHZollWOToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents ChecklistenToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents ChecklisteWOCHECKLISTEZEallgemein As ToolStripMenuItem
|
||||
Friend WithEvents WOCECKLISTEZEWDHToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents WOCECKLISTEAbgangVerwahrungsortZVToolStripMenuItem As ToolStripMenuItem
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user