1 C:\Users\singgih\onedrive\dokumen\visual studio ...\FINAL_PROJECT\FINAL_PROJECT\FormLogin.Designer.vb 1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Form1
3 Inherits System.Windows.Forms.Form 4
5 'Form overrides dispose to clean up the component list.
6 <System.Diagnostics.DebuggerNonUserCode()> _
7 Protected Overrides Sub Dispose(ByVal disposing As Boolean) 8 Try
9 If disposing AndAlso components IsNot Nothing Then 10 components.Dispose()
11 End If 12 Finally
13 MyBase.Dispose(disposing) 14 End Try
15 End Sub 16
17 'Required by the Windows Form Designer
18 Private components As System.ComponentModel.IContainer 19
20 'NOTE: The following procedure is required by the Windows Form Designer 21 'It can be modified using the Windows Form Designer.
22 'Do not modify it using the code editor.
23 <System.Diagnostics.DebuggerStepThrough()> _ 24 Private Sub InitializeComponent()
25 Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.
ComponentResourceManager(GetType(Form1))
26 Me.Panel1 = New System.Windows.Forms.Panel()
27 Me.PictureBox2 = New System.Windows.Forms.PictureBox() 28 Me.PictureBox1 = New System.Windows.Forms.PictureBox() 29 Me.password = New System.Windows.Forms.TextBox() 30 Me.username = New System.Windows.Forms.TextBox() 31 Me.login = New System.Windows.Forms.Button() 32 Me.close = New System.Windows.Forms.Button() 33 Me.Panel1.SuspendLayout()
34 CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() 35 CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() 36 Me.SuspendLayout()
37 ' 38 'Panel1 39 '
40 Me.Panel1.BackgroundImage = CType(resources.GetObject("Panel1.BackgroundImage"), System.Drawing .Image)
41 Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch 42 Me.Panel1.Controls.Add(Me.PictureBox2)
43 Me.Panel1.Controls.Add(Me.PictureBox1) 44 Me.Panel1.Controls.Add(Me.password) 45 Me.Panel1.Controls.Add(Me.username) 46 Me.Panel1.Controls.Add(Me.login) 47 Me.Panel1.Controls.Add(Me.close)
48 Me.Panel1.Dock = System.Windows.Forms.DockStyle.Left 49 Me.Panel1.Location = New System.Drawing.Point(0, 0) 50 Me.Panel1.Name = "Panel1"
51 Me.Panel1.Size = New System.Drawing.Size(1066, 452) 52 Me.Panel1.TabIndex = 0
53 '
54 'PictureBox2 55 '
56 Me.PictureBox2.BackColor = System.Drawing.Color.Transparent
57 Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) 58 Me.PictureBox2.Location = New System.Drawing.Point(364, 223)
59 Me.PictureBox2.Name = "PictureBox2"
60 Me.PictureBox2.Size = New System.Drawing.Size(45, 41)
61 Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom 62 Me.PictureBox2.TabIndex = 6
63 Me.PictureBox2.TabStop = False 64 '
2 C:\Users\singgih\onedrive\dokumen\visual studio ...\FINAL_PROJECT\FINAL_PROJECT\FormLogin.Designer.vb 65 'PictureBox1
66 '
67 Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
68 Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) 69 Me.PictureBox1.Location = New System.Drawing.Point(364, 270)
70 Me.PictureBox1.Name = "PictureBox1"
71 Me.PictureBox1.Size = New System.Drawing.Size(38, 43)
72 Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom 73 Me.PictureBox1.TabIndex = 5
74 Me.PictureBox1.TabStop = False 75 '
76 'password 77 '
78 Me.password.BorderStyle = System.Windows.Forms.BorderStyle.None 79 Me.password.Location = New System.Drawing.Point(415, 281) 80 Me.password.Name = "password"
81 Me.password.Size = New System.Drawing.Size(327, 19) 82 Me.password.TabIndex = 4
83 Me.password.UseSystemPasswordChar = True 84 '
85 'username 86 '
87 Me.username.BorderStyle = System.Windows.Forms.BorderStyle.None 88 Me.username.Location = New System.Drawing.Point(415, 233) 89 Me.username.Name = "username"
90 Me.username.Size = New System.Drawing.Size(327, 19) 91 Me.username.TabIndex = 3
92 ' 93 'login 94 '
95 Me.login.BackColor = System.Drawing.Color.DarkOrange
96 Me.login.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.
Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 97 Me.login.ForeColor = System.Drawing.Color.White 98 Me.login.Location = New System.Drawing.Point(339, 343) 99 Me.login.Name = "login"
100 Me.login.Size = New System.Drawing.Size(464, 33) 101 Me.login.TabIndex = 2
102 Me.login.Text = "LOGIN"
103 Me.login.UseVisualStyleBackColor = False 104 '
105 'close 106 '
107 Me.close.BackColor = System.Drawing.Color.Transparent
108 Me.close.BackgroundImage = CType(resources.GetObject("close.BackgroundImage"), System.Drawing.
Image)
109 Me.close.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 110 Me.close.Location = New System.Drawing.Point(1026, 420)
111 Me.close.Name = "close"
112 Me.close.Size = New System.Drawing.Size(40, 32) 113 Me.close.TabIndex = 1
114 Me.close.UseVisualStyleBackColor = False 115 '
116 'Form1 117 '
118 Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!) 119 Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 120 Me.ClientSize = New System.Drawing.Size(1065, 452)
121 Me.Controls.Add(Me.Panel1)
122 Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None 123 Me.Name = "Form1"
124 Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen 125 Me.Text = "Form1"
126 Me.Panel1.ResumeLayout(False) 127 Me.Panel1.PerformLayout()
128 CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
3 C:\Users\singgih\onedrive\dokumen\visual studio ...\FINAL_PROJECT\FINAL_PROJECT\FormLogin.Designer.vb 129 CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
130 Me.ResumeLayout(False) 131
132 End Sub
133 Friend WithEvents Panel1 As System.Windows.Forms.Panel 134 Friend WithEvents password As System.Windows.Forms.TextBox 135 Friend WithEvents username As System.Windows.Forms.TextBox 136 Friend WithEvents login As System.Windows.Forms.Button 137 Friend WithEvents close As System.Windows.Forms.Button
138 Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox 139 Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox 140141 End Class
142