_ Partial Class usrCntlVermerkeATilla Inherits System.Windows.Forms.UserControl 'UserControl ü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(usrCntlVermerkeATilla)) Me.btnLKWFertig = New System.Windows.Forms.Button() Me.btnNichtAvisiert = New System.Windows.Forms.Button() Me.btnLKWStandzeitFeierteage = New System.Windows.Forms.Button() Me.btnLKWStandzeitWE = New System.Windows.Forms.Button() Me.pnl = New System.Windows.Forms.Panel() Me.btnAbfertigungTr = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.lblErrSendung = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.txtSendung = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.lblErr240Zeichen = New System.Windows.Forms.Label() Me.btnATRErstellt = New System.Windows.Forms.Button() Me.txtDetail = New System.Windows.Forms.TextBox() Me.Label18 = New System.Windows.Forms.Label() Me.btnOK = New System.Windows.Forms.Button() Me.btnRechnungFehlt = New System.Windows.Forms.Button() Me.btnAuftragFehlt = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.pnl.SuspendLayout() Me.SuspendLayout() ' 'btnLKWFertig ' Me.btnLKWFertig.BackColor = System.Drawing.Color.White 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(12, 9) 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(85, 83) Me.btnLKWFertig.TabIndex = 109 Me.btnLKWFertig.Text = "LKW fertig / nicht fertig" Me.btnLKWFertig.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnLKWFertig.UseVisualStyleBackColor = False ' 'btnNichtAvisiert ' Me.btnNichtAvisiert.BackColor = System.Drawing.Color.White 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(297, 9) Me.btnNichtAvisiert.Margin = New System.Windows.Forms.Padding(0) Me.btnNichtAvisiert.Name = "btnNichtAvisiert" Me.btnNichtAvisiert.Size = New System.Drawing.Size(85, 83) Me.btnNichtAvisiert.TabIndex = 106 Me.btnNichtAvisiert.Text = "nicht" & Global.Microsoft.VisualBasic.ChrW(10) & "avisiert" Me.btnNichtAvisiert.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnNichtAvisiert.UseVisualStyleBackColor = False ' 'btnLKWStandzeitFeierteage ' Me.btnLKWStandzeitFeierteage.BackColor = System.Drawing.Color.White Me.btnLKWStandzeitFeierteage.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnLKWStandzeitFeierteage.Image = CType(resources.GetObject("btnLKWStandzeitFeierteage.Image"), System.Drawing.Image) Me.btnLKWStandzeitFeierteage.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnLKWStandzeitFeierteage.Location = New System.Drawing.Point(198, 9) Me.btnLKWStandzeitFeierteage.Margin = New System.Windows.Forms.Padding(0) Me.btnLKWStandzeitFeierteage.Name = "btnLKWStandzeitFeierteage" Me.btnLKWStandzeitFeierteage.Size = New System.Drawing.Size(88, 83) Me.btnLKWStandzeitFeierteage.TabIndex = 105 Me.btnLKWStandzeitFeierteage.Text = "LKW Standzeit Feiertag(e)" Me.btnLKWStandzeitFeierteage.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnLKWStandzeitFeierteage.UseVisualStyleBackColor = False ' 'btnLKWStandzeitWE ' Me.btnLKWStandzeitWE.BackColor = System.Drawing.Color.White 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(111, 9) Me.btnLKWStandzeitWE.Margin = New System.Windows.Forms.Padding(0) Me.btnLKWStandzeitWE.Name = "btnLKWStandzeitWE" Me.btnLKWStandzeitWE.Size = New System.Drawing.Size(88, 83) Me.btnLKWStandzeitWE.TabIndex = 104 Me.btnLKWStandzeitWE.Text = "LKW Standzeit Wochenende" Me.btnLKWStandzeitWE.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnLKWStandzeitWE.UseVisualStyleBackColor = False ' 'pnl ' Me.pnl.BackColor = System.Drawing.Color.White Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnl.Controls.Add(Me.btnAbfertigungTr) Me.pnl.Controls.Add(Me.Button2) Me.pnl.Controls.Add(Me.Button1) Me.pnl.Controls.Add(Me.lblErrSendung) Me.pnl.Controls.Add(Me.Label1) Me.pnl.Controls.Add(Me.txtSendung) Me.pnl.Controls.Add(Me.lblErr240Zeichen) Me.pnl.Controls.Add(Me.btnATRErstellt) Me.pnl.Controls.Add(Me.txtDetail) Me.pnl.Controls.Add(Me.Label18) Me.pnl.Controls.Add(Me.btnOK) Me.pnl.Controls.Add(Me.btnRechnungFehlt) Me.pnl.Controls.Add(Me.btnAuftragFehlt) Me.pnl.Controls.Add(Me.Label3) Me.pnl.Controls.Add(Me.btnLKWFertig) Me.pnl.Controls.Add(Me.btnNichtAvisiert) Me.pnl.Controls.Add(Me.btnLKWStandzeitWE) Me.pnl.Controls.Add(Me.btnLKWStandzeitFeierteage) Me.pnl.Cursor = System.Windows.Forms.Cursors.Default 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(494, 311) Me.pnl.TabIndex = 111 ' 'btnAbfertigungTr ' Me.btnAbfertigungTr.BackColor = System.Drawing.Color.White Me.btnAbfertigungTr.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAbfertigungTr.Image = Global.AVISO.My.Resources.Resources.abklaerungTR_Inaktiv Me.btnAbfertigungTr.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnAbfertigungTr.Location = New System.Drawing.Point(407, 9) Me.btnAbfertigungTr.Margin = New System.Windows.Forms.Padding(0) Me.btnAbfertigungTr.Name = "btnAbfertigungTr" Me.btnAbfertigungTr.Size = New System.Drawing.Size(85, 83) Me.btnAbfertigungTr.TabIndex = 120 Me.btnAbfertigungTr.Text = "Abfertigung " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "TR" Me.btnAbfertigungTr.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnAbfertigungTr.UseVisualStyleBackColor = False Me.btnAbfertigungTr.Visible = False ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.White Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.Button2.Location = New System.Drawing.Point(12, 204) Me.Button2.Margin = New System.Windows.Forms.Padding(0) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(183, 27) Me.Button2.TabIndex = 119 Me.Button2.Text = "Unbedingt Schichtleiter fragen!" Me.Button2.UseVisualStyleBackColor = False ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.White Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.Button1.Location = New System.Drawing.Point(199, 173) Me.Button1.Margin = New System.Windows.Forms.Padding(0) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(183, 27) Me.Button1.TabIndex = 118 Me.Button1.Text = "Ausfuhr wurde erstellt" Me.Button1.UseVisualStyleBackColor = False ' 'lblErrSendung ' Me.lblErrSendung.AutoSize = True Me.lblErrSendung.ForeColor = System.Drawing.Color.Red Me.lblErrSendung.Location = New System.Drawing.Point(287, 101) Me.lblErrSendung.Name = "lblErrSendung" Me.lblErrSendung.Size = New System.Drawing.Size(98, 13) Me.lblErrSendung.TabIndex = 117 Me.lblErrSendung.Text = "Sendung angeben!" Me.lblErrSendung.Visible = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(127, 120) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(68, 13) Me.Label1.TabIndex = 116 Me.Label1.Text = "für Sendung:" ' 'txtSendung ' Me.txtSendung._DateTimeOnly = False Me.txtSendung._numbersOnly = False Me.txtSendung._numbersOnlyKommastellen = "" Me.txtSendung._Prozent = False Me.txtSendung._ShortDateNew = False Me.txtSendung._ShortDateOnly = False Me.txtSendung._TimeOnly = False Me.txtSendung._value = Nothing Me.txtSendung._Waehrung = False Me.txtSendung._WaehrungZeichen = True Me.txtSendung.ForeColor = System.Drawing.Color.Black Me.txtSendung.Location = New System.Drawing.Point(199, 117) Me.txtSendung.MaxLineLength = -1 Me.txtSendung.MaxLines_Warning = "" Me.txtSendung.MaxLines_Warning_Label = Nothing Me.txtSendung.Name = "txtSendung" Me.txtSendung.Size = New System.Drawing.Size(183, 20) Me.txtSendung.TabIndex = 115 ' 'lblErr240Zeichen ' Me.lblErr240Zeichen.AutoSize = True Me.lblErr240Zeichen.ForeColor = System.Drawing.Color.Red Me.lblErr240Zeichen.Location = New System.Drawing.Point(175, 235) Me.lblErr240Zeichen.Name = "lblErr240Zeichen" Me.lblErr240Zeichen.Size = New System.Drawing.Size(95, 13) Me.lblErr240Zeichen.TabIndex = 32 Me.lblErr240Zeichen.Text = "max. 240 Zeichen!" Me.lblErr240Zeichen.Visible = False ' 'btnATRErstellt ' Me.btnATRErstellt.BackColor = System.Drawing.Color.White Me.btnATRErstellt.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnATRErstellt.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnATRErstellt.Location = New System.Drawing.Point(12, 173) Me.btnATRErstellt.Margin = New System.Windows.Forms.Padding(0) Me.btnATRErstellt.Name = "btnATRErstellt" Me.btnATRErstellt.Size = New System.Drawing.Size(183, 27) Me.btnATRErstellt.TabIndex = 114 Me.btnATRErstellt.Text = "ATR ist zu stempeln!" Me.btnATRErstellt.UseVisualStyleBackColor = False ' 'txtDetail ' Me.txtDetail.AcceptsReturn = True Me.txtDetail.BackColor = System.Drawing.Color.White Me.txtDetail.ForeColor = System.Drawing.SystemColors.InfoText Me.txtDetail.Location = New System.Drawing.Point(12, 251) Me.txtDetail.MaxLength = 240 Me.txtDetail.Multiline = True Me.txtDetail.Name = "txtDetail" Me.txtDetail.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.txtDetail.Size = New System.Drawing.Size(258, 54) Me.txtDetail.TabIndex = 33 Me.txtDetail.TabStop = False Me.txtDetail.WordWrap = False ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Location = New System.Drawing.Point(9, 235) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(142, 13) Me.Label18.TabIndex = 31 Me.Label18.Text = "Zusätzl. Vermerk als Freitext:" ' 'btnOK ' Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnOK.Location = New System.Drawing.Point(276, 251) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(114, 54) Me.btnOK.TabIndex = 34 Me.btnOK.Text = "Hinzufügen" Me.btnOK.UseVisualStyleBackColor = True ' 'btnRechnungFehlt ' Me.btnRechnungFehlt.BackColor = System.Drawing.Color.White Me.btnRechnungFehlt.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnRechnungFehlt.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnRechnungFehlt.Location = New System.Drawing.Point(199, 142) Me.btnRechnungFehlt.Margin = New System.Windows.Forms.Padding(0) Me.btnRechnungFehlt.Name = "btnRechnungFehlt" Me.btnRechnungFehlt.Size = New System.Drawing.Size(183, 27) Me.btnRechnungFehlt.TabIndex = 112 Me.btnRechnungFehlt.Text = "Rechnung fehlt" Me.btnRechnungFehlt.UseVisualStyleBackColor = False ' 'btnAuftragFehlt ' Me.btnAuftragFehlt.BackColor = System.Drawing.Color.White Me.btnAuftragFehlt.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAuftragFehlt.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnAuftragFehlt.Location = New System.Drawing.Point(12, 142) Me.btnAuftragFehlt.Margin = New System.Windows.Forms.Padding(0) Me.btnAuftragFehlt.Name = "btnAuftragFehlt" Me.btnAuftragFehlt.Size = New System.Drawing.Size(183, 27) Me.btnAuftragFehlt.TabIndex = 110 Me.btnAuftragFehlt.Text = "Auftrag fehlt" Me.btnAuftragFehlt.UseVisualStyleBackColor = False ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.Color.White Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(9, 118) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(82, 17) Me.Label3.TabIndex = 1 Me.Label3.Text = "Vermerke:" ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.ImageScalingSize = New System.Drawing.Size(24, 24) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4) ' 'usrCntlVermerkeATilla ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoScroll = True Me.BackColor = System.Drawing.SystemColors.Control Me.Controls.Add(Me.pnl) Me.Name = "usrCntlVermerkeATilla" Me.Size = New System.Drawing.Size(494, 311) Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents btnLKWFertig As System.Windows.Forms.Button Friend WithEvents btnNichtAvisiert As System.Windows.Forms.Button Friend WithEvents btnLKWStandzeitFeierteage As System.Windows.Forms.Button Friend WithEvents btnLKWStandzeitWE As System.Windows.Forms.Button Friend WithEvents pnl As System.Windows.Forms.Panel Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip Friend WithEvents lblErr240Zeichen As System.Windows.Forms.Label Friend WithEvents btnATRErstellt As System.Windows.Forms.Button Friend WithEvents txtDetail As System.Windows.Forms.TextBox Friend WithEvents Label18 As System.Windows.Forms.Label Friend WithEvents btnOK As System.Windows.Forms.Button Friend WithEvents btnRechnungFehlt As System.Windows.Forms.Button Friend WithEvents btnAuftragFehlt As System.Windows.Forms.Button Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtSendung As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents lblErrSendung As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents btnAbfertigungTr As Button End Class