暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

會計科目管理.designer.vb 38KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 會計科目管理
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.長度2_lb = New System.Windows.Forms.Label()
  25. Me.長度1_lb = New System.Windows.Forms.Label()
  26. Me.會計科目清單_dgv = New System.Windows.Forms.DataGridView()
  27. Me.停用_cb = New System.Windows.Forms.CheckBox()
  28. Me.附註_tb = New System.Windows.Forms.TextBox()
  29. Me.附註_lb = New System.Windows.Forms.Label()
  30. Me.抵銷科目_cb = New System.Windows.Forms.CheckBox()
  31. Me.統制科目_cb = New System.Windows.Forms.CheckBox()
  32. Me.英文名稱_tb = New System.Windows.Forms.TextBox()
  33. Me.英文名稱_lb = New System.Windows.Forms.Label()
  34. Me.編號2_lb = New System.Windows.Forms.Label()
  35. Me.編號3_tb = New System.Windows.Forms.TextBox()
  36. Me.層級3_cb = New System.Windows.Forms.ComboBox()
  37. Me.編號1__tb = New System.Windows.Forms.TextBox()
  38. Me.層級2_cb = New System.Windows.Forms.ComboBox()
  39. Me.編號2_cb = New System.Windows.Forms.ComboBox()
  40. Me.第二層_中_cb = New System.Windows.Forms.ComboBox()
  41. Me.編號1_cb = New System.Windows.Forms.ComboBox()
  42. Me.第一層_中_cb = New System.Windows.Forms.ComboBox()
  43. Me.第三層_中_tb = New System.Windows.Forms.TextBox()
  44. Me.第二_lb = New System.Windows.Forms.Label()
  45. Me.層級_lb = New System.Windows.Forms.Label()
  46. Me.第三_lb = New System.Windows.Forms.Label()
  47. Me.新增模式_cb = New System.Windows.Forms.CheckBox()
  48. Me.修改刪除_cb = New System.Windows.Forms.CheckBox()
  49. Me.顯示_cb = New System.Windows.Forms.CheckBox()
  50. Me.編號1_lb = New System.Windows.Forms.Label()
  51. Me.第一_lb = New System.Windows.Forms.Label()
  52. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  53. Me.Panel1 = New System.Windows.Forms.Panel()
  54. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  55. Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  56. Me.第一層_英_cb = New System.Windows.Forms.ComboBox()
  57. Me.第三層_英_tb = New System.Windows.Forms.TextBox()
  58. Me.第二層_英_cb = New System.Windows.Forms.ComboBox()
  59. Me.GroupBox3 = New System.Windows.Forms.GroupBox()
  60. Me.第一層_印_cb = New System.Windows.Forms.ComboBox()
  61. Me.第三層_印_tb = New System.Windows.Forms.TextBox()
  62. Me.第二層_印_cb = New System.Windows.Forms.ComboBox()
  63. Me.語轉扭_bt = New System.Windows.Forms.Button()
  64. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  65. Me.重新整理_bt = New System.Windows.Forms.Button()
  66. Me.批量存檔_bt = New System.Windows.Forms.Button()
  67. Me.修改_bt = New System.Windows.Forms.Button()
  68. Me.刪除_bt = New System.Windows.Forms.Button()
  69. Me.新增_bt = New System.Windows.Forms.Button()
  70. CType(Me.會計科目清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  71. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  72. Me.Panel1.SuspendLayout()
  73. Me.GroupBox1.SuspendLayout()
  74. Me.GroupBox2.SuspendLayout()
  75. Me.GroupBox3.SuspendLayout()
  76. Me.SuspendLayout()
  77. '
  78. '長度2_lb
  79. '
  80. Me.長度2_lb.ForeColor = System.Drawing.Color.Red
  81. Me.長度2_lb.Location = New System.Drawing.Point(3, 105)
  82. Me.長度2_lb.Name = "長度2_lb"
  83. Me.長度2_lb.Size = New System.Drawing.Size(588, 22)
  84. Me.長度2_lb.TabIndex = 1153
  85. 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)
  86. '
  87. '長度1_lb
  88. '
  89. Me.長度1_lb.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  90. Me.長度1_lb.ForeColor = System.Drawing.Color.Red
  91. Me.長度1_lb.Location = New System.Drawing.Point(3, 87)
  92. Me.長度1_lb.Name = "長度1_lb"
  93. Me.長度1_lb.Size = New System.Drawing.Size(639, 15)
  94. Me.長度1_lb.TabIndex = 1152
  95. 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)
  96. '
  97. '會計科目清單_dgv
  98. '
  99. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  100. Me.會計科目清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  101. Me.會計科目清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  102. Or System.Windows.Forms.AnchorStyles.Left) _
  103. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  104. Me.會計科目清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  105. Me.會計科目清單_dgv.BackgroundColor = System.Drawing.Color.White
  106. Me.會計科目清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  107. Me.會計科目清單_dgv.Location = New System.Drawing.Point(4, 149)
  108. Me.會計科目清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  109. Me.會計科目清單_dgv.Name = "會計科目清單_dgv"
  110. Me.會計科目清單_dgv.RowHeadersWidth = 5
  111. Me.會計科目清單_dgv.RowTemplate.Height = 24
  112. Me.會計科目清單_dgv.Size = New System.Drawing.Size(1451, 558)
  113. Me.會計科目清單_dgv.TabIndex = 1151
  114. '
  115. '停用_cb
  116. '
  117. Me.停用_cb.AutoSize = True
  118. Me.停用_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  119. Me.停用_cb.ForeColor = System.Drawing.Color.Red
  120. Me.停用_cb.Location = New System.Drawing.Point(934, 104)
  121. Me.停用_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  122. Me.停用_cb.Name = "停用_cb"
  123. Me.停用_cb.Size = New System.Drawing.Size(50, 20)
  124. Me.停用_cb.TabIndex = 1145
  125. Me.停用_cb.Text = "停用"
  126. Me.停用_cb.UseVisualStyleBackColor = True
  127. '
  128. '附註_tb
  129. '
  130. Me.附註_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  131. Me.附註_tb.ForeColor = System.Drawing.Color.Green
  132. Me.附註_tb.Location = New System.Drawing.Point(768, 19)
  133. Me.附註_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  134. Me.附註_tb.Multiline = True
  135. Me.附註_tb.Name = "附註_tb"
  136. Me.附註_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  137. Me.附註_tb.Size = New System.Drawing.Size(273, 79)
  138. Me.附註_tb.TabIndex = 1143
  139. '
  140. '附註_lb
  141. '
  142. Me.附註_lb.AutoSize = True
  143. Me.附註_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  144. Me.附註_lb.ForeColor = System.Drawing.Color.Green
  145. Me.附註_lb.Location = New System.Drawing.Point(765, 2)
  146. Me.附註_lb.Name = "附註_lb"
  147. Me.附註_lb.Size = New System.Drawing.Size(31, 16)
  148. Me.附註_lb.TabIndex = 1144
  149. Me.附註_lb.Text = "附註"
  150. '
  151. '抵銷科目_cb
  152. '
  153. Me.抵銷科目_cb.AutoSize = True
  154. Me.抵銷科目_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  155. Me.抵銷科目_cb.ForeColor = System.Drawing.Color.Red
  156. Me.抵銷科目_cb.Location = New System.Drawing.Point(768, 125)
  157. Me.抵銷科目_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  158. Me.抵銷科目_cb.Name = "抵銷科目_cb"
  159. Me.抵銷科目_cb.Size = New System.Drawing.Size(74, 20)
  160. Me.抵銷科目_cb.TabIndex = 1142
  161. Me.抵銷科目_cb.Text = "抵銷科目"
  162. Me.抵銷科目_cb.UseVisualStyleBackColor = True
  163. '
  164. '統制科目_cb
  165. '
  166. Me.統制科目_cb.AutoSize = True
  167. Me.統制科目_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  168. Me.統制科目_cb.ForeColor = System.Drawing.Color.Red
  169. Me.統制科目_cb.Location = New System.Drawing.Point(768, 104)
  170. Me.統制科目_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  171. Me.統制科目_cb.Name = "統制科目_cb"
  172. Me.統制科目_cb.Size = New System.Drawing.Size(74, 20)
  173. Me.統制科目_cb.TabIndex = 1141
  174. Me.統制科目_cb.Text = "統制科目"
  175. Me.統制科目_cb.UseVisualStyleBackColor = True
  176. '
  177. '英文名稱_tb
  178. '
  179. Me.英文名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  180. Me.英文名稱_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  181. Me.英文名稱_tb.Location = New System.Drawing.Point(86, 60)
  182. Me.英文名稱_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  183. Me.英文名稱_tb.Name = "英文名稱_tb"
  184. Me.英文名稱_tb.Size = New System.Drawing.Size(198, 23)
  185. Me.英文名稱_tb.TabIndex = 1139
  186. '
  187. '英文名稱_lb
  188. '
  189. Me.英文名稱_lb.AutoSize = True
  190. Me.英文名稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  191. Me.英文名稱_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  192. Me.英文名稱_lb.Location = New System.Drawing.Point(6, 63)
  193. Me.英文名稱_lb.Name = "英文名稱_lb"
  194. Me.英文名稱_lb.Size = New System.Drawing.Size(55, 16)
  195. Me.英文名稱_lb.TabIndex = 1140
  196. Me.英文名稱_lb.Text = "英文名稱"
  197. '
  198. '編號2_lb
  199. '
  200. Me.編號2_lb.AutoSize = True
  201. Me.編號2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  202. Me.編號2_lb.Location = New System.Drawing.Point(514, 128)
  203. Me.編號2_lb.Name = "編號2_lb"
  204. Me.編號2_lb.Size = New System.Drawing.Size(31, 16)
  205. Me.編號2_lb.TabIndex = 1137
  206. Me.編號2_lb.Text = "編號"
  207. '
  208. '編號3_tb
  209. '
  210. Me.編號3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  211. Me.編號3_tb.Location = New System.Drawing.Point(580, 124)
  212. Me.編號3_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  213. Me.編號3_tb.Name = "編號3_tb"
  214. Me.編號3_tb.Size = New System.Drawing.Size(161, 23)
  215. Me.編號3_tb.TabIndex = 1135
  216. '
  217. '層級3_cb
  218. '
  219. Me.層級3_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  220. Me.層級3_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  221. Me.層級3_cb.FormattingEnabled = True
  222. Me.層級3_cb.Items.AddRange(New Object() {"1", "2", "3"})
  223. Me.層級3_cb.Location = New System.Drawing.Point(695, 99)
  224. Me.層級3_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  225. Me.層級3_cb.Name = "層級3_cb"
  226. Me.層級3_cb.Size = New System.Drawing.Size(46, 24)
  227. Me.層級3_cb.TabIndex = 1133
  228. '
  229. '編號1__tb
  230. '
  231. Me.編號1__tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  232. Me.編號1__tb.Location = New System.Drawing.Point(581, 100)
  233. Me.編號1__tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  234. Me.編號1__tb.Name = "編號1__tb"
  235. Me.編號1__tb.Size = New System.Drawing.Size(46, 23)
  236. Me.編號1__tb.TabIndex = 1131
  237. Me.編號1__tb.Text = "1"
  238. Me.編號1__tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  239. '
  240. '層級2_cb
  241. '
  242. Me.層級2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  243. Me.層級2_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  244. Me.層級2_cb.FormattingEnabled = True
  245. Me.層級2_cb.Items.AddRange(New Object() {"1", "2"})
  246. Me.層級2_cb.Location = New System.Drawing.Point(636, 99)
  247. Me.層級2_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  248. Me.層級2_cb.Name = "層級2_cb"
  249. Me.層級2_cb.Size = New System.Drawing.Size(51, 24)
  250. Me.層級2_cb.TabIndex = 1129
  251. '
  252. '編號2_cb
  253. '
  254. Me.編號2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  255. Me.編號2_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  256. Me.編號2_cb.FormattingEnabled = True
  257. Me.編號2_cb.Location = New System.Drawing.Point(197, 33)
  258. Me.編號2_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  259. Me.編號2_cb.Name = "編號2_cb"
  260. Me.編號2_cb.Size = New System.Drawing.Size(87, 24)
  261. Me.編號2_cb.TabIndex = 1128
  262. '
  263. '第二層_中_cb
  264. '
  265. Me.第二層_中_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  266. Me.第二層_中_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  267. Me.第二層_中_cb.FormattingEnabled = True
  268. Me.第二層_中_cb.Location = New System.Drawing.Point(6, 44)
  269. Me.第二層_中_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  270. Me.第二層_中_cb.Name = "第二層_中_cb"
  271. Me.第二層_中_cb.Size = New System.Drawing.Size(178, 24)
  272. Me.第二層_中_cb.TabIndex = 1127
  273. '
  274. '編號1_cb
  275. '
  276. Me.編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  277. Me.編號1_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  278. Me.編號1_cb.FormattingEnabled = True
  279. Me.編號1_cb.Location = New System.Drawing.Point(197, 4)
  280. Me.編號1_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  281. Me.編號1_cb.Name = "編號1_cb"
  282. Me.編號1_cb.Size = New System.Drawing.Size(87, 24)
  283. Me.編號1_cb.TabIndex = 1126
  284. '
  285. '第一層_中_cb
  286. '
  287. Me.第一層_中_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  288. Me.第一層_中_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  289. Me.第一層_中_cb.FormattingEnabled = True
  290. Me.第一層_中_cb.Location = New System.Drawing.Point(6, 18)
  291. Me.第一層_中_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  292. Me.第一層_中_cb.Name = "第一層_中_cb"
  293. Me.第一層_中_cb.Size = New System.Drawing.Size(178, 24)
  294. Me.第一層_中_cb.TabIndex = 1125
  295. '
  296. '第三層_中_tb
  297. '
  298. Me.第三層_中_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  299. Me.第三層_中_tb.Location = New System.Drawing.Point(6, 70)
  300. Me.第三層_中_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  301. Me.第三層_中_tb.Name = "第三層_中_tb"
  302. Me.第三層_中_tb.Size = New System.Drawing.Size(178, 23)
  303. Me.第三層_中_tb.TabIndex = 1124
  304. '
  305. '第二_lb
  306. '
  307. Me.第二_lb.AutoSize = True
  308. Me.第二_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  309. Me.第二_lb.Location = New System.Drawing.Point(2, 48)
  310. Me.第二_lb.Name = "第二_lb"
  311. Me.第二_lb.Size = New System.Drawing.Size(43, 16)
  312. Me.第二_lb.TabIndex = 1132
  313. Me.第二_lb.Text = "第二層"
  314. '
  315. '層級_lb
  316. '
  317. Me.層級_lb.AutoSize = True
  318. Me.層級_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  319. Me.層級_lb.Location = New System.Drawing.Point(514, 102)
  320. Me.層級_lb.Name = "層級_lb"
  321. Me.層級_lb.Size = New System.Drawing.Size(31, 16)
  322. Me.層級_lb.TabIndex = 1136
  323. Me.層級_lb.Text = "層級"
  324. '
  325. '第三_lb
  326. '
  327. Me.第三_lb.AutoSize = True
  328. Me.第三_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  329. Me.第三_lb.Location = New System.Drawing.Point(2, 74)
  330. Me.第三_lb.Name = "第三_lb"
  331. Me.第三_lb.Size = New System.Drawing.Size(43, 16)
  332. Me.第三_lb.TabIndex = 1134
  333. Me.第三_lb.Text = "第三層"
  334. '
  335. '新增模式_cb
  336. '
  337. Me.新增模式_cb.AutoSize = True
  338. Me.新增模式_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  339. Me.新增模式_cb.Location = New System.Drawing.Point(5, 103)
  340. Me.新增模式_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  341. Me.新增模式_cb.Name = "新增模式_cb"
  342. Me.新增模式_cb.Size = New System.Drawing.Size(74, 20)
  343. Me.新增模式_cb.TabIndex = 1146
  344. Me.新增模式_cb.Text = "新增模式"
  345. Me.新增模式_cb.UseVisualStyleBackColor = True
  346. '
  347. '修改刪除_cb
  348. '
  349. Me.修改刪除_cb.AutoSize = True
  350. Me.修改刪除_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  351. Me.修改刪除_cb.Location = New System.Drawing.Point(5, 125)
  352. Me.修改刪除_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  353. Me.修改刪除_cb.Name = "修改刪除_cb"
  354. Me.修改刪除_cb.Size = New System.Drawing.Size(86, 20)
  355. Me.修改刪除_cb.TabIndex = 1147
  356. Me.修改刪除_cb.Text = "修改、刪除"
  357. Me.修改刪除_cb.UseVisualStyleBackColor = True
  358. '
  359. '顯示_cb
  360. '
  361. Me.顯示_cb.AutoSize = True
  362. Me.顯示_cb.Checked = True
  363. Me.顯示_cb.CheckState = System.Windows.Forms.CheckState.Checked
  364. Me.顯示_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  365. Me.顯示_cb.ForeColor = System.Drawing.Color.Red
  366. Me.顯示_cb.Location = New System.Drawing.Point(934, 125)
  367. Me.顯示_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  368. Me.顯示_cb.Name = "顯示_cb"
  369. Me.顯示_cb.Size = New System.Drawing.Size(50, 20)
  370. Me.顯示_cb.TabIndex = 1148
  371. Me.顯示_cb.Text = "顯示"
  372. Me.顯示_cb.UseVisualStyleBackColor = True
  373. '
  374. '編號1_lb
  375. '
  376. Me.編號1_lb.AutoSize = True
  377. Me.編號1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  378. Me.編號1_lb.Location = New System.Drawing.Point(65, 9)
  379. Me.編號1_lb.Name = "編號1_lb"
  380. Me.編號1_lb.Size = New System.Drawing.Size(31, 16)
  381. Me.編號1_lb.TabIndex = 1138
  382. Me.編號1_lb.Text = "編號"
  383. '
  384. '第一_lb
  385. '
  386. Me.第一_lb.AutoSize = True
  387. Me.第一_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  388. Me.第一_lb.Location = New System.Drawing.Point(2, 22)
  389. Me.第一_lb.Name = "第一_lb"
  390. Me.第一_lb.Size = New System.Drawing.Size(43, 16)
  391. Me.第一_lb.TabIndex = 1130
  392. Me.第一_lb.Text = "第一層"
  393. '
  394. '語言_dgv
  395. '
  396. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  397. Me.語言_dgv.Location = New System.Drawing.Point(3, 3)
  398. Me.語言_dgv.Name = "語言_dgv"
  399. Me.語言_dgv.RowHeadersWidth = 5
  400. Me.語言_dgv.RowTemplate.Height = 24
  401. Me.語言_dgv.Size = New System.Drawing.Size(56, 54)
  402. Me.語言_dgv.TabIndex = 1154
  403. Me.語言_dgv.Visible = False
  404. '
  405. 'Panel1
  406. '
  407. Me.Panel1.Controls.Add(Me.語言_dgv)
  408. Me.Panel1.Controls.Add(Me.編號1_lb)
  409. Me.Panel1.Controls.Add(Me.編號1_cb)
  410. Me.Panel1.Controls.Add(Me.長度2_lb)
  411. Me.Panel1.Controls.Add(Me.編號2_cb)
  412. Me.Panel1.Controls.Add(Me.長度1_lb)
  413. Me.Panel1.Controls.Add(Me.英文名稱_tb)
  414. Me.Panel1.Controls.Add(Me.英文名稱_lb)
  415. Me.Panel1.Location = New System.Drawing.Point(362, 230)
  416. Me.Panel1.Name = "Panel1"
  417. Me.Panel1.Size = New System.Drawing.Size(290, 131)
  418. Me.Panel1.TabIndex = 1155
  419. '
  420. 'GroupBox1
  421. '
  422. Me.GroupBox1.Controls.Add(Me.第一層_中_cb)
  423. Me.GroupBox1.Controls.Add(Me.第三層_中_tb)
  424. Me.GroupBox1.Controls.Add(Me.第二層_中_cb)
  425. Me.GroupBox1.Location = New System.Drawing.Point(83, 1)
  426. Me.GroupBox1.Name = "GroupBox1"
  427. Me.GroupBox1.Size = New System.Drawing.Size(189, 97)
  428. Me.GroupBox1.TabIndex = 1156
  429. Me.GroupBox1.TabStop = False
  430. Me.GroupBox1.Text = "中文"
  431. '
  432. 'GroupBox2
  433. '
  434. Me.GroupBox2.Controls.Add(Me.第一層_英_cb)
  435. Me.GroupBox2.Controls.Add(Me.第三層_英_tb)
  436. Me.GroupBox2.Controls.Add(Me.第二層_英_cb)
  437. Me.GroupBox2.Location = New System.Drawing.Point(271, 1)
  438. Me.GroupBox2.Name = "GroupBox2"
  439. Me.GroupBox2.Size = New System.Drawing.Size(247, 97)
  440. Me.GroupBox2.TabIndex = 1157
  441. Me.GroupBox2.TabStop = False
  442. Me.GroupBox2.Text = "English"
  443. '
  444. '第一層_英_cb
  445. '
  446. Me.第一層_英_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  447. Me.第一層_英_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  448. Me.第一層_英_cb.FormattingEnabled = True
  449. Me.第一層_英_cb.Location = New System.Drawing.Point(6, 18)
  450. Me.第一層_英_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  451. Me.第一層_英_cb.Name = "第一層_英_cb"
  452. Me.第一層_英_cb.Size = New System.Drawing.Size(235, 24)
  453. Me.第一層_英_cb.TabIndex = 1125
  454. '
  455. '第三層_英_tb
  456. '
  457. Me.第三層_英_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  458. Me.第三層_英_tb.Location = New System.Drawing.Point(6, 70)
  459. Me.第三層_英_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  460. Me.第三層_英_tb.Name = "第三層_英_tb"
  461. Me.第三層_英_tb.Size = New System.Drawing.Size(235, 23)
  462. Me.第三層_英_tb.TabIndex = 1124
  463. '
  464. '第二層_英_cb
  465. '
  466. Me.第二層_英_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  467. Me.第二層_英_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  468. Me.第二層_英_cb.FormattingEnabled = True
  469. Me.第二層_英_cb.Location = New System.Drawing.Point(6, 44)
  470. Me.第二層_英_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  471. Me.第二層_英_cb.Name = "第二層_英_cb"
  472. Me.第二層_英_cb.Size = New System.Drawing.Size(235, 24)
  473. Me.第二層_英_cb.TabIndex = 1127
  474. '
  475. 'GroupBox3
  476. '
  477. Me.GroupBox3.Controls.Add(Me.第一層_印_cb)
  478. Me.GroupBox3.Controls.Add(Me.第三層_印_tb)
  479. Me.GroupBox3.Controls.Add(Me.第二層_印_cb)
  480. Me.GroupBox3.Location = New System.Drawing.Point(517, 1)
  481. Me.GroupBox3.Name = "GroupBox3"
  482. Me.GroupBox3.Size = New System.Drawing.Size(247, 97)
  483. Me.GroupBox3.TabIndex = 1158
  484. Me.GroupBox3.TabStop = False
  485. Me.GroupBox3.Text = "Indonesian"
  486. '
  487. '第一層_印_cb
  488. '
  489. Me.第一層_印_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  490. Me.第一層_印_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  491. Me.第一層_印_cb.FormattingEnabled = True
  492. Me.第一層_印_cb.Location = New System.Drawing.Point(6, 18)
  493. Me.第一層_印_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  494. Me.第一層_印_cb.Name = "第一層_印_cb"
  495. Me.第一層_印_cb.Size = New System.Drawing.Size(235, 24)
  496. Me.第一層_印_cb.TabIndex = 1125
  497. '
  498. '第三層_印_tb
  499. '
  500. Me.第三層_印_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  501. Me.第三層_印_tb.Location = New System.Drawing.Point(6, 70)
  502. Me.第三層_印_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  503. Me.第三層_印_tb.Name = "第三層_印_tb"
  504. Me.第三層_印_tb.Size = New System.Drawing.Size(235, 23)
  505. Me.第三層_印_tb.TabIndex = 1124
  506. '
  507. '第二層_印_cb
  508. '
  509. Me.第二層_印_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  510. Me.第二層_印_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  511. Me.第二層_印_cb.FormattingEnabled = True
  512. Me.第二層_印_cb.Location = New System.Drawing.Point(6, 44)
  513. Me.第二層_印_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  514. Me.第二層_印_cb.Name = "第二層_印_cb"
  515. Me.第二層_印_cb.Size = New System.Drawing.Size(235, 24)
  516. Me.第二層_印_cb.TabIndex = 1127
  517. '
  518. '語轉扭_bt
  519. '
  520. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  521. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  522. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  523. Me.語轉扭_bt.Location = New System.Drawing.Point(1430, 121)
  524. Me.語轉扭_bt.Name = "語轉扭_bt"
  525. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  526. Me.語轉扭_bt.TabIndex = 1651
  527. Me.語轉扭_bt.Text = "L"
  528. Me.語轉扭_bt.UseVisualStyleBackColor = True
  529. '
  530. 'ToolTip1
  531. '
  532. Me.ToolTip1.AutoPopDelay = 5000
  533. Me.ToolTip1.InitialDelay = 500
  534. Me.ToolTip1.IsBalloon = True
  535. Me.ToolTip1.ReshowDelay = 100
  536. Me.ToolTip1.ToolTipTitle = "illustrate"
  537. '
  538. '重新整理_bt
  539. '
  540. Me.重新整理_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew
  541. Me.重新整理_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  542. Me.重新整理_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  543. Me.重新整理_bt.ForeColor = System.Drawing.Color.Black
  544. Me.重新整理_bt.Location = New System.Drawing.Point(329, 98)
  545. Me.重新整理_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  546. Me.重新整理_bt.Name = "重新整理_bt"
  547. Me.重新整理_bt.Size = New System.Drawing.Size(50, 50)
  548. Me.重新整理_bt.TabIndex = 1150
  549. Me.重新整理_bt.UseVisualStyleBackColor = True
  550. '
  551. '批量存檔_bt
  552. '
  553. Me.批量存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER2
  554. Me.批量存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  555. Me.批量存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  556. Me.批量存檔_bt.ForeColor = System.Drawing.Color.DarkGreen
  557. Me.批量存檔_bt.Location = New System.Drawing.Point(385, 98)
  558. Me.批量存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  559. Me.批量存檔_bt.Name = "批量存檔_bt"
  560. Me.批量存檔_bt.Size = New System.Drawing.Size(50, 50)
  561. Me.批量存檔_bt.TabIndex = 1149
  562. Me.批量存檔_bt.UseVisualStyleBackColor = True
  563. '
  564. '修改_bt
  565. '
  566. Me.修改_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  567. Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  568. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  569. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  570. Me.修改_bt.Location = New System.Drawing.Point(217, 98)
  571. Me.修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  572. Me.修改_bt.Name = "修改_bt"
  573. Me.修改_bt.Size = New System.Drawing.Size(50, 50)
  574. Me.修改_bt.TabIndex = 1122
  575. Me.修改_bt.UseVisualStyleBackColor = True
  576. '
  577. '刪除_bt
  578. '
  579. Me.刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  580. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  581. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  582. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  583. Me.刪除_bt.Location = New System.Drawing.Point(273, 98)
  584. Me.刪除_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  585. Me.刪除_bt.Name = "刪除_bt"
  586. Me.刪除_bt.Size = New System.Drawing.Size(50, 50)
  587. Me.刪除_bt.TabIndex = 1123
  588. Me.刪除_bt.UseVisualStyleBackColor = True
  589. '
  590. '新增_bt
  591. '
  592. Me.新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
  593. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  594. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  595. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  596. Me.新增_bt.Location = New System.Drawing.Point(161, 98)
  597. Me.新增_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  598. Me.新增_bt.Name = "新增_bt"
  599. Me.新增_bt.Size = New System.Drawing.Size(50, 50)
  600. Me.新增_bt.TabIndex = 1121
  601. Me.新增_bt.UseVisualStyleBackColor = True
  602. '
  603. '會計科目管理
  604. '
  605. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  606. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  607. Me.ClientSize = New System.Drawing.Size(1460, 711)
  608. Me.Controls.Add(Me.語轉扭_bt)
  609. Me.Controls.Add(Me.GroupBox3)
  610. Me.Controls.Add(Me.GroupBox2)
  611. Me.Controls.Add(Me.編號1__tb)
  612. Me.Controls.Add(Me.層級2_cb)
  613. Me.Controls.Add(Me.GroupBox1)
  614. Me.Controls.Add(Me.編號3_tb)
  615. Me.Controls.Add(Me.Panel1)
  616. Me.Controls.Add(Me.層級3_cb)
  617. Me.Controls.Add(Me.會計科目清單_dgv)
  618. Me.Controls.Add(Me.層級_lb)
  619. Me.Controls.Add(Me.重新整理_bt)
  620. Me.Controls.Add(Me.編號2_lb)
  621. Me.Controls.Add(Me.批量存檔_bt)
  622. Me.Controls.Add(Me.停用_cb)
  623. Me.Controls.Add(Me.附註_tb)
  624. Me.Controls.Add(Me.附註_lb)
  625. Me.Controls.Add(Me.抵銷科目_cb)
  626. Me.Controls.Add(Me.統制科目_cb)
  627. Me.Controls.Add(Me.修改_bt)
  628. Me.Controls.Add(Me.刪除_bt)
  629. Me.Controls.Add(Me.第二_lb)
  630. Me.Controls.Add(Me.第三_lb)
  631. Me.Controls.Add(Me.新增_bt)
  632. Me.Controls.Add(Me.新增模式_cb)
  633. Me.Controls.Add(Me.修改刪除_cb)
  634. Me.Controls.Add(Me.顯示_cb)
  635. Me.Controls.Add(Me.第一_lb)
  636. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  637. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  638. Me.Name = "會計科目管理"
  639. Me.Text = "會計科目管理"
  640. CType(Me.會計科目清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  641. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  642. Me.Panel1.ResumeLayout(False)
  643. Me.Panel1.PerformLayout()
  644. Me.GroupBox1.ResumeLayout(False)
  645. Me.GroupBox1.PerformLayout()
  646. Me.GroupBox2.ResumeLayout(False)
  647. Me.GroupBox2.PerformLayout()
  648. Me.GroupBox3.ResumeLayout(False)
  649. Me.GroupBox3.PerformLayout()
  650. Me.ResumeLayout(False)
  651. Me.PerformLayout()
  652. End Sub
  653. Friend WithEvents 長度2_lb As Label
  654. Friend WithEvents 長度1_lb As Label
  655. Friend WithEvents 會計科目清單_dgv As DataGridView
  656. Friend WithEvents 重新整理_bt As Button
  657. Friend WithEvents 批量存檔_bt As Button
  658. Friend WithEvents 停用_cb As CheckBox
  659. Friend WithEvents 附註_tb As TextBox
  660. Friend WithEvents 附註_lb As Label
  661. Friend WithEvents 抵銷科目_cb As CheckBox
  662. Friend WithEvents 統制科目_cb As CheckBox
  663. Friend WithEvents 英文名稱_tb As TextBox
  664. Friend WithEvents 英文名稱_lb As Label
  665. Friend WithEvents 編號2_lb As Label
  666. Friend WithEvents 編號3_tb As TextBox
  667. Friend WithEvents 層級3_cb As ComboBox
  668. Friend WithEvents 編號1__tb As TextBox
  669. Friend WithEvents 層級2_cb As ComboBox
  670. Friend WithEvents 編號2_cb As ComboBox
  671. Friend WithEvents 第二層_中_cb As ComboBox
  672. Friend WithEvents 編號1_cb As ComboBox
  673. Friend WithEvents 第一層_中_cb As ComboBox
  674. Friend WithEvents 修改_bt As Button
  675. Friend WithEvents 刪除_bt As Button
  676. Friend WithEvents 第三層_中_tb As TextBox
  677. Friend WithEvents 第二_lb As Label
  678. Friend WithEvents 層級_lb As Label
  679. Friend WithEvents 第三_lb As Label
  680. Friend WithEvents 新增_bt As Button
  681. Friend WithEvents 新增模式_cb As CheckBox
  682. Friend WithEvents 修改刪除_cb As CheckBox
  683. Friend WithEvents 顯示_cb As CheckBox
  684. Friend WithEvents 編號1_lb As Label
  685. Friend WithEvents 第一_lb As Label
  686. Friend WithEvents 語言_dgv As DataGridView
  687. Friend WithEvents Panel1 As Panel
  688. Friend WithEvents GroupBox1 As GroupBox
  689. Friend WithEvents GroupBox2 As GroupBox
  690. Friend WithEvents 第一層_英_cb As ComboBox
  691. Friend WithEvents 第三層_英_tb As TextBox
  692. Friend WithEvents 第二層_英_cb As ComboBox
  693. Friend WithEvents GroupBox3 As GroupBox
  694. Friend WithEvents 第一層_印_cb As ComboBox
  695. Friend WithEvents 第三層_印_tb As TextBox
  696. Friend WithEvents 第二層_印_cb As ComboBox
  697. Friend WithEvents 語轉扭_bt As Button
  698. Friend WithEvents ToolTip1 As ToolTip
  699. End Class