created new structure

This commit is contained in:
2025-04-16 13:31:51 +03:00
parent 82d5746b71
commit 4e43c17242
243 changed files with 0 additions and 10859 deletions

281
VS code/Form2.Designer.vb generated Normal file
View File

@@ -0,0 +1,281 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form2
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()>
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.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Dim DataGridViewCellStyle1 As DataGridViewCellStyle = New DataGridViewCellStyle()
Dim DataGridViewCellStyle2 As DataGridViewCellStyle = New DataGridViewCellStyle()
Label1 = New Label()
TextBox1 = New TextBox()
TextBox2 = New TextBox()
Label2 = New Label()
TextBox3 = New TextBox()
Label3 = New Label()
TextBox4 = New TextBox()
Label4 = New Label()
TextBox5 = New TextBox()
Label5 = New Label()
DataGridView1 = New DataGridView()
Label6 = New Label()
Label7 = New Label()
Button1 = New Button()
Button2 = New Button()
CType(DataGridView1, ComponentModel.ISupportInitialize).BeginInit()
SuspendLayout()
'
' Label1
'
Label1.AutoSize = True
Label1.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point)
Label1.ForeColor = Color.White
Label1.Location = New Point(24, 7)
Label1.Name = "Label1"
Label1.Size = New Size(233, 25)
Label1.TabIndex = 0
Label1.Text = "Scaneaza nume operator"
'
' TextBox1
'
TextBox1.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point)
TextBox1.Location = New Point(26, 42)
TextBox1.Margin = New Padding(3, 2, 3, 2)
TextBox1.MaxLength = 4
TextBox1.Name = "TextBox1"
TextBox1.Size = New Size(283, 32)
TextBox1.TabIndex = 1
'
' TextBox2
'
TextBox2.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point)
TextBox2.Location = New Point(24, 106)
TextBox2.Margin = New Padding(3, 2, 3, 2)
TextBox2.Name = "TextBox2"
TextBox2.Size = New Size(285, 32)
TextBox2.TabIndex = 3
'
' Label2
'
Label2.AutoSize = True
Label2.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point)
Label2.ForeColor = Color.White
Label2.Location = New Point(26, 76)
Label2.Name = "Label2"
Label2.Size = New Size(122, 25)
Label2.TabIndex = 2
Label2.Text = "Scaneaza CP"
'
' TextBox3
'
TextBox3.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point)
TextBox3.Location = New Point(24, 177)
TextBox3.Margin = New Padding(3, 2, 3, 2)
TextBox3.Name = "TextBox3"
TextBox3.Size = New Size(284, 32)
TextBox3.TabIndex = 5
'
' Label3
'
Label3.AutoSize = True
Label3.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point)
Label3.ForeColor = Color.White
Label3.Location = New Point(26, 142)
Label3.Name = "Label3"
Label3.Size = New Size(239, 25)
Label3.TabIndex = 4
Label3.Text = "Scaneaza Cod Cusatoare1"
'
' TextBox4
'
TextBox4.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point)
TextBox4.Location = New Point(25, 237)
TextBox4.Margin = New Padding(3, 2, 3, 2)
TextBox4.MaxLength = 4
TextBox4.Name = "TextBox4"
TextBox4.Size = New Size(284, 32)
TextBox4.TabIndex = 7
'
' Label4
'
Label4.AutoSize = True
Label4.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point)
Label4.ForeColor = Color.White
Label4.Location = New Point(26, 211)
Label4.Name = "Label4"
Label4.Size = New Size(239, 25)
Label4.TabIndex = 6
Label4.Text = "Scaneaza Cod Cusatoare2"
'
' TextBox5
'
TextBox5.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point)
TextBox5.Location = New Point(24, 294)
TextBox5.Margin = New Padding(3, 2, 3, 2)
TextBox5.MaxLength = 4
TextBox5.Name = "TextBox5"
TextBox5.Size = New Size(286, 32)
TextBox5.TabIndex = 9
'
' Label5
'
Label5.AutoSize = True
Label5.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point)
Label5.ForeColor = Color.White
Label5.Location = New Point(24, 268)
Label5.Name = "Label5"
Label5.Size = New Size(196, 25)
Label5.TabIndex = 8
Label5.Text = "Scaneaza Cod Defect"
'
' DataGridView1
'
DataGridView1.Anchor = AnchorStyles.Top Or AnchorStyles.Bottom Or AnchorStyles.Left Or AnchorStyles.Right
DataGridView1.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.DisplayedCells
DataGridView1.BackgroundColor = Color.White
DataGridView1.CellBorderStyle = DataGridViewCellBorderStyle.Raised
DataGridViewCellStyle1.Alignment = DataGridViewContentAlignment.BottomCenter
DataGridViewCellStyle1.BackColor = SystemColors.Control
DataGridViewCellStyle1.Font = New Font("Segoe UI", 16.2F, FontStyle.Bold, GraphicsUnit.Point)
DataGridViewCellStyle1.ForeColor = SystemColors.WindowText
DataGridViewCellStyle1.Padding = New Padding(0, 0, 0, 4)
DataGridViewCellStyle1.SelectionBackColor = SystemColors.Highlight
DataGridViewCellStyle1.SelectionForeColor = SystemColors.HighlightText
DataGridViewCellStyle1.WrapMode = DataGridViewTriState.True
DataGridView1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
DataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize
DataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.BottomCenter
DataGridViewCellStyle2.BackColor = SystemColors.Window
DataGridViewCellStyle2.Font = New Font("Segoe UI", 12F, FontStyle.Bold, GraphicsUnit.Point)
DataGridViewCellStyle2.ForeColor = SystemColors.ControlText
DataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight
DataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText
DataGridViewCellStyle2.WrapMode = DataGridViewTriState.False
DataGridView1.DefaultCellStyle = DataGridViewCellStyle2
DataGridView1.GridColor = SystemColors.ControlLight
DataGridView1.Location = New Point(323, 21)
DataGridView1.Margin = New Padding(3, 2, 3, 2)
DataGridView1.Name = "DataGridView1"
DataGridView1.RowHeadersWidth = 51
DataGridView1.RowTemplate.Height = 29
DataGridView1.Size = New Size(1004, 519)
DataGridView1.TabIndex = 10
'
' Label6
'
Label6.AutoSize = True
Label6.Font = New Font("Segoe UI", 10.8F, FontStyle.Bold, GraphicsUnit.Point)
Label6.ForeColor = Color.White
Label6.Location = New Point(25, 338)
Label6.Name = "Label6"
Label6.Size = New Size(42, 20)
Label6.TabIndex = 11
Label6.Text = "Data"
'
' Label7
'
Label7.AutoSize = True
Label7.Font = New Font("Segoe UI", 10.8F, FontStyle.Bold, GraphicsUnit.Point)
Label7.ForeColor = Color.White
Label7.Location = New Point(172, 338)
Label7.Name = "Label7"
Label7.Size = New Size(34, 20)
Label7.TabIndex = 13
Label7.Text = "Ora"
'
' Button1
'
Button1.BackColor = Color.Black
Button1.BackgroundImageLayout = ImageLayout.None
Button1.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point)
Button1.ForeColor = Color.Lime
Button1.ImageAlign = ContentAlignment.MiddleLeft
Button1.Location = New Point(36, 425)
Button1.Margin = New Padding(3, 2, 3, 2)
Button1.Name = "Button1"
Button1.Size = New Size(239, 41)
Button1.TabIndex = 14
Button1.Text = "Inchide Formularul"
Button1.UseVisualStyleBackColor = False
'
' Button2
'
Button2.BackColor = Color.FromArgb(CByte(192), CByte(0), CByte(0))
Button2.BackgroundImageLayout = ImageLayout.None
Button2.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point)
Button2.ForeColor = Color.Lime
Button2.ImageAlign = ContentAlignment.MiddleLeft
Button2.Location = New Point(24, 380)
Button2.Margin = New Padding(3, 2, 3, 2)
Button2.Name = "Button2"
Button2.Size = New Size(256, 41)
Button2.TabIndex = 15
Button2.Text = "Sterge randul selectat"
Button2.UseVisualStyleBackColor = False
'
' Form2
'
AutoScaleDimensions = New SizeF(7F, 15F)
AutoScaleMode = AutoScaleMode.Font
BackColor = Color.FromArgb(CByte(192), CByte(0), CByte(192))
BackgroundImageLayout = ImageLayout.Zoom
ClientSize = New Size(1339, 549)
ControlBox = False
Controls.Add(Button2)
Controls.Add(Button1)
Controls.Add(Label7)
Controls.Add(Label6)
Controls.Add(DataGridView1)
Controls.Add(TextBox5)
Controls.Add(Label5)
Controls.Add(TextBox4)
Controls.Add(Label4)
Controls.Add(TextBox3)
Controls.Add(Label3)
Controls.Add(TextBox2)
Controls.Add(Label2)
Controls.Add(TextBox1)
Controls.Add(Label1)
FormBorderStyle = FormBorderStyle.SizableToolWindow
Margin = New Padding(3, 2, 3, 2)
Name = "Form2"
RightToLeftLayout = True
Text = "Scanare comenzi"
CType(DataGridView1, ComponentModel.ISupportInitialize).EndInit()
ResumeLayout(False)
PerformLayout()
End Sub
Friend WithEvents Label1 As Label
Friend WithEvents TextBox1 As TextBox
Friend WithEvents TextBox2 As TextBox
Friend WithEvents Label2 As Label
Friend WithEvents TextBox3 As TextBox
Friend WithEvents Label3 As Label
Friend WithEvents TextBox4 As TextBox
Friend WithEvents Label4 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