_ 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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(登入)) Me.TextBox1 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.謎鹿DataSet = New 謎鹿進銷存系統.謎鹿DataSet() Me.謎鹿DataSetBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.Label4 = New System.Windows.Forms.Label() CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.謎鹿DataSetBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'TextBox1 ' Me.TextBox1.ImeMode = System.Windows.Forms.ImeMode.Off Me.TextBox1.Location = New System.Drawing.Point(285, 238) 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 = 0 ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(285, 295) Me.TextBox2.Margin = New System.Windows.Forms.Padding(2) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(211, 22) Me.TextBox2.TabIndex = 1 Me.TextBox2.UseSystemPasswordChar = True ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.Silver Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.Location = New System.Drawing.Point(214, 122) Me.Button1.Margin = New System.Windows.Forms.Padding(2) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(176, 78) Me.Button1.TabIndex = 2 Me.Button1.Text = "註冊會員" Me.Button1.UseVisualStyleBackColor = False ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.ForeColor = System.Drawing.Color.White Me.Button2.Location = New System.Drawing.Point(387, 122) Me.Button2.Margin = New System.Windows.Forms.Padding(2) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(176, 78) Me.Button2.TabIndex = 3 Me.Button2.Text = "會員登入" Me.Button2.UseVisualStyleBackColor = False ' '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.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.ForeColor = System.Drawing.Color.White Me.Button3.Location = New System.Drawing.Point(362, 333) Me.Button3.Margin = New System.Windows.Forms.Padding(2) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(56, 32) Me.Button3.TabIndex = 4 Me.Button3.Text = "登入" Me.Button3.UseVisualStyleBackColor = False ' 'Button4 ' Me.Button4.BackColor = System.Drawing.Color.Transparent Me.Button4.Location = New System.Drawing.Point(354, 386) Me.Button4.Margin = New System.Windows.Forms.Padding(2) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(71, 28) Me.Button4.TabIndex = 5 Me.Button4.Text = "忘記密碼?" Me.Button4.UseVisualStyleBackColor = False ' 'Label1 ' Me.Label1.BackColor = System.Drawing.Color.SeaShell Me.Label1.Location = New System.Drawing.Point(215, 122) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(346, 302) Me.Label1.TabIndex = 6 Me.Label1.Text = "Label1" ' '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(234, 241) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(39, 19) Me.Label2.TabIndex = 7 Me.Label2.Text = "帳號" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.Color.SeaShell Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.Location = New System.Drawing.Point(234, 296) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(39, 19) Me.Label3.TabIndex = 8 Me.Label3.Text = "密碼" ' '謎鹿DataSet ' Me.謎鹿DataSet.DataSetName = "謎鹿DataSet" Me.謎鹿DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' '謎鹿DataSetBindingSource ' Me.謎鹿DataSetBindingSource.DataSource = Me.謎鹿DataSet Me.謎鹿DataSetBindingSource.Position = 0 ' 'Label4 ' Me.Label4.BackColor = System.Drawing.Color.Transparent Me.Label4.Location = New System.Drawing.Point(42, 30) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(11, 13) Me.Label4.TabIndex = 9 ' '登入 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.Control Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image) Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.ClientSize = New System.Drawing.Size(815, 478) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox2) 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 = "Form1" CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.謎鹿DataSetBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TextBox1 As TextBox Friend WithEvents TextBox2 As TextBox Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents Button4 As Button Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents 謎鹿DataSetBindingSource As BindingSource Friend WithEvents 謎鹿DataSet As 謎鹿DataSet Friend WithEvents Label4 As Label End Class