Hauptfenster
This commit is contained in:
118
Aviso/usrCntlHauptfenster_Suche_AVISO.Designer.vb
generated
118
Aviso/usrCntlHauptfenster_Suche_AVISO.Designer.vb
generated
@@ -23,13 +23,18 @@ Partial Class usrCntlHauptfenster_Suche_AVISO
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(usrCntlHauptfenster_Suche_AVISO))
|
||||
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()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.Label22 = New System.Windows.Forms.Label()
|
||||
Me.Button7 = New System.Windows.Forms.Button()
|
||||
Me.MyComboBox1 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.btnE_Aviso = New System.Windows.Forms.Button()
|
||||
Me.btnNeu = New System.Windows.Forms.Button()
|
||||
Me.pblSNDOptions = New System.Windows.Forms.Panel()
|
||||
Me.cbx_My_Brexit = New System.Windows.Forms.CheckBox()
|
||||
Me.btnColor = New System.Windows.Forms.Button()
|
||||
@@ -59,6 +64,7 @@ Partial Class usrCntlHauptfenster_Suche_AVISO
|
||||
Me.cboGrenzstelle = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.lblGrenze = New System.Windows.Forms.Label()
|
||||
Me.pnlTime = New System.Windows.Forms.Panel()
|
||||
Me.lblDauer = New System.Windows.Forms.Label()
|
||||
Me.Label10 = New System.Windows.Forms.Label()
|
||||
Me.txtBestimmungszollstelle = New VERAG_PROG_ALLGEMEIN.MySearchBox()
|
||||
Me.Label21 = New System.Windows.Forms.Label()
|
||||
@@ -116,7 +122,7 @@ Partial Class usrCntlHauptfenster_Suche_AVISO
|
||||
Me.ToolStripMenuItem19 = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ToolStripMenuItem20 = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ToolStripMenuItem21 = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.lblDauer = New System.Windows.Forms.Label()
|
||||
Me.lblHinweis = New System.Windows.Forms.Label()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.pblSNDOptions.SuspendLayout()
|
||||
Me.tbcntrAvisoSND.SuspendLayout()
|
||||
@@ -130,7 +136,11 @@ Partial Class usrCntlHauptfenster_Suche_AVISO
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
Me.Panel1.Controls.Add(Me.Label22)
|
||||
Me.Panel1.Controls.Add(Me.Button7)
|
||||
Me.Panel1.Controls.Add(Me.MyComboBox1)
|
||||
Me.Panel1.Controls.Add(Me.btnE_Aviso)
|
||||
Me.Panel1.Controls.Add(Me.btnNeu)
|
||||
Me.Panel1.Controls.Add(Me.pblSNDOptions)
|
||||
Me.Panel1.Controls.Add(Me.btnHeute)
|
||||
Me.Panel1.Controls.Add(Me.btnGestern)
|
||||
@@ -165,6 +175,36 @@ Partial Class usrCntlHauptfenster_Suche_AVISO
|
||||
Me.Panel1.Size = New System.Drawing.Size(1156, 225)
|
||||
Me.Panel1.TabIndex = 3
|
||||
'
|
||||
'Label22
|
||||
'
|
||||
Me.Label22.BackColor = System.Drawing.Color.Red
|
||||
Me.Label22.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label22.ForeColor = System.Drawing.Color.White
|
||||
Me.Label22.Location = New System.Drawing.Point(246, 160)
|
||||
Me.Label22.Name = "Label22"
|
||||
Me.Label22.Size = New System.Drawing.Size(28, 19)
|
||||
Me.Label22.TabIndex = 32
|
||||
Me.Label22.Text = "99"
|
||||
Me.Label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
Me.Label22.Visible = False
|
||||
'
|
||||
'Button7
|
||||
'
|
||||
Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
|
||||
Me.Button7.ForeColor = System.Drawing.Color.Black
|
||||
Me.Button7.Image = CType(resources.GetObject("Button7.Image"), System.Drawing.Image)
|
||||
Me.Button7.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button7.Location = New System.Drawing.Point(211, 188)
|
||||
Me.Button7.MaximumSize = New System.Drawing.Size(121, 35)
|
||||
Me.Button7.Name = "Button7"
|
||||
Me.Button7.Size = New System.Drawing.Size(121, 35)
|
||||
Me.Button7.TabIndex = 32
|
||||
Me.Button7.Text = "Sendung"
|
||||
Me.Button7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button7.UseVisualStyleBackColor = True
|
||||
Me.Button7.Visible = False
|
||||
'
|
||||
'MyComboBox1
|
||||
'
|
||||
Me.MyComboBox1._allowedValuesFreiText = Nothing
|
||||
@@ -181,6 +221,40 @@ Partial Class usrCntlHauptfenster_Suche_AVISO
|
||||
Me.MyComboBox1.Size = New System.Drawing.Size(98, 21)
|
||||
Me.MyComboBox1.TabIndex = 7
|
||||
'
|
||||
'btnE_Aviso
|
||||
'
|
||||
Me.btnE_Aviso.BackColor = System.Drawing.Color.White
|
||||
Me.btnE_Aviso.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnE_Aviso.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.btnE_Aviso.ForeColor = System.Drawing.Color.Black
|
||||
Me.btnE_Aviso.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnE_Aviso.Location = New System.Drawing.Point(162, 151)
|
||||
Me.btnE_Aviso.MaximumSize = New System.Drawing.Size(121, 34)
|
||||
Me.btnE_Aviso.Name = "btnE_Aviso"
|
||||
Me.btnE_Aviso.Size = New System.Drawing.Size(121, 34)
|
||||
Me.btnE_Aviso.TabIndex = 31
|
||||
Me.btnE_Aviso.Text = "eAVISO"
|
||||
Me.btnE_Aviso.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnE_Aviso.UseVisualStyleBackColor = False
|
||||
Me.btnE_Aviso.Visible = False
|
||||
'
|
||||
'btnNeu
|
||||
'
|
||||
Me.btnNeu.BackColor = System.Drawing.Color.White
|
||||
Me.btnNeu.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnNeu.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.btnNeu.ForeColor = System.Drawing.Color.Black
|
||||
Me.btnNeu.Image = CType(resources.GetObject("btnNeu.Image"), System.Drawing.Image)
|
||||
Me.btnNeu.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnNeu.Location = New System.Drawing.Point(3, 151)
|
||||
Me.btnNeu.MaximumSize = New System.Drawing.Size(121, 34)
|
||||
Me.btnNeu.Name = "btnNeu"
|
||||
Me.btnNeu.Size = New System.Drawing.Size(121, 34)
|
||||
Me.btnNeu.TabIndex = 30
|
||||
Me.btnNeu.Text = " LKW"
|
||||
Me.btnNeu.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnNeu.UseVisualStyleBackColor = False
|
||||
'
|
||||
'pblSNDOptions
|
||||
'
|
||||
Me.pblSNDOptions.Controls.Add(Me.cbx_My_Brexit)
|
||||
@@ -376,7 +450,7 @@ Partial Class usrCntlHauptfenster_Suche_AVISO
|
||||
Me.tbcntrAvisoSND.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.tbcntrAvisoSND.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||||
Me.tbcntrAvisoSND.ItemSize = New System.Drawing.Size(60, 30)
|
||||
Me.tbcntrAvisoSND.Location = New System.Drawing.Point(157, 166)
|
||||
Me.tbcntrAvisoSND.Location = New System.Drawing.Point(13, 134)
|
||||
Me.tbcntrAvisoSND.Name = "tbcntrAvisoSND"
|
||||
Me.tbcntrAvisoSND.Padding = New System.Drawing.Point(12, 3)
|
||||
Me.tbcntrAvisoSND.SelectedIndex = 0
|
||||
@@ -532,6 +606,7 @@ Partial Class usrCntlHauptfenster_Suche_AVISO
|
||||
'
|
||||
Me.pnlTime.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.pnlTime.Controls.Add(Me.lblHinweis)
|
||||
Me.pnlTime.Controls.Add(Me.lblDauer)
|
||||
Me.pnlTime.Controls.Add(Me.Label10)
|
||||
Me.pnlTime.Controls.Add(Me.txtBestimmungszollstelle)
|
||||
@@ -544,6 +619,18 @@ Partial Class usrCntlHauptfenster_Suche_AVISO
|
||||
Me.pnlTime.Size = New System.Drawing.Size(683, 57)
|
||||
Me.pnlTime.TabIndex = 12
|
||||
'
|
||||
'lblDauer
|
||||
'
|
||||
Me.lblDauer.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.lblDauer.BackColor = System.Drawing.Color.Transparent
|
||||
Me.lblDauer.ForeColor = System.Drawing.Color.White
|
||||
Me.lblDauer.Location = New System.Drawing.Point(523, 18)
|
||||
Me.lblDauer.Name = "lblDauer"
|
||||
Me.lblDauer.Size = New System.Drawing.Size(155, 17)
|
||||
Me.lblDauer.TabIndex = 27
|
||||
Me.lblDauer.Text = "1111123 ms"
|
||||
Me.lblDauer.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
'
|
||||
'Label10
|
||||
'
|
||||
Me.Label10.AutoSize = True
|
||||
@@ -608,9 +695,10 @@ Partial Class usrCntlHauptfenster_Suche_AVISO
|
||||
'
|
||||
'lblEintraege
|
||||
'
|
||||
Me.lblEintraege.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.lblEintraege.BackColor = System.Drawing.Color.Transparent
|
||||
Me.lblEintraege.ForeColor = System.Drawing.Color.White
|
||||
Me.lblEintraege.Location = New System.Drawing.Point(394, 6)
|
||||
Me.lblEintraege.Location = New System.Drawing.Point(509, 6)
|
||||
Me.lblEintraege.Name = "lblEintraege"
|
||||
Me.lblEintraege.Size = New System.Drawing.Size(169, 15)
|
||||
Me.lblEintraege.TabIndex = 14
|
||||
@@ -1220,16 +1308,17 @@ Partial Class usrCntlHauptfenster_Suche_AVISO
|
||||
Me.ToolStripMenuItem21.Size = New System.Drawing.Size(121, 22)
|
||||
Me.ToolStripMenuItem21.Text = "GELB"
|
||||
'
|
||||
'lblDauer
|
||||
'lblHinweis
|
||||
'
|
||||
Me.lblDauer.BackColor = System.Drawing.Color.Transparent
|
||||
Me.lblDauer.ForeColor = System.Drawing.Color.White
|
||||
Me.lblDauer.Location = New System.Drawing.Point(408, 18)
|
||||
Me.lblDauer.Name = "lblDauer"
|
||||
Me.lblDauer.Size = New System.Drawing.Size(155, 17)
|
||||
Me.lblDauer.TabIndex = 27
|
||||
Me.lblDauer.Text = "1111123 ms"
|
||||
Me.lblDauer.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.lblHinweis.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.lblHinweis.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblHinweis.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
Me.lblHinweis.Location = New System.Drawing.Point(549, 37)
|
||||
Me.lblHinweis.Name = "lblHinweis"
|
||||
Me.lblHinweis.Size = New System.Drawing.Size(129, 16)
|
||||
Me.lblHinweis.TabIndex = 38
|
||||
Me.lblHinweis.Text = "Hinweis eingetragen"
|
||||
Me.lblHinweis.Visible = False
|
||||
'
|
||||
'usrCntlHauptfenster_Suche_AVISO
|
||||
'
|
||||
@@ -1344,4 +1433,9 @@ Partial Class usrCntlHauptfenster_Suche_AVISO
|
||||
Friend WithEvents ToolStripMenuItem20 As ToolStripMenuItem
|
||||
Friend WithEvents ToolStripMenuItem21 As ToolStripMenuItem
|
||||
Friend WithEvents lblDauer As Label
|
||||
Friend WithEvents btnE_Aviso As Button
|
||||
Friend WithEvents btnNeu As Button
|
||||
Friend WithEvents Button7 As Button
|
||||
Friend WithEvents Label22 As Label
|
||||
Friend WithEvents lblHinweis As Label
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user