_ Partial Class Form14 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form14)) Me.Label1 = New System.Windows.Forms.Label() Me.ScanCP = New System.Windows.Forms.TextBox() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.BTPRINT = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.PrintDialog1 = New System.Windows.Forms.PrintDialog() Me.PrintPreviewDialog1 = New System.Windows.Forms.PrintPreviewDialog() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.Button1 = New System.Windows.Forms.Button() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Label1.Location = New System.Drawing.Point(12, 85) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(83, 25) Me.Label1.TabIndex = 0 Me.Label1.Text = "Scan CP" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'ScanCP ' Me.ScanCP.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.ScanCP.Location = New System.Drawing.Point(109, 77) Me.ScanCP.MaxLength = 10 Me.ScanCP.Name = "ScanCP" Me.ScanCP.Size = New System.Drawing.Size(275, 33) Me.ScanCP.TabIndex = 1 ' 'DataGridView1 ' Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(12, 126) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowTemplate.Height = 25 Me.DataGridView1.Size = New System.Drawing.Size(1367, 109) Me.DataGridView1.TabIndex = 2 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Label2.Location = New System.Drawing.Point(431, 80) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(218, 25) Me.Label2.TabIndex = 3 Me.Label2.Text = "Comanda si linia Client:" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Label3.Location = New System.Drawing.Point(655, 80) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(17, 25) Me.Label3.TabIndex = 4 Me.Label3.Text = ":" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'BTPRINT ' Me.BTPRINT.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.BTPRINT.Font = New System.Drawing.Font("Segoe UI Black", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.BTPRINT.Location = New System.Drawing.Point(12, 251) Me.BTPRINT.Name = "BTPRINT" Me.BTPRINT.Size = New System.Drawing.Size(324, 86) Me.BTPRINT.TabIndex = 5 Me.BTPRINT.Text = "Print" Me.BTPRINT.UseVisualStyleBackColor = False ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Label4.Location = New System.Drawing.Point(27, 24) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(176, 25) Me.Label4.TabIndex = 6 Me.Label4.Text = "Alege Imprimanta " ' 'ComboBox1 ' Me.ComboBox1.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(209, 16) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(287, 33) Me.ComboBox1.TabIndex = 7 ' 'PrintDialog1 ' Me.PrintDialog1.UseEXDialog = True ' 'PrintPreviewDialog1 ' Me.PrintPreviewDialog1.AutoScrollMargin = New System.Drawing.Size(0, 0) Me.PrintPreviewDialog1.AutoScrollMinSize = New System.Drawing.Size(0, 0) Me.PrintPreviewDialog1.ClientSize = New System.Drawing.Size(400, 300) Me.PrintPreviewDialog1.Enabled = True Me.PrintPreviewDialog1.Icon = CType(resources.GetObject("PrintPreviewDialog1.Icon"), System.Drawing.Icon) Me.PrintPreviewDialog1.Name = "PrintPreviewDialog1" Me.PrintPreviewDialog1.Visible = False ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Label5.Location = New System.Drawing.Point(898, 80) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(126, 25) Me.Label5.TabIndex = 8 Me.Label5.Text = "Cantitate CP:" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Label6.Location = New System.Drawing.Point(1030, 80) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(17, 25) Me.Label6.TabIndex = 9 Me.Label6.Tag = "" Me.Label6.Text = ":" Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Label7.Location = New System.Drawing.Point(972, 24) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(17, 25) Me.Label7.TabIndex = 11 Me.Label7.Tag = "" Me.Label7.Text = ":" Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Label8.Location = New System.Drawing.Point(898, 24) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(68, 25) Me.Label8.TabIndex = 10 Me.Label8.Text = "Client:" Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'PictureBox1 ' Me.PictureBox1.Location = New System.Drawing.Point(1270, 241) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(100, 300) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 12 Me.PictureBox1.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.Location = New System.Drawing.Point(955, 262) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(300, 100) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox2.TabIndex = 13 Me.PictureBox2.TabStop = False ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.Red Me.Button1.Font = New System.Drawing.Font("Segoe UI Black", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Button1.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Button1.Location = New System.Drawing.Point(12, 411) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(324, 86) Me.Button1.TabIndex = 14 Me.Button1.Text = "Inchide printul" Me.Button1.UseVisualStyleBackColor = False ' 'Form14 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.ClientSize = New System.Drawing.Size(1391, 553) Me.ControlBox = False Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.BTPRINT) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.ScanCP) Me.Controls.Add(Me.Label1) Me.Name = "Form14" Me.Text = "Print Etichete" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents ScanCP As TextBox Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents BTPRINT As Button Friend WithEvents Label4 As Label Friend WithEvents ComboBox1 As ComboBox Friend WithEvents PrintDialog1 As PrintDialog Friend WithEvents PrintPreviewDialog1 As PrintPreviewDialog Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents Label8 As Label Friend WithEvents PictureBox1 As PictureBox Friend WithEvents PictureBox2 As PictureBox Friend WithEvents Button1 As Button End Class