暫無描述
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 94KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585
  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. Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  36. Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  37. Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  38. Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  39. Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  40. Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  41. Me.GroupBox3 = New System.Windows.Forms.GroupBox()
  42. Me.部件大項_dgv = New System.Windows.Forms.DataGridView()
  43. Me.部件大項分類修改_bt = New System.Windows.Forms.Button()
  44. Me.部件大項分類大項_lb = New System.Windows.Forms.Label()
  45. Me.部件大項分類新增_bt = New System.Windows.Forms.Button()
  46. Me.部件大項分類刪除_bt = New System.Windows.Forms.Button()
  47. Me.部件大項分類大項_tb = New System.Windows.Forms.TextBox()
  48. Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  49. Me.貼標大項_dgv = New System.Windows.Forms.DataGridView()
  50. Me.貼標對應名稱修改_bt = New System.Windows.Forms.Button()
  51. Me.貼標對應名稱大項_lb = New System.Windows.Forms.Label()
  52. Me.貼標對應名稱新增_bt = New System.Windows.Forms.Button()
  53. Me.貼標對應名稱刪除_bt = New System.Windows.Forms.Button()
  54. Me.貼標對應名稱清單_tb = New System.Windows.Forms.TextBox()
  55. Me.GroupBox7 = New System.Windows.Forms.GroupBox()
  56. Me.報表及對帳單年份_dgv = New System.Windows.Forms.DataGridView()
  57. Me.報表及對帳單年份修改_bt = New System.Windows.Forms.Button()
  58. Me.報表及對帳單年份_lb = New System.Windows.Forms.Label()
  59. Me.報表及對帳單年份新增_bt = New System.Windows.Forms.Button()
  60. Me.報表及對帳單年份刪除_bt = New System.Windows.Forms.Button()
  61. Me.報表及對帳單年份_tb = New System.Windows.Forms.TextBox()
  62. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  63. Me.部門_dgv = New System.Windows.Forms.DataGridView()
  64. Me.部門清單管理修改_bt = New System.Windows.Forms.Button()
  65. Me.部門清單管理_lb = New System.Windows.Forms.Label()
  66. Me.部門清單管理新增_bt = New System.Windows.Forms.Button()
  67. Me.部門清單管理刪除_bt = New System.Windows.Forms.Button()
  68. Me.部門清單管理_tb = New System.Windows.Forms.TextBox()
  69. Me.GroupBox4 = New System.Windows.Forms.GroupBox()
  70. Me.職稱_dgv = New System.Windows.Forms.DataGridView()
  71. Me.職稱清單管理修改_bt = New System.Windows.Forms.Button()
  72. Me.職稱清單管理_lb = New System.Windows.Forms.Label()
  73. Me.職稱清單管理新增_bt = New System.Windows.Forms.Button()
  74. Me.職稱清單管理刪除_bt = New System.Windows.Forms.Button()
  75. Me.職稱清單管理_tb = New System.Windows.Forms.TextBox()
  76. Me.GroupBox5 = New System.Windows.Forms.GroupBox()
  77. Me.請假類別_dgv = New System.Windows.Forms.DataGridView()
  78. Me.請假類別管理修改_bt = New System.Windows.Forms.Button()
  79. Me.請假類別管理_lb = New System.Windows.Forms.Label()
  80. Me.請假類別管理新增_bt = New System.Windows.Forms.Button()
  81. Me.請假類別管理刪除_bt = New System.Windows.Forms.Button()
  82. Me.請假類別管理_tb = New System.Windows.Forms.TextBox()
  83. Me.GroupBox6 = New System.Windows.Forms.GroupBox()
  84. Me.廠商類別管理_dgv = New System.Windows.Forms.DataGridView()
  85. Me.廠商類別管理修改_bt = New System.Windows.Forms.Button()
  86. Me.廠商類別管理類別_lb = New System.Windows.Forms.Label()
  87. Me.廠商類別管理新增_bt = New System.Windows.Forms.Button()
  88. Me.廠商類別管理刪除_bt = New System.Windows.Forms.Button()
  89. Me.廠商類別管理類別_tb = New System.Windows.Forms.TextBox()
  90. Me.GroupBox8 = New System.Windows.Forms.GroupBox()
  91. Me.模具結構_dgv = New System.Windows.Forms.DataGridView()
  92. Me.模具開發用結構修改_bt = New System.Windows.Forms.Button()
  93. Me.模具開發用結構_lb = New System.Windows.Forms.Label()
  94. Me.模具開發用結構新增_bt = New System.Windows.Forms.Button()
  95. Me.模具開發用結構刪除_bt = New System.Windows.Forms.Button()
  96. Me.模具開發用結構_tb = New System.Windows.Forms.TextBox()
  97. Me.GroupBox9 = New System.Windows.Forms.GroupBox()
  98. Me.模具材料_dgv = New System.Windows.Forms.DataGridView()
  99. Me.模具開發用材質修改_bt = New System.Windows.Forms.Button()
  100. Me.模具開發用材質_lb = New System.Windows.Forms.Label()
  101. Me.模具開發用材質新增_bt = New System.Windows.Forms.Button()
  102. Me.模具開發用材質刪除_bt = New System.Windows.Forms.Button()
  103. Me.模具開發用材質_tb = New System.Windows.Forms.TextBox()
  104. Me.GroupBox10 = New System.Windows.Forms.GroupBox()
  105. Me.帳本_tb = New System.Windows.Forms.TextBox()
  106. Me.財務帳本職別_lb = New System.Windows.Forms.Label()
  107. Me.帳本編號_tb = New System.Windows.Forms.TextBox()
  108. Me.財務帳本編號_lb = New System.Windows.Forms.Label()
  109. Me.帳本_刪除_bt = New System.Windows.Forms.Button()
  110. Me.帳本_新增_bt = New System.Windows.Forms.Button()
  111. Me.帳本_修改_bt = New System.Windows.Forms.Button()
  112. Me.帳本_dgv = New System.Windows.Forms.DataGridView()
  113. Me.GroupBox11 = New System.Windows.Forms.GroupBox()
  114. Me.縮寫_dgv = New System.Windows.Forms.DataGridView()
  115. Me.楦頭縮寫管理修改_bt = New System.Windows.Forms.Button()
  116. Me.楦頭縮寫管理縮寫_lb = New System.Windows.Forms.Label()
  117. Me.楦頭縮寫管理新增_bt = New System.Windows.Forms.Button()
  118. Me.楦頭縮寫管理刪除_bt = New System.Windows.Forms.Button()
  119. Me.楦頭縮寫管理_tb = New System.Windows.Forms.TextBox()
  120. Me.GroupBox12 = New System.Windows.Forms.GroupBox()
  121. Me.客戶_dgv = New System.Windows.Forms.DataGridView()
  122. Me.客戶清單修改_bt = New System.Windows.Forms.Button()
  123. Me.客戶_lb = New System.Windows.Forms.Label()
  124. Me.客戶清單新增_bt = New System.Windows.Forms.Button()
  125. Me.客戶清單刪除_bt = New System.Windows.Forms.Button()
  126. Me.客戶_tb = New System.Windows.Forms.TextBox()
  127. Me.GroupBox13 = New System.Windows.Forms.GroupBox()
  128. Me.品牌_dgv = New System.Windows.Forms.DataGridView()
  129. Me.品牌清單修改_bt = New System.Windows.Forms.Button()
  130. Me.品牌清單_lb = New System.Windows.Forms.Label()
  131. Me.品牌清單新增_bt = New System.Windows.Forms.Button()
  132. Me.品牌清單刪除_bt = New System.Windows.Forms.Button()
  133. Me.品牌清單_tb = New System.Windows.Forms.TextBox()
  134. Me.資料庫清單1_dgv = New System.Windows.Forms.DataGridView()
  135. Me.LOG檔截斷3_bt = New System.Windows.Forms.Button()
  136. Me.Label3 = New System.Windows.Forms.Label()
  137. Me.伺服器狀態_dgv = New System.Windows.Forms.DataGridView()
  138. Me.圖片資料庫管理修改_bt = New System.Windows.Forms.Button()
  139. Me.圖片資料庫名稱_lb = New System.Windows.Forms.Label()
  140. Me.圖片資料庫名稱_tb = New System.Windows.Forms.TextBox()
  141. Me.圖片資料庫管理_dgv = New System.Windows.Forms.DataGridView()
  142. Me.重新讀取_bt = New System.Windows.Forms.Button()
  143. Me.伺服器_lb = New System.Windows.Forms.Label()
  144. Me.MAX_nud = New System.Windows.Forms.NumericUpDown()
  145. Me.是否可用_ch = New System.Windows.Forms.CheckBox()
  146. Me.GroupBox3.SuspendLayout()
  147. CType(Me.部件大項_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  148. Me.GroupBox2.SuspendLayout()
  149. CType(Me.貼標大項_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  150. Me.GroupBox7.SuspendLayout()
  151. CType(Me.報表及對帳單年份_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  152. Me.GroupBox1.SuspendLayout()
  153. CType(Me.部門_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  154. Me.GroupBox4.SuspendLayout()
  155. CType(Me.職稱_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  156. Me.GroupBox5.SuspendLayout()
  157. CType(Me.請假類別_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  158. Me.GroupBox6.SuspendLayout()
  159. CType(Me.廠商類別管理_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  160. Me.GroupBox8.SuspendLayout()
  161. CType(Me.模具結構_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  162. Me.GroupBox9.SuspendLayout()
  163. CType(Me.模具材料_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  164. Me.GroupBox10.SuspendLayout()
  165. CType(Me.帳本_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  166. Me.GroupBox11.SuspendLayout()
  167. CType(Me.縮寫_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  168. Me.GroupBox12.SuspendLayout()
  169. CType(Me.客戶_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  170. Me.GroupBox13.SuspendLayout()
  171. CType(Me.品牌_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  172. CType(Me.資料庫清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  173. CType(Me.伺服器狀態_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  174. CType(Me.圖片資料庫管理_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  175. CType(Me.MAX_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  176. Me.SuspendLayout()
  177. '
  178. 'GroupBox3
  179. '
  180. Me.GroupBox3.Controls.Add(Me.部件大項_dgv)
  181. Me.GroupBox3.Controls.Add(Me.部件大項分類修改_bt)
  182. Me.GroupBox3.Controls.Add(Me.部件大項分類大項_lb)
  183. Me.GroupBox3.Controls.Add(Me.部件大項分類新增_bt)
  184. Me.GroupBox3.Controls.Add(Me.部件大項分類刪除_bt)
  185. Me.GroupBox3.Controls.Add(Me.部件大項分類大項_tb)
  186. Me.GroupBox3.Location = New System.Drawing.Point(3, 2)
  187. Me.GroupBox3.Name = "GroupBox3"
  188. Me.GroupBox3.Size = New System.Drawing.Size(144, 462)
  189. Me.GroupBox3.TabIndex = 234
  190. Me.GroupBox3.TabStop = False
  191. Me.GroupBox3.Text = "部件大項分類"
  192. '
  193. '部件大項_dgv
  194. '
  195. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  196. Me.部件大項_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  197. Me.部件大項_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  198. Me.部件大項_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  199. Me.部件大項_dgv.Location = New System.Drawing.Point(6, 141)
  200. Me.部件大項_dgv.Name = "部件大項_dgv"
  201. Me.部件大項_dgv.RowHeadersWidth = 5
  202. Me.部件大項_dgv.RowTemplate.Height = 24
  203. Me.部件大項_dgv.Size = New System.Drawing.Size(125, 311)
  204. Me.部件大項_dgv.TabIndex = 222
  205. '
  206. '部件大項分類修改_bt
  207. '
  208. Me.部件大項分類修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  209. Me.部件大項分類修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  210. Me.部件大項分類修改_bt.Location = New System.Drawing.Point(9, 79)
  211. Me.部件大項分類修改_bt.Name = "部件大項分類修改_bt"
  212. Me.部件大項分類修改_bt.Size = New System.Drawing.Size(122, 25)
  213. Me.部件大項分類修改_bt.TabIndex = 224
  214. Me.部件大項分類修改_bt.Text = "修改"
  215. Me.部件大項分類修改_bt.UseVisualStyleBackColor = True
  216. '
  217. '部件大項分類大項_lb
  218. '
  219. Me.部件大項分類大項_lb.AutoSize = True
  220. Me.部件大項分類大項_lb.Location = New System.Drawing.Point(6, 22)
  221. Me.部件大項分類大項_lb.Name = "部件大項分類大項_lb"
  222. Me.部件大項分類大項_lb.Size = New System.Drawing.Size(32, 16)
  223. Me.部件大項分類大項_lb.TabIndex = 229
  224. Me.部件大項分類大項_lb.Text = "大項"
  225. '
  226. '部件大項分類新增_bt
  227. '
  228. Me.部件大項分類新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  229. Me.部件大項分類新增_bt.ForeColor = System.Drawing.Color.Blue
  230. Me.部件大項分類新增_bt.Location = New System.Drawing.Point(9, 48)
  231. Me.部件大項分類新增_bt.Name = "部件大項分類新增_bt"
  232. Me.部件大項分類新增_bt.Size = New System.Drawing.Size(122, 25)
  233. Me.部件大項分類新增_bt.TabIndex = 223
  234. Me.部件大項分類新增_bt.Text = "新增"
  235. Me.部件大項分類新增_bt.UseVisualStyleBackColor = True
  236. '
  237. '部件大項分類刪除_bt
  238. '
  239. Me.部件大項分類刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  240. Me.部件大項分類刪除_bt.ForeColor = System.Drawing.Color.Red
  241. Me.部件大項分類刪除_bt.Location = New System.Drawing.Point(9, 110)
  242. Me.部件大項分類刪除_bt.Name = "部件大項分類刪除_bt"
  243. Me.部件大項分類刪除_bt.Size = New System.Drawing.Size(122, 25)
  244. Me.部件大項分類刪除_bt.TabIndex = 225
  245. Me.部件大項分類刪除_bt.Text = "刪除"
  246. Me.部件大項分類刪除_bt.UseVisualStyleBackColor = True
  247. '
  248. '部件大項分類大項_tb
  249. '
  250. Me.部件大項分類大項_tb.Location = New System.Drawing.Point(44, 19)
  251. Me.部件大項分類大項_tb.Name = "部件大項分類大項_tb"
  252. Me.部件大項分類大項_tb.Size = New System.Drawing.Size(87, 23)
  253. Me.部件大項分類大項_tb.TabIndex = 227
  254. '
  255. 'GroupBox2
  256. '
  257. Me.GroupBox2.Controls.Add(Me.貼標大項_dgv)
  258. Me.GroupBox2.Controls.Add(Me.貼標對應名稱修改_bt)
  259. Me.GroupBox2.Controls.Add(Me.貼標對應名稱大項_lb)
  260. Me.GroupBox2.Controls.Add(Me.貼標對應名稱新增_bt)
  261. Me.GroupBox2.Controls.Add(Me.貼標對應名稱刪除_bt)
  262. Me.GroupBox2.Controls.Add(Me.貼標對應名稱清單_tb)
  263. Me.GroupBox2.Location = New System.Drawing.Point(153, 2)
  264. Me.GroupBox2.Name = "GroupBox2"
  265. Me.GroupBox2.Size = New System.Drawing.Size(144, 462)
  266. Me.GroupBox2.TabIndex = 235
  267. Me.GroupBox2.TabStop = False
  268. Me.GroupBox2.Text = "貼標對應名稱清單"
  269. '
  270. '貼標大項_dgv
  271. '
  272. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  273. Me.貼標大項_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  274. Me.貼標大項_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  275. Me.貼標大項_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  276. Me.貼標大項_dgv.Location = New System.Drawing.Point(6, 141)
  277. Me.貼標大項_dgv.Name = "貼標大項_dgv"
  278. Me.貼標大項_dgv.RowHeadersWidth = 5
  279. Me.貼標大項_dgv.RowTemplate.Height = 24
  280. Me.貼標大項_dgv.Size = New System.Drawing.Size(125, 311)
  281. Me.貼標大項_dgv.TabIndex = 222
  282. '
  283. '貼標對應名稱修改_bt
  284. '
  285. Me.貼標對應名稱修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  286. Me.貼標對應名稱修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  287. Me.貼標對應名稱修改_bt.Location = New System.Drawing.Point(9, 79)
  288. Me.貼標對應名稱修改_bt.Name = "貼標對應名稱修改_bt"
  289. Me.貼標對應名稱修改_bt.Size = New System.Drawing.Size(122, 25)
  290. Me.貼標對應名稱修改_bt.TabIndex = 224
  291. Me.貼標對應名稱修改_bt.Text = "修改"
  292. Me.貼標對應名稱修改_bt.UseVisualStyleBackColor = True
  293. '
  294. '貼標對應名稱大項_lb
  295. '
  296. Me.貼標對應名稱大項_lb.AutoSize = True
  297. Me.貼標對應名稱大項_lb.Location = New System.Drawing.Point(6, 22)
  298. Me.貼標對應名稱大項_lb.Name = "貼標對應名稱大項_lb"
  299. Me.貼標對應名稱大項_lb.Size = New System.Drawing.Size(32, 16)
  300. Me.貼標對應名稱大項_lb.TabIndex = 229
  301. Me.貼標對應名稱大項_lb.Text = "大項"
  302. '
  303. '貼標對應名稱新增_bt
  304. '
  305. Me.貼標對應名稱新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  306. Me.貼標對應名稱新增_bt.ForeColor = System.Drawing.Color.Blue
  307. Me.貼標對應名稱新增_bt.Location = New System.Drawing.Point(9, 48)
  308. Me.貼標對應名稱新增_bt.Name = "貼標對應名稱新增_bt"
  309. Me.貼標對應名稱新增_bt.Size = New System.Drawing.Size(122, 25)
  310. Me.貼標對應名稱新增_bt.TabIndex = 223
  311. Me.貼標對應名稱新增_bt.Text = "新增"
  312. Me.貼標對應名稱新增_bt.UseVisualStyleBackColor = True
  313. '
  314. '貼標對應名稱刪除_bt
  315. '
  316. Me.貼標對應名稱刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  317. Me.貼標對應名稱刪除_bt.ForeColor = System.Drawing.Color.Red
  318. Me.貼標對應名稱刪除_bt.Location = New System.Drawing.Point(9, 110)
  319. Me.貼標對應名稱刪除_bt.Name = "貼標對應名稱刪除_bt"
  320. Me.貼標對應名稱刪除_bt.Size = New System.Drawing.Size(122, 25)
  321. Me.貼標對應名稱刪除_bt.TabIndex = 225
  322. Me.貼標對應名稱刪除_bt.Text = "刪除"
  323. Me.貼標對應名稱刪除_bt.UseVisualStyleBackColor = True
  324. '
  325. '貼標對應名稱清單_tb
  326. '
  327. Me.貼標對應名稱清單_tb.Location = New System.Drawing.Point(44, 19)
  328. Me.貼標對應名稱清單_tb.Name = "貼標對應名稱清單_tb"
  329. Me.貼標對應名稱清單_tb.Size = New System.Drawing.Size(87, 23)
  330. Me.貼標對應名稱清單_tb.TabIndex = 227
  331. '
  332. 'GroupBox7
  333. '
  334. Me.GroupBox7.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  335. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  336. Me.GroupBox7.Controls.Add(Me.報表及對帳單年份_dgv)
  337. Me.GroupBox7.Controls.Add(Me.報表及對帳單年份修改_bt)
  338. Me.GroupBox7.Controls.Add(Me.報表及對帳單年份_lb)
  339. Me.GroupBox7.Controls.Add(Me.報表及對帳單年份新增_bt)
  340. Me.GroupBox7.Controls.Add(Me.報表及對帳單年份刪除_bt)
  341. Me.GroupBox7.Controls.Add(Me.報表及對帳單年份_tb)
  342. Me.GroupBox7.Location = New System.Drawing.Point(3, 470)
  343. Me.GroupBox7.Name = "GroupBox7"
  344. Me.GroupBox7.Size = New System.Drawing.Size(144, 497)
  345. Me.GroupBox7.TabIndex = 246
  346. Me.GroupBox7.TabStop = False
  347. Me.GroupBox7.Text = "報表及對帳單年份清單"
  348. '
  349. '報表及對帳單年份_dgv
  350. '
  351. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  352. Me.報表及對帳單年份_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  353. Me.報表及對帳單年份_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  354. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  355. Me.報表及對帳單年份_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  356. Me.報表及對帳單年份_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  357. Me.報表及對帳單年份_dgv.Location = New System.Drawing.Point(5, 141)
  358. Me.報表及對帳單年份_dgv.Name = "報表及對帳單年份_dgv"
  359. Me.報表及對帳單年份_dgv.RowHeadersWidth = 5
  360. Me.報表及對帳單年份_dgv.RowTemplate.Height = 24
  361. Me.報表及對帳單年份_dgv.Size = New System.Drawing.Size(135, 346)
  362. Me.報表及對帳單年份_dgv.TabIndex = 222
  363. '
  364. '報表及對帳單年份修改_bt
  365. '
  366. Me.報表及對帳單年份修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  367. Me.報表及對帳單年份修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  368. Me.報表及對帳單年份修改_bt.Location = New System.Drawing.Point(9, 79)
  369. Me.報表及對帳單年份修改_bt.Name = "報表及對帳單年份修改_bt"
  370. Me.報表及對帳單年份修改_bt.Size = New System.Drawing.Size(122, 25)
  371. Me.報表及對帳單年份修改_bt.TabIndex = 224
  372. Me.報表及對帳單年份修改_bt.Text = "修改"
  373. Me.報表及對帳單年份修改_bt.UseVisualStyleBackColor = True
  374. '
  375. '報表及對帳單年份_lb
  376. '
  377. Me.報表及對帳單年份_lb.AutoSize = True
  378. Me.報表及對帳單年份_lb.Location = New System.Drawing.Point(6, 22)
  379. Me.報表及對帳單年份_lb.Name = "報表及對帳單年份_lb"
  380. Me.報表及對帳單年份_lb.Size = New System.Drawing.Size(32, 16)
  381. Me.報表及對帳單年份_lb.TabIndex = 229
  382. Me.報表及對帳單年份_lb.Text = "年份"
  383. '
  384. '報表及對帳單年份新增_bt
  385. '
  386. Me.報表及對帳單年份新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  387. Me.報表及對帳單年份新增_bt.ForeColor = System.Drawing.Color.Blue
  388. Me.報表及對帳單年份新增_bt.Location = New System.Drawing.Point(9, 48)
  389. Me.報表及對帳單年份新增_bt.Name = "報表及對帳單年份新增_bt"
  390. Me.報表及對帳單年份新增_bt.Size = New System.Drawing.Size(122, 25)
  391. Me.報表及對帳單年份新增_bt.TabIndex = 223
  392. Me.報表及對帳單年份新增_bt.Text = "新增"
  393. Me.報表及對帳單年份新增_bt.UseVisualStyleBackColor = True
  394. '
  395. '報表及對帳單年份刪除_bt
  396. '
  397. Me.報表及對帳單年份刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  398. Me.報表及對帳單年份刪除_bt.ForeColor = System.Drawing.Color.Red
  399. Me.報表及對帳單年份刪除_bt.Location = New System.Drawing.Point(9, 110)
  400. Me.報表及對帳單年份刪除_bt.Name = "報表及對帳單年份刪除_bt"
  401. Me.報表及對帳單年份刪除_bt.Size = New System.Drawing.Size(122, 25)
  402. Me.報表及對帳單年份刪除_bt.TabIndex = 225
  403. Me.報表及對帳單年份刪除_bt.Text = "刪除"
  404. Me.報表及對帳單年份刪除_bt.UseVisualStyleBackColor = True
  405. '
  406. '報表及對帳單年份_tb
  407. '
  408. Me.報表及對帳單年份_tb.Location = New System.Drawing.Point(44, 19)
  409. Me.報表及對帳單年份_tb.Name = "報表及對帳單年份_tb"
  410. Me.報表及對帳單年份_tb.Size = New System.Drawing.Size(87, 23)
  411. Me.報表及對帳單年份_tb.TabIndex = 227
  412. '
  413. 'GroupBox1
  414. '
  415. Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  416. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  417. Me.GroupBox1.Controls.Add(Me.部門_dgv)
  418. Me.GroupBox1.Controls.Add(Me.部門清單管理修改_bt)
  419. Me.GroupBox1.Controls.Add(Me.部門清單管理_lb)
  420. Me.GroupBox1.Controls.Add(Me.部門清單管理新增_bt)
  421. Me.GroupBox1.Controls.Add(Me.部門清單管理刪除_bt)
  422. Me.GroupBox1.Controls.Add(Me.部門清單管理_tb)
  423. Me.GroupBox1.Location = New System.Drawing.Point(147, 470)
  424. Me.GroupBox1.Name = "GroupBox1"
  425. Me.GroupBox1.Size = New System.Drawing.Size(144, 497)
  426. Me.GroupBox1.TabIndex = 247
  427. Me.GroupBox1.TabStop = False
  428. Me.GroupBox1.Text = "部門清單管理"
  429. '
  430. '部門_dgv
  431. '
  432. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  433. Me.部門_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  434. Me.部門_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  435. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  436. Me.部門_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  437. Me.部門_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  438. Me.部門_dgv.Location = New System.Drawing.Point(5, 141)
  439. Me.部門_dgv.Name = "部門_dgv"
  440. Me.部門_dgv.RowHeadersWidth = 5
  441. Me.部門_dgv.RowTemplate.Height = 24
  442. Me.部門_dgv.Size = New System.Drawing.Size(135, 346)
  443. Me.部門_dgv.TabIndex = 222
  444. '
  445. '部門清單管理修改_bt
  446. '
  447. Me.部門清單管理修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  448. Me.部門清單管理修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  449. Me.部門清單管理修改_bt.Location = New System.Drawing.Point(9, 79)
  450. Me.部門清單管理修改_bt.Name = "部門清單管理修改_bt"
  451. Me.部門清單管理修改_bt.Size = New System.Drawing.Size(122, 25)
  452. Me.部門清單管理修改_bt.TabIndex = 224
  453. Me.部門清單管理修改_bt.Text = "修改"
  454. Me.部門清單管理修改_bt.UseVisualStyleBackColor = True
  455. '
  456. '部門清單管理_lb
  457. '
  458. Me.部門清單管理_lb.AutoSize = True
  459. Me.部門清單管理_lb.Location = New System.Drawing.Point(6, 22)
  460. Me.部門清單管理_lb.Name = "部門清單管理_lb"
  461. Me.部門清單管理_lb.Size = New System.Drawing.Size(32, 16)
  462. Me.部門清單管理_lb.TabIndex = 229
  463. Me.部門清單管理_lb.Text = "部門"
  464. '
  465. '部門清單管理新增_bt
  466. '
  467. Me.部門清單管理新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  468. Me.部門清單管理新增_bt.ForeColor = System.Drawing.Color.Blue
  469. Me.部門清單管理新增_bt.Location = New System.Drawing.Point(9, 48)
  470. Me.部門清單管理新增_bt.Name = "部門清單管理新增_bt"
  471. Me.部門清單管理新增_bt.Size = New System.Drawing.Size(122, 25)
  472. Me.部門清單管理新增_bt.TabIndex = 223
  473. Me.部門清單管理新增_bt.Text = "新增"
  474. Me.部門清單管理新增_bt.UseVisualStyleBackColor = True
  475. '
  476. '部門清單管理刪除_bt
  477. '
  478. Me.部門清單管理刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  479. Me.部門清單管理刪除_bt.ForeColor = System.Drawing.Color.Red
  480. Me.部門清單管理刪除_bt.Location = New System.Drawing.Point(9, 110)
  481. Me.部門清單管理刪除_bt.Name = "部門清單管理刪除_bt"
  482. Me.部門清單管理刪除_bt.Size = New System.Drawing.Size(122, 25)
  483. Me.部門清單管理刪除_bt.TabIndex = 225
  484. Me.部門清單管理刪除_bt.Text = "刪除"
  485. Me.部門清單管理刪除_bt.UseVisualStyleBackColor = True
  486. '
  487. '部門清單管理_tb
  488. '
  489. Me.部門清單管理_tb.Location = New System.Drawing.Point(44, 19)
  490. Me.部門清單管理_tb.Name = "部門清單管理_tb"
  491. Me.部門清單管理_tb.Size = New System.Drawing.Size(87, 23)
  492. Me.部門清單管理_tb.TabIndex = 227
  493. '
  494. 'GroupBox4
  495. '
  496. Me.GroupBox4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  497. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  498. Me.GroupBox4.Controls.Add(Me.職稱_dgv)
  499. Me.GroupBox4.Controls.Add(Me.職稱清單管理修改_bt)
  500. Me.GroupBox4.Controls.Add(Me.職稱清單管理_lb)
  501. Me.GroupBox4.Controls.Add(Me.職稱清單管理新增_bt)
  502. Me.GroupBox4.Controls.Add(Me.職稱清單管理刪除_bt)
  503. Me.GroupBox4.Controls.Add(Me.職稱清單管理_tb)
  504. Me.GroupBox4.Location = New System.Drawing.Point(291, 470)
  505. Me.GroupBox4.Name = "GroupBox4"
  506. Me.GroupBox4.Size = New System.Drawing.Size(144, 497)
  507. Me.GroupBox4.TabIndex = 248
  508. Me.GroupBox4.TabStop = False
  509. Me.GroupBox4.Text = "職稱清單管理"
  510. '
  511. '職稱_dgv
  512. '
  513. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  514. Me.職稱_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  515. Me.職稱_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  516. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  517. Me.職稱_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  518. Me.職稱_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  519. Me.職稱_dgv.Location = New System.Drawing.Point(5, 141)
  520. Me.職稱_dgv.Name = "職稱_dgv"
  521. Me.職稱_dgv.RowHeadersWidth = 5
  522. Me.職稱_dgv.RowTemplate.Height = 24
  523. Me.職稱_dgv.Size = New System.Drawing.Size(135, 346)
  524. Me.職稱_dgv.TabIndex = 222
  525. '
  526. '職稱清單管理修改_bt
  527. '
  528. Me.職稱清單管理修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  529. Me.職稱清單管理修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  530. Me.職稱清單管理修改_bt.Location = New System.Drawing.Point(9, 79)
  531. Me.職稱清單管理修改_bt.Name = "職稱清單管理修改_bt"
  532. Me.職稱清單管理修改_bt.Size = New System.Drawing.Size(122, 25)
  533. Me.職稱清單管理修改_bt.TabIndex = 224
  534. Me.職稱清單管理修改_bt.Text = "修改"
  535. Me.職稱清單管理修改_bt.UseVisualStyleBackColor = True
  536. '
  537. '職稱清單管理_lb
  538. '
  539. Me.職稱清單管理_lb.AutoSize = True
  540. Me.職稱清單管理_lb.Location = New System.Drawing.Point(6, 22)
  541. Me.職稱清單管理_lb.Name = "職稱清單管理_lb"
  542. Me.職稱清單管理_lb.Size = New System.Drawing.Size(32, 16)
  543. Me.職稱清單管理_lb.TabIndex = 229
  544. Me.職稱清單管理_lb.Text = "職稱"
  545. '
  546. '職稱清單管理新增_bt
  547. '
  548. Me.職稱清單管理新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  549. Me.職稱清單管理新增_bt.ForeColor = System.Drawing.Color.Blue
  550. Me.職稱清單管理新增_bt.Location = New System.Drawing.Point(9, 48)
  551. Me.職稱清單管理新增_bt.Name = "職稱清單管理新增_bt"
  552. Me.職稱清單管理新增_bt.Size = New System.Drawing.Size(122, 25)
  553. Me.職稱清單管理新增_bt.TabIndex = 223
  554. Me.職稱清單管理新增_bt.Text = "新增"
  555. Me.職稱清單管理新增_bt.UseVisualStyleBackColor = True
  556. '
  557. '職稱清單管理刪除_bt
  558. '
  559. Me.職稱清單管理刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  560. Me.職稱清單管理刪除_bt.ForeColor = System.Drawing.Color.Red
  561. Me.職稱清單管理刪除_bt.Location = New System.Drawing.Point(9, 110)
  562. Me.職稱清單管理刪除_bt.Name = "職稱清單管理刪除_bt"
  563. Me.職稱清單管理刪除_bt.Size = New System.Drawing.Size(122, 25)
  564. Me.職稱清單管理刪除_bt.TabIndex = 225
  565. Me.職稱清單管理刪除_bt.Text = "刪除"
  566. Me.職稱清單管理刪除_bt.UseVisualStyleBackColor = True
  567. '
  568. '職稱清單管理_tb
  569. '
  570. Me.職稱清單管理_tb.Location = New System.Drawing.Point(44, 19)
  571. Me.職稱清單管理_tb.Name = "職稱清單管理_tb"
  572. Me.職稱清單管理_tb.Size = New System.Drawing.Size(87, 23)
  573. Me.職稱清單管理_tb.TabIndex = 227
  574. '
  575. 'GroupBox5
  576. '
  577. Me.GroupBox5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  578. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  579. Me.GroupBox5.Controls.Add(Me.請假類別_dgv)
  580. Me.GroupBox5.Controls.Add(Me.請假類別管理修改_bt)
  581. Me.GroupBox5.Controls.Add(Me.請假類別管理_lb)
  582. Me.GroupBox5.Controls.Add(Me.請假類別管理新增_bt)
  583. Me.GroupBox5.Controls.Add(Me.請假類別管理刪除_bt)
  584. Me.GroupBox5.Controls.Add(Me.請假類別管理_tb)
  585. Me.GroupBox5.Location = New System.Drawing.Point(435, 470)
  586. Me.GroupBox5.Name = "GroupBox5"
  587. Me.GroupBox5.Size = New System.Drawing.Size(144, 497)
  588. Me.GroupBox5.TabIndex = 249
  589. Me.GroupBox5.TabStop = False
  590. Me.GroupBox5.Text = "請假類別管理"
  591. '
  592. '請假類別_dgv
  593. '
  594. DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  595. Me.請假類別_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  596. Me.請假類別_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  597. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  598. Me.請假類別_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  599. Me.請假類別_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  600. Me.請假類別_dgv.Location = New System.Drawing.Point(5, 141)
  601. Me.請假類別_dgv.Name = "請假類別_dgv"
  602. Me.請假類別_dgv.RowHeadersWidth = 5
  603. Me.請假類別_dgv.RowTemplate.Height = 24
  604. Me.請假類別_dgv.Size = New System.Drawing.Size(135, 346)
  605. Me.請假類別_dgv.TabIndex = 222
  606. '
  607. '請假類別管理修改_bt
  608. '
  609. Me.請假類別管理修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  610. Me.請假類別管理修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  611. Me.請假類別管理修改_bt.Location = New System.Drawing.Point(9, 79)
  612. Me.請假類別管理修改_bt.Name = "請假類別管理修改_bt"
  613. Me.請假類別管理修改_bt.Size = New System.Drawing.Size(122, 25)
  614. Me.請假類別管理修改_bt.TabIndex = 224
  615. Me.請假類別管理修改_bt.Text = "修改"
  616. Me.請假類別管理修改_bt.UseVisualStyleBackColor = True
  617. '
  618. '請假類別管理_lb
  619. '
  620. Me.請假類別管理_lb.AutoSize = True
  621. Me.請假類別管理_lb.Location = New System.Drawing.Point(6, 22)
  622. Me.請假類別管理_lb.Name = "請假類別管理_lb"
  623. Me.請假類別管理_lb.Size = New System.Drawing.Size(32, 16)
  624. Me.請假類別管理_lb.TabIndex = 229
  625. Me.請假類別管理_lb.Text = "類別"
  626. '
  627. '請假類別管理新增_bt
  628. '
  629. Me.請假類別管理新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  630. Me.請假類別管理新增_bt.ForeColor = System.Drawing.Color.Blue
  631. Me.請假類別管理新增_bt.Location = New System.Drawing.Point(9, 48)
  632. Me.請假類別管理新增_bt.Name = "請假類別管理新增_bt"
  633. Me.請假類別管理新增_bt.Size = New System.Drawing.Size(122, 25)
  634. Me.請假類別管理新增_bt.TabIndex = 223
  635. Me.請假類別管理新增_bt.Text = "新增"
  636. Me.請假類別管理新增_bt.UseVisualStyleBackColor = True
  637. '
  638. '請假類別管理刪除_bt
  639. '
  640. Me.請假類別管理刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  641. Me.請假類別管理刪除_bt.ForeColor = System.Drawing.Color.Red
  642. Me.請假類別管理刪除_bt.Location = New System.Drawing.Point(9, 110)
  643. Me.請假類別管理刪除_bt.Name = "請假類別管理刪除_bt"
  644. Me.請假類別管理刪除_bt.Size = New System.Drawing.Size(122, 25)
  645. Me.請假類別管理刪除_bt.TabIndex = 225
  646. Me.請假類別管理刪除_bt.Text = "刪除"
  647. Me.請假類別管理刪除_bt.UseVisualStyleBackColor = True
  648. '
  649. '請假類別管理_tb
  650. '
  651. Me.請假類別管理_tb.Location = New System.Drawing.Point(44, 19)
  652. Me.請假類別管理_tb.Name = "請假類別管理_tb"
  653. Me.請假類別管理_tb.Size = New System.Drawing.Size(87, 23)
  654. Me.請假類別管理_tb.TabIndex = 227
  655. '
  656. 'GroupBox6
  657. '
  658. Me.GroupBox6.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  659. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  660. Me.GroupBox6.Controls.Add(Me.廠商類別管理_dgv)
  661. Me.GroupBox6.Controls.Add(Me.廠商類別管理修改_bt)
  662. Me.GroupBox6.Controls.Add(Me.廠商類別管理類別_lb)
  663. Me.GroupBox6.Controls.Add(Me.廠商類別管理新增_bt)
  664. Me.GroupBox6.Controls.Add(Me.廠商類別管理刪除_bt)
  665. Me.GroupBox6.Controls.Add(Me.廠商類別管理類別_tb)
  666. Me.GroupBox6.Location = New System.Drawing.Point(1719, 470)
  667. Me.GroupBox6.Name = "GroupBox6"
  668. Me.GroupBox6.Size = New System.Drawing.Size(144, 497)
  669. Me.GroupBox6.TabIndex = 250
  670. Me.GroupBox6.TabStop = False
  671. Me.GroupBox6.Text = "廠商類別管理"
  672. '
  673. '廠商類別管理_dgv
  674. '
  675. DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  676. Me.廠商類別管理_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  677. Me.廠商類別管理_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  678. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  679. Me.廠商類別管理_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  680. Me.廠商類別管理_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  681. Me.廠商類別管理_dgv.Location = New System.Drawing.Point(5, 141)
  682. Me.廠商類別管理_dgv.Name = "廠商類別管理_dgv"
  683. Me.廠商類別管理_dgv.RowHeadersWidth = 5
  684. Me.廠商類別管理_dgv.RowTemplate.Height = 24
  685. Me.廠商類別管理_dgv.Size = New System.Drawing.Size(134, 346)
  686. Me.廠商類別管理_dgv.TabIndex = 222
  687. '
  688. '廠商類別管理修改_bt
  689. '
  690. Me.廠商類別管理修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  691. Me.廠商類別管理修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  692. Me.廠商類別管理修改_bt.Location = New System.Drawing.Point(9, 79)
  693. Me.廠商類別管理修改_bt.Name = "廠商類別管理修改_bt"
  694. Me.廠商類別管理修改_bt.Size = New System.Drawing.Size(122, 25)
  695. Me.廠商類別管理修改_bt.TabIndex = 224
  696. Me.廠商類別管理修改_bt.Text = "修改"
  697. Me.廠商類別管理修改_bt.UseVisualStyleBackColor = True
  698. '
  699. '廠商類別管理類別_lb
  700. '
  701. Me.廠商類別管理類別_lb.AutoSize = True
  702. Me.廠商類別管理類別_lb.Location = New System.Drawing.Point(6, 22)
  703. Me.廠商類別管理類別_lb.Name = "廠商類別管理類別_lb"
  704. Me.廠商類別管理類別_lb.Size = New System.Drawing.Size(32, 16)
  705. Me.廠商類別管理類別_lb.TabIndex = 229
  706. Me.廠商類別管理類別_lb.Text = "類別"
  707. '
  708. '廠商類別管理新增_bt
  709. '
  710. Me.廠商類別管理新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  711. Me.廠商類別管理新增_bt.ForeColor = System.Drawing.Color.Blue
  712. Me.廠商類別管理新增_bt.Location = New System.Drawing.Point(9, 48)
  713. Me.廠商類別管理新增_bt.Name = "廠商類別管理新增_bt"
  714. Me.廠商類別管理新增_bt.Size = New System.Drawing.Size(122, 25)
  715. Me.廠商類別管理新增_bt.TabIndex = 223
  716. Me.廠商類別管理新增_bt.Text = "新增"
  717. Me.廠商類別管理新增_bt.UseVisualStyleBackColor = True
  718. '
  719. '廠商類別管理刪除_bt
  720. '
  721. Me.廠商類別管理刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  722. Me.廠商類別管理刪除_bt.ForeColor = System.Drawing.Color.Red
  723. Me.廠商類別管理刪除_bt.Location = New System.Drawing.Point(9, 110)
  724. Me.廠商類別管理刪除_bt.Name = "廠商類別管理刪除_bt"
  725. Me.廠商類別管理刪除_bt.Size = New System.Drawing.Size(122, 25)
  726. Me.廠商類別管理刪除_bt.TabIndex = 225
  727. Me.廠商類別管理刪除_bt.Text = "刪除"
  728. Me.廠商類別管理刪除_bt.UseVisualStyleBackColor = True
  729. '
  730. '廠商類別管理類別_tb
  731. '
  732. Me.廠商類別管理類別_tb.Location = New System.Drawing.Point(44, 19)
  733. Me.廠商類別管理類別_tb.Name = "廠商類別管理類別_tb"
  734. Me.廠商類別管理類別_tb.Size = New System.Drawing.Size(87, 23)
  735. Me.廠商類別管理類別_tb.TabIndex = 227
  736. '
  737. 'GroupBox8
  738. '
  739. Me.GroupBox8.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  740. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  741. Me.GroupBox8.Controls.Add(Me.模具結構_dgv)
  742. Me.GroupBox8.Controls.Add(Me.模具開發用結構修改_bt)
  743. Me.GroupBox8.Controls.Add(Me.模具開發用結構_lb)
  744. Me.GroupBox8.Controls.Add(Me.模具開發用結構新增_bt)
  745. Me.GroupBox8.Controls.Add(Me.模具開發用結構刪除_bt)
  746. Me.GroupBox8.Controls.Add(Me.模具開發用結構_tb)
  747. Me.GroupBox8.Location = New System.Drawing.Point(1437, 470)
  748. Me.GroupBox8.Name = "GroupBox8"
  749. Me.GroupBox8.Size = New System.Drawing.Size(144, 497)
  750. Me.GroupBox8.TabIndex = 251
  751. Me.GroupBox8.TabStop = False
  752. Me.GroupBox8.Text = "模具開發用結構清單"
  753. '
  754. '模具結構_dgv
  755. '
  756. DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  757. Me.模具結構_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
  758. Me.模具結構_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  759. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  760. Me.模具結構_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  761. Me.模具結構_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  762. Me.模具結構_dgv.Location = New System.Drawing.Point(7, 141)
  763. Me.模具結構_dgv.Name = "模具結構_dgv"
  764. Me.模具結構_dgv.RowHeadersWidth = 5
  765. Me.模具結構_dgv.RowTemplate.Height = 24
  766. Me.模具結構_dgv.Size = New System.Drawing.Size(133, 346)
  767. Me.模具結構_dgv.TabIndex = 222
  768. '
  769. '模具開發用結構修改_bt
  770. '
  771. Me.模具開發用結構修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  772. Me.模具開發用結構修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  773. Me.模具開發用結構修改_bt.Location = New System.Drawing.Point(9, 79)
  774. Me.模具開發用結構修改_bt.Name = "模具開發用結構修改_bt"
  775. Me.模具開發用結構修改_bt.Size = New System.Drawing.Size(122, 25)
  776. Me.模具開發用結構修改_bt.TabIndex = 224
  777. Me.模具開發用結構修改_bt.Text = "修改"
  778. Me.模具開發用結構修改_bt.UseVisualStyleBackColor = True
  779. '
  780. '模具開發用結構_lb
  781. '
  782. Me.模具開發用結構_lb.AutoSize = True
  783. Me.模具開發用結構_lb.Location = New System.Drawing.Point(6, 22)
  784. Me.模具開發用結構_lb.Name = "模具開發用結構_lb"
  785. Me.模具開發用結構_lb.Size = New System.Drawing.Size(32, 16)
  786. Me.模具開發用結構_lb.TabIndex = 229
  787. Me.模具開發用結構_lb.Text = "結構"
  788. '
  789. '模具開發用結構新增_bt
  790. '
  791. Me.模具開發用結構新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  792. Me.模具開發用結構新增_bt.ForeColor = System.Drawing.Color.Blue
  793. Me.模具開發用結構新增_bt.Location = New System.Drawing.Point(9, 48)
  794. Me.模具開發用結構新增_bt.Name = "模具開發用結構新增_bt"
  795. Me.模具開發用結構新增_bt.Size = New System.Drawing.Size(122, 25)
  796. Me.模具開發用結構新增_bt.TabIndex = 223
  797. Me.模具開發用結構新增_bt.Text = "新增"
  798. Me.模具開發用結構新增_bt.UseVisualStyleBackColor = True
  799. '
  800. '模具開發用結構刪除_bt
  801. '
  802. Me.模具開發用結構刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  803. Me.模具開發用結構刪除_bt.ForeColor = System.Drawing.Color.Red
  804. Me.模具開發用結構刪除_bt.Location = New System.Drawing.Point(9, 110)
  805. Me.模具開發用結構刪除_bt.Name = "模具開發用結構刪除_bt"
  806. Me.模具開發用結構刪除_bt.Size = New System.Drawing.Size(122, 25)
  807. Me.模具開發用結構刪除_bt.TabIndex = 225
  808. Me.模具開發用結構刪除_bt.Text = "刪除"
  809. Me.模具開發用結構刪除_bt.UseVisualStyleBackColor = True
  810. '
  811. '模具開發用結構_tb
  812. '
  813. Me.模具開發用結構_tb.Location = New System.Drawing.Point(44, 19)
  814. Me.模具開發用結構_tb.Name = "模具開發用結構_tb"
  815. Me.模具開發用結構_tb.Size = New System.Drawing.Size(87, 23)
  816. Me.模具開發用結構_tb.TabIndex = 227
  817. '
  818. 'GroupBox9
  819. '
  820. Me.GroupBox9.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  821. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  822. Me.GroupBox9.Controls.Add(Me.模具材料_dgv)
  823. Me.GroupBox9.Controls.Add(Me.模具開發用材質修改_bt)
  824. Me.GroupBox9.Controls.Add(Me.模具開發用材質_lb)
  825. Me.GroupBox9.Controls.Add(Me.模具開發用材質新增_bt)
  826. Me.GroupBox9.Controls.Add(Me.模具開發用材質刪除_bt)
  827. Me.GroupBox9.Controls.Add(Me.模具開發用材質_tb)
  828. Me.GroupBox9.Location = New System.Drawing.Point(1581, 470)
  829. Me.GroupBox9.Name = "GroupBox9"
  830. Me.GroupBox9.Size = New System.Drawing.Size(138, 497)
  831. Me.GroupBox9.TabIndex = 252
  832. Me.GroupBox9.TabStop = False
  833. Me.GroupBox9.Text = "模具開發用材質清單"
  834. '
  835. '模具材料_dgv
  836. '
  837. DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  838. Me.模具材料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
  839. Me.模具材料_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  840. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  841. Me.模具材料_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  842. Me.模具材料_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  843. Me.模具材料_dgv.Location = New System.Drawing.Point(5, 141)
  844. Me.模具材料_dgv.Name = "模具材料_dgv"
  845. Me.模具材料_dgv.RowHeadersWidth = 5
  846. Me.模具材料_dgv.RowTemplate.Height = 24
  847. Me.模具材料_dgv.Size = New System.Drawing.Size(128, 346)
  848. Me.模具材料_dgv.TabIndex = 222
  849. '
  850. '模具開發用材質修改_bt
  851. '
  852. Me.模具開發用材質修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  853. Me.模具開發用材質修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  854. Me.模具開發用材質修改_bt.Location = New System.Drawing.Point(9, 79)
  855. Me.模具開發用材質修改_bt.Name = "模具開發用材質修改_bt"
  856. Me.模具開發用材質修改_bt.Size = New System.Drawing.Size(122, 25)
  857. Me.模具開發用材質修改_bt.TabIndex = 224
  858. Me.模具開發用材質修改_bt.Text = "修改"
  859. Me.模具開發用材質修改_bt.UseVisualStyleBackColor = True
  860. '
  861. '模具開發用材質_lb
  862. '
  863. Me.模具開發用材質_lb.AutoSize = True
  864. Me.模具開發用材質_lb.Location = New System.Drawing.Point(6, 22)
  865. Me.模具開發用材質_lb.Name = "模具開發用材質_lb"
  866. Me.模具開發用材質_lb.Size = New System.Drawing.Size(32, 16)
  867. Me.模具開發用材質_lb.TabIndex = 229
  868. Me.模具開發用材質_lb.Text = "材質"
  869. '
  870. '模具開發用材質新增_bt
  871. '
  872. Me.模具開發用材質新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  873. Me.模具開發用材質新增_bt.ForeColor = System.Drawing.Color.Blue
  874. Me.模具開發用材質新增_bt.Location = New System.Drawing.Point(9, 48)
  875. Me.模具開發用材質新增_bt.Name = "模具開發用材質新增_bt"
  876. Me.模具開發用材質新增_bt.Size = New System.Drawing.Size(122, 25)
  877. Me.模具開發用材質新增_bt.TabIndex = 223
  878. Me.模具開發用材質新增_bt.Text = "新增"
  879. Me.模具開發用材質新增_bt.UseVisualStyleBackColor = True
  880. '
  881. '模具開發用材質刪除_bt
  882. '
  883. Me.模具開發用材質刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  884. Me.模具開發用材質刪除_bt.ForeColor = System.Drawing.Color.Red
  885. Me.模具開發用材質刪除_bt.Location = New System.Drawing.Point(9, 110)
  886. Me.模具開發用材質刪除_bt.Name = "模具開發用材質刪除_bt"
  887. Me.模具開發用材質刪除_bt.Size = New System.Drawing.Size(122, 25)
  888. Me.模具開發用材質刪除_bt.TabIndex = 225
  889. Me.模具開發用材質刪除_bt.Text = "刪除"
  890. Me.模具開發用材質刪除_bt.UseVisualStyleBackColor = True
  891. '
  892. '模具開發用材質_tb
  893. '
  894. Me.模具開發用材質_tb.Location = New System.Drawing.Point(44, 19)
  895. Me.模具開發用材質_tb.Name = "模具開發用材質_tb"
  896. Me.模具開發用材質_tb.Size = New System.Drawing.Size(87, 23)
  897. Me.模具開發用材質_tb.TabIndex = 227
  898. '
  899. 'GroupBox10
  900. '
  901. Me.GroupBox10.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  902. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  903. Me.GroupBox10.Controls.Add(Me.帳本_tb)
  904. Me.GroupBox10.Controls.Add(Me.財務帳本職別_lb)
  905. Me.GroupBox10.Controls.Add(Me.帳本編號_tb)
  906. Me.GroupBox10.Controls.Add(Me.財務帳本編號_lb)
  907. Me.GroupBox10.Controls.Add(Me.帳本_刪除_bt)
  908. Me.GroupBox10.Controls.Add(Me.帳本_新增_bt)
  909. Me.GroupBox10.Controls.Add(Me.帳本_修改_bt)
  910. Me.GroupBox10.Controls.Add(Me.帳本_dgv)
  911. Me.GroupBox10.Location = New System.Drawing.Point(723, 470)
  912. Me.GroupBox10.Name = "GroupBox10"
  913. Me.GroupBox10.Size = New System.Drawing.Size(238, 497)
  914. Me.GroupBox10.TabIndex = 254
  915. Me.GroupBox10.TabStop = False
  916. Me.GroupBox10.Text = "財務帳本編號"
  917. '
  918. '帳本_tb
  919. '
  920. Me.帳本_tb.Location = New System.Drawing.Point(135, 16)
  921. Me.帳本_tb.Name = "帳本_tb"
  922. Me.帳本_tb.Size = New System.Drawing.Size(95, 23)
  923. Me.帳本_tb.TabIndex = 677
  924. '
  925. '財務帳本職別_lb
  926. '
  927. Me.財務帳本職別_lb.AutoSize = True
  928. Me.財務帳本職別_lb.Location = New System.Drawing.Point(103, 20)
  929. Me.財務帳本職別_lb.Name = "財務帳本職別_lb"
  930. Me.財務帳本職別_lb.Size = New System.Drawing.Size(32, 16)
  931. Me.財務帳本職別_lb.TabIndex = 676
  932. Me.財務帳本職別_lb.Text = "職別"
  933. '
  934. '帳本編號_tb
  935. '
  936. Me.帳本編號_tb.Location = New System.Drawing.Point(41, 17)
  937. Me.帳本編號_tb.Name = "帳本編號_tb"
  938. Me.帳本編號_tb.Size = New System.Drawing.Size(60, 23)
  939. Me.帳本編號_tb.TabIndex = 675
  940. '
  941. '財務帳本編號_lb
  942. '
  943. Me.財務帳本編號_lb.AutoSize = True
  944. Me.財務帳本編號_lb.Location = New System.Drawing.Point(9, 20)
  945. Me.財務帳本編號_lb.Name = "財務帳本編號_lb"
  946. Me.財務帳本編號_lb.Size = New System.Drawing.Size(32, 16)
  947. Me.財務帳本編號_lb.TabIndex = 674
  948. Me.財務帳本編號_lb.Text = "編號"
  949. '
  950. '帳本_刪除_bt
  951. '
  952. Me.帳本_刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  953. Me.帳本_刪除_bt.ForeColor = System.Drawing.Color.Red
  954. Me.帳本_刪除_bt.Location = New System.Drawing.Point(156, 45)
  955. Me.帳本_刪除_bt.Name = "帳本_刪除_bt"
  956. Me.帳本_刪除_bt.Size = New System.Drawing.Size(74, 25)
  957. Me.帳本_刪除_bt.TabIndex = 673
  958. Me.帳本_刪除_bt.Text = "刪除"
  959. Me.帳本_刪除_bt.UseVisualStyleBackColor = True
  960. '
  961. '帳本_新增_bt
  962. '
  963. Me.帳本_新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  964. Me.帳本_新增_bt.ForeColor = System.Drawing.Color.Blue
  965. Me.帳本_新增_bt.Location = New System.Drawing.Point(6, 45)
  966. Me.帳本_新增_bt.Name = "帳本_新增_bt"
  967. Me.帳本_新增_bt.Size = New System.Drawing.Size(74, 25)
  968. Me.帳本_新增_bt.TabIndex = 671
  969. Me.帳本_新增_bt.Text = "新增"
  970. Me.帳本_新增_bt.UseVisualStyleBackColor = True
  971. '
  972. '帳本_修改_bt
  973. '
  974. Me.帳本_修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  975. Me.帳本_修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  976. Me.帳本_修改_bt.Location = New System.Drawing.Point(81, 45)
  977. Me.帳本_修改_bt.Name = "帳本_修改_bt"
  978. Me.帳本_修改_bt.Size = New System.Drawing.Size(74, 25)
  979. Me.帳本_修改_bt.TabIndex = 672
  980. Me.帳本_修改_bt.Text = "修改"
  981. Me.帳本_修改_bt.UseVisualStyleBackColor = True
  982. '
  983. '帳本_dgv
  984. '
  985. DataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  986. Me.帳本_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle10
  987. Me.帳本_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  988. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  989. Me.帳本_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  990. Me.帳本_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  991. Me.帳本_dgv.Location = New System.Drawing.Point(5, 76)
  992. Me.帳本_dgv.Name = "帳本_dgv"
  993. Me.帳本_dgv.RowHeadersWidth = 5
  994. Me.帳本_dgv.RowTemplate.Height = 24
  995. Me.帳本_dgv.Size = New System.Drawing.Size(229, 411)
  996. Me.帳本_dgv.TabIndex = 663
  997. '
  998. 'GroupBox11
  999. '
  1000. Me.GroupBox11.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  1001. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1002. Me.GroupBox11.Controls.Add(Me.縮寫_dgv)
  1003. Me.GroupBox11.Controls.Add(Me.楦頭縮寫管理修改_bt)
  1004. Me.GroupBox11.Controls.Add(Me.楦頭縮寫管理縮寫_lb)
  1005. Me.GroupBox11.Controls.Add(Me.楦頭縮寫管理新增_bt)
  1006. Me.GroupBox11.Controls.Add(Me.楦頭縮寫管理刪除_bt)
  1007. Me.GroupBox11.Controls.Add(Me.楦頭縮寫管理_tb)
  1008. Me.GroupBox11.Location = New System.Drawing.Point(579, 470)
  1009. Me.GroupBox11.Name = "GroupBox11"
  1010. Me.GroupBox11.Size = New System.Drawing.Size(144, 497)
  1011. Me.GroupBox11.TabIndex = 255
  1012. Me.GroupBox11.TabStop = False
  1013. Me.GroupBox11.Text = "楦頭縮寫管理"
  1014. '
  1015. '縮寫_dgv
  1016. '
  1017. DataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  1018. Me.縮寫_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle11
  1019. Me.縮寫_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  1020. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1021. Me.縮寫_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1022. Me.縮寫_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1023. Me.縮寫_dgv.Location = New System.Drawing.Point(5, 141)
  1024. Me.縮寫_dgv.Name = "縮寫_dgv"
  1025. Me.縮寫_dgv.RowHeadersWidth = 5
  1026. Me.縮寫_dgv.RowTemplate.Height = 24
  1027. Me.縮寫_dgv.Size = New System.Drawing.Size(135, 346)
  1028. Me.縮寫_dgv.TabIndex = 222
  1029. '
  1030. '楦頭縮寫管理修改_bt
  1031. '
  1032. Me.楦頭縮寫管理修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1033. Me.楦頭縮寫管理修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  1034. Me.楦頭縮寫管理修改_bt.Location = New System.Drawing.Point(9, 79)
  1035. Me.楦頭縮寫管理修改_bt.Name = "楦頭縮寫管理修改_bt"
  1036. Me.楦頭縮寫管理修改_bt.Size = New System.Drawing.Size(122, 25)
  1037. Me.楦頭縮寫管理修改_bt.TabIndex = 224
  1038. Me.楦頭縮寫管理修改_bt.Text = "修改"
  1039. Me.楦頭縮寫管理修改_bt.UseVisualStyleBackColor = True
  1040. '
  1041. '楦頭縮寫管理縮寫_lb
  1042. '
  1043. Me.楦頭縮寫管理縮寫_lb.AutoSize = True
  1044. Me.楦頭縮寫管理縮寫_lb.Location = New System.Drawing.Point(6, 22)
  1045. Me.楦頭縮寫管理縮寫_lb.Name = "楦頭縮寫管理縮寫_lb"
  1046. Me.楦頭縮寫管理縮寫_lb.Size = New System.Drawing.Size(32, 16)
  1047. Me.楦頭縮寫管理縮寫_lb.TabIndex = 229
  1048. Me.楦頭縮寫管理縮寫_lb.Text = "縮寫"
  1049. '
  1050. '楦頭縮寫管理新增_bt
  1051. '
  1052. Me.楦頭縮寫管理新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1053. Me.楦頭縮寫管理新增_bt.ForeColor = System.Drawing.Color.Blue
  1054. Me.楦頭縮寫管理新增_bt.Location = New System.Drawing.Point(9, 48)
  1055. Me.楦頭縮寫管理新增_bt.Name = "楦頭縮寫管理新增_bt"
  1056. Me.楦頭縮寫管理新增_bt.Size = New System.Drawing.Size(122, 25)
  1057. Me.楦頭縮寫管理新增_bt.TabIndex = 223
  1058. Me.楦頭縮寫管理新增_bt.Text = "新增"
  1059. Me.楦頭縮寫管理新增_bt.UseVisualStyleBackColor = True
  1060. '
  1061. '楦頭縮寫管理刪除_bt
  1062. '
  1063. Me.楦頭縮寫管理刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1064. Me.楦頭縮寫管理刪除_bt.ForeColor = System.Drawing.Color.Red
  1065. Me.楦頭縮寫管理刪除_bt.Location = New System.Drawing.Point(9, 110)
  1066. Me.楦頭縮寫管理刪除_bt.Name = "楦頭縮寫管理刪除_bt"
  1067. Me.楦頭縮寫管理刪除_bt.Size = New System.Drawing.Size(122, 25)
  1068. Me.楦頭縮寫管理刪除_bt.TabIndex = 225
  1069. Me.楦頭縮寫管理刪除_bt.Text = "刪除"
  1070. Me.楦頭縮寫管理刪除_bt.UseVisualStyleBackColor = True
  1071. '
  1072. '楦頭縮寫管理_tb
  1073. '
  1074. Me.楦頭縮寫管理_tb.Location = New System.Drawing.Point(44, 19)
  1075. Me.楦頭縮寫管理_tb.Name = "楦頭縮寫管理_tb"
  1076. Me.楦頭縮寫管理_tb.Size = New System.Drawing.Size(87, 23)
  1077. Me.楦頭縮寫管理_tb.TabIndex = 227
  1078. '
  1079. 'GroupBox12
  1080. '
  1081. Me.GroupBox12.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  1082. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1083. Me.GroupBox12.Controls.Add(Me.客戶_dgv)
  1084. Me.GroupBox12.Controls.Add(Me.客戶清單修改_bt)
  1085. Me.GroupBox12.Controls.Add(Me.客戶_lb)
  1086. Me.GroupBox12.Controls.Add(Me.客戶清單新增_bt)
  1087. Me.GroupBox12.Controls.Add(Me.客戶清單刪除_bt)
  1088. Me.GroupBox12.Controls.Add(Me.客戶_tb)
  1089. Me.GroupBox12.Location = New System.Drawing.Point(961, 470)
  1090. Me.GroupBox12.Name = "GroupBox12"
  1091. Me.GroupBox12.Size = New System.Drawing.Size(238, 497)
  1092. Me.GroupBox12.TabIndex = 256
  1093. Me.GroupBox12.TabStop = False
  1094. Me.GroupBox12.Text = "客戶清單"
  1095. '
  1096. '客戶_dgv
  1097. '
  1098. DataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  1099. Me.客戶_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle12
  1100. Me.客戶_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  1101. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1102. Me.客戶_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1103. Me.客戶_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1104. Me.客戶_dgv.Location = New System.Drawing.Point(5, 141)
  1105. Me.客戶_dgv.Name = "客戶_dgv"
  1106. Me.客戶_dgv.RowHeadersWidth = 5
  1107. Me.客戶_dgv.RowTemplate.Height = 24
  1108. Me.客戶_dgv.Size = New System.Drawing.Size(231, 346)
  1109. Me.客戶_dgv.TabIndex = 222
  1110. '
  1111. '客戶清單修改_bt
  1112. '
  1113. Me.客戶清單修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1114. Me.客戶清單修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  1115. Me.客戶清單修改_bt.Location = New System.Drawing.Point(9, 79)
  1116. Me.客戶清單修改_bt.Name = "客戶清單修改_bt"
  1117. Me.客戶清單修改_bt.Size = New System.Drawing.Size(223, 25)
  1118. Me.客戶清單修改_bt.TabIndex = 224
  1119. Me.客戶清單修改_bt.Text = "修改"
  1120. Me.客戶清單修改_bt.UseVisualStyleBackColor = True
  1121. '
  1122. '客戶_lb
  1123. '
  1124. Me.客戶_lb.AutoSize = True
  1125. Me.客戶_lb.Location = New System.Drawing.Point(6, 22)
  1126. Me.客戶_lb.Name = "客戶_lb"
  1127. Me.客戶_lb.Size = New System.Drawing.Size(32, 16)
  1128. Me.客戶_lb.TabIndex = 229
  1129. Me.客戶_lb.Text = "客戶"
  1130. '
  1131. '客戶清單新增_bt
  1132. '
  1133. Me.客戶清單新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1134. Me.客戶清單新增_bt.ForeColor = System.Drawing.Color.Blue
  1135. Me.客戶清單新增_bt.Location = New System.Drawing.Point(9, 48)
  1136. Me.客戶清單新增_bt.Name = "客戶清單新增_bt"
  1137. Me.客戶清單新增_bt.Size = New System.Drawing.Size(223, 25)
  1138. Me.客戶清單新增_bt.TabIndex = 223
  1139. Me.客戶清單新增_bt.Text = "新增"
  1140. Me.客戶清單新增_bt.UseVisualStyleBackColor = True
  1141. '
  1142. '客戶清單刪除_bt
  1143. '
  1144. Me.客戶清單刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1145. Me.客戶清單刪除_bt.ForeColor = System.Drawing.Color.Red
  1146. Me.客戶清單刪除_bt.Location = New System.Drawing.Point(9, 110)
  1147. Me.客戶清單刪除_bt.Name = "客戶清單刪除_bt"
  1148. Me.客戶清單刪除_bt.Size = New System.Drawing.Size(223, 25)
  1149. Me.客戶清單刪除_bt.TabIndex = 225
  1150. Me.客戶清單刪除_bt.Text = "刪除"
  1151. Me.客戶清單刪除_bt.UseVisualStyleBackColor = True
  1152. '
  1153. '客戶_tb
  1154. '
  1155. Me.客戶_tb.Location = New System.Drawing.Point(44, 19)
  1156. Me.客戶_tb.Name = "客戶_tb"
  1157. Me.客戶_tb.Size = New System.Drawing.Size(188, 23)
  1158. Me.客戶_tb.TabIndex = 227
  1159. '
  1160. 'GroupBox13
  1161. '
  1162. Me.GroupBox13.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  1163. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1164. Me.GroupBox13.Controls.Add(Me.品牌_dgv)
  1165. Me.GroupBox13.Controls.Add(Me.品牌清單修改_bt)
  1166. Me.GroupBox13.Controls.Add(Me.品牌清單_lb)
  1167. Me.GroupBox13.Controls.Add(Me.品牌清單新增_bt)
  1168. Me.GroupBox13.Controls.Add(Me.品牌清單刪除_bt)
  1169. Me.GroupBox13.Controls.Add(Me.品牌清單_tb)
  1170. Me.GroupBox13.Location = New System.Drawing.Point(1199, 470)
  1171. Me.GroupBox13.Name = "GroupBox13"
  1172. Me.GroupBox13.Size = New System.Drawing.Size(238, 497)
  1173. Me.GroupBox13.TabIndex = 257
  1174. Me.GroupBox13.TabStop = False
  1175. Me.GroupBox13.Text = "品牌"
  1176. '
  1177. '品牌_dgv
  1178. '
  1179. DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  1180. Me.品牌_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
  1181. Me.品牌_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  1182. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1183. Me.品牌_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1184. Me.品牌_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1185. Me.品牌_dgv.Location = New System.Drawing.Point(5, 141)
  1186. Me.品牌_dgv.Name = "品牌_dgv"
  1187. Me.品牌_dgv.RowHeadersWidth = 5
  1188. Me.品牌_dgv.RowTemplate.Height = 24
  1189. Me.品牌_dgv.Size = New System.Drawing.Size(231, 346)
  1190. Me.品牌_dgv.TabIndex = 222
  1191. '
  1192. '品牌清單修改_bt
  1193. '
  1194. Me.品牌清單修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1195. Me.品牌清單修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  1196. Me.品牌清單修改_bt.Location = New System.Drawing.Point(9, 79)
  1197. Me.品牌清單修改_bt.Name = "品牌清單修改_bt"
  1198. Me.品牌清單修改_bt.Size = New System.Drawing.Size(223, 25)
  1199. Me.品牌清單修改_bt.TabIndex = 224
  1200. Me.品牌清單修改_bt.Text = "修改"
  1201. Me.品牌清單修改_bt.UseVisualStyleBackColor = True
  1202. '
  1203. '品牌清單_lb
  1204. '
  1205. Me.品牌清單_lb.AutoSize = True
  1206. Me.品牌清單_lb.Location = New System.Drawing.Point(6, 22)
  1207. Me.品牌清單_lb.Name = "品牌清單_lb"
  1208. Me.品牌清單_lb.Size = New System.Drawing.Size(56, 16)
  1209. Me.品牌清單_lb.TabIndex = 229
  1210. Me.品牌清單_lb.Text = "品牌清單"
  1211. '
  1212. '品牌清單新增_bt
  1213. '
  1214. Me.品牌清單新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1215. Me.品牌清單新增_bt.ForeColor = System.Drawing.Color.Blue
  1216. Me.品牌清單新增_bt.Location = New System.Drawing.Point(9, 48)
  1217. Me.品牌清單新增_bt.Name = "品牌清單新增_bt"
  1218. Me.品牌清單新增_bt.Size = New System.Drawing.Size(223, 25)
  1219. Me.品牌清單新增_bt.TabIndex = 223
  1220. Me.品牌清單新增_bt.Text = "新增"
  1221. Me.品牌清單新增_bt.UseVisualStyleBackColor = True
  1222. '
  1223. '品牌清單刪除_bt
  1224. '
  1225. Me.品牌清單刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1226. Me.品牌清單刪除_bt.ForeColor = System.Drawing.Color.Red
  1227. Me.品牌清單刪除_bt.Location = New System.Drawing.Point(9, 110)
  1228. Me.品牌清單刪除_bt.Name = "品牌清單刪除_bt"
  1229. Me.品牌清單刪除_bt.Size = New System.Drawing.Size(223, 25)
  1230. Me.品牌清單刪除_bt.TabIndex = 225
  1231. Me.品牌清單刪除_bt.Text = "刪除"
  1232. Me.品牌清單刪除_bt.UseVisualStyleBackColor = True
  1233. '
  1234. '品牌清單_tb
  1235. '
  1236. Me.品牌清單_tb.Location = New System.Drawing.Point(62, 19)
  1237. Me.品牌清單_tb.Name = "品牌清單_tb"
  1238. Me.品牌清單_tb.Size = New System.Drawing.Size(170, 23)
  1239. Me.品牌清單_tb.TabIndex = 227
  1240. '
  1241. '資料庫清單1_dgv
  1242. '
  1243. DataGridViewCellStyle14.BackColor = System.Drawing.Color.White
  1244. Me.資料庫清單1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle14
  1245. Me.資料庫清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1246. Me.資料庫清單1_dgv.BackgroundColor = System.Drawing.Color.White
  1247. DataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1248. DataGridViewCellStyle15.BackColor = System.Drawing.Color.White
  1249. DataGridViewCellStyle15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1250. DataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText
  1251. DataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1252. DataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1253. DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1254. Me.資料庫清單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle15
  1255. Me.資料庫清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1256. Me.資料庫清單1_dgv.Location = New System.Drawing.Point(1622, 28)
  1257. Me.資料庫清單1_dgv.Name = "資料庫清單1_dgv"
  1258. Me.資料庫清單1_dgv.RowHeadersWidth = 5
  1259. Me.資料庫清單1_dgv.RowTemplate.Height = 24
  1260. Me.資料庫清單1_dgv.Size = New System.Drawing.Size(241, 436)
  1261. Me.資料庫清單1_dgv.TabIndex = 1518
  1262. '
  1263. 'LOG檔截斷3_bt
  1264. '
  1265. Me.LOG檔截斷3_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1266. Me.LOG檔截斷3_bt.Location = New System.Drawing.Point(1740, 3)
  1267. Me.LOG檔截斷3_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1268. Me.LOG檔截斷3_bt.Name = "LOG檔截斷3_bt"
  1269. Me.LOG檔截斷3_bt.Size = New System.Drawing.Size(123, 23)
  1270. Me.LOG檔截斷3_bt.TabIndex = 1517
  1271. Me.LOG檔截斷3_bt.Text = "LOG檔截斷"
  1272. '
  1273. 'Label3
  1274. '
  1275. Me.Label3.AutoSize = True
  1276. Me.Label3.BackColor = System.Drawing.SystemColors.Control
  1277. Me.Label3.Location = New System.Drawing.Point(1625, 7)
  1278. Me.Label3.Name = "Label3"
  1279. Me.Label3.Size = New System.Drawing.Size(56, 16)
  1280. Me.Label3.TabIndex = 1516
  1281. Me.Label3.Text = "主伺服器"
  1282. '
  1283. '伺服器狀態_dgv
  1284. '
  1285. DataGridViewCellStyle16.BackColor = System.Drawing.Color.White
  1286. Me.伺服器狀態_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle16
  1287. Me.伺服器狀態_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1288. Me.伺服器狀態_dgv.BackgroundColor = System.Drawing.Color.White
  1289. DataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1290. DataGridViewCellStyle17.BackColor = System.Drawing.Color.White
  1291. DataGridViewCellStyle17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1292. DataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.WindowText
  1293. DataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1294. DataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1295. DataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1296. Me.伺服器狀態_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle17
  1297. Me.伺服器狀態_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1298. Me.伺服器狀態_dgv.Location = New System.Drawing.Point(302, 28)
  1299. Me.伺服器狀態_dgv.Name = "伺服器狀態_dgv"
  1300. Me.伺服器狀態_dgv.RowHeadersWidth = 5
  1301. Me.伺服器狀態_dgv.RowTemplate.Height = 24
  1302. Me.伺服器狀態_dgv.Size = New System.Drawing.Size(924, 436)
  1303. Me.伺服器狀態_dgv.TabIndex = 1507
  1304. '
  1305. '圖片資料庫管理修改_bt
  1306. '
  1307. Me.圖片資料庫管理修改_bt.Location = New System.Drawing.Point(1231, 433)
  1308. Me.圖片資料庫管理修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1309. Me.圖片資料庫管理修改_bt.Name = "圖片資料庫管理修改_bt"
  1310. Me.圖片資料庫管理修改_bt.Size = New System.Drawing.Size(386, 31)
  1311. Me.圖片資料庫管理修改_bt.TabIndex = 1515
  1312. Me.圖片資料庫管理修改_bt.Text = "修改"
  1313. '
  1314. '圖片資料庫名稱_lb
  1315. '
  1316. Me.圖片資料庫名稱_lb.AutoSize = True
  1317. Me.圖片資料庫名稱_lb.BackColor = System.Drawing.SystemColors.Control
  1318. Me.圖片資料庫名稱_lb.Location = New System.Drawing.Point(1230, 6)
  1319. Me.圖片資料庫名稱_lb.Name = "圖片資料庫名稱_lb"
  1320. Me.圖片資料庫名稱_lb.Size = New System.Drawing.Size(92, 16)
  1321. Me.圖片資料庫名稱_lb.TabIndex = 1513
  1322. Me.圖片資料庫名稱_lb.Text = "圖片資料庫名稱"
  1323. '
  1324. '圖片資料庫名稱_tb
  1325. '
  1326. Me.圖片資料庫名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1327. Me.圖片資料庫名稱_tb.Location = New System.Drawing.Point(1322, 3)
  1328. Me.圖片資料庫名稱_tb.Margin = New System.Windows.Forms.Padding(5)
  1329. Me.圖片資料庫名稱_tb.Name = "圖片資料庫名稱_tb"
  1330. Me.圖片資料庫名稱_tb.Size = New System.Drawing.Size(212, 23)
  1331. Me.圖片資料庫名稱_tb.TabIndex = 1512
  1332. '
  1333. '圖片資料庫管理_dgv
  1334. '
  1335. DataGridViewCellStyle18.BackColor = System.Drawing.Color.White
  1336. Me.圖片資料庫管理_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle18
  1337. Me.圖片資料庫管理_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1338. Me.圖片資料庫管理_dgv.BackgroundColor = System.Drawing.Color.White
  1339. DataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1340. DataGridViewCellStyle19.BackColor = System.Drawing.Color.White
  1341. DataGridViewCellStyle19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1342. DataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.WindowText
  1343. DataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1344. DataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1345. DataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1346. Me.圖片資料庫管理_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle19
  1347. Me.圖片資料庫管理_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1348. Me.圖片資料庫管理_dgv.Location = New System.Drawing.Point(1232, 28)
  1349. Me.圖片資料庫管理_dgv.Name = "圖片資料庫管理_dgv"
  1350. Me.圖片資料庫管理_dgv.RowHeadersWidth = 5
  1351. Me.圖片資料庫管理_dgv.RowTemplate.Height = 24
  1352. Me.圖片資料庫管理_dgv.Size = New System.Drawing.Size(385, 398)
  1353. Me.圖片資料庫管理_dgv.TabIndex = 1511
  1354. '
  1355. '重新讀取_bt
  1356. '
  1357. Me.重新讀取_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1358. Me.重新讀取_bt.Location = New System.Drawing.Point(1152, 4)
  1359. Me.重新讀取_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1360. Me.重新讀取_bt.Name = "重新讀取_bt"
  1361. Me.重新讀取_bt.Size = New System.Drawing.Size(72, 23)
  1362. Me.重新讀取_bt.TabIndex = 1510
  1363. Me.重新讀取_bt.Text = "重新讀取"
  1364. '
  1365. '伺服器_lb
  1366. '
  1367. Me.伺服器_lb.AutoSize = True
  1368. Me.伺服器_lb.BackColor = System.Drawing.SystemColors.Control
  1369. Me.伺服器_lb.Location = New System.Drawing.Point(832, 7)
  1370. Me.伺服器_lb.Name = "伺服器_lb"
  1371. Me.伺服器_lb.Size = New System.Drawing.Size(230, 16)
  1372. Me.伺服器_lb.TabIndex = 1509
  1373. Me.伺服器_lb.Text = "伺服器中資料庫極限容量監控設定值 (MB)"
  1374. '
  1375. 'MAX_nud
  1376. '
  1377. Me.MAX_nud.Location = New System.Drawing.Point(1068, 4)
  1378. Me.MAX_nud.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0})
  1379. Me.MAX_nud.Name = "MAX_nud"
  1380. Me.MAX_nud.Size = New System.Drawing.Size(83, 23)
  1381. Me.MAX_nud.TabIndex = 1508
  1382. Me.MAX_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  1383. Me.MAX_nud.ThousandsSeparator = True
  1384. Me.MAX_nud.Value = New Decimal(New Integer() {5000, 0, 0, 0})
  1385. '
  1386. '是否可用_ch
  1387. '
  1388. Me.是否可用_ch.AutoSize = True
  1389. Me.是否可用_ch.Location = New System.Drawing.Point(1542, 7)
  1390. Me.是否可用_ch.Name = "是否可用_ch"
  1391. Me.是否可用_ch.Size = New System.Drawing.Size(75, 20)
  1392. Me.是否可用_ch.TabIndex = 1514
  1393. Me.是否可用_ch.Text = "是否鎖定"
  1394. Me.是否可用_ch.UseVisualStyleBackColor = True
  1395. '
  1396. '系統編碼規則_1
  1397. '
  1398. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1399. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1400. Me.ClientSize = New System.Drawing.Size(1914, 971)
  1401. Me.Controls.Add(Me.資料庫清單1_dgv)
  1402. Me.Controls.Add(Me.LOG檔截斷3_bt)
  1403. Me.Controls.Add(Me.Label3)
  1404. Me.Controls.Add(Me.伺服器狀態_dgv)
  1405. Me.Controls.Add(Me.圖片資料庫管理修改_bt)
  1406. Me.Controls.Add(Me.圖片資料庫名稱_lb)
  1407. Me.Controls.Add(Me.圖片資料庫名稱_tb)
  1408. Me.Controls.Add(Me.圖片資料庫管理_dgv)
  1409. Me.Controls.Add(Me.重新讀取_bt)
  1410. Me.Controls.Add(Me.伺服器_lb)
  1411. Me.Controls.Add(Me.MAX_nud)
  1412. Me.Controls.Add(Me.是否可用_ch)
  1413. Me.Controls.Add(Me.GroupBox13)
  1414. Me.Controls.Add(Me.GroupBox12)
  1415. Me.Controls.Add(Me.GroupBox11)
  1416. Me.Controls.Add(Me.GroupBox10)
  1417. Me.Controls.Add(Me.GroupBox9)
  1418. Me.Controls.Add(Me.GroupBox8)
  1419. Me.Controls.Add(Me.GroupBox6)
  1420. Me.Controls.Add(Me.GroupBox5)
  1421. Me.Controls.Add(Me.GroupBox4)
  1422. Me.Controls.Add(Me.GroupBox1)
  1423. Me.Controls.Add(Me.GroupBox7)
  1424. Me.Controls.Add(Me.GroupBox2)
  1425. Me.Controls.Add(Me.GroupBox3)
  1426. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1427. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1428. Me.Name = "系統編碼規則_1"
  1429. Me.Text = "系統編碼原則"
  1430. Me.GroupBox3.ResumeLayout(False)
  1431. Me.GroupBox3.PerformLayout()
  1432. CType(Me.部件大項_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1433. Me.GroupBox2.ResumeLayout(False)
  1434. Me.GroupBox2.PerformLayout()
  1435. CType(Me.貼標大項_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1436. Me.GroupBox7.ResumeLayout(False)
  1437. Me.GroupBox7.PerformLayout()
  1438. CType(Me.報表及對帳單年份_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1439. Me.GroupBox1.ResumeLayout(False)
  1440. Me.GroupBox1.PerformLayout()
  1441. CType(Me.部門_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1442. Me.GroupBox4.ResumeLayout(False)
  1443. Me.GroupBox4.PerformLayout()
  1444. CType(Me.職稱_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1445. Me.GroupBox5.ResumeLayout(False)
  1446. Me.GroupBox5.PerformLayout()
  1447. CType(Me.請假類別_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1448. Me.GroupBox6.ResumeLayout(False)
  1449. Me.GroupBox6.PerformLayout()
  1450. CType(Me.廠商類別管理_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1451. Me.GroupBox8.ResumeLayout(False)
  1452. Me.GroupBox8.PerformLayout()
  1453. CType(Me.模具結構_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1454. Me.GroupBox9.ResumeLayout(False)
  1455. Me.GroupBox9.PerformLayout()
  1456. CType(Me.模具材料_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1457. Me.GroupBox10.ResumeLayout(False)
  1458. Me.GroupBox10.PerformLayout()
  1459. CType(Me.帳本_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1460. Me.GroupBox11.ResumeLayout(False)
  1461. Me.GroupBox11.PerformLayout()
  1462. CType(Me.縮寫_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1463. Me.GroupBox12.ResumeLayout(False)
  1464. Me.GroupBox12.PerformLayout()
  1465. CType(Me.客戶_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1466. Me.GroupBox13.ResumeLayout(False)
  1467. Me.GroupBox13.PerformLayout()
  1468. CType(Me.品牌_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1469. CType(Me.資料庫清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1470. CType(Me.伺服器狀態_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1471. CType(Me.圖片資料庫管理_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1472. CType(Me.MAX_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1473. Me.ResumeLayout(False)
  1474. Me.PerformLayout()
  1475. End Sub
  1476. Friend WithEvents GroupBox3 As GroupBox
  1477. Friend WithEvents 部件大項_dgv As DataGridView
  1478. Friend WithEvents 部件大項分類修改_bt As Button
  1479. Friend WithEvents 部件大項分類大項_lb As Label
  1480. Friend WithEvents 部件大項分類新增_bt As Button
  1481. Friend WithEvents 部件大項分類刪除_bt As Button
  1482. Friend WithEvents 部件大項分類大項_tb As TextBox
  1483. Friend WithEvents GroupBox2 As GroupBox
  1484. Friend WithEvents 貼標大項_dgv As DataGridView
  1485. Friend WithEvents 貼標對應名稱修改_bt As Button
  1486. Friend WithEvents 貼標對應名稱大項_lb As Label
  1487. Friend WithEvents 貼標對應名稱新增_bt As Button
  1488. Friend WithEvents 貼標對應名稱刪除_bt As Button
  1489. Friend WithEvents 貼標對應名稱清單_tb As TextBox
  1490. Friend WithEvents GroupBox7 As GroupBox
  1491. Friend WithEvents 報表及對帳單年份_dgv As DataGridView
  1492. Friend WithEvents 報表及對帳單年份修改_bt As Button
  1493. Friend WithEvents 報表及對帳單年份_lb As Label
  1494. Friend WithEvents 報表及對帳單年份新增_bt As Button
  1495. Friend WithEvents 報表及對帳單年份刪除_bt As Button
  1496. Friend WithEvents 報表及對帳單年份_tb As TextBox
  1497. Friend WithEvents GroupBox1 As GroupBox
  1498. Friend WithEvents 部門_dgv As DataGridView
  1499. Friend WithEvents 部門清單管理修改_bt As Button
  1500. Friend WithEvents 部門清單管理_lb As Label
  1501. Friend WithEvents 部門清單管理新增_bt As Button
  1502. Friend WithEvents 部門清單管理刪除_bt As Button
  1503. Friend WithEvents 部門清單管理_tb As TextBox
  1504. Friend WithEvents GroupBox4 As GroupBox
  1505. Friend WithEvents 職稱_dgv As DataGridView
  1506. Friend WithEvents 職稱清單管理修改_bt As Button
  1507. Friend WithEvents 職稱清單管理_lb As Label
  1508. Friend WithEvents 職稱清單管理新增_bt As Button
  1509. Friend WithEvents 職稱清單管理刪除_bt As Button
  1510. Friend WithEvents 職稱清單管理_tb As TextBox
  1511. Friend WithEvents GroupBox5 As GroupBox
  1512. Friend WithEvents 請假類別_dgv As DataGridView
  1513. Friend WithEvents 請假類別管理修改_bt As Button
  1514. Friend WithEvents 請假類別管理_lb As Label
  1515. Friend WithEvents 請假類別管理新增_bt As Button
  1516. Friend WithEvents 請假類別管理刪除_bt As Button
  1517. Friend WithEvents 請假類別管理_tb As TextBox
  1518. Friend WithEvents GroupBox6 As GroupBox
  1519. Friend WithEvents 廠商類別管理_dgv As DataGridView
  1520. Friend WithEvents 廠商類別管理修改_bt As Button
  1521. Friend WithEvents 廠商類別管理類別_lb As Label
  1522. Friend WithEvents 廠商類別管理新增_bt As Button
  1523. Friend WithEvents 廠商類別管理刪除_bt As Button
  1524. Friend WithEvents 廠商類別管理類別_tb As TextBox
  1525. Friend WithEvents GroupBox8 As GroupBox
  1526. Friend WithEvents 模具結構_dgv As DataGridView
  1527. Friend WithEvents 模具開發用結構修改_bt As Button
  1528. Friend WithEvents 模具開發用結構_lb As Label
  1529. Friend WithEvents 模具開發用結構新增_bt As Button
  1530. Friend WithEvents 模具開發用結構刪除_bt As Button
  1531. Friend WithEvents 模具開發用結構_tb As TextBox
  1532. Friend WithEvents GroupBox9 As GroupBox
  1533. Friend WithEvents 模具材料_dgv As DataGridView
  1534. Friend WithEvents 模具開發用材質修改_bt As Button
  1535. Friend WithEvents 模具開發用材質_lb As Label
  1536. Friend WithEvents 模具開發用材質新增_bt As Button
  1537. Friend WithEvents 模具開發用材質刪除_bt As Button
  1538. Friend WithEvents 模具開發用材質_tb As TextBox
  1539. Friend WithEvents GroupBox10 As GroupBox
  1540. Friend WithEvents 帳本_tb As TextBox
  1541. Friend WithEvents 財務帳本職別_lb As Label
  1542. Friend WithEvents 帳本編號_tb As TextBox
  1543. Friend WithEvents 財務帳本編號_lb As Label
  1544. Friend WithEvents 帳本_刪除_bt As Button
  1545. Friend WithEvents 帳本_新增_bt As Button
  1546. Friend WithEvents 帳本_修改_bt As Button
  1547. Friend WithEvents 帳本_dgv As DataGridView
  1548. Friend WithEvents GroupBox11 As GroupBox
  1549. Friend WithEvents 縮寫_dgv As DataGridView
  1550. Friend WithEvents 楦頭縮寫管理修改_bt As Button
  1551. Friend WithEvents 楦頭縮寫管理縮寫_lb As Label
  1552. Friend WithEvents 楦頭縮寫管理新增_bt As Button
  1553. Friend WithEvents 楦頭縮寫管理刪除_bt As Button
  1554. Friend WithEvents 楦頭縮寫管理_tb As TextBox
  1555. Friend WithEvents GroupBox12 As GroupBox
  1556. Friend WithEvents 客戶_dgv As DataGridView
  1557. Friend WithEvents 客戶清單修改_bt As Button
  1558. Friend WithEvents 客戶_lb As Label
  1559. Friend WithEvents 客戶清單新增_bt As Button
  1560. Friend WithEvents 客戶清單刪除_bt As Button
  1561. Friend WithEvents 客戶_tb As TextBox
  1562. Friend WithEvents GroupBox13 As GroupBox
  1563. Friend WithEvents 品牌_dgv As DataGridView
  1564. Friend WithEvents 品牌清單修改_bt As Button
  1565. Friend WithEvents 品牌清單_lb As Label
  1566. Friend WithEvents 品牌清單新增_bt As Button
  1567. Friend WithEvents 品牌清單刪除_bt As Button
  1568. Friend WithEvents 品牌清單_tb As TextBox
  1569. Friend WithEvents 資料庫清單1_dgv As DataGridView
  1570. Friend WithEvents LOG檔截斷3_bt As Button
  1571. Friend WithEvents Label3 As Label
  1572. Friend WithEvents 伺服器狀態_dgv As DataGridView
  1573. Friend WithEvents 圖片資料庫管理修改_bt As Button
  1574. Friend WithEvents 圖片資料庫名稱_lb As Label
  1575. Friend WithEvents 圖片資料庫名稱_tb As TextBox
  1576. Friend WithEvents 圖片資料庫管理_dgv As DataGridView
  1577. Friend WithEvents 重新讀取_bt As Button
  1578. Friend WithEvents 伺服器_lb As Label
  1579. Friend WithEvents MAX_nud As NumericUpDown
  1580. Friend WithEvents 是否可用_ch As CheckBox
  1581. End Class