_ 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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.介面_dgv = New System.Windows.Forms.DataGridView() Me.修改_bt = New System.Windows.Forms.Button() Me.密碼重設天數_lb = New System.Windows.Forms.Label() Me.加點_tb = New System.Windows.Forms.TextBox() CType(Me.介面_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '介面_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.介面_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.介面_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.介面_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.介面_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.介面_dgv.Location = New System.Drawing.Point(12, 46) Me.介面_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.介面_dgv.Name = "介面_dgv" Me.介面_dgv.RowHeadersWidth = 5 Me.介面_dgv.RowTemplate.Height = 24 Me.介面_dgv.Size = New System.Drawing.Size(909, 541) Me.介面_dgv.TabIndex = 628 ' '修改_bt ' Me.修改_bt.Location = New System.Drawing.Point(853, 11) Me.修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(68, 25) Me.修改_bt.TabIndex = 662 Me.修改_bt.Text = "修改" ' '密碼重設天數_lb ' Me.密碼重設天數_lb.AutoSize = True Me.密碼重設天數_lb.BackColor = System.Drawing.SystemColors.Control Me.密碼重設天數_lb.Location = New System.Drawing.Point(697, 15) Me.密碼重設天數_lb.Name = "密碼重設天數_lb" Me.密碼重設天數_lb.Size = New System.Drawing.Size(116, 16) Me.密碼重設天數_lb.TabIndex = 661 Me.密碼重設天數_lb.Text = "中文抬頭最後加個點" ' '加點_tb ' Me.加點_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.加點_tb.Location = New System.Drawing.Point(821, 12) Me.加點_tb.Margin = New System.Windows.Forms.Padding(5) Me.加點_tb.Name = "加點_tb" Me.加點_tb.Size = New System.Drawing.Size(24, 23) Me.加點_tb.TabIndex = 660 Me.加點_tb.Text = "." ' '特別功能 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(933, 600) Me.Controls.Add(Me.修改_bt) Me.Controls.Add(Me.密碼重設天數_lb) Me.Controls.Add(Me.加點_tb) Me.Controls.Add(Me.介面_dgv) 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 = "特別功能" CType(Me.介面_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 介面_dgv As DataGridView Friend WithEvents 修改_bt As Button Friend WithEvents 密碼重設天數_lb As Label Friend WithEvents 加點_tb As TextBox End Class