_ Partial Class frmAddAktenvermerkShort Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAddAktenvermerkShort)) Me.pnlAktenVermerk = New System.Windows.Forms.Panel() Me.Button2 = New System.Windows.Forms.Button() Me.btnLKWumgemeldet = New System.Windows.Forms.Button() Me.btnDEZollDIGITAL = New System.Windows.Forms.Button() Me.Panel1 = New System.Windows.Forms.Panel() Me.Label24 = New System.Windows.Forms.Label() Me.btnSBG = New System.Windows.Forms.Button() Me.btnWAI = New System.Windows.Forms.Button() Me.btnNKD = New System.Windows.Forms.Button() Me.btnQS = New System.Windows.Forms.Button() Me.Label14 = New System.Windows.Forms.Label() Me.btnNichtAvisiert = New System.Windows.Forms.Button() Me.txtFreigabeInfo = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.btnSFD = New System.Windows.Forms.Button() Me.btnDispoangefordert = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.txtSonstiges = New System.Windows.Forms.TextBox() Me.btnSonstiges = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.btnLKWFertig = New System.Windows.Forms.Button() Me.btnAktUebernehmen = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.pnl = New System.Windows.Forms.Panel() Me.btnNichtEingetroffen = New System.Windows.Forms.Button() Me.btnFreigabe = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.btnAnkunft = New System.Windows.Forms.Button() Me.btnErfasst = New System.Windows.Forms.Button() Me.btnVorbereitet = New System.Windows.Forms.Button() Me.btnVorgeschrieben = New System.Windows.Forms.Button() Me.btnSpaetAvisiert = New System.Windows.Forms.Button() Me.btnLKWStandzeitFeierteage = New System.Windows.Forms.Button() Me.btnLKWStandzeitWE = New System.Windows.Forms.Button() Me.btnZollDEEingereicht = New System.Windows.Forms.Button() Me.btnZollATEingereicht = New System.Windows.Forms.Button() Me.optKeineAuswahl = New System.Windows.Forms.RadioButton() Me.Label15 = New System.Windows.Forms.Label() Me.Label16 = New System.Windows.Forms.Label() Me.cntxt = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.XXXToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.pnlAktenVermerk.SuspendLayout() Me.Panel1.SuspendLayout() Me.pnl.SuspendLayout() Me.cntxt.SuspendLayout() Me.SuspendLayout() ' 'pnlAktenVermerk ' Me.pnlAktenVermerk.BackColor = System.Drawing.Color.White Me.pnlAktenVermerk.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnlAktenVermerk.Controls.Add(Me.Button2) Me.pnlAktenVermerk.Controls.Add(Me.btnLKWumgemeldet) Me.pnlAktenVermerk.Controls.Add(Me.btnDEZollDIGITAL) Me.pnlAktenVermerk.Controls.Add(Me.Panel1) Me.pnlAktenVermerk.Controls.Add(Me.txtFreigabeInfo) Me.pnlAktenVermerk.Controls.Add(Me.Label4) Me.pnlAktenVermerk.Controls.Add(Me.btnSFD) Me.pnlAktenVermerk.Controls.Add(Me.btnDispoangefordert) Me.pnlAktenVermerk.Controls.Add(Me.Button3) Me.pnlAktenVermerk.Controls.Add(Me.Label3) Me.pnlAktenVermerk.Controls.Add(Me.txtSonstiges) Me.pnlAktenVermerk.Controls.Add(Me.btnSonstiges) Me.pnlAktenVermerk.Controls.Add(Me.Label2) Me.pnlAktenVermerk.Controls.Add(Me.btnLKWFertig) Me.pnlAktenVermerk.Controls.Add(Me.btnAktUebernehmen) Me.pnlAktenVermerk.Controls.Add(Me.Button1) Me.pnlAktenVermerk.Controls.Add(Me.pnl) Me.pnlAktenVermerk.Controls.Add(Me.btnSpaetAvisiert) Me.pnlAktenVermerk.Controls.Add(Me.btnLKWStandzeitFeierteage) Me.pnlAktenVermerk.Controls.Add(Me.btnLKWStandzeitWE) Me.pnlAktenVermerk.Controls.Add(Me.btnZollDEEingereicht) Me.pnlAktenVermerk.Controls.Add(Me.btnZollATEingereicht) Me.pnlAktenVermerk.Controls.Add(Me.optKeineAuswahl) Me.pnlAktenVermerk.Controls.Add(Me.Label15) Me.pnlAktenVermerk.Controls.Add(Me.Label16) Me.pnlAktenVermerk.Dock = System.Windows.Forms.DockStyle.Fill Me.pnlAktenVermerk.Location = New System.Drawing.Point(0, 0) Me.pnlAktenVermerk.Name = "pnlAktenVermerk" Me.pnlAktenVermerk.Size = New System.Drawing.Size(401, 509) Me.pnlAktenVermerk.TabIndex = 0 ' 'Button2 ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Image = Global.AVISO.My.Resources.Resources.lorry_ummelden Me.Button2.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.Button2.Location = New System.Drawing.Point(298, 145) Me.Button2.Margin = New System.Windows.Forms.Padding(0) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(89, 83) Me.Button2.TabIndex = 109 Me.Button2.Text = "LKW ummelden..." Me.Button2.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.Button2.UseVisualStyleBackColor = True ' 'btnLKWumgemeldet ' Me.btnLKWumgemeldet.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnLKWumgemeldet.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnLKWumgemeldet.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnLKWumgemeldet.Location = New System.Drawing.Point(11, 282) Me.btnLKWumgemeldet.Name = "btnLKWumgemeldet" Me.btnLKWumgemeldet.Size = New System.Drawing.Size(182, 27) Me.btnLKWumgemeldet.TabIndex = 108 Me.btnLKWumgemeldet.Text = "LKW umgemeldet" Me.btnLKWumgemeldet.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnLKWumgemeldet.UseVisualStyleBackColor = True ' 'btnDEZollDIGITAL ' Me.btnDEZollDIGITAL.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnDEZollDIGITAL.Image = Global.AVISO.My.Resources.Resources.digitalerAkt_small Me.btnDEZollDIGITAL.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnDEZollDIGITAL.Location = New System.Drawing.Point(205, 145) Me.btnDEZollDIGITAL.Margin = New System.Windows.Forms.Padding(0) Me.btnDEZollDIGITAL.Name = "btnDEZollDIGITAL" Me.btnDEZollDIGITAL.Size = New System.Drawing.Size(89, 83) Me.btnDEZollDIGITAL.TabIndex = 107 Me.btnDEZollDIGITAL.Text = "Zoll DE DIGITAL eingereicht" Me.btnDEZollDIGITAL.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnDEZollDIGITAL.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Panel1.Controls.Add(Me.Label24) Me.Panel1.Controls.Add(Me.btnSBG) Me.Panel1.Controls.Add(Me.btnWAI) Me.Panel1.Controls.Add(Me.btnNKD) Me.Panel1.Controls.Add(Me.btnQS) Me.Panel1.Controls.Add(Me.Label14) Me.Panel1.Controls.Add(Me.btnNichtAvisiert) Me.Panel1.Location = New System.Drawing.Point(308, 255) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(70, 25) Me.Panel1.TabIndex = 106 Me.Panel1.Visible = False ' 'Label24 ' Me.Label24.AutoSize = True Me.Label24.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label24.Location = New System.Drawing.Point(3, 0) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(151, 13) Me.Label24.TabIndex = 8 Me.Label24.Text = "Akt / Aviso weitergeleitet" ' 'btnSBG ' Me.btnSBG.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSBG.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnSBG.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnSBG.Location = New System.Drawing.Point(3, 16) Me.btnSBG.Name = "btnSBG" Me.btnSBG.Size = New System.Drawing.Size(182, 27) Me.btnSBG.TabIndex = 88 Me.btnSBG.Text = "nach Salzburg" Me.btnSBG.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnSBG.UseVisualStyleBackColor = True ' 'btnWAI ' Me.btnWAI.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnWAI.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnWAI.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnWAI.Location = New System.Drawing.Point(3, 74) Me.btnWAI.Name = "btnWAI" Me.btnWAI.Size = New System.Drawing.Size(182, 27) Me.btnWAI.TabIndex = 88 Me.btnWAI.Text = "nach Waidhaus" Me.btnWAI.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnWAI.UseVisualStyleBackColor = True ' 'btnNKD ' Me.btnNKD.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnNKD.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnNKD.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnNKD.Location = New System.Drawing.Point(3, 45) Me.btnNKD.Name = "btnNKD" Me.btnNKD.Size = New System.Drawing.Size(182, 27) Me.btnNKD.TabIndex = 89 Me.btnNKD.Text = "nach Nickelsdorf" Me.btnNKD.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnNKD.UseVisualStyleBackColor = True ' 'btnQS ' Me.btnQS.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnQS.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnQS.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnQS.Location = New System.Drawing.Point(3, 132) Me.btnQS.Name = "btnQS" Me.btnQS.Size = New System.Drawing.Size(182, 27) Me.btnQS.TabIndex = 89 Me.btnQS.Text = "in die QS - Abteilung gegeben" & Global.Microsoft.VisualBasic.ChrW(10) Me.btnQS.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnQS.UseVisualStyleBackColor = True ' 'Label14 ' Me.Label14.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label14.AutoSize = True Me.Label14.BackColor = System.Drawing.Color.Transparent Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label14.Location = New System.Drawing.Point(29, 0) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(38, 13) Me.Label14.TabIndex = 2 Me.Label14.Text = "Aviso" ' 'btnNichtAvisiert ' Me.btnNichtAvisiert.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.btnNichtAvisiert.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnNichtAvisiert.Image = Global.AVISO.My.Resources.Resources.noAviso_s1 Me.btnNichtAvisiert.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnNichtAvisiert.Location = New System.Drawing.Point(32, 16) Me.btnNichtAvisiert.Margin = New System.Windows.Forms.Padding(0) Me.btnNichtAvisiert.Name = "btnNichtAvisiert" Me.btnNichtAvisiert.Size = New System.Drawing.Size(89, 83) Me.btnNichtAvisiert.TabIndex = 90 Me.btnNichtAvisiert.Text = "nicht" & Global.Microsoft.VisualBasic.ChrW(10) & "avisiert" Me.btnNichtAvisiert.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnNichtAvisiert.UseVisualStyleBackColor = True ' 'txtFreigabeInfo ' Me.txtFreigabeInfo.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.txtFreigabeInfo.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtFreigabeInfo.Location = New System.Drawing.Point(11, 464) Me.txtFreigabeInfo.Multiline = True Me.txtFreigabeInfo.Name = "txtFreigabeInfo" Me.txtFreigabeInfo.Size = New System.Drawing.Size(182, 40) Me.txtFreigabeInfo.TabIndex = 105 ' 'Label4 ' Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(11, 448) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(86, 13) Me.Label4.TabIndex = 104 Me.Label4.Text = "Freigabe Info:" ' 'btnSFD ' Me.btnSFD.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSFD.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnSFD.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnSFD.Location = New System.Drawing.Point(11, 256) Me.btnSFD.Name = "btnSFD" Me.btnSFD.Size = New System.Drawing.Size(182, 27) Me.btnSFD.TabIndex = 89 Me.btnSFD.Text = "nach Spielfeld (Lex)" Me.btnSFD.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnSFD.UseVisualStyleBackColor = True ' 'btnDispoangefordert ' Me.btnDispoangefordert.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.btnDispoangefordert.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnDispoangefordert.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnDispoangefordert.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnDispoangefordert.Location = New System.Drawing.Point(11, 342) Me.btnDispoangefordert.Name = "btnDispoangefordert" Me.btnDispoangefordert.Size = New System.Drawing.Size(182, 27) Me.btnDispoangefordert.TabIndex = 103 Me.btnDispoangefordert.Text = "Dispoliste angefordert ..." Me.btnDispoangefordert.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnDispoangefordert.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button3.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.Button3.Location = New System.Drawing.Point(11, 316) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(182, 27) Me.Button3.TabIndex = 102 Me.Button3.Text = "Akt liegt im Fach ..." Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button3.UseVisualStyleBackColor = True ' 'Label3 ' Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(11, 379) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(66, 13) Me.Label3.TabIndex = 101 Me.Label3.Text = "Sonstiges:" ' 'txtSonstiges ' Me.txtSonstiges.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.txtSonstiges.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtSonstiges.Location = New System.Drawing.Point(11, 395) Me.txtSonstiges.Multiline = True Me.txtSonstiges.Name = "txtSonstiges" Me.txtSonstiges.Size = New System.Drawing.Size(137, 46) Me.txtSonstiges.TabIndex = 100 ' 'btnSonstiges ' Me.btnSonstiges.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.btnSonstiges.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSonstiges.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnSonstiges.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnSonstiges.Location = New System.Drawing.Point(154, 395) Me.btnSonstiges.Name = "btnSonstiges" Me.btnSonstiges.Size = New System.Drawing.Size(39, 46) Me.btnSonstiges.TabIndex = 99 Me.btnSonstiges.Text = "OK" Me.btnSonstiges.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnSonstiges.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.Color.Transparent Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(11, 17) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(61, 13) Me.Label2.TabIndex = 98 Me.Label2.Text = "Allgemein" ' 'btnLKWFertig ' Me.btnLKWFertig.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnLKWFertig.Image = Global.AVISO.My.Resources.Resources.lorry Me.btnLKWFertig.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnLKWFertig.Location = New System.Drawing.Point(104, 33) Me.btnLKWFertig.Margin = New System.Windows.Forms.Padding(0) Me.btnLKWFertig.Name = "btnLKWFertig" Me.btnLKWFertig.Padding = New System.Windows.Forms.Padding(0, 8, 0, 0) Me.btnLKWFertig.Size = New System.Drawing.Size(89, 83) Me.btnLKWFertig.TabIndex = 97 Me.btnLKWFertig.Text = "LKW fertig / nicht fertig" Me.btnLKWFertig.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnLKWFertig.UseVisualStyleBackColor = True ' 'btnAktUebernehmen ' Me.btnAktUebernehmen.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAktUebernehmen.Image = Global.AVISO.My.Resources.Resources.android_note Me.btnAktUebernehmen.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnAktUebernehmen.Location = New System.Drawing.Point(11, 33) Me.btnAktUebernehmen.Margin = New System.Windows.Forms.Padding(0) Me.btnAktUebernehmen.Name = "btnAktUebernehmen" Me.btnAktUebernehmen.Padding = New System.Windows.Forms.Padding(0, 8, 0, 0) Me.btnAktUebernehmen.Size = New System.Drawing.Size(89, 83) Me.btnAktUebernehmen.TabIndex = 96 Me.btnAktUebernehmen.Text = "Akt übernehmen" Me.btnAktUebernehmen.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnAktUebernehmen.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button1.BackColor = System.Drawing.Color.Red Me.Button1.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button1.FlatAppearance.BorderSize = 0 Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.Location = New System.Drawing.Point(346, 0) Me.Button1.Name = "Button1" Me.Button1.RightToLeft = System.Windows.Forms.RightToLeft.Yes Me.Button1.Size = New System.Drawing.Size(54, 20) Me.Button1.TabIndex = 94 Me.Button1.Text = "X" Me.Button1.UseVisualStyleBackColor = False ' 'pnl ' Me.pnl.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.pnl.BackColor = System.Drawing.Color.WhiteSmoke Me.pnl.Controls.Add(Me.btnNichtEingetroffen) Me.pnl.Controls.Add(Me.btnFreigabe) Me.pnl.Controls.Add(Me.Label1) Me.pnl.Controls.Add(Me.btnAnkunft) Me.pnl.Controls.Add(Me.btnErfasst) Me.pnl.Controls.Add(Me.btnVorbereitet) Me.pnl.Controls.Add(Me.btnVorgeschrieben) Me.pnl.Location = New System.Drawing.Point(212, 283) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(197, 225) Me.pnl.TabIndex = 93 ' 'btnNichtEingetroffen ' Me.btnNichtEingetroffen.BackColor = System.Drawing.SystemColors.ButtonShadow Me.btnNichtEingetroffen.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnNichtEingetroffen.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnNichtEingetroffen.ForeColor = System.Drawing.Color.White Me.btnNichtEingetroffen.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnNichtEingetroffen.Location = New System.Drawing.Point(4, 157) Me.btnNichtEingetroffen.Name = "btnNichtEingetroffen" Me.btnNichtEingetroffen.Size = New System.Drawing.Size(182, 30) Me.btnNichtEingetroffen.TabIndex = 99 Me.btnNichtEingetroffen.Text = "0. Nicht Eingetroffen" Me.btnNichtEingetroffen.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnNichtEingetroffen.UseVisualStyleBackColor = False ' 'btnFreigabe ' Me.btnFreigabe.BackColor = System.Drawing.Color.Green Me.btnFreigabe.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnFreigabe.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnFreigabe.ForeColor = System.Drawing.Color.White Me.btnFreigabe.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnFreigabe.Location = New System.Drawing.Point(4, 130) Me.btnFreigabe.Name = "btnFreigabe" Me.btnFreigabe.Size = New System.Drawing.Size(182, 30) Me.btnFreigabe.TabIndex = 96 Me.btnFreigabe.Text = "5. Freigabe" Me.btnFreigabe.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnFreigabe.UseVisualStyleBackColor = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(1, 5) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(90, 13) Me.Label1.TabIndex = 92 Me.Label1.Text = "Status ändern:" ' 'btnAnkunft ' Me.btnAnkunft.BackColor = System.Drawing.Color.Blue Me.btnAnkunft.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAnkunft.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnAnkunft.ForeColor = System.Drawing.Color.White Me.btnAnkunft.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnAnkunft.Location = New System.Drawing.Point(4, 103) Me.btnAnkunft.Name = "btnAnkunft" Me.btnAnkunft.Size = New System.Drawing.Size(182, 30) Me.btnAnkunft.TabIndex = 97 Me.btnAnkunft.Text = "4. Ankunft" Me.btnAnkunft.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAnkunft.UseVisualStyleBackColor = False ' 'btnErfasst ' Me.btnErfasst.BackColor = System.Drawing.Color.Red Me.btnErfasst.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnErfasst.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnErfasst.ForeColor = System.Drawing.Color.White Me.btnErfasst.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnErfasst.Location = New System.Drawing.Point(4, 20) Me.btnErfasst.Name = "btnErfasst" Me.btnErfasst.Size = New System.Drawing.Size(182, 30) Me.btnErfasst.TabIndex = 95 Me.btnErfasst.Text = "1. Erfasst" Me.btnErfasst.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnErfasst.UseVisualStyleBackColor = False ' 'btnVorbereitet ' Me.btnVorbereitet.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer)) Me.btnVorbereitet.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnVorbereitet.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnVorbereitet.ForeColor = System.Drawing.Color.White Me.btnVorbereitet.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnVorbereitet.Location = New System.Drawing.Point(4, 47) Me.btnVorbereitet.Name = "btnVorbereitet" Me.btnVorbereitet.Size = New System.Drawing.Size(182, 30) Me.btnVorbereitet.TabIndex = 98 Me.btnVorbereitet.Text = "2. Vorbereitet (QS)" Me.btnVorbereitet.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnVorbereitet.UseVisualStyleBackColor = False ' 'btnVorgeschrieben ' Me.btnVorgeschrieben.BackColor = System.Drawing.Color.Purple Me.btnVorgeschrieben.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnVorgeschrieben.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnVorgeschrieben.ForeColor = System.Drawing.Color.White Me.btnVorgeschrieben.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnVorgeschrieben.Location = New System.Drawing.Point(4, 75) Me.btnVorgeschrieben.Name = "btnVorgeschrieben" Me.btnVorgeschrieben.Size = New System.Drawing.Size(182, 30) Me.btnVorgeschrieben.TabIndex = 94 Me.btnVorgeschrieben.Text = "3. Vorgeschrieben" Me.btnVorgeschrieben.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnVorgeschrieben.UseVisualStyleBackColor = False ' 'btnSpaetAvisiert ' Me.btnSpaetAvisiert.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSpaetAvisiert.Image = Global.AVISO.My.Resources.Resources.LateAviso_s Me.btnSpaetAvisiert.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnSpaetAvisiert.Location = New System.Drawing.Point(282, 495) Me.btnSpaetAvisiert.Margin = New System.Windows.Forms.Padding(0) Me.btnSpaetAvisiert.Name = "btnSpaetAvisiert" Me.btnSpaetAvisiert.Size = New System.Drawing.Size(89, 83) Me.btnSpaetAvisiert.TabIndex = 91 Me.btnSpaetAvisiert.Text = "kurz vor LKW-Eintreffen" Me.btnSpaetAvisiert.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnSpaetAvisiert.UseVisualStyleBackColor = True ' 'btnLKWStandzeitFeierteage ' Me.btnLKWStandzeitFeierteage.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnLKWStandzeitFeierteage.Image = Global.AVISO.My.Resources.Resources.android_clock_s Me.btnLKWStandzeitFeierteage.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnLKWStandzeitFeierteage.Location = New System.Drawing.Point(298, 33) Me.btnLKWStandzeitFeierteage.Margin = New System.Windows.Forms.Padding(0) Me.btnLKWStandzeitFeierteage.Name = "btnLKWStandzeitFeierteage" Me.btnLKWStandzeitFeierteage.Size = New System.Drawing.Size(89, 83) Me.btnLKWStandzeitFeierteage.TabIndex = 87 Me.btnLKWStandzeitFeierteage.Text = "LKW Standzeit Feiertag(e)" Me.btnLKWStandzeitFeierteage.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnLKWStandzeitFeierteage.UseVisualStyleBackColor = True ' 'btnLKWStandzeitWE ' Me.btnLKWStandzeitWE.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnLKWStandzeitWE.Image = CType(resources.GetObject("btnLKWStandzeitWE.Image"), System.Drawing.Image) Me.btnLKWStandzeitWE.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnLKWStandzeitWE.Location = New System.Drawing.Point(205, 33) Me.btnLKWStandzeitWE.Margin = New System.Windows.Forms.Padding(0) Me.btnLKWStandzeitWE.Name = "btnLKWStandzeitWE" Me.btnLKWStandzeitWE.Size = New System.Drawing.Size(89, 83) Me.btnLKWStandzeitWE.TabIndex = 86 Me.btnLKWStandzeitWE.Text = "LKW Standzeit Wochenende" Me.btnLKWStandzeitWE.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnLKWStandzeitWE.UseVisualStyleBackColor = True ' 'btnZollDEEingereicht ' Me.btnZollDEEingereicht.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnZollDEEingereicht.Image = CType(resources.GetObject("btnZollDEEingereicht.Image"), System.Drawing.Image) Me.btnZollDEEingereicht.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnZollDEEingereicht.Location = New System.Drawing.Point(104, 145) Me.btnZollDEEingereicht.Margin = New System.Windows.Forms.Padding(0) Me.btnZollDEEingereicht.Name = "btnZollDEEingereicht" Me.btnZollDEEingereicht.Size = New System.Drawing.Size(89, 83) Me.btnZollDEEingereicht.TabIndex = 85 Me.btnZollDEEingereicht.Text = "Zoll DE eingereicht" Me.btnZollDEEingereicht.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnZollDEEingereicht.UseVisualStyleBackColor = True ' 'btnZollATEingereicht ' Me.btnZollATEingereicht.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnZollATEingereicht.Image = CType(resources.GetObject("btnZollATEingereicht.Image"), System.Drawing.Image) Me.btnZollATEingereicht.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnZollATEingereicht.Location = New System.Drawing.Point(11, 145) Me.btnZollATEingereicht.Margin = New System.Windows.Forms.Padding(0) Me.btnZollATEingereicht.Name = "btnZollATEingereicht" Me.btnZollATEingereicht.Size = New System.Drawing.Size(89, 83) Me.btnZollATEingereicht.TabIndex = 84 Me.btnZollATEingereicht.Text = "Zoll AT eingereicht" Me.btnZollATEingereicht.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnZollATEingereicht.UseVisualStyleBackColor = True ' 'optKeineAuswahl ' Me.optKeineAuswahl.AutoSize = True Me.optKeineAuswahl.Location = New System.Drawing.Point(448, 10) Me.optKeineAuswahl.Name = "optKeineAuswahl" Me.optKeineAuswahl.Size = New System.Drawing.Size(94, 17) Me.optKeineAuswahl.TabIndex = 1 Me.optKeineAuswahl.TabStop = True Me.optKeineAuswahl.Text = "keine Auswahl" Me.optKeineAuswahl.UseVisualStyleBackColor = True Me.optKeineAuswahl.Visible = False ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.BackColor = System.Drawing.Color.Transparent Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label15.Location = New System.Drawing.Point(8, 129) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(28, 13) Me.Label15.TabIndex = 3 Me.Label15.Text = "Zoll" ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.BackColor = System.Drawing.Color.Transparent Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label16.Location = New System.Drawing.Point(202, 20) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(60, 13) Me.Label16.TabIndex = 9 Me.Label16.Text = "Standzeit" ' 'cntxt ' Me.cntxt.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.XXXToolStripMenuItem}) Me.cntxt.Name = "cntxt" Me.cntxt.Size = New System.Drawing.Size(96, 26) ' 'XXXToolStripMenuItem ' Me.XXXToolStripMenuItem.Name = "XXXToolStripMenuItem" Me.XXXToolStripMenuItem.Size = New System.Drawing.Size(95, 22) Me.XXXToolStripMenuItem.Text = "XXX" ' 'frmAddAktenvermerkShort ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(401, 509) Me.Controls.Add(Me.pnlAktenVermerk) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.IsMdiContainer = True Me.Name = "frmAddAktenvermerkShort" Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual Me.Text = "Aktenvermerk" Me.pnlAktenVermerk.ResumeLayout(False) Me.pnlAktenVermerk.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() Me.cntxt.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents pnlAktenVermerk As System.Windows.Forms.Panel Friend WithEvents optKeineAuswahl As System.Windows.Forms.RadioButton Friend WithEvents Label24 As System.Windows.Forms.Label Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents btnZollATEingereicht As System.Windows.Forms.Button Friend WithEvents btnZollDEEingereicht As System.Windows.Forms.Button Friend WithEvents btnLKWStandzeitFeierteage As System.Windows.Forms.Button Friend WithEvents btnLKWStandzeitWE As System.Windows.Forms.Button Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents btnSpaetAvisiert As System.Windows.Forms.Button Friend WithEvents btnNichtAvisiert As System.Windows.Forms.Button Friend WithEvents btnQS As System.Windows.Forms.Button Friend WithEvents btnSFD As System.Windows.Forms.Button Friend WithEvents btnNKD As System.Windows.Forms.Button Friend WithEvents btnWAI As System.Windows.Forms.Button Friend WithEvents btnSBG As System.Windows.Forms.Button Friend WithEvents pnl As System.Windows.Forms.Panel Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents btnFreigabe As System.Windows.Forms.Button Friend WithEvents btnAnkunft As System.Windows.Forms.Button Friend WithEvents btnErfasst As System.Windows.Forms.Button Friend WithEvents btnVorbereitet As System.Windows.Forms.Button Friend WithEvents btnVorgeschrieben As System.Windows.Forms.Button Friend WithEvents btnNichtEingetroffen As System.Windows.Forms.Button Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents btnLKWFertig As System.Windows.Forms.Button Friend WithEvents btnAktUebernehmen As System.Windows.Forms.Button Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents txtSonstiges As System.Windows.Forms.TextBox Friend WithEvents btnSonstiges As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents btnDispoangefordert As Button Friend WithEvents txtFreigabeInfo As TextBox Friend WithEvents Label4 As Label Friend WithEvents btnDEZollDIGITAL As Button Friend WithEvents Panel1 As Panel Friend WithEvents btnLKWumgemeldet As Button Friend WithEvents Button2 As Button Friend WithEvents cntxt As ContextMenuStrip Friend WithEvents XXXToolStripMenuItem As ToolStripMenuItem End Class