You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
374 lines
16 KiB
374 lines
16 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class FrmBarcodeDefinition
|
|
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()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmBarcodeDefinition))
|
|
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
|
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
|
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
|
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
|
Me.ListView1 = New System.Windows.Forms.ListView()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|
Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton()
|
|
Me.TSBtnSave = New System.Windows.Forms.ToolStripButton()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
|
|
Me.TextBox3 = New System.Windows.Forms.TextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.txtFontname = New System.Windows.Forms.TextBox()
|
|
Me.ComboBox3 = New System.Windows.Forms.ComboBox()
|
|
Me.TextBox4 = New System.Windows.Forms.TextBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.TabControl1.SuspendLayout()
|
|
Me.TabPage1.SuspendLayout()
|
|
Me.TabPage2.SuspendLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ImageList1
|
|
'
|
|
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
|
|
Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
|
|
Me.ImageList1.Images.SetKeyName(0, "")
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(16, 43)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(68, 13)
|
|
Me.Label1.TabIndex = 6
|
|
Me.Label1.Text = "Barcode-Typ"
|
|
'
|
|
'ComboBox1
|
|
'
|
|
Me.ComboBox1.FormattingEnabled = True
|
|
Me.ComboBox1.Items.AddRange(New Object() {"2of5", "Datamatrix"})
|
|
Me.ComboBox1.Location = New System.Drawing.Point(100, 40)
|
|
Me.ComboBox1.Name = "ComboBox1"
|
|
Me.ComboBox1.Size = New System.Drawing.Size(148, 21)
|
|
Me.ComboBox1.TabIndex = 7
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(16, 74)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(47, 13)
|
|
Me.Label2.TabIndex = 8
|
|
Me.Label2.Text = "Delimiter"
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Location = New System.Drawing.Point(100, 71)
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.Size = New System.Drawing.Size(42, 20)
|
|
Me.TextBox1.TabIndex = 9
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(16, 110)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(76, 13)
|
|
Me.Label3.TabIndex = 10
|
|
Me.Label3.Text = "Barcode-Inhalt"
|
|
'
|
|
'TextBox2
|
|
'
|
|
Me.TextBox2.Location = New System.Drawing.Point(100, 107)
|
|
Me.TextBox2.Multiline = True
|
|
Me.TextBox2.Name = "TextBox2"
|
|
Me.TextBox2.Size = New System.Drawing.Size(266, 120)
|
|
Me.TextBox2.TabIndex = 11
|
|
'
|
|
'ListBox1
|
|
'
|
|
Me.ListBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.ListBox1.FormattingEnabled = True
|
|
Me.ListBox1.Items.AddRange(New Object() {"DokumentID", "BPNr", "PersonNrRO", "Dokumenttypnr", "Officevorlagenr", "Datum", "Zeit", "Timestamp"})
|
|
Me.ListBox1.Location = New System.Drawing.Point(3, 3)
|
|
Me.ListBox1.Name = "ListBox1"
|
|
Me.ListBox1.Size = New System.Drawing.Size(379, 110)
|
|
Me.ListBox1.TabIndex = 12
|
|
'
|
|
'TabControl1
|
|
'
|
|
Me.TabControl1.Controls.Add(Me.TabPage1)
|
|
Me.TabControl1.Controls.Add(Me.TabPage2)
|
|
Me.TabControl1.Location = New System.Drawing.Point(399, 85)
|
|
Me.TabControl1.Name = "TabControl1"
|
|
Me.TabControl1.SelectedIndex = 0
|
|
Me.TabControl1.Size = New System.Drawing.Size(393, 142)
|
|
Me.TabControl1.TabIndex = 13
|
|
'
|
|
'TabPage1
|
|
'
|
|
Me.TabPage1.Controls.Add(Me.ListBox1)
|
|
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage1.Name = "TabPage1"
|
|
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage1.Size = New System.Drawing.Size(385, 116)
|
|
Me.TabPage1.TabIndex = 0
|
|
Me.TabPage1.Text = "Standard-Elemente"
|
|
Me.TabPage1.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage2
|
|
'
|
|
Me.TabPage2.Controls.Add(Me.ListView1)
|
|
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage2.Name = "TabPage2"
|
|
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage2.Size = New System.Drawing.Size(385, 116)
|
|
Me.TabPage2.TabIndex = 1
|
|
Me.TabPage2.Text = "Vorlagenfeldregeln"
|
|
Me.TabPage2.UseVisualStyleBackColor = True
|
|
'
|
|
'ListView1
|
|
'
|
|
Me.ListView1.Activation = System.Windows.Forms.ItemActivation.OneClick
|
|
Me.ListView1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.ListView1.HotTracking = True
|
|
Me.ListView1.HoverSelection = True
|
|
Me.ListView1.Location = New System.Drawing.Point(3, 3)
|
|
Me.ListView1.Name = "ListView1"
|
|
Me.ListView1.Size = New System.Drawing.Size(379, 110)
|
|
Me.ListView1.TabIndex = 0
|
|
Me.ListView1.UseCompatibleStateImageBehavior = False
|
|
Me.ListView1.View = System.Windows.Forms.View.Details
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
|
Me.PictureBox1.Location = New System.Drawing.Point(555, 28)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(237, 36)
|
|
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.PictureBox1.TabIndex = 14
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'PictureBox2
|
|
'
|
|
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
|
|
Me.PictureBox2.Location = New System.Drawing.Point(663, 28)
|
|
Me.PictureBox2.Name = "PictureBox2"
|
|
Me.PictureBox2.Size = New System.Drawing.Size(129, 50)
|
|
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.PictureBox2.TabIndex = 15
|
|
Me.PictureBox2.TabStop = False
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(798, 25)
|
|
Me.ToolStrip1.TabIndex = 16
|
|
Me.ToolStrip1.Text = "ToolStrip1"
|
|
'
|
|
'TSBtnQuit
|
|
'
|
|
Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image)
|
|
Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnQuit.Name = "TSBtnQuit"
|
|
Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnQuit.Text = "ToolStripButton1"
|
|
Me.TSBtnQuit.ToolTipText = "Fenster schliessen"
|
|
'
|
|
'TSBtnSave
|
|
'
|
|
Me.TSBtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnSave.Image = CType(resources.GetObject("TSBtnSave.Image"), System.Drawing.Image)
|
|
Me.TSBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnSave.Name = "TSBtnSave"
|
|
Me.TSBtnSave.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnSave.Text = "ToolStripButton1"
|
|
Me.TSBtnSave.ToolTipText = "Daten speichern"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(16, 244)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(82, 13)
|
|
Me.Label4.TabIndex = 17
|
|
Me.Label4.Text = "Barcode-Format"
|
|
'
|
|
'ComboBox2
|
|
'
|
|
Me.ComboBox2.FormattingEnabled = True
|
|
Me.ComboBox2.Items.AddRange(New Object() {"Horizontal - Barcode rechts", "Horizontal - Barcode links", "Vertikal - Barcode unten", "Vertikal - Barcode oben"})
|
|
Me.ComboBox2.Location = New System.Drawing.Point(100, 241)
|
|
Me.ComboBox2.Name = "ComboBox2"
|
|
Me.ComboBox2.Size = New System.Drawing.Size(266, 21)
|
|
Me.ComboBox2.TabIndex = 18
|
|
'
|
|
'TextBox3
|
|
'
|
|
Me.TextBox3.Location = New System.Drawing.Point(131, 268)
|
|
Me.TextBox3.Multiline = True
|
|
Me.TextBox3.Name = "TextBox3"
|
|
Me.TextBox3.Size = New System.Drawing.Size(235, 65)
|
|
Me.TextBox3.TabIndex = 19
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(16, 271)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(109, 13)
|
|
Me.Label5.TabIndex = 20
|
|
Me.Label5.Text = "Barcode-Beschriftung"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(16, 374)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(68, 13)
|
|
Me.Label6.TabIndex = 21
|
|
Me.Label6.Text = "Schriftgrösse"
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(16, 342)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(80, 13)
|
|
Me.Label7.TabIndex = 22
|
|
Me.Label7.Text = "Schriftart-Name"
|
|
'
|
|
'txtFontname
|
|
'
|
|
Me.txtFontname.Location = New System.Drawing.Point(131, 342)
|
|
Me.txtFontname.Name = "txtFontname"
|
|
Me.txtFontname.Size = New System.Drawing.Size(235, 20)
|
|
Me.txtFontname.TabIndex = 23
|
|
'
|
|
'ComboBox3
|
|
'
|
|
Me.ComboBox3.FormattingEnabled = True
|
|
Me.ComboBox3.Items.AddRange(New Object() {"6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16"})
|
|
Me.ComboBox3.Location = New System.Drawing.Point(131, 369)
|
|
Me.ComboBox3.Name = "ComboBox3"
|
|
Me.ComboBox3.Size = New System.Drawing.Size(121, 21)
|
|
Me.ComboBox3.TabIndex = 24
|
|
'
|
|
'TextBox4
|
|
'
|
|
Me.TextBox4.Location = New System.Drawing.Point(131, 401)
|
|
Me.TextBox4.Name = "TextBox4"
|
|
Me.TextBox4.Size = New System.Drawing.Size(42, 20)
|
|
Me.TextBox4.TabIndex = 26
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(16, 404)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(67, 13)
|
|
Me.Label8.TabIndex = 25
|
|
Me.Label8.Text = "Kantenlänge"
|
|
'
|
|
'FrmBarcodeDefinition
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(798, 430)
|
|
Me.Controls.Add(Me.TextBox4)
|
|
Me.Controls.Add(Me.Label8)
|
|
Me.Controls.Add(Me.ComboBox3)
|
|
Me.Controls.Add(Me.txtFontname)
|
|
Me.Controls.Add(Me.Label7)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.TextBox3)
|
|
Me.Controls.Add(Me.ComboBox2)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.Controls.Add(Me.PictureBox2)
|
|
Me.Controls.Add(Me.PictureBox1)
|
|
Me.Controls.Add(Me.TabControl1)
|
|
Me.Controls.Add(Me.TextBox2)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.TextBox1)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.ComboBox1)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Name = "FrmBarcodeDefinition"
|
|
Me.Text = "BarcodeDefinition"
|
|
Me.TabControl1.ResumeLayout(False)
|
|
Me.TabPage1.ResumeLayout(False)
|
|
Me.TabPage2.ResumeLayout(False)
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
|
|
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
|
|
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
|
|
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
|
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents ListView1 As System.Windows.Forms.ListView
|
|
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnSave As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents txtFontname As System.Windows.Forms.TextBox
|
|
Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
End Class
|