_ 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.Button16 = New System.Windows.Forms.Button() Me.CheckBox3 = New System.Windows.Forms.CheckBox() Me.TextBox18 = New System.Windows.Forms.TextBox() Me.Label26 = New System.Windows.Forms.Label() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.TextBox17 = New System.Windows.Forms.TextBox() Me.Label25 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.TextBox16 = New System.Windows.Forms.TextBox() Me.ComboBox6 = New System.Windows.Forms.ComboBox() Me.TextBox15 = New System.Windows.Forms.TextBox() Me.ComboBox5 = New System.Windows.Forms.ComboBox() Me.ComboBox4 = New System.Windows.Forms.ComboBox() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.DataGridView7 = New System.Windows.Forms.DataGridView() Me.Button19 = New System.Windows.Forms.Button() Me.Button21 = New System.Windows.Forms.Button() Me.TextBox8 = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.Label17 = New System.Windows.Forms.Label() Me.Button20 = New System.Windows.Forms.Button() Me.CheckBox4 = New System.Windows.Forms.CheckBox() Me.CheckBox5 = New System.Windows.Forms.CheckBox() Me.CheckBox6 = New System.Windows.Forms.CheckBox() Me.Label20 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.Button1 = New System.Windows.Forms.Button() CType(Me.DataGridView7, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Button16 ' Me.Button16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button16.ForeColor = System.Drawing.Color.DarkGreen Me.Button16.Location = New System.Drawing.Point(1277, 10) Me.Button16.Name = "Button16" Me.Button16.Size = New System.Drawing.Size(68, 25) Me.Button16.TabIndex = 727 Me.Button16.Text = "批量存檔" Me.Button16.UseVisualStyleBackColor = True ' 'CheckBox3 ' Me.CheckBox3.AutoSize = True Me.CheckBox3.ForeColor = System.Drawing.Color.Red Me.CheckBox3.Location = New System.Drawing.Point(710, 39) Me.CheckBox3.Name = "CheckBox3" Me.CheckBox3.Size = New System.Drawing.Size(51, 20) Me.CheckBox3.TabIndex = 723 Me.CheckBox3.Text = "停用" Me.CheckBox3.UseVisualStyleBackColor = True ' 'TextBox18 ' Me.TextBox18.ForeColor = System.Drawing.Color.Green Me.TextBox18.Location = New System.Drawing.Point(808, 12) Me.TextBox18.Multiline = True Me.TextBox18.Name = "TextBox18" Me.TextBox18.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.TextBox18.Size = New System.Drawing.Size(235, 49) Me.TextBox18.TabIndex = 721 ' 'Label26 ' Me.Label26.AutoSize = True Me.Label26.ForeColor = System.Drawing.Color.Green Me.Label26.Location = New System.Drawing.Point(780, 15) Me.Label26.Name = "Label26" Me.Label26.Size = New System.Drawing.Size(32, 16) Me.Label26.TabIndex = 722 Me.Label26.Text = "附註" ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.ForeColor = System.Drawing.Color.Red Me.CheckBox2.Location = New System.Drawing.Point(632, 39) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(75, 20) Me.CheckBox2.TabIndex = 720 Me.CheckBox2.Text = "抵銷科目" Me.CheckBox2.UseVisualStyleBackColor = True ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.ForeColor = System.Drawing.Color.Red Me.CheckBox1.Location = New System.Drawing.Point(556, 39) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(75, 20) Me.CheckBox1.TabIndex = 719 Me.CheckBox1.Text = "統制科目" Me.CheckBox1.UseVisualStyleBackColor = True ' 'TextBox17 ' Me.TextBox17.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox17.Location = New System.Drawing.Point(609, 11) Me.TextBox17.Name = "TextBox17" Me.TextBox17.Size = New System.Drawing.Size(170, 23) Me.TextBox17.TabIndex = 717 ' 'Label25 ' Me.Label25.AutoSize = True Me.Label25.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label25.Location = New System.Drawing.Point(553, 16) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(56, 16) Me.Label25.TabIndex = 718 Me.Label25.Text = "英文名稱" ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Location = New System.Drawing.Point(192, 41) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(32, 16) Me.Label19.TabIndex = 715 Me.Label19.Text = "編號" ' 'TextBox16 ' Me.TextBox16.Location = New System.Drawing.Point(456, 38) Me.TextBox16.Name = "TextBox16" Me.TextBox16.Size = New System.Drawing.Size(95, 23) Me.TextBox16.TabIndex = 713 ' 'ComboBox6 ' Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox6.FormattingEnabled = True Me.ComboBox6.Items.AddRange(New Object() {"1", "2", "3"}) Me.ComboBox6.Location = New System.Drawing.Point(395, 37) Me.ComboBox6.Name = "ComboBox6" Me.ComboBox6.Size = New System.Drawing.Size(55, 24) Me.ComboBox6.TabIndex = 711 ' 'TextBox15 ' Me.TextBox15.Location = New System.Drawing.Point(55, 36) Me.TextBox15.Name = "TextBox15" Me.TextBox15.Size = New System.Drawing.Size(40, 23) Me.TextBox15.TabIndex = 709 Me.TextBox15.Text = "1" Me.TextBox15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ComboBox5 ' Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox5.FormattingEnabled = True Me.ComboBox5.Items.AddRange(New Object() {"1", "2"}) Me.ComboBox5.Location = New System.Drawing.Point(225, 37) Me.ComboBox5.Name = "ComboBox5" Me.ComboBox5.Size = New System.Drawing.Size(44, 24) Me.ComboBox5.TabIndex = 707 ' 'ComboBox4 ' Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox4.FormattingEnabled = True Me.ComboBox4.Location = New System.Drawing.Point(271, 37) Me.ComboBox4.Name = "ComboBox4" Me.ComboBox4.Size = New System.Drawing.Size(75, 24) Me.ComboBox4.TabIndex = 706 ' 'ComboBox3 ' Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Location = New System.Drawing.Point(225, 11) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(121, 24) Me.ComboBox3.TabIndex = 705 ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Location = New System.Drawing.Point(101, 35) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(75, 24) Me.ComboBox2.TabIndex = 704 ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(55, 9) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(121, 24) Me.ComboBox1.TabIndex = 703 ' 'DataGridView7 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView7.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView7.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.DataGridView7.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.DataGridView7.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView7.Location = New System.Drawing.Point(12, 64) Me.DataGridView7.Name = "DataGridView7" Me.DataGridView7.RowHeadersWidth = 5 Me.DataGridView7.RowTemplate.Height = 24 Me.DataGridView7.Size = New System.Drawing.Size(1890, 915) Me.DataGridView7.TabIndex = 698 ' 'Button19 ' Me.Button19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button19.ForeColor = System.Drawing.Color.DarkGreen Me.Button19.Location = New System.Drawing.Point(1203, 10) Me.Button19.Name = "Button19" Me.Button19.Size = New System.Drawing.Size(68, 25) Me.Button19.TabIndex = 700 Me.Button19.Text = "修改" Me.Button19.UseVisualStyleBackColor = True ' 'Button21 ' Me.Button21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button21.ForeColor = System.Drawing.Color.Red Me.Button21.Location = New System.Drawing.Point(1351, 10) Me.Button21.Name = "Button21" Me.Button21.Size = New System.Drawing.Size(68, 25) Me.Button21.TabIndex = 701 Me.Button21.Text = "刪除" Me.Button21.UseVisualStyleBackColor = True ' 'TextBox8 ' Me.TextBox8.Location = New System.Drawing.Point(395, 11) Me.TextBox8.Name = "TextBox8" Me.TextBox8.Size = New System.Drawing.Size(156, 23) Me.TextBox8.TabIndex = 702 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Location = New System.Drawing.Point(182, 15) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(44, 16) Me.Label16.TabIndex = 710 Me.Label16.Text = "第二層" ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Location = New System.Drawing.Point(364, 41) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(32, 16) Me.Label18.TabIndex = 714 Me.Label18.Text = "編號" ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Location = New System.Drawing.Point(352, 15) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(44, 16) Me.Label17.TabIndex = 712 Me.Label17.Text = "第三層" ' 'Button20 ' Me.Button20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button20.ForeColor = System.Drawing.Color.Blue Me.Button20.Location = New System.Drawing.Point(1129, 10) Me.Button20.Name = "Button20" Me.Button20.Size = New System.Drawing.Size(68, 25) Me.Button20.TabIndex = 699 Me.Button20.Text = "新增" Me.Button20.UseVisualStyleBackColor = True ' 'CheckBox4 ' Me.CheckBox4.AutoSize = True Me.CheckBox4.Location = New System.Drawing.Point(1048, 12) Me.CheckBox4.Name = "CheckBox4" Me.CheckBox4.Size = New System.Drawing.Size(75, 20) Me.CheckBox4.TabIndex = 724 Me.CheckBox4.Text = "新增模式" Me.CheckBox4.UseVisualStyleBackColor = True ' 'CheckBox5 ' Me.CheckBox5.AutoSize = True Me.CheckBox5.Location = New System.Drawing.Point(1049, 38) Me.CheckBox5.Name = "CheckBox5" Me.CheckBox5.Size = New System.Drawing.Size(87, 20) Me.CheckBox5.TabIndex = 725 Me.CheckBox5.Text = "修改、刪除" Me.CheckBox5.UseVisualStyleBackColor = True ' 'CheckBox6 ' Me.CheckBox6.AutoSize = True Me.CheckBox6.Checked = True Me.CheckBox6.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBox6.ForeColor = System.Drawing.Color.Red Me.CheckBox6.Location = New System.Drawing.Point(763, 39) Me.CheckBox6.Name = "CheckBox6" Me.CheckBox6.Size = New System.Drawing.Size(51, 20) Me.CheckBox6.TabIndex = 726 Me.CheckBox6.Text = "顯示" Me.CheckBox6.UseVisualStyleBackColor = True ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Location = New System.Drawing.Point(24, 41) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(32, 16) Me.Label20.TabIndex = 716 Me.Label20.Text = "編號" ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Location = New System.Drawing.Point(12, 17) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(44, 16) Me.Label15.TabIndex = 708 Me.Label15.Text = "第一層" ' 'ProgressBar1 ' Me.ProgressBar1.Location = New System.Drawing.Point(1129, 37) Me.ProgressBar1.Maximum = 10000 Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(290, 23) Me.ProgressBar1.TabIndex = 728 ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.ForeColor = System.Drawing.Color.Black Me.Button1.Location = New System.Drawing.Point(1425, 11) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(107, 48) Me.Button1.TabIndex = 729 Me.Button1.Text = "重新整理" Me.Button1.UseVisualStyleBackColor = True ' '會計科目管理 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 991) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.ProgressBar1) Me.Controls.Add(Me.Button16) Me.Controls.Add(Me.CheckBox3) Me.Controls.Add(Me.TextBox18) Me.Controls.Add(Me.Label26) Me.Controls.Add(Me.CheckBox2) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.TextBox17) Me.Controls.Add(Me.Label25) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.TextBox16) Me.Controls.Add(Me.ComboBox6) Me.Controls.Add(Me.TextBox15) Me.Controls.Add(Me.ComboBox5) Me.Controls.Add(Me.ComboBox4) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.DataGridView7) Me.Controls.Add(Me.Button19) Me.Controls.Add(Me.Button21) Me.Controls.Add(Me.TextBox8) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.Label17) Me.Controls.Add(Me.Button20) Me.Controls.Add(Me.CheckBox4) Me.Controls.Add(Me.CheckBox5) Me.Controls.Add(Me.CheckBox6) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.Label15) 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.Text = "會計科目管理" CType(Me.DataGridView7, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button16 As Button Friend WithEvents CheckBox3 As CheckBox Friend WithEvents TextBox18 As TextBox Friend WithEvents Label26 As Label Friend WithEvents CheckBox2 As CheckBox Friend WithEvents CheckBox1 As CheckBox Friend WithEvents TextBox17 As TextBox Friend WithEvents Label25 As Label Friend WithEvents Label19 As Label Friend WithEvents TextBox16 As TextBox Friend WithEvents ComboBox6 As ComboBox Friend WithEvents TextBox15 As TextBox Friend WithEvents ComboBox5 As ComboBox Friend WithEvents ComboBox4 As ComboBox Friend WithEvents ComboBox3 As ComboBox Friend WithEvents ComboBox2 As ComboBox Friend WithEvents ComboBox1 As ComboBox Friend WithEvents DataGridView7 As DataGridView Friend WithEvents Button19 As Button Friend WithEvents Button21 As Button Friend WithEvents TextBox8 As TextBox Friend WithEvents Label16 As Label Friend WithEvents Label18 As Label Friend WithEvents Label17 As Label Friend WithEvents Button20 As Button Friend WithEvents CheckBox4 As CheckBox Friend WithEvents CheckBox5 As CheckBox Friend WithEvents CheckBox6 As CheckBox Friend WithEvents Label20 As Label Friend WithEvents Label15 As Label Friend WithEvents ProgressBar1 As ProgressBar Friend WithEvents Button1 As Button End Class