_ 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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.長度2_lb = New System.Windows.Forms.Label() Me.長度1_lb = New System.Windows.Forms.Label() Me.會計科目清單_dgv = New System.Windows.Forms.DataGridView() Me.停用_cb = New System.Windows.Forms.CheckBox() Me.附註_tb = New System.Windows.Forms.TextBox() Me.附註_lb = New System.Windows.Forms.Label() Me.抵銷科目_cb = New System.Windows.Forms.CheckBox() Me.統制科目_cb = New System.Windows.Forms.CheckBox() Me.英文名稱_tb = New System.Windows.Forms.TextBox() Me.英文名稱_lb = New System.Windows.Forms.Label() Me.編號2_lb = New System.Windows.Forms.Label() Me.編號3_tb = New System.Windows.Forms.TextBox() Me.層級3_cb = New System.Windows.Forms.ComboBox() Me.編號1__tb = New System.Windows.Forms.TextBox() Me.層級2_cb = New System.Windows.Forms.ComboBox() Me.編號2_cb = New System.Windows.Forms.ComboBox() Me.第二層_中_cb = New System.Windows.Forms.ComboBox() Me.編號1_cb = New System.Windows.Forms.ComboBox() Me.第一層_中_cb = New System.Windows.Forms.ComboBox() 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.新增模式_cb = New System.Windows.Forms.CheckBox() Me.修改刪除_cb = New System.Windows.Forms.CheckBox() Me.顯示_cb = New System.Windows.Forms.CheckBox() Me.編號1_lb = New System.Windows.Forms.Label() Me.第一_lb = New System.Windows.Forms.Label() Me.語言_dgv = New System.Windows.Forms.DataGridView() Me.Panel1 = New System.Windows.Forms.Panel() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.第一層_英_cb = New System.Windows.Forms.ComboBox() Me.第三層_英_tb = New System.Windows.Forms.TextBox() Me.第二層_英_cb = New System.Windows.Forms.ComboBox() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.第一層_印_cb = New System.Windows.Forms.ComboBox() Me.第三層_印_tb = New System.Windows.Forms.TextBox() Me.第二層_印_cb = New System.Windows.Forms.ComboBox() Me.語轉扭_bt = New System.Windows.Forms.Button() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.重新整理_bt = New System.Windows.Forms.Button() Me.批量存檔_bt = New System.Windows.Forms.Button() Me.修改_bt = New System.Windows.Forms.Button() Me.刪除_bt = New System.Windows.Forms.Button() Me.新增_bt = New System.Windows.Forms.Button() CType(Me.會計科目清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.SuspendLayout() ' '長度2_lb ' Me.長度2_lb.ForeColor = System.Drawing.Color.Red Me.長度2_lb.Location = New System.Drawing.Point(3, 105) Me.長度2_lb.Name = "長度2_lb" Me.長度2_lb.Size = New System.Drawing.Size(588, 22) Me.長度2_lb.TabIndex = 1153 Me.長度2_lb.Text = "使用新增、修改、批量存檔、刪除、重新整理按鍵功能前,請依照需求勾選「新增模式」、「修改、刪除」" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '長度1_lb ' Me.長度1_lb.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.長度1_lb.ForeColor = System.Drawing.Color.Red Me.長度1_lb.Location = New System.Drawing.Point(3, 87) Me.長度1_lb.Name = "長度1_lb" Me.長度1_lb.Size = New System.Drawing.Size(639, 15) Me.長度1_lb.TabIndex = 1152 Me.長度1_lb.Text = "開啟「會計管理科目」時請先選擇第一層指定會計科目後選擇「編號」第二層會計科目必須先選擇下方層級方可選擇" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '會計科目清單_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.BackgroundColor = System.Drawing.Color.White Me.會計科目清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.會計科目清單_dgv.Location = New System.Drawing.Point(4, 149) 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(1451, 558) Me.會計科目清單_dgv.TabIndex = 1151 ' '停用_cb ' Me.停用_cb.AutoSize = True Me.停用_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.停用_cb.ForeColor = System.Drawing.Color.Red Me.停用_cb.Location = New System.Drawing.Point(934, 104) Me.停用_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.停用_cb.Name = "停用_cb" Me.停用_cb.Size = New System.Drawing.Size(50, 20) Me.停用_cb.TabIndex = 1145 Me.停用_cb.Text = "停用" Me.停用_cb.UseVisualStyleBackColor = True ' '附註_tb ' Me.附註_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.附註_tb.ForeColor = System.Drawing.Color.Green Me.附註_tb.Location = New System.Drawing.Point(768, 19) Me.附註_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.附註_tb.Multiline = True Me.附註_tb.Name = "附註_tb" Me.附註_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.附註_tb.Size = New System.Drawing.Size(273, 79) Me.附註_tb.TabIndex = 1143 ' '附註_lb ' Me.附註_lb.AutoSize = True Me.附註_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.附註_lb.ForeColor = System.Drawing.Color.Green Me.附註_lb.Location = New System.Drawing.Point(765, 2) Me.附註_lb.Name = "附註_lb" Me.附註_lb.Size = New System.Drawing.Size(31, 16) Me.附註_lb.TabIndex = 1144 Me.附註_lb.Text = "附註" ' '抵銷科目_cb ' Me.抵銷科目_cb.AutoSize = True Me.抵銷科目_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.抵銷科目_cb.ForeColor = System.Drawing.Color.Red Me.抵銷科目_cb.Location = New System.Drawing.Point(768, 125) Me.抵銷科目_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.抵銷科目_cb.Name = "抵銷科目_cb" Me.抵銷科目_cb.Size = New System.Drawing.Size(74, 20) Me.抵銷科目_cb.TabIndex = 1142 Me.抵銷科目_cb.Text = "抵銷科目" Me.抵銷科目_cb.UseVisualStyleBackColor = True ' '統制科目_cb ' Me.統制科目_cb.AutoSize = True Me.統制科目_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.統制科目_cb.ForeColor = System.Drawing.Color.Red Me.統制科目_cb.Location = New System.Drawing.Point(768, 104) Me.統制科目_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.統制科目_cb.Name = "統制科目_cb" Me.統制科目_cb.Size = New System.Drawing.Size(74, 20) Me.統制科目_cb.TabIndex = 1141 Me.統制科目_cb.Text = "統制科目" Me.統制科目_cb.UseVisualStyleBackColor = True ' '英文名稱_tb ' Me.英文名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.英文名稱_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.英文名稱_tb.Location = New System.Drawing.Point(86, 60) Me.英文名稱_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.英文名稱_tb.Name = "英文名稱_tb" Me.英文名稱_tb.Size = New System.Drawing.Size(198, 23) Me.英文名稱_tb.TabIndex = 1139 ' '英文名稱_lb ' Me.英文名稱_lb.AutoSize = True Me.英文名稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.英文名稱_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.英文名稱_lb.Location = New System.Drawing.Point(6, 63) Me.英文名稱_lb.Name = "英文名稱_lb" Me.英文名稱_lb.Size = New System.Drawing.Size(55, 16) Me.英文名稱_lb.TabIndex = 1140 Me.英文名稱_lb.Text = "英文名稱" ' '編號2_lb ' Me.編號2_lb.AutoSize = True Me.編號2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.編號2_lb.Location = New System.Drawing.Point(514, 128) Me.編號2_lb.Name = "編號2_lb" Me.編號2_lb.Size = New System.Drawing.Size(31, 16) Me.編號2_lb.TabIndex = 1137 Me.編號2_lb.Text = "編號" ' '編號3_tb ' Me.編號3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.編號3_tb.Location = New System.Drawing.Point(580, 124) Me.編號3_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.編號3_tb.Name = "編號3_tb" Me.編號3_tb.Size = New System.Drawing.Size(161, 23) Me.編號3_tb.TabIndex = 1135 ' '層級3_cb ' Me.層級3_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.層級3_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.層級3_cb.FormattingEnabled = True Me.層級3_cb.Items.AddRange(New Object() {"1", "2", "3"}) Me.層級3_cb.Location = New System.Drawing.Point(695, 99) Me.層級3_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.層級3_cb.Name = "層級3_cb" Me.層級3_cb.Size = New System.Drawing.Size(46, 24) Me.層級3_cb.TabIndex = 1133 ' '編號1__tb ' Me.編號1__tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.編號1__tb.Location = New System.Drawing.Point(581, 100) Me.編號1__tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.編號1__tb.Name = "編號1__tb" Me.編號1__tb.Size = New System.Drawing.Size(46, 23) Me.編號1__tb.TabIndex = 1131 Me.編號1__tb.Text = "1" Me.編號1__tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '層級2_cb ' Me.層級2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.層級2_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.層級2_cb.FormattingEnabled = True Me.層級2_cb.Items.AddRange(New Object() {"1", "2"}) Me.層級2_cb.Location = New System.Drawing.Point(636, 99) Me.層級2_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.層級2_cb.Name = "層級2_cb" Me.層級2_cb.Size = New System.Drawing.Size(51, 24) Me.層級2_cb.TabIndex = 1129 ' '編號2_cb ' Me.編號2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.編號2_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.編號2_cb.FormattingEnabled = True Me.編號2_cb.Location = New System.Drawing.Point(197, 33) Me.編號2_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.編號2_cb.Name = "編號2_cb" Me.編號2_cb.Size = New System.Drawing.Size(87, 24) Me.編號2_cb.TabIndex = 1128 ' '第二層_中_cb ' Me.第二層_中_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.第二層_中_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.第二層_中_cb.FormattingEnabled = True Me.第二層_中_cb.Location = New System.Drawing.Point(6, 44) Me.第二層_中_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.第二層_中_cb.Name = "第二層_中_cb" Me.第二層_中_cb.Size = New System.Drawing.Size(178, 24) Me.第二層_中_cb.TabIndex = 1127 ' '編號1_cb ' Me.編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.編號1_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.編號1_cb.FormattingEnabled = True Me.編號1_cb.Location = New System.Drawing.Point(197, 4) Me.編號1_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.編號1_cb.Name = "編號1_cb" Me.編號1_cb.Size = New System.Drawing.Size(87, 24) Me.編號1_cb.TabIndex = 1126 ' '第一層_中_cb ' Me.第一層_中_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.第一層_中_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.第一層_中_cb.FormattingEnabled = True Me.第一層_中_cb.Location = New System.Drawing.Point(6, 18) Me.第一層_中_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.第一層_中_cb.Name = "第一層_中_cb" Me.第一層_中_cb.Size = New System.Drawing.Size(178, 24) Me.第一層_中_cb.TabIndex = 1125 ' '第三層_中_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(6, 70) Me.第三層_中_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.第三層_中_tb.Name = "第三層_中_tb" Me.第三層_中_tb.Size = New System.Drawing.Size(178, 23) Me.第三層_中_tb.TabIndex = 1124 ' '第二_lb ' Me.第二_lb.AutoSize = True Me.第二_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.第二_lb.Location = New System.Drawing.Point(2, 48) Me.第二_lb.Name = "第二_lb" Me.第二_lb.Size = New System.Drawing.Size(43, 16) Me.第二_lb.TabIndex = 1132 Me.第二_lb.Text = "第二層" ' '層級_lb ' Me.層級_lb.AutoSize = True Me.層級_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.層級_lb.Location = New System.Drawing.Point(514, 102) Me.層級_lb.Name = "層級_lb" Me.層級_lb.Size = New System.Drawing.Size(31, 16) Me.層級_lb.TabIndex = 1136 Me.層級_lb.Text = "層級" ' '第三_lb ' Me.第三_lb.AutoSize = True Me.第三_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.第三_lb.Location = New System.Drawing.Point(2, 74) Me.第三_lb.Name = "第三_lb" Me.第三_lb.Size = New System.Drawing.Size(43, 16) Me.第三_lb.TabIndex = 1134 Me.第三_lb.Text = "第三層" ' '新增模式_cb ' Me.新增模式_cb.AutoSize = True Me.新增模式_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.新增模式_cb.Location = New System.Drawing.Point(5, 103) Me.新增模式_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.新增模式_cb.Name = "新增模式_cb" Me.新增模式_cb.Size = New System.Drawing.Size(74, 20) Me.新增模式_cb.TabIndex = 1146 Me.新增模式_cb.Text = "新增模式" Me.新增模式_cb.UseVisualStyleBackColor = True ' '修改刪除_cb ' Me.修改刪除_cb.AutoSize = True Me.修改刪除_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.修改刪除_cb.Location = New System.Drawing.Point(5, 125) Me.修改刪除_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.修改刪除_cb.Name = "修改刪除_cb" Me.修改刪除_cb.Size = New System.Drawing.Size(86, 20) Me.修改刪除_cb.TabIndex = 1147 Me.修改刪除_cb.Text = "修改、刪除" Me.修改刪除_cb.UseVisualStyleBackColor = True ' '顯示_cb ' Me.顯示_cb.AutoSize = True Me.顯示_cb.Checked = True Me.顯示_cb.CheckState = System.Windows.Forms.CheckState.Checked Me.顯示_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.顯示_cb.ForeColor = System.Drawing.Color.Red Me.顯示_cb.Location = New System.Drawing.Point(934, 125) Me.顯示_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.顯示_cb.Name = "顯示_cb" Me.顯示_cb.Size = New System.Drawing.Size(50, 20) Me.顯示_cb.TabIndex = 1148 Me.顯示_cb.Text = "顯示" Me.顯示_cb.UseVisualStyleBackColor = True ' '編號1_lb ' Me.編號1_lb.AutoSize = True Me.編號1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.編號1_lb.Location = New System.Drawing.Point(65, 9) Me.編號1_lb.Name = "編號1_lb" Me.編號1_lb.Size = New System.Drawing.Size(31, 16) Me.編號1_lb.TabIndex = 1138 Me.編號1_lb.Text = "編號" ' '第一_lb ' Me.第一_lb.AutoSize = True Me.第一_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.第一_lb.Location = New System.Drawing.Point(2, 22) Me.第一_lb.Name = "第一_lb" Me.第一_lb.Size = New System.Drawing.Size(43, 16) Me.第一_lb.TabIndex = 1130 Me.第一_lb.Text = "第一層" ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Location = New System.Drawing.Point(3, 3) Me.語言_dgv.Name = "語言_dgv" Me.語言_dgv.RowHeadersWidth = 5 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(56, 54) Me.語言_dgv.TabIndex = 1154 Me.語言_dgv.Visible = False ' 'Panel1 ' Me.Panel1.Controls.Add(Me.語言_dgv) Me.Panel1.Controls.Add(Me.編號1_lb) Me.Panel1.Controls.Add(Me.編號1_cb) Me.Panel1.Controls.Add(Me.長度2_lb) Me.Panel1.Controls.Add(Me.編號2_cb) Me.Panel1.Controls.Add(Me.長度1_lb) Me.Panel1.Controls.Add(Me.英文名稱_tb) Me.Panel1.Controls.Add(Me.英文名稱_lb) Me.Panel1.Location = New System.Drawing.Point(362, 230) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(290, 131) Me.Panel1.TabIndex = 1155 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.第一層_中_cb) Me.GroupBox1.Controls.Add(Me.第三層_中_tb) Me.GroupBox1.Controls.Add(Me.第二層_中_cb) Me.GroupBox1.Location = New System.Drawing.Point(83, 1) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(189, 97) Me.GroupBox1.TabIndex = 1156 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "中文" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.第一層_英_cb) Me.GroupBox2.Controls.Add(Me.第三層_英_tb) Me.GroupBox2.Controls.Add(Me.第二層_英_cb) Me.GroupBox2.Location = New System.Drawing.Point(271, 1) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(247, 97) Me.GroupBox2.TabIndex = 1157 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "English" ' '第一層_英_cb ' Me.第一層_英_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.第一層_英_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.第一層_英_cb.FormattingEnabled = True Me.第一層_英_cb.Location = New System.Drawing.Point(6, 18) Me.第一層_英_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.第一層_英_cb.Name = "第一層_英_cb" Me.第一層_英_cb.Size = New System.Drawing.Size(235, 24) Me.第一層_英_cb.TabIndex = 1125 ' '第三層_英_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(6, 70) Me.第三層_英_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.第三層_英_tb.Name = "第三層_英_tb" Me.第三層_英_tb.Size = New System.Drawing.Size(235, 23) Me.第三層_英_tb.TabIndex = 1124 ' '第二層_英_cb ' Me.第二層_英_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.第二層_英_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.第二層_英_cb.FormattingEnabled = True Me.第二層_英_cb.Location = New System.Drawing.Point(6, 44) Me.第二層_英_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.第二層_英_cb.Name = "第二層_英_cb" Me.第二層_英_cb.Size = New System.Drawing.Size(235, 24) Me.第二層_英_cb.TabIndex = 1127 ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.第一層_印_cb) Me.GroupBox3.Controls.Add(Me.第三層_印_tb) Me.GroupBox3.Controls.Add(Me.第二層_印_cb) Me.GroupBox3.Location = New System.Drawing.Point(517, 1) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(247, 97) Me.GroupBox3.TabIndex = 1158 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Indonesian" ' '第一層_印_cb ' Me.第一層_印_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.第一層_印_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.第一層_印_cb.FormattingEnabled = True Me.第一層_印_cb.Location = New System.Drawing.Point(6, 18) Me.第一層_印_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.第一層_印_cb.Name = "第一層_印_cb" Me.第一層_印_cb.Size = New System.Drawing.Size(235, 24) Me.第一層_印_cb.TabIndex = 1125 ' '第三層_印_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(6, 70) Me.第三層_印_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.第三層_印_tb.Name = "第三層_印_tb" Me.第三層_印_tb.Size = New System.Drawing.Size(235, 23) Me.第三層_印_tb.TabIndex = 1124 ' '第二層_印_cb ' Me.第二層_印_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.第二層_印_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.第二層_印_cb.FormattingEnabled = True Me.第二層_印_cb.Location = New System.Drawing.Point(6, 44) Me.第二層_印_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.第二層_印_cb.Name = "第二層_印_cb" Me.第二層_印_cb.Size = New System.Drawing.Size(235, 24) Me.第二層_印_cb.TabIndex = 1127 ' '語轉扭_bt ' Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black Me.語轉扭_bt.Location = New System.Drawing.Point(1430, 121) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1651 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' 'ToolTip1 ' Me.ToolTip1.AutoPopDelay = 5000 Me.ToolTip1.InitialDelay = 500 Me.ToolTip1.IsBalloon = True Me.ToolTip1.ReshowDelay = 100 Me.ToolTip1.ToolTipTitle = "illustrate" ' '重新整理_bt ' Me.重新整理_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew Me.重新整理_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.重新整理_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.重新整理_bt.ForeColor = System.Drawing.Color.Black Me.重新整理_bt.Location = New System.Drawing.Point(329, 98) Me.重新整理_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.重新整理_bt.Name = "重新整理_bt" Me.重新整理_bt.Size = New System.Drawing.Size(50, 50) Me.重新整理_bt.TabIndex = 1150 Me.重新整理_bt.UseVisualStyleBackColor = True ' '批量存檔_bt ' Me.批量存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER2 Me.批量存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.批量存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.批量存檔_bt.ForeColor = System.Drawing.Color.DarkGreen Me.批量存檔_bt.Location = New System.Drawing.Point(385, 98) Me.批量存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.批量存檔_bt.Name = "批量存檔_bt" Me.批量存檔_bt.Size = New System.Drawing.Size(50, 50) Me.批量存檔_bt.TabIndex = 1149 Me.批量存檔_bt.UseVisualStyleBackColor = True ' '修改_bt ' Me.修改_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen Me.修改_bt.Location = New System.Drawing.Point(217, 98) Me.修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(50, 50) Me.修改_bt.TabIndex = 1122 Me.修改_bt.UseVisualStyleBackColor = True ' '刪除_bt ' Me.刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.刪除_bt.ForeColor = System.Drawing.Color.Red Me.刪除_bt.Location = New System.Drawing.Point(273, 98) Me.刪除_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(50, 50) Me.刪除_bt.TabIndex = 1123 Me.刪除_bt.UseVisualStyleBackColor = True ' '新增_bt ' Me.新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2 Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.新增_bt.ForeColor = System.Drawing.Color.Blue Me.新增_bt.Location = New System.Drawing.Point(161, 98) Me.新增_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.新增_bt.Name = "新增_bt" Me.新增_bt.Size = New System.Drawing.Size(50, 50) Me.新增_bt.TabIndex = 1121 Me.新增_bt.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(1460, 711) Me.Controls.Add(Me.語轉扭_bt) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.編號1__tb) Me.Controls.Add(Me.層級2_cb) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.編號3_tb) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.層級3_cb) Me.Controls.Add(Me.會計科目清單_dgv) Me.Controls.Add(Me.層級_lb) Me.Controls.Add(Me.重新整理_bt) Me.Controls.Add(Me.編號2_lb) Me.Controls.Add(Me.批量存檔_bt) Me.Controls.Add(Me.停用_cb) Me.Controls.Add(Me.附註_tb) Me.Controls.Add(Me.附註_lb) Me.Controls.Add(Me.抵銷科目_cb) Me.Controls.Add(Me.統制科目_cb) Me.Controls.Add(Me.修改_bt) Me.Controls.Add(Me.刪除_bt) Me.Controls.Add(Me.第二_lb) Me.Controls.Add(Me.第三_lb) Me.Controls.Add(Me.新增_bt) Me.Controls.Add(Me.新增模式_cb) Me.Controls.Add(Me.修改刪除_cb) Me.Controls.Add(Me.顯示_cb) Me.Controls.Add(Me.第一_lb) 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.會計科目清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 長度2_lb As Label Friend WithEvents 長度1_lb As Label Friend WithEvents 會計科目清單_dgv As DataGridView Friend WithEvents 重新整理_bt As Button Friend WithEvents 批量存檔_bt As Button Friend WithEvents 停用_cb As CheckBox Friend WithEvents 附註_tb As TextBox Friend WithEvents 附註_lb As Label Friend WithEvents 抵銷科目_cb As CheckBox Friend WithEvents 統制科目_cb As CheckBox Friend WithEvents 英文名稱_tb As TextBox Friend WithEvents 英文名稱_lb As Label Friend WithEvents 編號2_lb As Label Friend WithEvents 編號3_tb As TextBox Friend WithEvents 層級3_cb As ComboBox Friend WithEvents 編號1__tb As TextBox Friend WithEvents 層級2_cb As ComboBox Friend WithEvents 編號2_cb As ComboBox Friend WithEvents 第二層_中_cb As ComboBox Friend WithEvents 編號1_cb As ComboBox Friend WithEvents 第一層_中_cb As ComboBox Friend WithEvents 修改_bt As Button 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 新增_bt As Button Friend WithEvents 新增模式_cb As CheckBox Friend WithEvents 修改刪除_cb As CheckBox Friend WithEvents 顯示_cb As CheckBox Friend WithEvents 編號1_lb As Label Friend WithEvents 第一_lb As Label Friend WithEvents 語言_dgv As DataGridView Friend WithEvents Panel1 As Panel Friend WithEvents GroupBox1 As GroupBox Friend WithEvents GroupBox2 As GroupBox Friend WithEvents 第一層_英_cb As ComboBox Friend WithEvents 第三層_英_tb As TextBox Friend WithEvents 第二層_英_cb As ComboBox Friend WithEvents GroupBox3 As GroupBox Friend WithEvents 第一層_印_cb As ComboBox Friend WithEvents 第三層_印_tb As TextBox Friend WithEvents 第二層_印_cb As ComboBox Friend WithEvents 語轉扭_bt As Button Friend WithEvents ToolTip1 As ToolTip End Class