Partial Class usrcntlTIR_alt 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(usrcntlTIR_alt)) Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.txtAbfahrtsland = New VERAG_PROG_ALLGEMEIN.MyRichTextBox() Me.txtBestimmungsland = New VERAG_PROG_ALLGEMEIN.MyRichTextBox() Me.txtFahrzeug1 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox() Me.txtZusDocument = New VERAG_PROG_ALLGEMEIN.MyRichTextBox() Me.txtAbgangszollstelle3 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox() Me.txtAbgangszollstelle2 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox() Me.txtAbgangszollstelle1 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox() Me.txtGesamtpaket1 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox() Me.txtGesamtpaket2 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox() Me.txtGesamtpaket3 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox() Me.txtGesamtpaketName1 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox() Me.txtGesamtpaketName2 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox() Me.txtGesamtpaketName3 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox() Me.dgvGegenstände = New System.Windows.Forms.DataGridView() Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgvGegenstände, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(0, 3) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(857, 1278) Me.PictureBox1.TabIndex = 0 Me.PictureBox1.TabStop = False ' 'txtAbfahrtsland ' Me.txtAbfahrtsland.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtAbfahrtsland.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.txtAbfahrtsland.ForeColor = System.Drawing.Color.Black Me.txtAbfahrtsland.Location = New System.Drawing.Point(431, 259) Me.txtAbfahrtsland.MaxLineLength = 40 Me.txtAbfahrtsland.MaxLines_Warning = "4" Me.txtAbfahrtsland.MaxLines_Warning_Label = Nothing Me.txtAbfahrtsland.Name = "txtAbfahrtsland" Me.txtAbfahrtsland.Size = New System.Drawing.Size(195, 21) Me.txtAbfahrtsland.TabIndex = 499 Me.txtAbfahrtsland.Text = "" ' 'txtBestimmungsland ' Me.txtBestimmungsland.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtBestimmungsland.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.txtBestimmungsland.ForeColor = System.Drawing.Color.Black Me.txtBestimmungsland.Location = New System.Drawing.Point(644, 259) Me.txtBestimmungsland.MaxLineLength = 40 Me.txtBestimmungsland.MaxLines_Warning = "4" Me.txtBestimmungsland.MaxLines_Warning_Label = Nothing Me.txtBestimmungsland.Name = "txtBestimmungsland" Me.txtBestimmungsland.Size = New System.Drawing.Size(195, 21) Me.txtBestimmungsland.TabIndex = 500 Me.txtBestimmungsland.Text = "" ' 'txtFahrzeug1 ' Me.txtFahrzeug1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtFahrzeug1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.txtFahrzeug1.ForeColor = System.Drawing.Color.Black Me.txtFahrzeug1.Location = New System.Drawing.Point(17, 308) Me.txtFahrzeug1.MaxLineLength = 40 Me.txtFahrzeug1.MaxLines_Warning = "4" Me.txtFahrzeug1.MaxLines_Warning_Label = Nothing Me.txtFahrzeug1.Name = "txtFahrzeug1" Me.txtFahrzeug1.Size = New System.Drawing.Size(396, 49) Me.txtFahrzeug1.TabIndex = 501 Me.txtFahrzeug1.Text = "" ' 'txtZusDocument ' Me.txtZusDocument.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtZusDocument.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.txtZusDocument.ForeColor = System.Drawing.Color.Black Me.txtZusDocument.Location = New System.Drawing.Point(431, 308) Me.txtZusDocument.MaxLineLength = 40 Me.txtZusDocument.MaxLines_Warning = "4" Me.txtZusDocument.MaxLines_Warning_Label = Nothing Me.txtZusDocument.Name = "txtZusDocument" Me.txtZusDocument.Size = New System.Drawing.Size(408, 86) Me.txtZusDocument.TabIndex = 502 Me.txtZusDocument.Text = "" ' 'txtAbgangszollstelle3 ' Me.txtAbgangszollstelle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtAbgangszollstelle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.txtAbgangszollstelle3.ForeColor = System.Drawing.Color.Black Me.txtAbgangszollstelle3.Location = New System.Drawing.Point(39, 83) Me.txtAbgangszollstelle3.MaxLineLength = 40 Me.txtAbgangszollstelle3.MaxLines_Warning = "4" Me.txtAbgangszollstelle3.MaxLines_Warning_Label = Nothing Me.txtAbgangszollstelle3.Name = "txtAbgangszollstelle3" Me.txtAbgangszollstelle3.Size = New System.Drawing.Size(167, 22) Me.txtAbgangszollstelle3.TabIndex = 504 Me.txtAbgangszollstelle3.Text = "" ' 'txtAbgangszollstelle2 ' Me.txtAbgangszollstelle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtAbgangszollstelle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.txtAbgangszollstelle2.ForeColor = System.Drawing.Color.Black Me.txtAbgangszollstelle2.Location = New System.Drawing.Point(240, 55) Me.txtAbgangszollstelle2.MaxLineLength = 40 Me.txtAbgangszollstelle2.MaxLines_Warning = "4" Me.txtAbgangszollstelle2.MaxLines_Warning_Label = Nothing Me.txtAbgangszollstelle2.Name = "txtAbgangszollstelle2" Me.txtAbgangszollstelle2.Size = New System.Drawing.Size(167, 22) Me.txtAbgangszollstelle2.TabIndex = 505 Me.txtAbgangszollstelle2.Text = "" ' 'txtAbgangszollstelle1 ' Me.txtAbgangszollstelle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtAbgangszollstelle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.txtAbgangszollstelle1.ForeColor = System.Drawing.Color.Black Me.txtAbgangszollstelle1.Location = New System.Drawing.Point(39, 55) Me.txtAbgangszollstelle1.MaxLineLength = 40 Me.txtAbgangszollstelle1.MaxLines_Warning = "4" Me.txtAbgangszollstelle1.MaxLines_Warning_Label = Nothing Me.txtAbgangszollstelle1.Name = "txtAbgangszollstelle1" Me.txtAbgangszollstelle1.Size = New System.Drawing.Size(167, 22) Me.txtAbgangszollstelle1.TabIndex = 506 Me.txtAbgangszollstelle1.Text = "" ' 'txtGesamtpaket1 ' Me.txtGesamtpaket1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtGesamtpaket1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.txtGesamtpaket1.ForeColor = System.Drawing.Color.Black Me.txtGesamtpaket1.Location = New System.Drawing.Point(39, 906) Me.txtGesamtpaket1.MaxLineLength = 40 Me.txtGesamtpaket1.MaxLines_Warning = "4" Me.txtGesamtpaket1.MaxLines_Warning_Label = Nothing Me.txtGesamtpaket1.Name = "txtGesamtpaket1" Me.txtGesamtpaket1.Size = New System.Drawing.Size(213, 21) Me.txtGesamtpaket1.TabIndex = 511 Me.txtGesamtpaket1.Text = "" ' 'txtGesamtpaket2 ' Me.txtGesamtpaket2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtGesamtpaket2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.txtGesamtpaket2.ForeColor = System.Drawing.Color.Black Me.txtGesamtpaket2.Location = New System.Drawing.Point(39, 944) Me.txtGesamtpaket2.MaxLineLength = 40 Me.txtGesamtpaket2.MaxLines_Warning = "4" Me.txtGesamtpaket2.MaxLines_Warning_Label = Nothing Me.txtGesamtpaket2.Name = "txtGesamtpaket2" Me.txtGesamtpaket2.Size = New System.Drawing.Size(213, 21) Me.txtGesamtpaket2.TabIndex = 512 Me.txtGesamtpaket2.Text = "" ' 'txtGesamtpaket3 ' Me.txtGesamtpaket3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtGesamtpaket3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.txtGesamtpaket3.ForeColor = System.Drawing.Color.Black Me.txtGesamtpaket3.Location = New System.Drawing.Point(40, 984) Me.txtGesamtpaket3.MaxLineLength = 40 Me.txtGesamtpaket3.MaxLines_Warning = "4" Me.txtGesamtpaket3.MaxLines_Warning_Label = Nothing Me.txtGesamtpaket3.Name = "txtGesamtpaket3" Me.txtGesamtpaket3.Size = New System.Drawing.Size(212, 21) Me.txtGesamtpaket3.TabIndex = 513 Me.txtGesamtpaket3.Text = "" ' 'txtGesamtpaketName1 ' Me.txtGesamtpaketName1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtGesamtpaketName1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.txtGesamtpaketName1.ForeColor = System.Drawing.Color.Black Me.txtGesamtpaketName1.Location = New System.Drawing.Point(267, 906) Me.txtGesamtpaketName1.MaxLineLength = 40 Me.txtGesamtpaketName1.MaxLines_Warning = "4" Me.txtGesamtpaketName1.MaxLines_Warning_Label = Nothing Me.txtGesamtpaketName1.Name = "txtGesamtpaketName1" Me.txtGesamtpaketName1.Size = New System.Drawing.Size(55, 21) Me.txtGesamtpaketName1.TabIndex = 518 Me.txtGesamtpaketName1.Text = "" ' 'txtGesamtpaketName2 ' Me.txtGesamtpaketName2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtGesamtpaketName2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.txtGesamtpaketName2.ForeColor = System.Drawing.Color.Black Me.txtGesamtpaketName2.Location = New System.Drawing.Point(267, 944) Me.txtGesamtpaketName2.MaxLineLength = 40 Me.txtGesamtpaketName2.MaxLines_Warning = "4" Me.txtGesamtpaketName2.MaxLines_Warning_Label = Nothing Me.txtGesamtpaketName2.Name = "txtGesamtpaketName2" Me.txtGesamtpaketName2.Size = New System.Drawing.Size(55, 21) Me.txtGesamtpaketName2.TabIndex = 519 Me.txtGesamtpaketName2.Text = "" ' 'txtGesamtpaketName3 ' Me.txtGesamtpaketName3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txtGesamtpaketName3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.txtGesamtpaketName3.ForeColor = System.Drawing.Color.Black Me.txtGesamtpaketName3.Location = New System.Drawing.Point(267, 984) Me.txtGesamtpaketName3.MaxLineLength = 40 Me.txtGesamtpaketName3.MaxLines_Warning = "4" Me.txtGesamtpaketName3.MaxLines_Warning_Label = Nothing Me.txtGesamtpaketName3.Name = "txtGesamtpaketName3" Me.txtGesamtpaketName3.Size = New System.Drawing.Size(55, 21) Me.txtGesamtpaketName3.TabIndex = 520 Me.txtGesamtpaketName3.Text = "" ' 'dgvGegenstände ' Me.dgvGegenstände.AllowUserToAddRows = False Me.dgvGegenstände.AllowUserToDeleteRows = False Me.dgvGegenstände.AllowUserToOrderColumns = True Me.dgvGegenstände.BackgroundColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.dgvGegenstände.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvGegenstände.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4}) DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvGegenstände.DefaultCellStyle = DataGridViewCellStyle1 Me.dgvGegenstände.GridColor = System.Drawing.Color.Gray Me.dgvGegenstände.Location = New System.Drawing.Point(14, 450) Me.dgvGegenstände.Name = "dgvGegenstände" Me.dgvGegenstände.RowHeadersVisible = False Me.dgvGegenstände.RowTemplate.Height = 20 Me.dgvGegenstände.Size = New System.Drawing.Size(727, 398) Me.dgvGegenstände.TabIndex = 525 ' 'DataGridViewTextBoxColumn1 ' Me.DataGridViewTextBoxColumn1.HeaderText = "Container Laderaum" Me.DataGridViewTextBoxColumn1.MaxInputLength = 156 Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" Me.DataGridViewTextBoxColumn1.Width = 200 ' 'DataGridViewTextBoxColumn2 ' Me.DataGridViewTextBoxColumn2.HeaderText = "Anzahl" Me.DataGridViewTextBoxColumn2.MaxInputLength = 50 Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2" ' 'DataGridViewTextBoxColumn3 ' Me.DataGridViewTextBoxColumn3.HeaderText = "Art des Gegenstandes" Me.DataGridViewTextBoxColumn3.MaxInputLength = 250 Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3" Me.DataGridViewTextBoxColumn3.Width = 325 ' 'DataGridViewTextBoxColumn4 ' Me.DataGridViewTextBoxColumn4.HeaderText = "Bruttogew." Me.DataGridViewTextBoxColumn4.MaxInputLength = 90 Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4" ' 'usrcntlTIR_alt ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.dgvGegenstände) Me.Controls.Add(Me.txtGesamtpaketName3) Me.Controls.Add(Me.txtGesamtpaketName2) Me.Controls.Add(Me.txtGesamtpaketName1) Me.Controls.Add(Me.txtGesamtpaket3) Me.Controls.Add(Me.txtGesamtpaket2) Me.Controls.Add(Me.txtGesamtpaket1) Me.Controls.Add(Me.txtAbgangszollstelle1) Me.Controls.Add(Me.txtAbgangszollstelle2) Me.Controls.Add(Me.txtAbgangszollstelle3) Me.Controls.Add(Me.txtZusDocument) Me.Controls.Add(Me.txtFahrzeug1) Me.Controls.Add(Me.txtBestimmungsland) Me.Controls.Add(Me.txtAbfahrtsland) Me.Controls.Add(Me.PictureBox1) Me.Name = "usrcntlTIR_alt" Me.Size = New System.Drawing.Size(860, 1272) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvGegenstände, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents PictureBox1 As PictureBox Public WithEvents txtAbfahrtsland As VERAG_PROG_ALLGEMEIN.MyRichTextBox Public WithEvents txtBestimmungsland As VERAG_PROG_ALLGEMEIN.MyRichTextBox Public WithEvents txtFahrzeug1 As VERAG_PROG_ALLGEMEIN.MyRichTextBox Public WithEvents txtZusDocument As VERAG_PROG_ALLGEMEIN.MyRichTextBox Public WithEvents txtAbgangszollstelle3 As VERAG_PROG_ALLGEMEIN.MyRichTextBox Public WithEvents txtAbgangszollstelle2 As VERAG_PROG_ALLGEMEIN.MyRichTextBox Public WithEvents txtAbgangszollstelle1 As VERAG_PROG_ALLGEMEIN.MyRichTextBox Public WithEvents txtGesamtpaket1 As VERAG_PROG_ALLGEMEIN.MyRichTextBox Public WithEvents txtGesamtpaket2 As VERAG_PROG_ALLGEMEIN.MyRichTextBox Public WithEvents txtGesamtpaket3 As VERAG_PROG_ALLGEMEIN.MyRichTextBox Public WithEvents txtGesamtpaketName1 As VERAG_PROG_ALLGEMEIN.MyRichTextBox Public WithEvents txtGesamtpaketName2 As VERAG_PROG_ALLGEMEIN.MyRichTextBox Public WithEvents txtGesamtpaketName3 As VERAG_PROG_ALLGEMEIN.MyRichTextBox Public WithEvents dgvGegenstände As DataGridView Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn3 As DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn4 As DataGridViewTextBoxColumn End Class