_ Partial Class 管理者登入 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ 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 '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(管理者登入)) Me.Label2 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Button3 = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.SuspendLayout() ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.Color.SeaShell Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.Location = New System.Drawing.Point(242, 227) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(39, 19) Me.Label2.TabIndex = 16 Me.Label2.Text = "帳號" ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.Button1.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.ForeColor = System.Drawing.Color.DarkGreen Me.Button1.Location = New System.Drawing.Point(348, 267) Me.Button1.Margin = New System.Windows.Forms.Padding(2) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(56, 32) Me.Button1.TabIndex = 13 Me.Button1.Text = "登入" Me.Button1.UseVisualStyleBackColor = False ' 'TextBox1 ' Me.TextBox1.ImeMode = System.Windows.Forms.ImeMode.Off Me.TextBox1.Location = New System.Drawing.Point(292, 224) Me.TextBox1.Margin = New System.Windows.Forms.Padding(2) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(211, 22) Me.TextBox1.TabIndex = 9 ' 'Label1 ' Me.Label1.BackColor = System.Drawing.Color.SpringGreen Me.Label1.Image = Global.謎鹿進銷存系統.My.Resources.Resources._2_160GQ01152193 Me.Label1.Location = New System.Drawing.Point(228, 131) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(298, 241) Me.Label1.TabIndex = 15 ' 'Button3 ' Me.Button3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.Button3.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.ForeColor = System.Drawing.Color.DarkGreen Me.Button3.Location = New System.Drawing.Point(315, 320) Me.Button3.Margin = New System.Windows.Forms.Padding(2) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(122, 32) Me.Button3.TabIndex = 17 Me.Button3.Text = "返回會員登入" Me.Button3.UseVisualStyleBackColor = False ' 'Label3 ' Me.Label3.BackColor = System.Drawing.Color.Transparent Me.Label3.Font = New System.Drawing.Font("微軟正黑體 Light", 26.0!, CType((System.Drawing.FontStyle.Italic Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.Label3.Image = Global.謎鹿進銷存系統.My.Resources.Resources._2_160GQ01152193 Me.Label3.Location = New System.Drawing.Point(284, 150) Me.Label3.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(206, 53) Me.Label3.TabIndex = 19 Me.Label3.Text = "管理者登入" ' '管理者登入 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image) Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.ClientSize = New System.Drawing.Size(800, 450) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "管理者登入" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "管理者登入" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label2 As Label Friend WithEvents Button1 As Button Friend WithEvents TextBox1 As TextBox Friend WithEvents Label1 As Label Friend WithEvents Button3 As Button Friend WithEvents Label3 As Label End Class