356 lines
15 KiB
VB.net
356 lines
15 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmTIR_alt
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()>
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTIR_alt))
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.cboFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.btnNeu = New System.Windows.Forms.Button()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.btnLaden = New System.Windows.Forms.Button()
|
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
|
Me.cboAbriss777 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.btnDelete = New System.Windows.Forms.Button()
|
|
Me.lblGedruckt = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtSuchbegriff = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.cboPrinter = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.lblEigenmasse = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.UsrCntlTIR1 = New SDL.usrcntlTIR_alt()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.Panel2.SuspendLayout()
|
|
Me.Panel3.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Panel1.AutoScroll = True
|
|
Me.Panel1.Controls.Add(Me.UsrCntlTIR1)
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 38)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(883, 635)
|
|
Me.Panel1.TabIndex = 0
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Panel2.Controls.Add(Me.Label3)
|
|
Me.Panel2.Controls.Add(Me.cboFirma)
|
|
Me.Panel2.Controls.Add(Me.btnNeu)
|
|
Me.Panel2.Controls.Add(Me.Label13)
|
|
Me.Panel2.Controls.Add(Me.btnLaden)
|
|
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(903, 40)
|
|
Me.Panel2.TabIndex = 1
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(293, 8)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(134, 20)
|
|
Me.Label3.TabIndex = 7
|
|
Me.Label3.Text = "9999/99999999"
|
|
Me.Label3.Visible = False
|
|
'
|
|
'cboFirma
|
|
'
|
|
Me.cboFirma._allowedValuesFreiText = Nothing
|
|
Me.cboFirma._allowFreiText = False
|
|
Me.cboFirma._value = ""
|
|
Me.cboFirma.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
|
Me.cboFirma.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
|
Me.cboFirma.Enabled = False
|
|
Me.cboFirma.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.cboFirma.FormattingEnabled = True
|
|
Me.cboFirma.Location = New System.Drawing.Point(575, 7)
|
|
Me.cboFirma.Name = "cboFirma"
|
|
Me.cboFirma.Size = New System.Drawing.Size(109, 24)
|
|
Me.cboFirma.TabIndex = 5
|
|
Me.cboFirma.Visible = False
|
|
'
|
|
'btnNeu
|
|
'
|
|
Me.btnNeu.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnNeu.Location = New System.Drawing.Point(690, 7)
|
|
Me.btnNeu.Name = "btnNeu"
|
|
Me.btnNeu.Size = New System.Drawing.Size(82, 23)
|
|
Me.btnNeu.TabIndex = 4
|
|
Me.btnNeu.Text = "Neu"
|
|
Me.btnNeu.UseVisualStyleBackColor = True
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label13.Location = New System.Drawing.Point(14, 7)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(114, 20)
|
|
Me.Label13.TabIndex = 0
|
|
Me.Label13.Text = "CARNET TIR"
|
|
'
|
|
'btnLaden
|
|
'
|
|
Me.btnLaden.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnLaden.Location = New System.Drawing.Point(778, 8)
|
|
Me.btnLaden.Name = "btnLaden"
|
|
Me.btnLaden.Size = New System.Drawing.Size(82, 23)
|
|
Me.btnLaden.TabIndex = 2
|
|
Me.btnLaden.Text = "Laden"
|
|
Me.btnLaden.UseVisualStyleBackColor = True
|
|
'
|
|
'Panel3
|
|
'
|
|
Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Panel3.Controls.Add(Me.cboAbriss777)
|
|
Me.Panel3.Controls.Add(Me.Label5)
|
|
Me.Panel3.Controls.Add(Me.btnDelete)
|
|
Me.Panel3.Controls.Add(Me.lblGedruckt)
|
|
Me.Panel3.Controls.Add(Me.Label2)
|
|
Me.Panel3.Controls.Add(Me.txtSuchbegriff)
|
|
Me.Panel3.Controls.Add(Me.Button2)
|
|
Me.Panel3.Controls.Add(Me.Label1)
|
|
Me.Panel3.Controls.Add(Me.cboPrinter)
|
|
Me.Panel3.Controls.Add(Me.lblEigenmasse)
|
|
Me.Panel3.Controls.Add(Me.Label6)
|
|
Me.Panel3.Controls.Add(Me.Button1)
|
|
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Panel3.Location = New System.Drawing.Point(0, 673)
|
|
Me.Panel3.Name = "Panel3"
|
|
Me.Panel3.Size = New System.Drawing.Size(903, 69)
|
|
Me.Panel3.TabIndex = 5
|
|
'
|
|
'cboAbriss777
|
|
'
|
|
Me.cboAbriss777._allowedValuesFreiText = Nothing
|
|
Me.cboAbriss777._allowFreiText = True
|
|
Me.cboAbriss777._value = ""
|
|
Me.cboAbriss777.FormattingEnabled = True
|
|
Me.cboAbriss777.Location = New System.Drawing.Point(250, 41)
|
|
Me.cboAbriss777.Name = "cboAbriss777"
|
|
Me.cboAbriss777.Size = New System.Drawing.Size(55, 21)
|
|
Me.cboAbriss777.TabIndex = 15
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label5.Location = New System.Drawing.Point(185, 44)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(38, 13)
|
|
Me.Label5.TabIndex = 14
|
|
Me.Label5.Text = "Abriss:"
|
|
'
|
|
'btnDelete
|
|
'
|
|
Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDelete.Location = New System.Drawing.Point(323, 41)
|
|
Me.btnDelete.Name = "btnDelete"
|
|
Me.btnDelete.Size = New System.Drawing.Size(108, 24)
|
|
Me.btnDelete.TabIndex = 12
|
|
Me.btnDelete.Text = "Vorlage löschen"
|
|
Me.btnDelete.UseVisualStyleBackColor = True
|
|
Me.btnDelete.Visible = False
|
|
'
|
|
'lblGedruckt
|
|
'
|
|
Me.lblGedruckt.AutoSize = True
|
|
Me.lblGedruckt.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblGedruckt.ForeColor = System.Drawing.Color.Green
|
|
Me.lblGedruckt.Location = New System.Drawing.Point(91, 20)
|
|
Me.lblGedruckt.Name = "lblGedruckt"
|
|
Me.lblGedruckt.Size = New System.Drawing.Size(71, 17)
|
|
Me.lblGedruckt.TabIndex = 11
|
|
Me.lblGedruckt.Text = "gedruckt"
|
|
Me.lblGedruckt.Visible = False
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(320, 7)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(137, 13)
|
|
Me.Label2.TabIndex = 8
|
|
Me.Label2.Text = "Speichern als (Suchbegriff):"
|
|
Me.Label2.Visible = False
|
|
'
|
|
'txtSuchbegriff
|
|
'
|
|
Me.txtSuchbegriff._DateTimeOnly = False
|
|
Me.txtSuchbegriff._numbersOnly = False
|
|
Me.txtSuchbegriff._numbersOnlyKommastellen = ""
|
|
Me.txtSuchbegriff._numbersOnlyTrennzeichen = True
|
|
Me.txtSuchbegriff._Prozent = False
|
|
Me.txtSuchbegriff._ShortDateNew = False
|
|
Me.txtSuchbegriff._ShortDateOnly = False
|
|
Me.txtSuchbegriff._TimeOnly = False
|
|
Me.txtSuchbegriff._TimeOnly_Seconds = False
|
|
Me.txtSuchbegriff._value = Nothing
|
|
Me.txtSuchbegriff._Waehrung = False
|
|
Me.txtSuchbegriff._WaehrungZeichen = True
|
|
Me.txtSuchbegriff.ForeColor = System.Drawing.Color.Black
|
|
Me.txtSuchbegriff.Location = New System.Drawing.Point(464, 4)
|
|
Me.txtSuchbegriff.MaxLength = 80
|
|
Me.txtSuchbegriff.MaxLineLength = -1
|
|
Me.txtSuchbegriff.MaxLines_Warning = ""
|
|
Me.txtSuchbegriff.MaxLines_Warning_Label = Nothing
|
|
Me.txtSuchbegriff.Name = "txtSuchbegriff"
|
|
Me.txtSuchbegriff.Size = New System.Drawing.Size(243, 20)
|
|
Me.txtSuchbegriff.TabIndex = 9
|
|
Me.txtSuchbegriff.Visible = False
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Location = New System.Drawing.Point(464, 41)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(82, 24)
|
|
Me.Button2.TabIndex = 10
|
|
Me.Button2.Text = "Speichern"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
Me.Button2.Visible = False
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(15, 25)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(48, 13)
|
|
Me.Label1.TabIndex = 6
|
|
Me.Label1.Text = "Drucker:"
|
|
'
|
|
'cboPrinter
|
|
'
|
|
Me.cboPrinter._allowedValuesFreiText = Nothing
|
|
Me.cboPrinter._allowFreiText = False
|
|
Me.cboPrinter._value = ""
|
|
Me.cboPrinter.DropDownWidth = 250
|
|
Me.cboPrinter.FormattingEnabled = True
|
|
Me.cboPrinter.Location = New System.Drawing.Point(18, 41)
|
|
Me.cboPrinter.Name = "cboPrinter"
|
|
Me.cboPrinter.Size = New System.Drawing.Size(144, 21)
|
|
Me.cboPrinter.TabIndex = 7
|
|
'
|
|
'lblEigenmasse
|
|
'
|
|
Me.lblEigenmasse.AutoSize = True
|
|
Me.lblEigenmasse.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblEigenmasse.Location = New System.Drawing.Point(117, 4)
|
|
Me.lblEigenmasse.Name = "lblEigenmasse"
|
|
Me.lblEigenmasse.Size = New System.Drawing.Size(32, 13)
|
|
Me.lblEigenmasse.TabIndex = 5
|
|
Me.lblEigenmasse.Text = "0 kg"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(15, 4)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(87, 13)
|
|
Me.Label6.TabIndex = 4
|
|
Me.Label6.Text = "Summe Gewicht:"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(800, 14)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(98, 48)
|
|
Me.Button1.TabIndex = 3
|
|
Me.Button1.Text = "Drucken"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'UsrCntlTIR1
|
|
'
|
|
Me.UsrCntlTIR1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.UsrCntlTIR1.AutoScroll = True
|
|
Me.UsrCntlTIR1.BackColor = System.Drawing.Color.White
|
|
Me.UsrCntlTIR1.Location = New System.Drawing.Point(8, 3)
|
|
Me.UsrCntlTIR1.Name = "UsrCntlTIR1"
|
|
Me.UsrCntlTIR1.Size = New System.Drawing.Size(875, 632)
|
|
Me.UsrCntlTIR1.TabIndex = 0
|
|
'
|
|
'frmTIR_alt
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.AutoScroll = True
|
|
Me.ClientSize = New System.Drawing.Size(903, 742)
|
|
Me.Controls.Add(Me.Panel3)
|
|
Me.Controls.Add(Me.Panel2)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmTIR_alt"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "CARNET TIR"
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel2.ResumeLayout(False)
|
|
Me.Panel2.PerformLayout()
|
|
Me.Panel3.ResumeLayout(False)
|
|
Me.Panel3.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents UsrCntlTIR1 As usrcntlTIR_alt
|
|
Friend WithEvents Panel1 As Panel
|
|
Friend WithEvents Panel2 As Panel
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents cboFirma As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents btnNeu As Button
|
|
Friend WithEvents Label13 As Label
|
|
Friend WithEvents btnLaden As Button
|
|
Friend WithEvents Panel3 As Panel
|
|
Friend WithEvents cboAbriss777 As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents btnDelete As Button
|
|
Friend WithEvents lblGedruckt As Label
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents txtSuchbegriff As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents cboPrinter As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents lblEigenmasse As Label
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents Button1 As Button
|
|
End Class
|