_ Partial Class Form15 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() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.Lime Me.Button1.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Button1.Location = New System.Drawing.Point(29, 24) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(404, 52) Me.Button1.TabIndex = 0 Me.Button1.Text = "Meniu Incarcare Etichete" Me.Button1.UseVisualStyleBackColor = False ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.Cyan Me.Button2.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Button2.Location = New System.Drawing.Point(29, 93) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(404, 52) Me.Button2.TabIndex = 1 Me.Button2.Text = "Printare Etichete " Me.Button2.UseVisualStyleBackColor = False ' 'Button3 ' Me.Button3.BackColor = System.Drawing.Color.Cyan Me.Button3.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Button3.Location = New System.Drawing.Point(28, 165) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(404, 52) Me.Button3.TabIndex = 2 Me.Button3.Text = "Printare Etichete Bochum" Me.Button3.UseVisualStyleBackColor = False ' 'Button4 ' Me.Button4.BackColor = System.Drawing.Color.Cyan Me.Button4.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Button4.Location = New System.Drawing.Point(28, 240) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(404, 52) Me.Button4.TabIndex = 3 Me.Button4.Text = "Printare Etichete Pierdute" Me.Button4.UseVisualStyleBackColor = False ' 'Button5 ' Me.Button5.BackColor = System.Drawing.Color.Red Me.Button5.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Button5.ForeColor = System.Drawing.Color.White Me.Button5.Location = New System.Drawing.Point(28, 383) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(404, 52) Me.Button5.TabIndex = 4 Me.Button5.Text = "Inchide Meniul Etichetelor" Me.Button5.UseVisualStyleBackColor = False ' 'Button6 ' Me.Button6.BackColor = System.Drawing.Color.Lime Me.Button6.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Button6.Location = New System.Drawing.Point(28, 318) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(403, 46) Me.Button6.TabIndex = 5 Me.Button6.Text = "Printare Etichete MTS" Me.Button6.UseVisualStyleBackColor = False ' 'Form15 ' 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(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer)) Me.ClientSize = New System.Drawing.Size(481, 481) Me.ControlBox = False Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Name = "Form15" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Modul Management Etichete" Me.ResumeLayout(False) End Sub Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents Button4 As Button Friend WithEvents Button5 As Button Friend WithEvents Button6 As Button End Class