Partial Class Form12 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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'TextBox2 ' Me.TextBox2.Font = New System.Drawing.Font("Segoe UI", 13.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.TextBox2.Location = New System.Drawing.Point(9, 45) Me.TextBox2.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.TextBox2.MaxLength = 4 Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(285, 32) Me.TextBox2.TabIndex = 1 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Segoe UI", 13.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Label2.ForeColor = System.Drawing.Color.White Me.Label2.Location = New System.Drawing.Point(12, 90) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(122, 25) Me.Label2.TabIndex = 2 Me.Label2.Text = "Scaneaza CP" ' 'TextBox5 ' Me.TextBox5.Font = New System.Drawing.Font("Segoe UI", 13.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.TextBox5.Location = New System.Drawing.Point(9, 129) Me.TextBox5.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.TextBox5.MaxLength = 10 Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(286, 32) Me.TextBox5.TabIndex = 2 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Segoe UI", 13.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Label5.ForeColor = System.Drawing.Color.White Me.Label5.Location = New System.Drawing.Point(10, 9) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(176, 25) Me.Label5.TabIndex = 8 Me.Label5.Text = "Introdu Cantitatea" ' 'DataGridView1 ' Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells Me.DataGridView1.BackgroundColor = System.Drawing.Color.White Me.DataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle3.Font = New System.Drawing.Font("Segoe UI", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle3.Padding = New System.Windows.Forms.Padding(0, 0, 0, 4) DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3 Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle4.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.DataGridView1.DefaultCellStyle = DataGridViewCellStyle4 Me.DataGridView1.GridColor = System.Drawing.SystemColors.ControlLight Me.DataGridView1.Location = New System.Drawing.Point(323, 21) Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 51 Me.DataGridView1.RowTemplate.Height = 29 Me.DataGridView1.Size = New System.Drawing.Size(1004, 409) Me.DataGridView1.TabIndex = 10 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Segoe UI", 10.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Label6.ForeColor = System.Drawing.Color.White Me.Label6.Location = New System.Drawing.Point(17, 187) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(42, 20) Me.Label6.TabIndex = 11 Me.Label6.Text = "Data" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Segoe UI", 10.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Label7.ForeColor = System.Drawing.Color.White Me.Label7.Location = New System.Drawing.Point(164, 187) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(34, 20) Me.Label7.TabIndex = 13 Me.Label7.Text = "Ora" ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.Black Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.Button1.Font = New System.Drawing.Font("Segoe UI", 13.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Button1.ForeColor = System.Drawing.Color.Lime Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button1.Location = New System.Drawing.Point(33, 289) Me.Button1.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(239, 41) Me.Button1.TabIndex = 14 Me.Button1.Text = "Inchide Formularul" Me.Button1.UseVisualStyleBackColor = False ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.Button2.Font = New System.Drawing.Font("Segoe UI", 13.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Button2.ForeColor = System.Drawing.Color.Lime Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button2.Location = New System.Drawing.Point(16, 229) Me.Button2.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(256, 41) Me.Button2.TabIndex = 15 Me.Button2.Text = "Sterge randul selectat" Me.Button2.UseVisualStyleBackColor = False ' 'Form12 ' 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(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.ClientSize = New System.Drawing.Size(1339, 439) Me.ControlBox = False Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label2) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow Me.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.Name = "Form12" Me.RightToLeftLayout = True Me.Text = "Scanare comenzi" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TextBox2 As TextBox Friend WithEvents Label2 As Label Friend WithEvents TextBox5 As TextBox Friend WithEvents Label5 As Label Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button End Class