_ Partial Class frmGenBarcodekleber 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(frmGenBarcodekleber)) Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.ToolBar1 = New System.Windows.Forms.ToolBar() Me.ToolBarButton1 = New System.Windows.Forms.ToolBarButton() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.RadioButton2 = New System.Windows.Forms.RadioButton() Me.RadioButton1 = New System.Windows.Forms.RadioButton() Me.lbldescFormat = New System.Windows.Forms.Label() Me.lbldescColumns = New System.Windows.Forms.Label() Me.lblDescLabels = New System.Windows.Forms.Label() Me.lblDescFont = New System.Windows.Forms.Label() Me.lblDescFontsize = New System.Windows.Forms.Label() Me.lblLabelformat = New System.Windows.Forms.Label() Me.lblColumns = New System.Windows.Forms.Label() Me.lblLabels = New System.Windows.Forms.Label() Me.lblFont = New System.Windows.Forms.Label() Me.lblFontsize = New System.Windows.Forms.Label() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.cbanzahlseiten = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.lblMarginleft = New System.Windows.Forms.Label() Me.lblMarginTop = New System.Windows.Forms.Label() Me.GroupBox1.SuspendLayout() Me.GroupBox2.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, "") ' 'ToolBar1 ' Me.ToolBar1.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.ToolBarButton1}) Me.ToolBar1.DropDownArrows = True Me.ToolBar1.ImageList = Me.ImageList1 Me.ToolBar1.Location = New System.Drawing.Point(0, 0) Me.ToolBar1.Name = "ToolBar1" Me.ToolBar1.ShowToolTips = True Me.ToolBar1.Size = New System.Drawing.Size(492, 28) Me.ToolBar1.TabIndex = 11 ' 'ToolBarButton1 ' Me.ToolBarButton1.ImageIndex = 0 Me.ToolBarButton1.Name = "ToolBarButton1" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.RadioButton2) Me.GroupBox1.Controls.Add(Me.RadioButton1) Me.GroupBox1.Location = New System.Drawing.Point(12, 34) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(176, 76) Me.GroupBox1.TabIndex = 12 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Barcodetyp" ' 'RadioButton2 ' Me.RadioButton2.AutoSize = True Me.RadioButton2.Location = New System.Drawing.Point(7, 43) Me.RadioButton2.Name = "RadioButton2" Me.RadioButton2.Size = New System.Drawing.Size(75, 17) Me.RadioButton2.TabIndex = 1 Me.RadioButton2.Text = "Datamatrix" Me.RadioButton2.UseVisualStyleBackColor = True ' 'RadioButton1 ' Me.RadioButton1.AutoSize = True Me.RadioButton1.Checked = True Me.RadioButton1.Location = New System.Drawing.Point(7, 20) Me.RadioButton1.Name = "RadioButton1" Me.RadioButton1.Size = New System.Drawing.Size(78, 17) Me.RadioButton1.TabIndex = 0 Me.RadioButton1.TabStop = True Me.RadioButton1.Text = "Interleaved" Me.RadioButton1.UseVisualStyleBackColor = True ' 'lbldescFormat ' Me.lbldescFormat.AutoSize = True Me.lbldescFormat.Location = New System.Drawing.Point(18, 22) Me.lbldescFormat.Name = "lbldescFormat" Me.lbldescFormat.Size = New System.Drawing.Size(39, 13) Me.lbldescFormat.TabIndex = 13 Me.lbldescFormat.Text = "Format" ' 'lbldescColumns ' Me.lbldescColumns.AutoSize = True Me.lbldescColumns.Location = New System.Drawing.Point(18, 39) Me.lbldescColumns.Name = "lbldescColumns" Me.lbldescColumns.Size = New System.Drawing.Size(78, 13) Me.lbldescColumns.TabIndex = 14 Me.lbldescColumns.Text = "Anzahl Spalten" ' 'lblDescLabels ' Me.lblDescLabels.AutoSize = True Me.lblDescLabels.Location = New System.Drawing.Point(18, 52) Me.lblDescLabels.Name = "lblDescLabels" Me.lblDescLabels.Size = New System.Drawing.Size(84, 13) Me.lblDescLabels.TabIndex = 15 Me.lblDescLabels.Text = "Anzahl Etiketten" ' 'lblDescFont ' Me.lblDescFont.AutoSize = True Me.lblDescFont.Location = New System.Drawing.Point(18, 82) Me.lblDescFont.Name = "lblDescFont" Me.lblDescFont.Size = New System.Drawing.Size(49, 13) Me.lblDescFont.TabIndex = 16 Me.lblDescFont.Text = "Schriftart" ' 'lblDescFontsize ' Me.lblDescFontsize.AutoSize = True Me.lblDescFontsize.Location = New System.Drawing.Point(18, 95) Me.lblDescFontsize.Name = "lblDescFontsize" Me.lblDescFontsize.Size = New System.Drawing.Size(68, 13) Me.lblDescFontsize.TabIndex = 17 Me.lblDescFontsize.Text = "Schriftgrösse" ' 'lblLabelformat ' Me.lblLabelformat.AutoSize = True Me.lblLabelformat.Location = New System.Drawing.Point(109, 22) Me.lblLabelformat.Name = "lblLabelformat" Me.lblLabelformat.Size = New System.Drawing.Size(39, 13) Me.lblLabelformat.TabIndex = 18 Me.lblLabelformat.Text = "Label6" ' 'lblColumns ' Me.lblColumns.AutoSize = True Me.lblColumns.Location = New System.Drawing.Point(109, 39) Me.lblColumns.Name = "lblColumns" Me.lblColumns.Size = New System.Drawing.Size(39, 13) Me.lblColumns.TabIndex = 19 Me.lblColumns.Text = "Label6" ' 'lblLabels ' Me.lblLabels.AutoSize = True Me.lblLabels.Location = New System.Drawing.Point(109, 52) Me.lblLabels.Name = "lblLabels" Me.lblLabels.Size = New System.Drawing.Size(39, 13) Me.lblLabels.TabIndex = 20 Me.lblLabels.Text = "Label6" ' 'lblFont ' Me.lblFont.AutoSize = True Me.lblFont.Location = New System.Drawing.Point(109, 82) Me.lblFont.Name = "lblFont" Me.lblFont.Size = New System.Drawing.Size(39, 13) Me.lblFont.TabIndex = 21 Me.lblFont.Text = "Label6" ' 'lblFontsize ' Me.lblFontsize.AutoSize = True Me.lblFontsize.Location = New System.Drawing.Point(109, 95) Me.lblFontsize.Name = "lblFontsize" Me.lblFontsize.Size = New System.Drawing.Size(39, 13) Me.lblFontsize.TabIndex = 22 Me.lblFontsize.Text = "Label6" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.lblMarginleft) Me.GroupBox2.Controls.Add(Me.lblMarginTop) Me.GroupBox2.Controls.Add(Me.Label2) Me.GroupBox2.Controls.Add(Me.Label3) Me.GroupBox2.Controls.Add(Me.lbldescFormat) Me.GroupBox2.Controls.Add(Me.lblFontsize) Me.GroupBox2.Controls.Add(Me.lbldescColumns) Me.GroupBox2.Controls.Add(Me.lblFont) Me.GroupBox2.Controls.Add(Me.lblDescLabels) Me.GroupBox2.Controls.Add(Me.lblLabels) Me.GroupBox2.Controls.Add(Me.lblDescFont) Me.GroupBox2.Controls.Add(Me.lblColumns) Me.GroupBox2.Controls.Add(Me.lblDescFontsize) Me.GroupBox2.Controls.Add(Me.lblLabelformat) Me.GroupBox2.Location = New System.Drawing.Point(209, 34) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(273, 161) Me.GroupBox2.TabIndex = 23 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Spezifikation" ' 'cbanzahlseiten ' Me.cbanzahlseiten.FormattingEnabled = True Me.cbanzahlseiten.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}) Me.cbanzahlseiten.Location = New System.Drawing.Point(97, 136) Me.cbanzahlseiten.Name = "cbanzahlseiten" Me.cbanzahlseiten.Size = New System.Drawing.Size(91, 21) Me.cbanzahlseiten.TabIndex = 24 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(16, 139) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(75, 13) Me.Label1.TabIndex = 23 Me.Label1.Text = "Anzahl Seiten:" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(19, 198) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 25 Me.Button1.Text = "Erstellen" Me.Button1.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(18, 123) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(85, 13) Me.Label2.TabIndex = 23 Me.Label2.Text = "Seitenrand oben" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(18, 136) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(82, 13) Me.Label3.TabIndex = 24 Me.Label3.Text = "Seitenrand links" ' 'lblMarginleft ' Me.lblMarginleft.AutoSize = True Me.lblMarginleft.Location = New System.Drawing.Point(109, 136) Me.lblMarginleft.Name = "lblMarginleft" Me.lblMarginleft.Size = New System.Drawing.Size(66, 13) Me.lblMarginleft.TabIndex = 26 Me.lblMarginleft.Text = "lblmarginLeft" ' 'lblMarginTop ' Me.lblMarginTop.AutoSize = True Me.lblMarginTop.Location = New System.Drawing.Point(109, 123) Me.lblMarginTop.Name = "lblMarginTop" Me.lblMarginTop.Size = New System.Drawing.Size(68, 13) Me.lblMarginTop.TabIndex = 25 Me.lblMarginTop.Text = "lblMarginTop" ' 'frmGenBarcodekleber ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(492, 230) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.cbanzahlseiten) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.ToolBar1) Me.Name = "frmGenBarcodekleber" Me.Text = "Barcodekleber generieren" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents ToolBar1 As System.Windows.Forms.ToolBar Friend WithEvents ToolBarButton1 As System.Windows.Forms.ToolBarButton Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton Friend WithEvents lbldescFormat As System.Windows.Forms.Label Friend WithEvents lbldescColumns As System.Windows.Forms.Label Friend WithEvents lblDescLabels As System.Windows.Forms.Label Friend WithEvents lblDescFont As System.Windows.Forms.Label Friend WithEvents lblDescFontsize As System.Windows.Forms.Label Friend WithEvents lblLabelformat As System.Windows.Forms.Label Friend WithEvents lblColumns As System.Windows.Forms.Label Friend WithEvents lblLabels As System.Windows.Forms.Label Friend WithEvents lblFont As System.Windows.Forms.Label Friend WithEvents lblFontsize As System.Windows.Forms.Label Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents cbanzahlseiten As System.Windows.Forms.ComboBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents lblMarginleft As System.Windows.Forms.Label Friend WithEvents lblMarginTop As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label End Class