_ 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.修改_bt = New System.Windows.Forms.Button() Me.密碼_tb = New System.Windows.Forms.TextBox() Me.帳號_lb = New System.Windows.Forms.Label() Me.密碼_lb = New System.Windows.Forms.Label() Me.姓名_lb = New System.Windows.Forms.Label() Me.帳號_tb = New System.Windows.Forms.TextBox() Me.姓名_tb = New System.Windows.Forms.TextBox() Me.SuspendLayout() ' '修改_bt ' Me.修改_bt.Location = New System.Drawing.Point(16, 99) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(156, 25) Me.修改_bt.TabIndex = 45 Me.修改_bt.Text = "修改" Me.修改_bt.UseVisualStyleBackColor = True ' '密碼_tb ' Me.密碼_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.密碼_tb.Location = New System.Drawing.Point(53, 68) Me.密碼_tb.Name = "密碼_tb" Me.密碼_tb.Size = New System.Drawing.Size(119, 25) Me.密碼_tb.TabIndex = 44 ' '帳號_lb ' Me.帳號_lb.AutoSize = True Me.帳號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.帳號_lb.Location = New System.Drawing.Point(12, 40) Me.帳號_lb.Name = "帳號_lb" Me.帳號_lb.Size = New System.Drawing.Size(34, 17) Me.帳號_lb.TabIndex = 43 Me.帳號_lb.Text = "帳號" ' '密碼_lb ' Me.密碼_lb.AutoSize = True Me.密碼_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.密碼_lb.Location = New System.Drawing.Point(13, 71) Me.密碼_lb.Name = "密碼_lb" Me.密碼_lb.Size = New System.Drawing.Size(34, 17) Me.密碼_lb.TabIndex = 42 Me.密碼_lb.Text = "密碼" ' '姓名_lb ' Me.姓名_lb.AutoSize = True Me.姓名_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.姓名_lb.Location = New System.Drawing.Point(12, 9) Me.姓名_lb.Name = "姓名_lb" Me.姓名_lb.Size = New System.Drawing.Size(34, 17) Me.姓名_lb.TabIndex = 41 Me.姓名_lb.Text = "姓名" ' '帳號_tb ' Me.帳號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.帳號_tb.Location = New System.Drawing.Point(52, 37) Me.帳號_tb.Name = "帳號_tb" Me.帳號_tb.Size = New System.Drawing.Size(119, 25) Me.帳號_tb.TabIndex = 40 ' '姓名_tb ' Me.姓名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.姓名_tb.Location = New System.Drawing.Point(52, 6) Me.姓名_tb.Name = "姓名_tb" Me.姓名_tb.Size = New System.Drawing.Size(119, 25) Me.姓名_tb.TabIndex = 39 ' '個人帳號管理 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(178, 132) Me.Controls.Add(Me.修改_bt) Me.Controls.Add(Me.密碼_tb) Me.Controls.Add(Me.帳號_lb) Me.Controls.Add(Me.密碼_lb) Me.Controls.Add(Me.姓名_lb) Me.Controls.Add(Me.帳號_tb) Me.Controls.Add(Me.姓名_tb) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "個人帳號管理" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "個人帳號管理" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 修改_bt As Button Friend WithEvents 密碼_tb As TextBox Friend WithEvents 帳號_lb As Label Friend WithEvents 密碼_lb As Label Friend WithEvents 姓名_lb As Label Friend WithEvents 帳號_tb As TextBox Friend WithEvents 姓名_tb As TextBox End Class