Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

系統編碼規則_1.Designer.vb 64KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 系統編碼規則_1
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  33. Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  34. Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  35. Me.Label3 = New System.Windows.Forms.Label()
  36. Me.GroupBox3 = New System.Windows.Forms.GroupBox()
  37. Me.部件大項_dgv = New System.Windows.Forms.DataGridView()
  38. Me.Button7 = New System.Windows.Forms.Button()
  39. Me.Label5 = New System.Windows.Forms.Label()
  40. Me.Button8 = New System.Windows.Forms.Button()
  41. Me.Button9 = New System.Windows.Forms.Button()
  42. Me.TextBox4 = New System.Windows.Forms.TextBox()
  43. Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  44. Me.貼標大項_dgv = New System.Windows.Forms.DataGridView()
  45. Me.Button1 = New System.Windows.Forms.Button()
  46. Me.Label4 = New System.Windows.Forms.Label()
  47. Me.Button5 = New System.Windows.Forms.Button()
  48. Me.Button6 = New System.Windows.Forms.Button()
  49. Me.TextBox3 = New System.Windows.Forms.TextBox()
  50. Me.GroupBox7 = New System.Windows.Forms.GroupBox()
  51. Me.DataGridView7 = New System.Windows.Forms.DataGridView()
  52. Me.Button19 = New System.Windows.Forms.Button()
  53. Me.Label9 = New System.Windows.Forms.Label()
  54. Me.Button20 = New System.Windows.Forms.Button()
  55. Me.Button21 = New System.Windows.Forms.Button()
  56. Me.TextBox8 = New System.Windows.Forms.TextBox()
  57. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  58. Me.部門_dgv = New System.Windows.Forms.DataGridView()
  59. Me.Button2 = New System.Windows.Forms.Button()
  60. Me.Label1 = New System.Windows.Forms.Label()
  61. Me.Button3 = New System.Windows.Forms.Button()
  62. Me.Button4 = New System.Windows.Forms.Button()
  63. Me.TextBox1 = New System.Windows.Forms.TextBox()
  64. Me.GroupBox4 = New System.Windows.Forms.GroupBox()
  65. Me.職稱_dgv = New System.Windows.Forms.DataGridView()
  66. Me.Button10 = New System.Windows.Forms.Button()
  67. Me.Label2 = New System.Windows.Forms.Label()
  68. Me.Button11 = New System.Windows.Forms.Button()
  69. Me.Button12 = New System.Windows.Forms.Button()
  70. Me.TextBox2 = New System.Windows.Forms.TextBox()
  71. Me.GroupBox5 = New System.Windows.Forms.GroupBox()
  72. Me.請假類別_dgv = New System.Windows.Forms.DataGridView()
  73. Me.Button13 = New System.Windows.Forms.Button()
  74. Me.Label6 = New System.Windows.Forms.Label()
  75. Me.Button14 = New System.Windows.Forms.Button()
  76. Me.Button15 = New System.Windows.Forms.Button()
  77. Me.TextBox5 = New System.Windows.Forms.TextBox()
  78. Me.GroupBox6 = New System.Windows.Forms.GroupBox()
  79. Me.DataGridView6 = New System.Windows.Forms.DataGridView()
  80. Me.Button16 = New System.Windows.Forms.Button()
  81. Me.Label7 = New System.Windows.Forms.Label()
  82. Me.Button17 = New System.Windows.Forms.Button()
  83. Me.Button18 = New System.Windows.Forms.Button()
  84. Me.TextBox6 = New System.Windows.Forms.TextBox()
  85. Me.GroupBox8 = New System.Windows.Forms.GroupBox()
  86. Me.模具結構_dgv = New System.Windows.Forms.DataGridView()
  87. Me.Button22 = New System.Windows.Forms.Button()
  88. Me.Label8 = New System.Windows.Forms.Label()
  89. Me.Button23 = New System.Windows.Forms.Button()
  90. Me.Button24 = New System.Windows.Forms.Button()
  91. Me.TextBox7 = New System.Windows.Forms.TextBox()
  92. Me.GroupBox9 = New System.Windows.Forms.GroupBox()
  93. Me.模具材料_dgv = New System.Windows.Forms.DataGridView()
  94. Me.Button25 = New System.Windows.Forms.Button()
  95. Me.Label10 = New System.Windows.Forms.Label()
  96. Me.Button26 = New System.Windows.Forms.Button()
  97. Me.Button27 = New System.Windows.Forms.Button()
  98. Me.TextBox9 = New System.Windows.Forms.TextBox()
  99. Me.GroupBox10 = New System.Windows.Forms.GroupBox()
  100. Me.帳本_tb = New System.Windows.Forms.TextBox()
  101. Me.Label11 = New System.Windows.Forms.Label()
  102. Me.帳本編號_tb = New System.Windows.Forms.TextBox()
  103. Me.Label12 = New System.Windows.Forms.Label()
  104. Me.帳本_刪除_bt = New System.Windows.Forms.Button()
  105. Me.帳本_新增_bt = New System.Windows.Forms.Button()
  106. Me.帳本_修改_bt = New System.Windows.Forms.Button()
  107. Me.帳本_dgv = New System.Windows.Forms.DataGridView()
  108. Me.GroupBox11 = New System.Windows.Forms.GroupBox()
  109. Me.縮寫_dgv = New System.Windows.Forms.DataGridView()
  110. Me.Button28 = New System.Windows.Forms.Button()
  111. Me.Label13 = New System.Windows.Forms.Label()
  112. Me.Button29 = New System.Windows.Forms.Button()
  113. Me.Button30 = New System.Windows.Forms.Button()
  114. Me.TextBox10 = New System.Windows.Forms.TextBox()
  115. Me.GroupBox12 = New System.Windows.Forms.GroupBox()
  116. Me.客戶_dgv = New System.Windows.Forms.DataGridView()
  117. Me.Button31 = New System.Windows.Forms.Button()
  118. Me.Label14 = New System.Windows.Forms.Label()
  119. Me.Button32 = New System.Windows.Forms.Button()
  120. Me.Button33 = New System.Windows.Forms.Button()
  121. Me.TextBox11 = New System.Windows.Forms.TextBox()
  122. Me.GroupBox13 = New System.Windows.Forms.GroupBox()
  123. Me.品牌_dgv = New System.Windows.Forms.DataGridView()
  124. Me.Button34 = New System.Windows.Forms.Button()
  125. Me.Label15 = New System.Windows.Forms.Label()
  126. Me.Button35 = New System.Windows.Forms.Button()
  127. Me.Button36 = New System.Windows.Forms.Button()
  128. Me.TextBox12 = New System.Windows.Forms.TextBox()
  129. Me.GroupBox3.SuspendLayout()
  130. CType(Me.部件大項_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  131. Me.GroupBox2.SuspendLayout()
  132. CType(Me.貼標大項_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  133. Me.GroupBox7.SuspendLayout()
  134. CType(Me.DataGridView7, System.ComponentModel.ISupportInitialize).BeginInit()
  135. Me.GroupBox1.SuspendLayout()
  136. CType(Me.部門_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  137. Me.GroupBox4.SuspendLayout()
  138. CType(Me.職稱_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  139. Me.GroupBox5.SuspendLayout()
  140. CType(Me.請假類別_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  141. Me.GroupBox6.SuspendLayout()
  142. CType(Me.DataGridView6, System.ComponentModel.ISupportInitialize).BeginInit()
  143. Me.GroupBox8.SuspendLayout()
  144. CType(Me.模具結構_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  145. Me.GroupBox9.SuspendLayout()
  146. CType(Me.模具材料_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  147. Me.GroupBox10.SuspendLayout()
  148. CType(Me.帳本_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  149. Me.GroupBox11.SuspendLayout()
  150. CType(Me.縮寫_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  151. Me.GroupBox12.SuspendLayout()
  152. CType(Me.客戶_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  153. Me.GroupBox13.SuspendLayout()
  154. CType(Me.品牌_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  155. Me.SuspendLayout()
  156. '
  157. 'Label3
  158. '
  159. Me.Label3.AutoSize = True
  160. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  161. Me.Label3.ForeColor = System.Drawing.Color.Red
  162. Me.Label3.Location = New System.Drawing.Point(12, 4)
  163. Me.Label3.Name = "Label3"
  164. Me.Label3.Size = New System.Drawing.Size(986, 34)
  165. Me.Label3.TabIndex = 231
  166. Me.Label3.Text = "* 編碼原則對於系統非常重要,如有更動需求請與系統開發商進行討論後再行修改"
  167. '
  168. 'GroupBox3
  169. '
  170. Me.GroupBox3.Controls.Add(Me.部件大項_dgv)
  171. Me.GroupBox3.Controls.Add(Me.Button7)
  172. Me.GroupBox3.Controls.Add(Me.Label5)
  173. Me.GroupBox3.Controls.Add(Me.Button8)
  174. Me.GroupBox3.Controls.Add(Me.Button9)
  175. Me.GroupBox3.Controls.Add(Me.TextBox4)
  176. Me.GroupBox3.Location = New System.Drawing.Point(12, 39)
  177. Me.GroupBox3.Name = "GroupBox3"
  178. Me.GroupBox3.Size = New System.Drawing.Size(144, 462)
  179. Me.GroupBox3.TabIndex = 234
  180. Me.GroupBox3.TabStop = False
  181. Me.GroupBox3.Text = "部件大項分類"
  182. '
  183. '部件大項_dgv
  184. '
  185. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  186. Me.部件大項_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  187. Me.部件大項_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  188. Me.部件大項_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  189. Me.部件大項_dgv.Location = New System.Drawing.Point(6, 141)
  190. Me.部件大項_dgv.Name = "部件大項_dgv"
  191. Me.部件大項_dgv.RowHeadersWidth = 5
  192. Me.部件大項_dgv.RowTemplate.Height = 24
  193. Me.部件大項_dgv.Size = New System.Drawing.Size(125, 311)
  194. Me.部件大項_dgv.TabIndex = 222
  195. '
  196. 'Button7
  197. '
  198. Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  199. Me.Button7.ForeColor = System.Drawing.Color.DarkGreen
  200. Me.Button7.Location = New System.Drawing.Point(9, 79)
  201. Me.Button7.Name = "Button7"
  202. Me.Button7.Size = New System.Drawing.Size(122, 25)
  203. Me.Button7.TabIndex = 224
  204. Me.Button7.Text = "修改"
  205. Me.Button7.UseVisualStyleBackColor = True
  206. '
  207. 'Label5
  208. '
  209. Me.Label5.AutoSize = True
  210. Me.Label5.Location = New System.Drawing.Point(6, 22)
  211. Me.Label5.Name = "Label5"
  212. Me.Label5.Size = New System.Drawing.Size(32, 16)
  213. Me.Label5.TabIndex = 229
  214. Me.Label5.Text = "大項"
  215. '
  216. 'Button8
  217. '
  218. Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  219. Me.Button8.ForeColor = System.Drawing.Color.Blue
  220. Me.Button8.Location = New System.Drawing.Point(9, 48)
  221. Me.Button8.Name = "Button8"
  222. Me.Button8.Size = New System.Drawing.Size(122, 25)
  223. Me.Button8.TabIndex = 223
  224. Me.Button8.Text = "新增"
  225. Me.Button8.UseVisualStyleBackColor = True
  226. '
  227. 'Button9
  228. '
  229. Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  230. Me.Button9.ForeColor = System.Drawing.Color.Red
  231. Me.Button9.Location = New System.Drawing.Point(9, 110)
  232. Me.Button9.Name = "Button9"
  233. Me.Button9.Size = New System.Drawing.Size(122, 25)
  234. Me.Button9.TabIndex = 225
  235. Me.Button9.Text = "刪除"
  236. Me.Button9.UseVisualStyleBackColor = True
  237. '
  238. 'TextBox4
  239. '
  240. Me.TextBox4.Location = New System.Drawing.Point(44, 19)
  241. Me.TextBox4.Name = "TextBox4"
  242. Me.TextBox4.Size = New System.Drawing.Size(87, 23)
  243. Me.TextBox4.TabIndex = 227
  244. '
  245. 'GroupBox2
  246. '
  247. Me.GroupBox2.Controls.Add(Me.貼標大項_dgv)
  248. Me.GroupBox2.Controls.Add(Me.Button1)
  249. Me.GroupBox2.Controls.Add(Me.Label4)
  250. Me.GroupBox2.Controls.Add(Me.Button5)
  251. Me.GroupBox2.Controls.Add(Me.Button6)
  252. Me.GroupBox2.Controls.Add(Me.TextBox3)
  253. Me.GroupBox2.Location = New System.Drawing.Point(162, 39)
  254. Me.GroupBox2.Name = "GroupBox2"
  255. Me.GroupBox2.Size = New System.Drawing.Size(144, 462)
  256. Me.GroupBox2.TabIndex = 235
  257. Me.GroupBox2.TabStop = False
  258. Me.GroupBox2.Text = "貼標對應名稱清單"
  259. '
  260. '貼標大項_dgv
  261. '
  262. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  263. Me.貼標大項_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  264. Me.貼標大項_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  265. Me.貼標大項_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  266. Me.貼標大項_dgv.Location = New System.Drawing.Point(6, 141)
  267. Me.貼標大項_dgv.Name = "貼標大項_dgv"
  268. Me.貼標大項_dgv.RowHeadersWidth = 5
  269. Me.貼標大項_dgv.RowTemplate.Height = 24
  270. Me.貼標大項_dgv.Size = New System.Drawing.Size(125, 311)
  271. Me.貼標大項_dgv.TabIndex = 222
  272. '
  273. 'Button1
  274. '
  275. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  276. Me.Button1.ForeColor = System.Drawing.Color.DarkGreen
  277. Me.Button1.Location = New System.Drawing.Point(9, 79)
  278. Me.Button1.Name = "Button1"
  279. Me.Button1.Size = New System.Drawing.Size(122, 25)
  280. Me.Button1.TabIndex = 224
  281. Me.Button1.Text = "修改"
  282. Me.Button1.UseVisualStyleBackColor = True
  283. '
  284. 'Label4
  285. '
  286. Me.Label4.AutoSize = True
  287. Me.Label4.Location = New System.Drawing.Point(6, 22)
  288. Me.Label4.Name = "Label4"
  289. Me.Label4.Size = New System.Drawing.Size(32, 16)
  290. Me.Label4.TabIndex = 229
  291. Me.Label4.Text = "大項"
  292. '
  293. 'Button5
  294. '
  295. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  296. Me.Button5.ForeColor = System.Drawing.Color.Blue
  297. Me.Button5.Location = New System.Drawing.Point(9, 48)
  298. Me.Button5.Name = "Button5"
  299. Me.Button5.Size = New System.Drawing.Size(122, 25)
  300. Me.Button5.TabIndex = 223
  301. Me.Button5.Text = "新增"
  302. Me.Button5.UseVisualStyleBackColor = True
  303. '
  304. 'Button6
  305. '
  306. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  307. Me.Button6.ForeColor = System.Drawing.Color.Red
  308. Me.Button6.Location = New System.Drawing.Point(9, 110)
  309. Me.Button6.Name = "Button6"
  310. Me.Button6.Size = New System.Drawing.Size(122, 25)
  311. Me.Button6.TabIndex = 225
  312. Me.Button6.Text = "刪除"
  313. Me.Button6.UseVisualStyleBackColor = True
  314. '
  315. 'TextBox3
  316. '
  317. Me.TextBox3.Location = New System.Drawing.Point(44, 19)
  318. Me.TextBox3.Name = "TextBox3"
  319. Me.TextBox3.Size = New System.Drawing.Size(87, 23)
  320. Me.TextBox3.TabIndex = 227
  321. '
  322. 'GroupBox7
  323. '
  324. Me.GroupBox7.Controls.Add(Me.DataGridView7)
  325. Me.GroupBox7.Controls.Add(Me.Button19)
  326. Me.GroupBox7.Controls.Add(Me.Label9)
  327. Me.GroupBox7.Controls.Add(Me.Button20)
  328. Me.GroupBox7.Controls.Add(Me.Button21)
  329. Me.GroupBox7.Controls.Add(Me.TextBox8)
  330. Me.GroupBox7.Location = New System.Drawing.Point(12, 507)
  331. Me.GroupBox7.Name = "GroupBox7"
  332. Me.GroupBox7.Size = New System.Drawing.Size(144, 462)
  333. Me.GroupBox7.TabIndex = 246
  334. Me.GroupBox7.TabStop = False
  335. Me.GroupBox7.Text = "報表及對帳單年份清單"
  336. '
  337. 'DataGridView7
  338. '
  339. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  340. Me.DataGridView7.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  341. Me.DataGridView7.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  342. Me.DataGridView7.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  343. Me.DataGridView7.Location = New System.Drawing.Point(6, 141)
  344. Me.DataGridView7.Name = "DataGridView7"
  345. Me.DataGridView7.RowHeadersWidth = 5
  346. Me.DataGridView7.RowTemplate.Height = 24
  347. Me.DataGridView7.Size = New System.Drawing.Size(125, 311)
  348. Me.DataGridView7.TabIndex = 222
  349. '
  350. 'Button19
  351. '
  352. Me.Button19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  353. Me.Button19.ForeColor = System.Drawing.Color.DarkGreen
  354. Me.Button19.Location = New System.Drawing.Point(9, 79)
  355. Me.Button19.Name = "Button19"
  356. Me.Button19.Size = New System.Drawing.Size(122, 25)
  357. Me.Button19.TabIndex = 224
  358. Me.Button19.Text = "修改"
  359. Me.Button19.UseVisualStyleBackColor = True
  360. '
  361. 'Label9
  362. '
  363. Me.Label9.AutoSize = True
  364. Me.Label9.Location = New System.Drawing.Point(6, 22)
  365. Me.Label9.Name = "Label9"
  366. Me.Label9.Size = New System.Drawing.Size(32, 16)
  367. Me.Label9.TabIndex = 229
  368. Me.Label9.Text = "年份"
  369. '
  370. 'Button20
  371. '
  372. Me.Button20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  373. Me.Button20.ForeColor = System.Drawing.Color.Blue
  374. Me.Button20.Location = New System.Drawing.Point(9, 48)
  375. Me.Button20.Name = "Button20"
  376. Me.Button20.Size = New System.Drawing.Size(122, 25)
  377. Me.Button20.TabIndex = 223
  378. Me.Button20.Text = "新增"
  379. Me.Button20.UseVisualStyleBackColor = True
  380. '
  381. 'Button21
  382. '
  383. Me.Button21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  384. Me.Button21.ForeColor = System.Drawing.Color.Red
  385. Me.Button21.Location = New System.Drawing.Point(9, 110)
  386. Me.Button21.Name = "Button21"
  387. Me.Button21.Size = New System.Drawing.Size(122, 25)
  388. Me.Button21.TabIndex = 225
  389. Me.Button21.Text = "刪除"
  390. Me.Button21.UseVisualStyleBackColor = True
  391. '
  392. 'TextBox8
  393. '
  394. Me.TextBox8.Location = New System.Drawing.Point(44, 19)
  395. Me.TextBox8.Name = "TextBox8"
  396. Me.TextBox8.Size = New System.Drawing.Size(87, 23)
  397. Me.TextBox8.TabIndex = 227
  398. '
  399. 'GroupBox1
  400. '
  401. Me.GroupBox1.Controls.Add(Me.部門_dgv)
  402. Me.GroupBox1.Controls.Add(Me.Button2)
  403. Me.GroupBox1.Controls.Add(Me.Label1)
  404. Me.GroupBox1.Controls.Add(Me.Button3)
  405. Me.GroupBox1.Controls.Add(Me.Button4)
  406. Me.GroupBox1.Controls.Add(Me.TextBox1)
  407. Me.GroupBox1.Location = New System.Drawing.Point(162, 507)
  408. Me.GroupBox1.Name = "GroupBox1"
  409. Me.GroupBox1.Size = New System.Drawing.Size(144, 462)
  410. Me.GroupBox1.TabIndex = 247
  411. Me.GroupBox1.TabStop = False
  412. Me.GroupBox1.Text = "部門清單管理"
  413. '
  414. '部門_dgv
  415. '
  416. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  417. Me.部門_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  418. Me.部門_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  419. Me.部門_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  420. Me.部門_dgv.Location = New System.Drawing.Point(6, 141)
  421. Me.部門_dgv.Name = "部門_dgv"
  422. Me.部門_dgv.RowHeadersWidth = 5
  423. Me.部門_dgv.RowTemplate.Height = 24
  424. Me.部門_dgv.Size = New System.Drawing.Size(125, 311)
  425. Me.部門_dgv.TabIndex = 222
  426. '
  427. 'Button2
  428. '
  429. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  430. Me.Button2.ForeColor = System.Drawing.Color.DarkGreen
  431. Me.Button2.Location = New System.Drawing.Point(9, 79)
  432. Me.Button2.Name = "Button2"
  433. Me.Button2.Size = New System.Drawing.Size(122, 25)
  434. Me.Button2.TabIndex = 224
  435. Me.Button2.Text = "修改"
  436. Me.Button2.UseVisualStyleBackColor = True
  437. '
  438. 'Label1
  439. '
  440. Me.Label1.AutoSize = True
  441. Me.Label1.Location = New System.Drawing.Point(6, 22)
  442. Me.Label1.Name = "Label1"
  443. Me.Label1.Size = New System.Drawing.Size(32, 16)
  444. Me.Label1.TabIndex = 229
  445. Me.Label1.Text = "部門"
  446. '
  447. 'Button3
  448. '
  449. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  450. Me.Button3.ForeColor = System.Drawing.Color.Blue
  451. Me.Button3.Location = New System.Drawing.Point(9, 48)
  452. Me.Button3.Name = "Button3"
  453. Me.Button3.Size = New System.Drawing.Size(122, 25)
  454. Me.Button3.TabIndex = 223
  455. Me.Button3.Text = "新增"
  456. Me.Button3.UseVisualStyleBackColor = True
  457. '
  458. 'Button4
  459. '
  460. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  461. Me.Button4.ForeColor = System.Drawing.Color.Red
  462. Me.Button4.Location = New System.Drawing.Point(9, 110)
  463. Me.Button4.Name = "Button4"
  464. Me.Button4.Size = New System.Drawing.Size(122, 25)
  465. Me.Button4.TabIndex = 225
  466. Me.Button4.Text = "刪除"
  467. Me.Button4.UseVisualStyleBackColor = True
  468. '
  469. 'TextBox1
  470. '
  471. Me.TextBox1.Location = New System.Drawing.Point(44, 19)
  472. Me.TextBox1.Name = "TextBox1"
  473. Me.TextBox1.Size = New System.Drawing.Size(87, 23)
  474. Me.TextBox1.TabIndex = 227
  475. '
  476. 'GroupBox4
  477. '
  478. Me.GroupBox4.Controls.Add(Me.職稱_dgv)
  479. Me.GroupBox4.Controls.Add(Me.Button10)
  480. Me.GroupBox4.Controls.Add(Me.Label2)
  481. Me.GroupBox4.Controls.Add(Me.Button11)
  482. Me.GroupBox4.Controls.Add(Me.Button12)
  483. Me.GroupBox4.Controls.Add(Me.TextBox2)
  484. Me.GroupBox4.Location = New System.Drawing.Point(312, 507)
  485. Me.GroupBox4.Name = "GroupBox4"
  486. Me.GroupBox4.Size = New System.Drawing.Size(144, 462)
  487. Me.GroupBox4.TabIndex = 248
  488. Me.GroupBox4.TabStop = False
  489. Me.GroupBox4.Text = "職稱清單管理"
  490. '
  491. '職稱_dgv
  492. '
  493. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  494. Me.職稱_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  495. Me.職稱_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  496. Me.職稱_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  497. Me.職稱_dgv.Location = New System.Drawing.Point(6, 141)
  498. Me.職稱_dgv.Name = "職稱_dgv"
  499. Me.職稱_dgv.RowHeadersWidth = 5
  500. Me.職稱_dgv.RowTemplate.Height = 24
  501. Me.職稱_dgv.Size = New System.Drawing.Size(125, 311)
  502. Me.職稱_dgv.TabIndex = 222
  503. '
  504. 'Button10
  505. '
  506. Me.Button10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  507. Me.Button10.ForeColor = System.Drawing.Color.DarkGreen
  508. Me.Button10.Location = New System.Drawing.Point(9, 79)
  509. Me.Button10.Name = "Button10"
  510. Me.Button10.Size = New System.Drawing.Size(122, 25)
  511. Me.Button10.TabIndex = 224
  512. Me.Button10.Text = "修改"
  513. Me.Button10.UseVisualStyleBackColor = True
  514. '
  515. 'Label2
  516. '
  517. Me.Label2.AutoSize = True
  518. Me.Label2.Location = New System.Drawing.Point(6, 22)
  519. Me.Label2.Name = "Label2"
  520. Me.Label2.Size = New System.Drawing.Size(32, 16)
  521. Me.Label2.TabIndex = 229
  522. Me.Label2.Text = "職稱"
  523. '
  524. 'Button11
  525. '
  526. Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  527. Me.Button11.ForeColor = System.Drawing.Color.Blue
  528. Me.Button11.Location = New System.Drawing.Point(9, 48)
  529. Me.Button11.Name = "Button11"
  530. Me.Button11.Size = New System.Drawing.Size(122, 25)
  531. Me.Button11.TabIndex = 223
  532. Me.Button11.Text = "新增"
  533. Me.Button11.UseVisualStyleBackColor = True
  534. '
  535. 'Button12
  536. '
  537. Me.Button12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  538. Me.Button12.ForeColor = System.Drawing.Color.Red
  539. Me.Button12.Location = New System.Drawing.Point(9, 110)
  540. Me.Button12.Name = "Button12"
  541. Me.Button12.Size = New System.Drawing.Size(122, 25)
  542. Me.Button12.TabIndex = 225
  543. Me.Button12.Text = "刪除"
  544. Me.Button12.UseVisualStyleBackColor = True
  545. '
  546. 'TextBox2
  547. '
  548. Me.TextBox2.Location = New System.Drawing.Point(44, 19)
  549. Me.TextBox2.Name = "TextBox2"
  550. Me.TextBox2.Size = New System.Drawing.Size(87, 23)
  551. Me.TextBox2.TabIndex = 227
  552. '
  553. 'GroupBox5
  554. '
  555. Me.GroupBox5.Controls.Add(Me.請假類別_dgv)
  556. Me.GroupBox5.Controls.Add(Me.Button13)
  557. Me.GroupBox5.Controls.Add(Me.Label6)
  558. Me.GroupBox5.Controls.Add(Me.Button14)
  559. Me.GroupBox5.Controls.Add(Me.Button15)
  560. Me.GroupBox5.Controls.Add(Me.TextBox5)
  561. Me.GroupBox5.Location = New System.Drawing.Point(462, 507)
  562. Me.GroupBox5.Name = "GroupBox5"
  563. Me.GroupBox5.Size = New System.Drawing.Size(144, 462)
  564. Me.GroupBox5.TabIndex = 249
  565. Me.GroupBox5.TabStop = False
  566. Me.GroupBox5.Text = "請假類別管理"
  567. '
  568. '請假類別_dgv
  569. '
  570. DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  571. Me.請假類別_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  572. Me.請假類別_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  573. Me.請假類別_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  574. Me.請假類別_dgv.Location = New System.Drawing.Point(6, 141)
  575. Me.請假類別_dgv.Name = "請假類別_dgv"
  576. Me.請假類別_dgv.RowHeadersWidth = 5
  577. Me.請假類別_dgv.RowTemplate.Height = 24
  578. Me.請假類別_dgv.Size = New System.Drawing.Size(125, 311)
  579. Me.請假類別_dgv.TabIndex = 222
  580. '
  581. 'Button13
  582. '
  583. Me.Button13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  584. Me.Button13.ForeColor = System.Drawing.Color.DarkGreen
  585. Me.Button13.Location = New System.Drawing.Point(9, 79)
  586. Me.Button13.Name = "Button13"
  587. Me.Button13.Size = New System.Drawing.Size(122, 25)
  588. Me.Button13.TabIndex = 224
  589. Me.Button13.Text = "修改"
  590. Me.Button13.UseVisualStyleBackColor = True
  591. '
  592. 'Label6
  593. '
  594. Me.Label6.AutoSize = True
  595. Me.Label6.Location = New System.Drawing.Point(6, 22)
  596. Me.Label6.Name = "Label6"
  597. Me.Label6.Size = New System.Drawing.Size(32, 16)
  598. Me.Label6.TabIndex = 229
  599. Me.Label6.Text = "類別"
  600. '
  601. 'Button14
  602. '
  603. Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  604. Me.Button14.ForeColor = System.Drawing.Color.Blue
  605. Me.Button14.Location = New System.Drawing.Point(9, 48)
  606. Me.Button14.Name = "Button14"
  607. Me.Button14.Size = New System.Drawing.Size(122, 25)
  608. Me.Button14.TabIndex = 223
  609. Me.Button14.Text = "新增"
  610. Me.Button14.UseVisualStyleBackColor = True
  611. '
  612. 'Button15
  613. '
  614. Me.Button15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  615. Me.Button15.ForeColor = System.Drawing.Color.Red
  616. Me.Button15.Location = New System.Drawing.Point(9, 110)
  617. Me.Button15.Name = "Button15"
  618. Me.Button15.Size = New System.Drawing.Size(122, 25)
  619. Me.Button15.TabIndex = 225
  620. Me.Button15.Text = "刪除"
  621. Me.Button15.UseVisualStyleBackColor = True
  622. '
  623. 'TextBox5
  624. '
  625. Me.TextBox5.Location = New System.Drawing.Point(44, 19)
  626. Me.TextBox5.Name = "TextBox5"
  627. Me.TextBox5.Size = New System.Drawing.Size(87, 23)
  628. Me.TextBox5.TabIndex = 227
  629. '
  630. 'GroupBox6
  631. '
  632. Me.GroupBox6.Controls.Add(Me.DataGridView6)
  633. Me.GroupBox6.Controls.Add(Me.Button16)
  634. Me.GroupBox6.Controls.Add(Me.Label7)
  635. Me.GroupBox6.Controls.Add(Me.Button17)
  636. Me.GroupBox6.Controls.Add(Me.Button18)
  637. Me.GroupBox6.Controls.Add(Me.TextBox6)
  638. Me.GroupBox6.Location = New System.Drawing.Point(312, 39)
  639. Me.GroupBox6.Name = "GroupBox6"
  640. Me.GroupBox6.Size = New System.Drawing.Size(144, 462)
  641. Me.GroupBox6.TabIndex = 250
  642. Me.GroupBox6.TabStop = False
  643. Me.GroupBox6.Text = "廠商類別管理"
  644. '
  645. 'DataGridView6
  646. '
  647. DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  648. Me.DataGridView6.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  649. Me.DataGridView6.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  650. Me.DataGridView6.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  651. Me.DataGridView6.Location = New System.Drawing.Point(6, 141)
  652. Me.DataGridView6.Name = "DataGridView6"
  653. Me.DataGridView6.RowHeadersWidth = 5
  654. Me.DataGridView6.RowTemplate.Height = 24
  655. Me.DataGridView6.Size = New System.Drawing.Size(125, 311)
  656. Me.DataGridView6.TabIndex = 222
  657. '
  658. 'Button16
  659. '
  660. Me.Button16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  661. Me.Button16.ForeColor = System.Drawing.Color.DarkGreen
  662. Me.Button16.Location = New System.Drawing.Point(9, 79)
  663. Me.Button16.Name = "Button16"
  664. Me.Button16.Size = New System.Drawing.Size(122, 25)
  665. Me.Button16.TabIndex = 224
  666. Me.Button16.Text = "修改"
  667. Me.Button16.UseVisualStyleBackColor = True
  668. '
  669. 'Label7
  670. '
  671. Me.Label7.AutoSize = True
  672. Me.Label7.Location = New System.Drawing.Point(6, 22)
  673. Me.Label7.Name = "Label7"
  674. Me.Label7.Size = New System.Drawing.Size(32, 16)
  675. Me.Label7.TabIndex = 229
  676. Me.Label7.Text = "類別"
  677. '
  678. 'Button17
  679. '
  680. Me.Button17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  681. Me.Button17.ForeColor = System.Drawing.Color.Blue
  682. Me.Button17.Location = New System.Drawing.Point(9, 48)
  683. Me.Button17.Name = "Button17"
  684. Me.Button17.Size = New System.Drawing.Size(122, 25)
  685. Me.Button17.TabIndex = 223
  686. Me.Button17.Text = "新增"
  687. Me.Button17.UseVisualStyleBackColor = True
  688. '
  689. 'Button18
  690. '
  691. Me.Button18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  692. Me.Button18.ForeColor = System.Drawing.Color.Red
  693. Me.Button18.Location = New System.Drawing.Point(9, 110)
  694. Me.Button18.Name = "Button18"
  695. Me.Button18.Size = New System.Drawing.Size(122, 25)
  696. Me.Button18.TabIndex = 225
  697. Me.Button18.Text = "刪除"
  698. Me.Button18.UseVisualStyleBackColor = True
  699. '
  700. 'TextBox6
  701. '
  702. Me.TextBox6.Location = New System.Drawing.Point(44, 19)
  703. Me.TextBox6.Name = "TextBox6"
  704. Me.TextBox6.Size = New System.Drawing.Size(87, 23)
  705. Me.TextBox6.TabIndex = 227
  706. '
  707. 'GroupBox8
  708. '
  709. Me.GroupBox8.Controls.Add(Me.模具結構_dgv)
  710. Me.GroupBox8.Controls.Add(Me.Button22)
  711. Me.GroupBox8.Controls.Add(Me.Label8)
  712. Me.GroupBox8.Controls.Add(Me.Button23)
  713. Me.GroupBox8.Controls.Add(Me.Button24)
  714. Me.GroupBox8.Controls.Add(Me.TextBox7)
  715. Me.GroupBox8.Location = New System.Drawing.Point(462, 39)
  716. Me.GroupBox8.Name = "GroupBox8"
  717. Me.GroupBox8.Size = New System.Drawing.Size(144, 462)
  718. Me.GroupBox8.TabIndex = 251
  719. Me.GroupBox8.TabStop = False
  720. Me.GroupBox8.Text = "模具開發用結構清單"
  721. '
  722. '模具結構_dgv
  723. '
  724. DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  725. Me.模具結構_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
  726. Me.模具結構_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  727. Me.模具結構_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  728. Me.模具結構_dgv.Location = New System.Drawing.Point(6, 141)
  729. Me.模具結構_dgv.Name = "模具結構_dgv"
  730. Me.模具結構_dgv.RowHeadersWidth = 5
  731. Me.模具結構_dgv.RowTemplate.Height = 24
  732. Me.模具結構_dgv.Size = New System.Drawing.Size(125, 311)
  733. Me.模具結構_dgv.TabIndex = 222
  734. '
  735. 'Button22
  736. '
  737. Me.Button22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  738. Me.Button22.ForeColor = System.Drawing.Color.DarkGreen
  739. Me.Button22.Location = New System.Drawing.Point(9, 79)
  740. Me.Button22.Name = "Button22"
  741. Me.Button22.Size = New System.Drawing.Size(122, 25)
  742. Me.Button22.TabIndex = 224
  743. Me.Button22.Text = "修改"
  744. Me.Button22.UseVisualStyleBackColor = True
  745. '
  746. 'Label8
  747. '
  748. Me.Label8.AutoSize = True
  749. Me.Label8.Location = New System.Drawing.Point(6, 22)
  750. Me.Label8.Name = "Label8"
  751. Me.Label8.Size = New System.Drawing.Size(32, 16)
  752. Me.Label8.TabIndex = 229
  753. Me.Label8.Text = "結構"
  754. '
  755. 'Button23
  756. '
  757. Me.Button23.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  758. Me.Button23.ForeColor = System.Drawing.Color.Blue
  759. Me.Button23.Location = New System.Drawing.Point(9, 48)
  760. Me.Button23.Name = "Button23"
  761. Me.Button23.Size = New System.Drawing.Size(122, 25)
  762. Me.Button23.TabIndex = 223
  763. Me.Button23.Text = "新增"
  764. Me.Button23.UseVisualStyleBackColor = True
  765. '
  766. 'Button24
  767. '
  768. Me.Button24.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  769. Me.Button24.ForeColor = System.Drawing.Color.Red
  770. Me.Button24.Location = New System.Drawing.Point(9, 110)
  771. Me.Button24.Name = "Button24"
  772. Me.Button24.Size = New System.Drawing.Size(122, 25)
  773. Me.Button24.TabIndex = 225
  774. Me.Button24.Text = "刪除"
  775. Me.Button24.UseVisualStyleBackColor = True
  776. '
  777. 'TextBox7
  778. '
  779. Me.TextBox7.Location = New System.Drawing.Point(44, 19)
  780. Me.TextBox7.Name = "TextBox7"
  781. Me.TextBox7.Size = New System.Drawing.Size(87, 23)
  782. Me.TextBox7.TabIndex = 227
  783. '
  784. 'GroupBox9
  785. '
  786. Me.GroupBox9.Controls.Add(Me.模具材料_dgv)
  787. Me.GroupBox9.Controls.Add(Me.Button25)
  788. Me.GroupBox9.Controls.Add(Me.Label10)
  789. Me.GroupBox9.Controls.Add(Me.Button26)
  790. Me.GroupBox9.Controls.Add(Me.Button27)
  791. Me.GroupBox9.Controls.Add(Me.TextBox9)
  792. Me.GroupBox9.Location = New System.Drawing.Point(612, 39)
  793. Me.GroupBox9.Name = "GroupBox9"
  794. Me.GroupBox9.Size = New System.Drawing.Size(144, 462)
  795. Me.GroupBox9.TabIndex = 252
  796. Me.GroupBox9.TabStop = False
  797. Me.GroupBox9.Text = "模具開發用材質清單"
  798. '
  799. '模具材料_dgv
  800. '
  801. DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  802. Me.模具材料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
  803. Me.模具材料_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  804. Me.模具材料_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  805. Me.模具材料_dgv.Location = New System.Drawing.Point(6, 141)
  806. Me.模具材料_dgv.Name = "模具材料_dgv"
  807. Me.模具材料_dgv.RowHeadersWidth = 5
  808. Me.模具材料_dgv.RowTemplate.Height = 24
  809. Me.模具材料_dgv.Size = New System.Drawing.Size(125, 311)
  810. Me.模具材料_dgv.TabIndex = 222
  811. '
  812. 'Button25
  813. '
  814. Me.Button25.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  815. Me.Button25.ForeColor = System.Drawing.Color.DarkGreen
  816. Me.Button25.Location = New System.Drawing.Point(9, 79)
  817. Me.Button25.Name = "Button25"
  818. Me.Button25.Size = New System.Drawing.Size(122, 25)
  819. Me.Button25.TabIndex = 224
  820. Me.Button25.Text = "修改"
  821. Me.Button25.UseVisualStyleBackColor = True
  822. '
  823. 'Label10
  824. '
  825. Me.Label10.AutoSize = True
  826. Me.Label10.Location = New System.Drawing.Point(6, 22)
  827. Me.Label10.Name = "Label10"
  828. Me.Label10.Size = New System.Drawing.Size(32, 16)
  829. Me.Label10.TabIndex = 229
  830. Me.Label10.Text = "材質"
  831. '
  832. 'Button26
  833. '
  834. Me.Button26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  835. Me.Button26.ForeColor = System.Drawing.Color.Blue
  836. Me.Button26.Location = New System.Drawing.Point(9, 48)
  837. Me.Button26.Name = "Button26"
  838. Me.Button26.Size = New System.Drawing.Size(122, 25)
  839. Me.Button26.TabIndex = 223
  840. Me.Button26.Text = "新增"
  841. Me.Button26.UseVisualStyleBackColor = True
  842. '
  843. 'Button27
  844. '
  845. Me.Button27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  846. Me.Button27.ForeColor = System.Drawing.Color.Red
  847. Me.Button27.Location = New System.Drawing.Point(9, 110)
  848. Me.Button27.Name = "Button27"
  849. Me.Button27.Size = New System.Drawing.Size(122, 25)
  850. Me.Button27.TabIndex = 225
  851. Me.Button27.Text = "刪除"
  852. Me.Button27.UseVisualStyleBackColor = True
  853. '
  854. 'TextBox9
  855. '
  856. Me.TextBox9.Location = New System.Drawing.Point(44, 19)
  857. Me.TextBox9.Name = "TextBox9"
  858. Me.TextBox9.Size = New System.Drawing.Size(87, 23)
  859. Me.TextBox9.TabIndex = 227
  860. '
  861. 'GroupBox10
  862. '
  863. Me.GroupBox10.Controls.Add(Me.帳本_tb)
  864. Me.GroupBox10.Controls.Add(Me.Label11)
  865. Me.GroupBox10.Controls.Add(Me.帳本編號_tb)
  866. Me.GroupBox10.Controls.Add(Me.Label12)
  867. Me.GroupBox10.Controls.Add(Me.帳本_刪除_bt)
  868. Me.GroupBox10.Controls.Add(Me.帳本_新增_bt)
  869. Me.GroupBox10.Controls.Add(Me.帳本_修改_bt)
  870. Me.GroupBox10.Controls.Add(Me.帳本_dgv)
  871. Me.GroupBox10.Location = New System.Drawing.Point(762, 39)
  872. Me.GroupBox10.Name = "GroupBox10"
  873. Me.GroupBox10.Size = New System.Drawing.Size(238, 462)
  874. Me.GroupBox10.TabIndex = 254
  875. Me.GroupBox10.TabStop = False
  876. Me.GroupBox10.Text = "財務帳本編號"
  877. '
  878. '帳本_tb
  879. '
  880. Me.帳本_tb.Location = New System.Drawing.Point(135, 16)
  881. Me.帳本_tb.Name = "帳本_tb"
  882. Me.帳本_tb.Size = New System.Drawing.Size(95, 23)
  883. Me.帳本_tb.TabIndex = 677
  884. '
  885. 'Label11
  886. '
  887. Me.Label11.AutoSize = True
  888. Me.Label11.Location = New System.Drawing.Point(103, 20)
  889. Me.Label11.Name = "Label11"
  890. Me.Label11.Size = New System.Drawing.Size(32, 16)
  891. Me.Label11.TabIndex = 676
  892. Me.Label11.Text = "職別"
  893. '
  894. '帳本編號_tb
  895. '
  896. Me.帳本編號_tb.Location = New System.Drawing.Point(41, 17)
  897. Me.帳本編號_tb.Name = "帳本編號_tb"
  898. Me.帳本編號_tb.Size = New System.Drawing.Size(60, 23)
  899. Me.帳本編號_tb.TabIndex = 675
  900. '
  901. 'Label12
  902. '
  903. Me.Label12.AutoSize = True
  904. Me.Label12.Location = New System.Drawing.Point(9, 20)
  905. Me.Label12.Name = "Label12"
  906. Me.Label12.Size = New System.Drawing.Size(32, 16)
  907. Me.Label12.TabIndex = 674
  908. Me.Label12.Text = "編號"
  909. '
  910. '帳本_刪除_bt
  911. '
  912. Me.帳本_刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  913. Me.帳本_刪除_bt.ForeColor = System.Drawing.Color.Red
  914. Me.帳本_刪除_bt.Location = New System.Drawing.Point(156, 45)
  915. Me.帳本_刪除_bt.Name = "帳本_刪除_bt"
  916. Me.帳本_刪除_bt.Size = New System.Drawing.Size(74, 25)
  917. Me.帳本_刪除_bt.TabIndex = 673
  918. Me.帳本_刪除_bt.Text = "刪除"
  919. Me.帳本_刪除_bt.UseVisualStyleBackColor = True
  920. '
  921. '帳本_新增_bt
  922. '
  923. Me.帳本_新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  924. Me.帳本_新增_bt.ForeColor = System.Drawing.Color.Blue
  925. Me.帳本_新增_bt.Location = New System.Drawing.Point(6, 45)
  926. Me.帳本_新增_bt.Name = "帳本_新增_bt"
  927. Me.帳本_新增_bt.Size = New System.Drawing.Size(74, 25)
  928. Me.帳本_新增_bt.TabIndex = 671
  929. Me.帳本_新增_bt.Text = "新增"
  930. Me.帳本_新增_bt.UseVisualStyleBackColor = True
  931. '
  932. '帳本_修改_bt
  933. '
  934. Me.帳本_修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  935. Me.帳本_修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  936. Me.帳本_修改_bt.Location = New System.Drawing.Point(81, 45)
  937. Me.帳本_修改_bt.Name = "帳本_修改_bt"
  938. Me.帳本_修改_bt.Size = New System.Drawing.Size(74, 25)
  939. Me.帳本_修改_bt.TabIndex = 672
  940. Me.帳本_修改_bt.Text = "修改"
  941. Me.帳本_修改_bt.UseVisualStyleBackColor = True
  942. '
  943. '帳本_dgv
  944. '
  945. DataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  946. Me.帳本_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle10
  947. Me.帳本_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  948. Me.帳本_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  949. Me.帳本_dgv.Location = New System.Drawing.Point(6, 76)
  950. Me.帳本_dgv.Name = "帳本_dgv"
  951. Me.帳本_dgv.RowHeadersWidth = 5
  952. Me.帳本_dgv.RowTemplate.Height = 24
  953. Me.帳本_dgv.Size = New System.Drawing.Size(224, 376)
  954. Me.帳本_dgv.TabIndex = 663
  955. '
  956. 'GroupBox11
  957. '
  958. Me.GroupBox11.Controls.Add(Me.縮寫_dgv)
  959. Me.GroupBox11.Controls.Add(Me.Button28)
  960. Me.GroupBox11.Controls.Add(Me.Label13)
  961. Me.GroupBox11.Controls.Add(Me.Button29)
  962. Me.GroupBox11.Controls.Add(Me.Button30)
  963. Me.GroupBox11.Controls.Add(Me.TextBox10)
  964. Me.GroupBox11.Location = New System.Drawing.Point(612, 507)
  965. Me.GroupBox11.Name = "GroupBox11"
  966. Me.GroupBox11.Size = New System.Drawing.Size(144, 462)
  967. Me.GroupBox11.TabIndex = 255
  968. Me.GroupBox11.TabStop = False
  969. Me.GroupBox11.Text = "楦頭縮寫管理"
  970. '
  971. '縮寫_dgv
  972. '
  973. DataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  974. Me.縮寫_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle11
  975. Me.縮寫_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  976. Me.縮寫_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  977. Me.縮寫_dgv.Location = New System.Drawing.Point(6, 141)
  978. Me.縮寫_dgv.Name = "縮寫_dgv"
  979. Me.縮寫_dgv.RowHeadersWidth = 5
  980. Me.縮寫_dgv.RowTemplate.Height = 24
  981. Me.縮寫_dgv.Size = New System.Drawing.Size(125, 311)
  982. Me.縮寫_dgv.TabIndex = 222
  983. '
  984. 'Button28
  985. '
  986. Me.Button28.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  987. Me.Button28.ForeColor = System.Drawing.Color.DarkGreen
  988. Me.Button28.Location = New System.Drawing.Point(9, 79)
  989. Me.Button28.Name = "Button28"
  990. Me.Button28.Size = New System.Drawing.Size(122, 25)
  991. Me.Button28.TabIndex = 224
  992. Me.Button28.Text = "修改"
  993. Me.Button28.UseVisualStyleBackColor = True
  994. '
  995. 'Label13
  996. '
  997. Me.Label13.AutoSize = True
  998. Me.Label13.Location = New System.Drawing.Point(6, 22)
  999. Me.Label13.Name = "Label13"
  1000. Me.Label13.Size = New System.Drawing.Size(32, 16)
  1001. Me.Label13.TabIndex = 229
  1002. Me.Label13.Text = "縮寫"
  1003. '
  1004. 'Button29
  1005. '
  1006. Me.Button29.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1007. Me.Button29.ForeColor = System.Drawing.Color.Blue
  1008. Me.Button29.Location = New System.Drawing.Point(9, 48)
  1009. Me.Button29.Name = "Button29"
  1010. Me.Button29.Size = New System.Drawing.Size(122, 25)
  1011. Me.Button29.TabIndex = 223
  1012. Me.Button29.Text = "新增"
  1013. Me.Button29.UseVisualStyleBackColor = True
  1014. '
  1015. 'Button30
  1016. '
  1017. Me.Button30.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1018. Me.Button30.ForeColor = System.Drawing.Color.Red
  1019. Me.Button30.Location = New System.Drawing.Point(9, 110)
  1020. Me.Button30.Name = "Button30"
  1021. Me.Button30.Size = New System.Drawing.Size(122, 25)
  1022. Me.Button30.TabIndex = 225
  1023. Me.Button30.Text = "刪除"
  1024. Me.Button30.UseVisualStyleBackColor = True
  1025. '
  1026. 'TextBox10
  1027. '
  1028. Me.TextBox10.Location = New System.Drawing.Point(44, 19)
  1029. Me.TextBox10.Name = "TextBox10"
  1030. Me.TextBox10.Size = New System.Drawing.Size(87, 23)
  1031. Me.TextBox10.TabIndex = 227
  1032. '
  1033. 'GroupBox12
  1034. '
  1035. Me.GroupBox12.Controls.Add(Me.客戶_dgv)
  1036. Me.GroupBox12.Controls.Add(Me.Button31)
  1037. Me.GroupBox12.Controls.Add(Me.Label14)
  1038. Me.GroupBox12.Controls.Add(Me.Button32)
  1039. Me.GroupBox12.Controls.Add(Me.Button33)
  1040. Me.GroupBox12.Controls.Add(Me.TextBox11)
  1041. Me.GroupBox12.Location = New System.Drawing.Point(1006, 39)
  1042. Me.GroupBox12.Name = "GroupBox12"
  1043. Me.GroupBox12.Size = New System.Drawing.Size(238, 462)
  1044. Me.GroupBox12.TabIndex = 256
  1045. Me.GroupBox12.TabStop = False
  1046. Me.GroupBox12.Text = "客戶清單"
  1047. '
  1048. '客戶_dgv
  1049. '
  1050. DataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  1051. Me.客戶_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle12
  1052. Me.客戶_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1053. Me.客戶_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1054. Me.客戶_dgv.Location = New System.Drawing.Point(6, 141)
  1055. Me.客戶_dgv.Name = "客戶_dgv"
  1056. Me.客戶_dgv.RowHeadersWidth = 5
  1057. Me.客戶_dgv.RowTemplate.Height = 24
  1058. Me.客戶_dgv.Size = New System.Drawing.Size(226, 311)
  1059. Me.客戶_dgv.TabIndex = 222
  1060. '
  1061. 'Button31
  1062. '
  1063. Me.Button31.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1064. Me.Button31.ForeColor = System.Drawing.Color.DarkGreen
  1065. Me.Button31.Location = New System.Drawing.Point(9, 79)
  1066. Me.Button31.Name = "Button31"
  1067. Me.Button31.Size = New System.Drawing.Size(223, 25)
  1068. Me.Button31.TabIndex = 224
  1069. Me.Button31.Text = "修改"
  1070. Me.Button31.UseVisualStyleBackColor = True
  1071. '
  1072. 'Label14
  1073. '
  1074. Me.Label14.AutoSize = True
  1075. Me.Label14.Location = New System.Drawing.Point(6, 22)
  1076. Me.Label14.Name = "Label14"
  1077. Me.Label14.Size = New System.Drawing.Size(32, 16)
  1078. Me.Label14.TabIndex = 229
  1079. Me.Label14.Text = "客戶"
  1080. '
  1081. 'Button32
  1082. '
  1083. Me.Button32.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1084. Me.Button32.ForeColor = System.Drawing.Color.Blue
  1085. Me.Button32.Location = New System.Drawing.Point(9, 48)
  1086. Me.Button32.Name = "Button32"
  1087. Me.Button32.Size = New System.Drawing.Size(223, 25)
  1088. Me.Button32.TabIndex = 223
  1089. Me.Button32.Text = "新增"
  1090. Me.Button32.UseVisualStyleBackColor = True
  1091. '
  1092. 'Button33
  1093. '
  1094. Me.Button33.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1095. Me.Button33.ForeColor = System.Drawing.Color.Red
  1096. Me.Button33.Location = New System.Drawing.Point(9, 110)
  1097. Me.Button33.Name = "Button33"
  1098. Me.Button33.Size = New System.Drawing.Size(223, 25)
  1099. Me.Button33.TabIndex = 225
  1100. Me.Button33.Text = "刪除"
  1101. Me.Button33.UseVisualStyleBackColor = True
  1102. '
  1103. 'TextBox11
  1104. '
  1105. Me.TextBox11.Location = New System.Drawing.Point(44, 19)
  1106. Me.TextBox11.Name = "TextBox11"
  1107. Me.TextBox11.Size = New System.Drawing.Size(188, 23)
  1108. Me.TextBox11.TabIndex = 227
  1109. '
  1110. 'GroupBox13
  1111. '
  1112. Me.GroupBox13.Controls.Add(Me.品牌_dgv)
  1113. Me.GroupBox13.Controls.Add(Me.Button34)
  1114. Me.GroupBox13.Controls.Add(Me.Label15)
  1115. Me.GroupBox13.Controls.Add(Me.Button35)
  1116. Me.GroupBox13.Controls.Add(Me.Button36)
  1117. Me.GroupBox13.Controls.Add(Me.TextBox12)
  1118. Me.GroupBox13.Location = New System.Drawing.Point(1250, 39)
  1119. Me.GroupBox13.Name = "GroupBox13"
  1120. Me.GroupBox13.Size = New System.Drawing.Size(238, 462)
  1121. Me.GroupBox13.TabIndex = 257
  1122. Me.GroupBox13.TabStop = False
  1123. Me.GroupBox13.Text = "品牌"
  1124. '
  1125. '品牌_dgv
  1126. '
  1127. DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  1128. Me.品牌_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
  1129. Me.品牌_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1130. Me.品牌_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1131. Me.品牌_dgv.Location = New System.Drawing.Point(6, 141)
  1132. Me.品牌_dgv.Name = "品牌_dgv"
  1133. Me.品牌_dgv.RowHeadersWidth = 5
  1134. Me.品牌_dgv.RowTemplate.Height = 24
  1135. Me.品牌_dgv.Size = New System.Drawing.Size(226, 311)
  1136. Me.品牌_dgv.TabIndex = 222
  1137. '
  1138. 'Button34
  1139. '
  1140. Me.Button34.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1141. Me.Button34.ForeColor = System.Drawing.Color.DarkGreen
  1142. Me.Button34.Location = New System.Drawing.Point(9, 79)
  1143. Me.Button34.Name = "Button34"
  1144. Me.Button34.Size = New System.Drawing.Size(223, 25)
  1145. Me.Button34.TabIndex = 224
  1146. Me.Button34.Text = "修改"
  1147. Me.Button34.UseVisualStyleBackColor = True
  1148. '
  1149. 'Label15
  1150. '
  1151. Me.Label15.AutoSize = True
  1152. Me.Label15.Location = New System.Drawing.Point(6, 22)
  1153. Me.Label15.Name = "Label15"
  1154. Me.Label15.Size = New System.Drawing.Size(56, 16)
  1155. Me.Label15.TabIndex = 229
  1156. Me.Label15.Text = "品牌清單"
  1157. '
  1158. 'Button35
  1159. '
  1160. Me.Button35.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1161. Me.Button35.ForeColor = System.Drawing.Color.Blue
  1162. Me.Button35.Location = New System.Drawing.Point(9, 48)
  1163. Me.Button35.Name = "Button35"
  1164. Me.Button35.Size = New System.Drawing.Size(223, 25)
  1165. Me.Button35.TabIndex = 223
  1166. Me.Button35.Text = "新增"
  1167. Me.Button35.UseVisualStyleBackColor = True
  1168. '
  1169. 'Button36
  1170. '
  1171. Me.Button36.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1172. Me.Button36.ForeColor = System.Drawing.Color.Red
  1173. Me.Button36.Location = New System.Drawing.Point(9, 110)
  1174. Me.Button36.Name = "Button36"
  1175. Me.Button36.Size = New System.Drawing.Size(223, 25)
  1176. Me.Button36.TabIndex = 225
  1177. Me.Button36.Text = "刪除"
  1178. Me.Button36.UseVisualStyleBackColor = True
  1179. '
  1180. 'TextBox12
  1181. '
  1182. Me.TextBox12.Location = New System.Drawing.Point(62, 19)
  1183. Me.TextBox12.Name = "TextBox12"
  1184. Me.TextBox12.Size = New System.Drawing.Size(170, 23)
  1185. Me.TextBox12.TabIndex = 227
  1186. '
  1187. '系統編碼規則_1
  1188. '
  1189. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1190. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1191. Me.ClientSize = New System.Drawing.Size(1914, 971)
  1192. Me.Controls.Add(Me.GroupBox13)
  1193. Me.Controls.Add(Me.GroupBox12)
  1194. Me.Controls.Add(Me.GroupBox11)
  1195. Me.Controls.Add(Me.GroupBox10)
  1196. Me.Controls.Add(Me.GroupBox9)
  1197. Me.Controls.Add(Me.GroupBox8)
  1198. Me.Controls.Add(Me.GroupBox6)
  1199. Me.Controls.Add(Me.GroupBox5)
  1200. Me.Controls.Add(Me.GroupBox4)
  1201. Me.Controls.Add(Me.GroupBox1)
  1202. Me.Controls.Add(Me.GroupBox7)
  1203. Me.Controls.Add(Me.GroupBox2)
  1204. Me.Controls.Add(Me.GroupBox3)
  1205. Me.Controls.Add(Me.Label3)
  1206. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1207. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1208. Me.Name = "系統編碼規則_1"
  1209. Me.Text = "系統編碼原則"
  1210. Me.GroupBox3.ResumeLayout(False)
  1211. Me.GroupBox3.PerformLayout()
  1212. CType(Me.部件大項_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1213. Me.GroupBox2.ResumeLayout(False)
  1214. Me.GroupBox2.PerformLayout()
  1215. CType(Me.貼標大項_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1216. Me.GroupBox7.ResumeLayout(False)
  1217. Me.GroupBox7.PerformLayout()
  1218. CType(Me.DataGridView7, System.ComponentModel.ISupportInitialize).EndInit()
  1219. Me.GroupBox1.ResumeLayout(False)
  1220. Me.GroupBox1.PerformLayout()
  1221. CType(Me.部門_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1222. Me.GroupBox4.ResumeLayout(False)
  1223. Me.GroupBox4.PerformLayout()
  1224. CType(Me.職稱_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1225. Me.GroupBox5.ResumeLayout(False)
  1226. Me.GroupBox5.PerformLayout()
  1227. CType(Me.請假類別_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1228. Me.GroupBox6.ResumeLayout(False)
  1229. Me.GroupBox6.PerformLayout()
  1230. CType(Me.DataGridView6, System.ComponentModel.ISupportInitialize).EndInit()
  1231. Me.GroupBox8.ResumeLayout(False)
  1232. Me.GroupBox8.PerformLayout()
  1233. CType(Me.模具結構_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1234. Me.GroupBox9.ResumeLayout(False)
  1235. Me.GroupBox9.PerformLayout()
  1236. CType(Me.模具材料_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1237. Me.GroupBox10.ResumeLayout(False)
  1238. Me.GroupBox10.PerformLayout()
  1239. CType(Me.帳本_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1240. Me.GroupBox11.ResumeLayout(False)
  1241. Me.GroupBox11.PerformLayout()
  1242. CType(Me.縮寫_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1243. Me.GroupBox12.ResumeLayout(False)
  1244. Me.GroupBox12.PerformLayout()
  1245. CType(Me.客戶_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1246. Me.GroupBox13.ResumeLayout(False)
  1247. Me.GroupBox13.PerformLayout()
  1248. CType(Me.品牌_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1249. Me.ResumeLayout(False)
  1250. Me.PerformLayout()
  1251. End Sub
  1252. Friend WithEvents Label3 As Label
  1253. Friend WithEvents GroupBox3 As GroupBox
  1254. Friend WithEvents 部件大項_dgv As DataGridView
  1255. Friend WithEvents Button7 As Button
  1256. Friend WithEvents Label5 As Label
  1257. Friend WithEvents Button8 As Button
  1258. Friend WithEvents Button9 As Button
  1259. Friend WithEvents TextBox4 As TextBox
  1260. Friend WithEvents GroupBox2 As GroupBox
  1261. Friend WithEvents 貼標大項_dgv As DataGridView
  1262. Friend WithEvents Button1 As Button
  1263. Friend WithEvents Label4 As Label
  1264. Friend WithEvents Button5 As Button
  1265. Friend WithEvents Button6 As Button
  1266. Friend WithEvents TextBox3 As TextBox
  1267. Friend WithEvents GroupBox7 As GroupBox
  1268. Friend WithEvents DataGridView7 As DataGridView
  1269. Friend WithEvents Button19 As Button
  1270. Friend WithEvents Label9 As Label
  1271. Friend WithEvents Button20 As Button
  1272. Friend WithEvents Button21 As Button
  1273. Friend WithEvents TextBox8 As TextBox
  1274. Friend WithEvents GroupBox1 As GroupBox
  1275. Friend WithEvents 部門_dgv As DataGridView
  1276. Friend WithEvents Button2 As Button
  1277. Friend WithEvents Label1 As Label
  1278. Friend WithEvents Button3 As Button
  1279. Friend WithEvents Button4 As Button
  1280. Friend WithEvents TextBox1 As TextBox
  1281. Friend WithEvents GroupBox4 As GroupBox
  1282. Friend WithEvents 職稱_dgv As DataGridView
  1283. Friend WithEvents Button10 As Button
  1284. Friend WithEvents Label2 As Label
  1285. Friend WithEvents Button11 As Button
  1286. Friend WithEvents Button12 As Button
  1287. Friend WithEvents TextBox2 As TextBox
  1288. Friend WithEvents GroupBox5 As GroupBox
  1289. Friend WithEvents 請假類別_dgv As DataGridView
  1290. Friend WithEvents Button13 As Button
  1291. Friend WithEvents Label6 As Label
  1292. Friend WithEvents Button14 As Button
  1293. Friend WithEvents Button15 As Button
  1294. Friend WithEvents TextBox5 As TextBox
  1295. Friend WithEvents GroupBox6 As GroupBox
  1296. Friend WithEvents DataGridView6 As DataGridView
  1297. Friend WithEvents Button16 As Button
  1298. Friend WithEvents Label7 As Label
  1299. Friend WithEvents Button17 As Button
  1300. Friend WithEvents Button18 As Button
  1301. Friend WithEvents TextBox6 As TextBox
  1302. Friend WithEvents GroupBox8 As GroupBox
  1303. Friend WithEvents 模具結構_dgv As DataGridView
  1304. Friend WithEvents Button22 As Button
  1305. Friend WithEvents Label8 As Label
  1306. Friend WithEvents Button23 As Button
  1307. Friend WithEvents Button24 As Button
  1308. Friend WithEvents TextBox7 As TextBox
  1309. Friend WithEvents GroupBox9 As GroupBox
  1310. Friend WithEvents 模具材料_dgv As DataGridView
  1311. Friend WithEvents Button25 As Button
  1312. Friend WithEvents Label10 As Label
  1313. Friend WithEvents Button26 As Button
  1314. Friend WithEvents Button27 As Button
  1315. Friend WithEvents TextBox9 As TextBox
  1316. Friend WithEvents GroupBox10 As GroupBox
  1317. Friend WithEvents 帳本_tb As TextBox
  1318. Friend WithEvents Label11 As Label
  1319. Friend WithEvents 帳本編號_tb As TextBox
  1320. Friend WithEvents Label12 As Label
  1321. Friend WithEvents 帳本_刪除_bt As Button
  1322. Friend WithEvents 帳本_新增_bt As Button
  1323. Friend WithEvents 帳本_修改_bt As Button
  1324. Friend WithEvents 帳本_dgv As DataGridView
  1325. Friend WithEvents GroupBox11 As GroupBox
  1326. Friend WithEvents 縮寫_dgv As DataGridView
  1327. Friend WithEvents Button28 As Button
  1328. Friend WithEvents Label13 As Label
  1329. Friend WithEvents Button29 As Button
  1330. Friend WithEvents Button30 As Button
  1331. Friend WithEvents TextBox10 As TextBox
  1332. Friend WithEvents GroupBox12 As GroupBox
  1333. Friend WithEvents 客戶_dgv As DataGridView
  1334. Friend WithEvents Button31 As Button
  1335. Friend WithEvents Label14 As Label
  1336. Friend WithEvents Button32 As Button
  1337. Friend WithEvents Button33 As Button
  1338. Friend WithEvents TextBox11 As TextBox
  1339. Friend WithEvents GroupBox13 As GroupBox
  1340. Friend WithEvents 品牌_dgv As DataGridView
  1341. Friend WithEvents Button34 As Button
  1342. Friend WithEvents Label15 As Label
  1343. Friend WithEvents Button35 As Button
  1344. Friend WithEvents Button36 As Button
  1345. Friend WithEvents TextBox12 As TextBox
  1346. End Class