_ Partial Class Form8 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() Label1 = New Label() ComboBox1 = New ComboBox() Label2 = New Label() TextMasina = New TextBox() TextDefect = New TextBox() Label3 = New Label() DataGridView1 = New DataGridView() Label4 = New Label() Label5 = New Label() Button1 = New Button() Label6 = New Label() Label7 = New Label() Label8 = New Label() FlowLayoutPanel1 = New FlowLayoutPanel() CType(DataGridView1, ComponentModel.ISupportInitialize).BeginInit() SuspendLayout() ' ' Label1 ' Label1.AutoSize = True Label1.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point) Label1.Location = New Point(24, 92) Label1.Name = "Label1" Label1.Size = New Size(189, 25) Label1.TabIndex = 0 Label1.Text = "Tichet pentru zona: " ' ' ComboBox1 ' ComboBox1.Font = New Font("Segoe UI", 12F, FontStyle.Bold, GraphicsUnit.Point) ComboBox1.FormattingEnabled = True ComboBox1.Location = New Point(28, 124) ComboBox1.Margin = New Padding(3, 2, 3, 2) ComboBox1.Name = "ComboBox1" ComboBox1.Size = New Size(254, 29) ComboBox1.TabIndex = 1 ' ' Label2 ' Label2.AutoSize = True Label2.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point) Label2.Location = New Point(28, 166) Label2.Name = "Label2" Label2.Size = New Size(85, 25) Label2.TabIndex = 2 Label2.Text = "Masina: " ' ' TextMasina ' TextMasina.Font = New Font("Segoe UI", 12F, FontStyle.Bold, GraphicsUnit.Point) TextMasina.Location = New Point(108, 164) TextMasina.Margin = New Padding(3, 2, 3, 2) TextMasina.MaxLength = 4 TextMasina.Name = "TextMasina" TextMasina.Size = New Size(174, 29) TextMasina.TabIndex = 3 ' ' TextDefect ' TextDefect.Font = New Font("Segoe UI", 12F, FontStyle.Bold, GraphicsUnit.Point) TextDefect.Location = New Point(108, 212) TextDefect.Margin = New Padding(3, 2, 3, 2) TextDefect.MaxLength = 4 TextDefect.Name = "TextDefect" TextDefect.Size = New Size(174, 29) TextDefect.TabIndex = 5 ' ' Label3 ' Label3.AutoSize = True Label3.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point) Label3.Location = New Point(24, 214) Label3.Name = "Label3" Label3.Size = New Size(74, 25) Label3.TabIndex = 4 Label3.Text = "Defect:" ' ' DataGridView1 ' DataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridView1.Location = New Point(314, 45) DataGridView1.Margin = New Padding(3, 2, 3, 2) DataGridView1.Name = "DataGridView1" DataGridView1.RowHeadersWidth = 51 DataGridView1.RowTemplate.Height = 29 DataGridView1.Size = New Size(654, 302) DataGridView1.TabIndex = 6 ' ' Label4 ' Label4.AutoSize = True Label4.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point) Label4.Location = New Point(111, 244) Label4.Name = "Label4" Label4.Size = New Size(17, 25) Label4.TabIndex = 7 Label4.Text = ":" ' ' Label5 ' Label5.AutoSize = True Label5.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point) Label5.Location = New Point(111, 276) Label5.Name = "Label5" Label5.Size = New Size(22, 25) Label5.TabIndex = 8 Label5.Text = ": " ' ' Button1 ' Button1.BackColor = Color.Red Button1.Font = New Font("Segoe UI", 10.2F, FontStyle.Bold, GraphicsUnit.Point) Button1.Location = New Point(38, 314) Button1.Margin = New Padding(3, 2, 3, 2) Button1.Name = "Button1" Button1.Size = New Size(246, 33) Button1.TabIndex = 9 Button1.Text = "Inchide formular" Button1.UseVisualStyleBackColor = False ' ' Label6 ' Label6.AutoSize = True Label6.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point) Label6.Location = New Point(38, 276) Label6.Name = "Label6" Label6.Size = New Size(59, 25) Label6.TabIndex = 11 Label6.Text = "Ora : " ' ' Label7 ' Label7.AutoSize = True Label7.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point) Label7.Location = New Point(38, 244) Label7.Name = "Label7" Label7.Size = New Size(63, 25) Label7.TabIndex = 10 Label7.Text = "Data :" ' ' Label8 ' Label8.AutoSize = True Label8.Font = New Font("Segoe UI Black", 19.8F, FontStyle.Bold, GraphicsUnit.Point) Label8.ForeColor = Color.MidnightBlue Label8.Location = New Point(485, 7) Label8.Name = "Label8" Label8.Size = New Size(251, 37) Label8.TabIndex = 12 Label8.Text = "Tichete Deschise " ' ' FlowLayoutPanel1 ' FlowLayoutPanel1.BackColor = Color.White FlowLayoutPanel1.BackgroundImage = My.Resources.Resources.AQUINOS_BEDDING_AQUINOS_GROUP_copy_3 FlowLayoutPanel1.BackgroundImageLayout = ImageLayout.Zoom FlowLayoutPanel1.Location = New Point(24, 7) FlowLayoutPanel1.Margin = New Padding(3, 2, 3, 2) FlowLayoutPanel1.Name = "FlowLayoutPanel1" FlowLayoutPanel1.Size = New Size(261, 74) FlowLayoutPanel1.TabIndex = 13 ' ' Form8 ' AutoScaleDimensions = New SizeF(7F, 15F) AutoScaleMode = AutoScaleMode.Font BackColor = SystemColors.ActiveCaption ClientSize = New Size(979, 368) ControlBox = False Controls.Add(FlowLayoutPanel1) Controls.Add(Label8) Controls.Add(Label6) Controls.Add(Label7) Controls.Add(Button1) Controls.Add(Label5) Controls.Add(Label4) Controls.Add(DataGridView1) Controls.Add(TextDefect) Controls.Add(Label3) Controls.Add(TextMasina) Controls.Add(Label2) Controls.Add(ComboBox1) Controls.Add(Label1) Margin = New Padding(3, 2, 3, 2) Name = "Form8" Text = "Lansare tichete mentenanta" CType(DataGridView1, ComponentModel.ISupportInitialize).EndInit() ResumeLayout(False) PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Label2 As Label Friend WithEvents TextMasina As TextBox Friend WithEvents TextDefect As TextBox Friend WithEvents Label3 As Label Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents Button1 As Button Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents Label8 As Label Friend WithEvents FlowLayoutPanel1 As FlowLayoutPanel End Class