_ Partial Class Form3 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() TextBox1 = New TextBox() Label1 = New Label() Button1 = New Button() FlowLayoutPanel1 = New FlowLayoutPanel() SuspendLayout() ' ' TextBox1 ' TextBox1.Font = New Font("Segoe UI", 16.2F, FontStyle.Bold, GraphicsUnit.Point) TextBox1.Location = New Point(64, 216) TextBox1.Name = "TextBox1" TextBox1.Size = New Size(506, 36) TextBox1.TabIndex = 0 ' ' Label1 ' Label1.AutoSize = True Label1.Font = New Font("Segoe UI", 16.2F, FontStyle.Bold, GraphicsUnit.Point) Label1.Location = New Point(95, 165) Label1.Name = "Label1" Label1.Size = New Size(304, 30) Label1.TabIndex = 1 Label1.Text = "Parola Administrator Sistem" ' ' Button1 ' Button1.BackColor = Color.FromArgb(CByte(0), CByte(192), CByte(0)) Button1.Font = New Font("Segoe UI", 13.8F, FontStyle.Bold, GraphicsUnit.Point) Button1.Location = New Point(94, 274) Button1.Name = "Button1" Button1.Size = New Size(436, 48) Button1.TabIndex = 2 Button1.Text = "Administreaza" Button1.UseVisualStyleBackColor = False ' ' FlowLayoutPanel1 ' FlowLayoutPanel1.BackColor = Color.White FlowLayoutPanel1.BackgroundImage = My.Resources.Resources.AQUINOS_BEDDING_AQUINOS_GROUP_copy_31 FlowLayoutPanel1.BackgroundImageLayout = ImageLayout.Zoom FlowLayoutPanel1.Location = New Point(83, 12) FlowLayoutPanel1.Name = "FlowLayoutPanel1" FlowLayoutPanel1.Size = New Size(487, 131) FlowLayoutPanel1.TabIndex = 3 ' ' Form3 ' AutoScaleDimensions = New SizeF(7F, 15F) AutoScaleMode = AutoScaleMode.Font BackColor = Color.FromArgb(CByte(255), CByte(224), CByte(192)) ClientSize = New Size(639, 325) ControlBox = False Controls.Add(FlowLayoutPanel1) Controls.Add(Button1) Controls.Add(Label1) Controls.Add(TextBox1) Font = New Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point) FormBorderStyle = FormBorderStyle.Fixed3D Name = "Form3" Text = "Admin Login" ResumeLayout(False) PerformLayout() End Sub Friend WithEvents TextBox1 As TextBox Friend WithEvents Label1 As Label Friend WithEvents Button1 As Button Friend WithEvents FlowLayoutPanel1 As FlowLayoutPanel End Class