No Description
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.

Frm_01HF_RetanRcp.designer.vb 80KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class Frm_01HF_RetanRcp
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請不要使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  33. Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  34. Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  35. Me.Button1 = New System.Windows.Forms.Button()
  36. Me.Button2 = New System.Windows.Forms.Button()
  37. Me.Button3 = New System.Windows.Forms.Button()
  38. Me.Button4 = New System.Windows.Forms.Button()
  39. Me.Button8 = New System.Windows.Forms.Button()
  40. Me.cmdAddrcp = New System.Windows.Forms.Button()
  41. Me.cmdcanceladd = New System.Windows.Forms.Button()
  42. Me.DGV1 = New System.Windows.Forms.DataGridView()
  43. Me.Label1 = New System.Windows.Forms.Label()
  44. Me.Label4 = New System.Windows.Forms.Label()
  45. Me.Label5 = New System.Windows.Forms.Label()
  46. Me.Label6 = New System.Windows.Forms.Label()
  47. Me.Label7 = New System.Windows.Forms.Label()
  48. Me.Label8 = New System.Windows.Forms.Label()
  49. Me.Label9 = New System.Windows.Forms.Label()
  50. Me.Label10 = New System.Windows.Forms.Label()
  51. Me.TextBox1 = New System.Windows.Forms.TextBox()
  52. Me.txtsum = New System.Windows.Forms.TextBox()
  53. Me.txttan = New System.Windows.Forms.TextBox()
  54. Me.txtdye = New System.Windows.Forms.TextBox()
  55. Me.txtx = New System.Windows.Forms.TextBox()
  56. Me.txtoil = New System.Windows.Forms.TextBox()
  57. Me.txtxx = New System.Windows.Forms.TextBox()
  58. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  59. Me.txtKJ = New System.Windows.Forms.TextBox()
  60. Me.Label19 = New System.Windows.Forms.Label()
  61. Me.txtsize = New System.Windows.Forms.TextBox()
  62. Me.Label12 = New System.Windows.Forms.Label()
  63. Me.txtuse = New System.Windows.Forms.TextBox()
  64. Me.txtcreate = New System.Windows.Forms.TextBox()
  65. Me.txtedit = New System.Windows.Forms.TextBox()
  66. Me.Label14 = New System.Windows.Forms.Label()
  67. Me.Label15 = New System.Windows.Forms.Label()
  68. Me.Label16 = New System.Windows.Forms.Label()
  69. Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  70. Me.GroupBox3 = New System.Windows.Forms.GroupBox()
  71. Me.RadioButton2 = New System.Windows.Forms.RadioButton()
  72. Me.RadioButton1 = New System.Windows.Forms.RadioButton()
  73. Me.Label2 = New System.Windows.Forms.Label()
  74. Me.txteditor = New System.Windows.Forms.TextBox()
  75. Me.Button6 = New System.Windows.Forms.Button()
  76. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  77. Me.Button9 = New System.Windows.Forms.Button()
  78. Me.cmdSaveEdit = New System.Windows.Forms.Button()
  79. Me.cmdCancelEdit = New System.Windows.Forms.Button()
  80. Me.dgv_record = New System.Windows.Forms.DataGridView()
  81. Me.TextBox5 = New System.Windows.Forms.TextBox()
  82. Me.TXT_PID = New System.Windows.Forms.TextBox()
  83. Me.Button7 = New System.Windows.Forms.Button()
  84. Me.TextBox6 = New System.Windows.Forms.TextBox()
  85. Me.TextBox7 = New System.Windows.Forms.TextBox()
  86. Me.TextBox8 = New System.Windows.Forms.TextBox()
  87. Me.TextBox9 = New System.Windows.Forms.TextBox()
  88. Me.TextBox10 = New System.Windows.Forms.TextBox()
  89. Me.TextBox11 = New System.Windows.Forms.TextBox()
  90. Me.TextBox12 = New System.Windows.Forms.TextBox()
  91. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  92. Me.Button10 = New System.Windows.Forms.Button()
  93. Me.Button17 = New System.Windows.Forms.Button()
  94. Me.Button18 = New System.Windows.Forms.Button()
  95. Me.Button19 = New System.Windows.Forms.Button()
  96. Me.Button20 = New System.Windows.Forms.Button()
  97. Me.TextBox13 = New System.Windows.Forms.TextBox()
  98. Me.TextBox14 = New System.Windows.Forms.TextBox()
  99. Me.TextBox15 = New System.Windows.Forms.TextBox()
  100. Me.TextBox16 = New System.Windows.Forms.TextBox()
  101. Me.TextBox17 = New System.Windows.Forms.TextBox()
  102. Me.Label3 = New System.Windows.Forms.Label()
  103. Me.Label11 = New System.Windows.Forms.Label()
  104. Me.Label13 = New System.Windows.Forms.Label()
  105. Me.Label17 = New System.Windows.Forms.Label()
  106. Me.Label18 = New System.Windows.Forms.Label()
  107. Me.Button15 = New System.Windows.Forms.Button()
  108. Me.Button14 = New System.Windows.Forms.Button()
  109. Me.Button13 = New System.Windows.Forms.Button()
  110. Me.Button12 = New System.Windows.Forms.Button()
  111. Me.Button11 = New System.Windows.Forms.Button()
  112. Me.TextBox4 = New System.Windows.Forms.TextBox()
  113. Me.TextBox3 = New System.Windows.Forms.TextBox()
  114. Me.TextBox2 = New System.Windows.Forms.TextBox()
  115. Me.ListBox4 = New System.Windows.Forms.ListBox()
  116. Me.ListBox3 = New System.Windows.Forms.ListBox()
  117. Me.ListBox2 = New System.Windows.Forms.ListBox()
  118. Me.dgv_cost = New System.Windows.Forms.DataGridView()
  119. Me.dgv_chem_detail = New System.Windows.Forms.DataGridView()
  120. Me.Button21 = New System.Windows.Forms.Button()
  121. Me.Button22 = New System.Windows.Forms.Button()
  122. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  123. Me.Button23 = New System.Windows.Forms.Button()
  124. Me.dgv2 = New System.Windows.Forms.DataGridView()
  125. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  126. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  127. Me.TextBox18 = New System.Windows.Forms.TextBox()
  128. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  129. Me.Button24 = New System.Windows.Forms.Button()
  130. Me.Label20 = New System.Windows.Forms.Label()
  131. Me.Button25 = New System.Windows.Forms.Button()
  132. Me.Button26 = New System.Windows.Forms.Button()
  133. Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
  134. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).BeginInit()
  135. Me.GroupBox1.SuspendLayout()
  136. Me.GroupBox2.SuspendLayout()
  137. Me.GroupBox3.SuspendLayout()
  138. CType(Me.dgv_record, System.ComponentModel.ISupportInitialize).BeginInit()
  139. CType(Me.dgv_cost, System.ComponentModel.ISupportInitialize).BeginInit()
  140. CType(Me.dgv_chem_detail, System.ComponentModel.ISupportInitialize).BeginInit()
  141. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  142. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).BeginInit()
  143. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  144. Me.SuspendLayout()
  145. '
  146. 'Button1
  147. '
  148. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  149. Me.Button1.Location = New System.Drawing.Point(436, 42)
  150. Me.Button1.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  151. Me.Button1.Name = "Button1"
  152. Me.Button1.Size = New System.Drawing.Size(154, 84)
  153. Me.Button1.TabIndex = 0
  154. Me.Button1.Text = "插入列 (&Z) "
  155. Me.Button1.UseVisualStyleBackColor = True
  156. '
  157. 'Button2
  158. '
  159. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  160. Me.Button2.Location = New System.Drawing.Point(644, 40)
  161. Me.Button2.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  162. Me.Button2.Name = "Button2"
  163. Me.Button2.Size = New System.Drawing.Size(154, 84)
  164. Me.Button2.TabIndex = 1
  165. Me.Button2.Text = "修改(&E)"
  166. Me.Button2.UseVisualStyleBackColor = True
  167. '
  168. 'Button3
  169. '
  170. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  171. Me.Button3.Location = New System.Drawing.Point(246, 40)
  172. Me.Button3.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  173. Me.Button3.Name = "Button3"
  174. Me.Button3.Size = New System.Drawing.Size(138, 84)
  175. Me.Button3.TabIndex = 2
  176. Me.Button3.Text = "查詢(&Q)"
  177. Me.Button3.UseVisualStyleBackColor = True
  178. '
  179. 'Button4
  180. '
  181. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  182. Me.Button4.Location = New System.Drawing.Point(806, 42)
  183. Me.Button4.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  184. Me.Button4.Name = "Button4"
  185. Me.Button4.Size = New System.Drawing.Size(154, 84)
  186. Me.Button4.TabIndex = 3
  187. Me.Button4.Text = "刪除(&D)"
  188. Me.Button4.UseVisualStyleBackColor = True
  189. '
  190. 'Button8
  191. '
  192. Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  193. Me.Button8.Location = New System.Drawing.Point(58, 1456)
  194. Me.Button8.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  195. Me.Button8.Name = "Button8"
  196. Me.Button8.Size = New System.Drawing.Size(178, 66)
  197. Me.Button8.TabIndex = 7
  198. Me.Button8.Text = "新增工艺"
  199. Me.Button8.UseVisualStyleBackColor = True
  200. Me.Button8.UseWaitCursor = True
  201. Me.Button8.Visible = False
  202. '
  203. 'cmdAddrcp
  204. '
  205. Me.cmdAddrcp.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  206. Me.cmdAddrcp.Location = New System.Drawing.Point(58, 1540)
  207. Me.cmdAddrcp.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  208. Me.cmdAddrcp.Name = "cmdAddrcp"
  209. Me.cmdAddrcp.Size = New System.Drawing.Size(178, 66)
  210. Me.cmdAddrcp.TabIndex = 8
  211. Me.cmdAddrcp.Text = "確定新增"
  212. Me.cmdAddrcp.UseVisualStyleBackColor = True
  213. Me.cmdAddrcp.UseWaitCursor = True
  214. Me.cmdAddrcp.Visible = False
  215. '
  216. 'cmdcanceladd
  217. '
  218. Me.cmdcanceladd.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  219. Me.cmdcanceladd.Location = New System.Drawing.Point(246, 1540)
  220. Me.cmdcanceladd.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  221. Me.cmdcanceladd.Name = "cmdcanceladd"
  222. Me.cmdcanceladd.Size = New System.Drawing.Size(178, 66)
  223. Me.cmdcanceladd.TabIndex = 9
  224. Me.cmdcanceladd.Text = "取消新增(&C)"
  225. Me.cmdcanceladd.UseVisualStyleBackColor = True
  226. Me.cmdcanceladd.UseWaitCursor = True
  227. Me.cmdcanceladd.Visible = False
  228. '
  229. 'DGV1
  230. '
  231. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  232. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
  233. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  234. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  235. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  236. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  237. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  238. Me.DGV1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  239. Me.DGV1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  240. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  241. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  242. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.818182!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  243. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  244. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  245. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  246. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  247. Me.DGV1.DefaultCellStyle = DataGridViewCellStyle2
  248. Me.DGV1.Location = New System.Drawing.Point(40, 138)
  249. Me.DGV1.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  250. Me.DGV1.Name = "DGV1"
  251. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  252. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
  253. DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  254. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
  255. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  256. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  257. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  258. Me.DGV1.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
  259. Me.DGV1.RowHeadersWidth = 66
  260. Me.DGV1.RowTemplate.Height = 24
  261. Me.DGV1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  262. Me.DGV1.Size = New System.Drawing.Size(1940, 754)
  263. Me.DGV1.TabIndex = 15
  264. '
  265. 'Label1
  266. '
  267. Me.Label1.AutoSize = True
  268. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  269. Me.Label1.ForeColor = System.Drawing.Color.Red
  270. Me.Label1.Location = New System.Drawing.Point(192, 940)
  271. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  272. Me.Label1.Name = "Label1"
  273. Me.Label1.Size = New System.Drawing.Size(209, 40)
  274. Me.Label1.TabIndex = 16
  275. Me.Label1.Text = "新增處方模式"
  276. Me.Label1.UseWaitCursor = True
  277. Me.Label1.Visible = False
  278. '
  279. 'Label4
  280. '
  281. Me.Label4.AutoSize = True
  282. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  283. Me.Label4.Location = New System.Drawing.Point(12, 52)
  284. Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  285. Me.Label4.Name = "Label4"
  286. Me.Label4.Size = New System.Drawing.Size(119, 33)
  287. Me.Label4.TabIndex = 19
  288. Me.Label4.Text = "藍皮重量"
  289. '
  290. 'Label5
  291. '
  292. Me.Label5.AutoSize = True
  293. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  294. Me.Label5.Location = New System.Drawing.Point(64, 548)
  295. Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  296. Me.Label5.Name = "Label5"
  297. Me.Label5.Size = New System.Drawing.Size(67, 33)
  298. Me.Label5.TabIndex = 20
  299. Me.Label5.Text = "合計"
  300. '
  301. 'Label6
  302. '
  303. Me.Label6.AutoSize = True
  304. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  305. Me.Label6.Location = New System.Drawing.Point(64, 176)
  306. Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  307. Me.Label6.Name = "Label6"
  308. Me.Label6.Size = New System.Drawing.Size(67, 33)
  309. Me.Label6.TabIndex = 21
  310. Me.Label6.Text = "單寧"
  311. '
  312. 'Label7
  313. '
  314. Me.Label7.AutoSize = True
  315. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  316. Me.Label7.Location = New System.Drawing.Point(64, 300)
  317. Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  318. Me.Label7.Name = "Label7"
  319. Me.Label7.Size = New System.Drawing.Size(67, 33)
  320. Me.Label7.TabIndex = 22
  321. Me.Label7.Text = "油脂"
  322. '
  323. 'Label8
  324. '
  325. Me.Label8.AutoSize = True
  326. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  327. Me.Label8.Location = New System.Drawing.Point(64, 364)
  328. Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  329. Me.Label8.Name = "Label8"
  330. Me.Label8.Size = New System.Drawing.Size(67, 33)
  331. Me.Label8.TabIndex = 23
  332. Me.Label8.Text = "染料"
  333. '
  334. 'Label9
  335. '
  336. Me.Label9.AutoSize = True
  337. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  338. Me.Label9.Location = New System.Drawing.Point(64, 424)
  339. Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  340. Me.Label9.Name = "Label9"
  341. Me.Label9.Size = New System.Drawing.Size(67, 33)
  342. Me.Label9.TabIndex = 24
  343. Me.Label9.Text = "助劑"
  344. '
  345. 'Label10
  346. '
  347. Me.Label10.AutoSize = True
  348. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  349. Me.Label10.Location = New System.Drawing.Point(64, 486)
  350. Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  351. Me.Label10.Name = "Label10"
  352. Me.Label10.Size = New System.Drawing.Size(67, 33)
  353. Me.Label10.TabIndex = 25
  354. Me.Label10.Text = "其他"
  355. '
  356. 'TextBox1
  357. '
  358. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  359. Me.TextBox1.Location = New System.Drawing.Point(154, 42)
  360. Me.TextBox1.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  361. Me.TextBox1.Name = "TextBox1"
  362. Me.TextBox1.Size = New System.Drawing.Size(216, 42)
  363. Me.TextBox1.TabIndex = 10
  364. '
  365. 'txtsum
  366. '
  367. Me.txtsum.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  368. Me.txtsum.Location = New System.Drawing.Point(154, 540)
  369. Me.txtsum.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  370. Me.txtsum.Name = "txtsum"
  371. Me.txtsum.Size = New System.Drawing.Size(216, 42)
  372. Me.txtsum.TabIndex = 7
  373. '
  374. 'txttan
  375. '
  376. Me.txttan.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  377. Me.txttan.Location = New System.Drawing.Point(154, 164)
  378. Me.txttan.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  379. Me.txttan.Name = "txttan"
  380. Me.txttan.Size = New System.Drawing.Size(216, 42)
  381. Me.txttan.TabIndex = 2
  382. '
  383. 'txtdye
  384. '
  385. Me.txtdye.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  386. Me.txtdye.Location = New System.Drawing.Point(154, 352)
  387. Me.txtdye.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  388. Me.txtdye.Name = "txtdye"
  389. Me.txtdye.Size = New System.Drawing.Size(216, 42)
  390. Me.txtdye.TabIndex = 4
  391. '
  392. 'txtx
  393. '
  394. Me.txtx.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  395. Me.txtx.Location = New System.Drawing.Point(154, 414)
  396. Me.txtx.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  397. Me.txtx.Name = "txtx"
  398. Me.txtx.Size = New System.Drawing.Size(216, 42)
  399. Me.txtx.TabIndex = 5
  400. '
  401. 'txtoil
  402. '
  403. Me.txtoil.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  404. Me.txtoil.Location = New System.Drawing.Point(154, 292)
  405. Me.txtoil.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  406. Me.txtoil.Name = "txtoil"
  407. Me.txtoil.Size = New System.Drawing.Size(216, 42)
  408. Me.txtoil.TabIndex = 3
  409. '
  410. 'txtxx
  411. '
  412. Me.txtxx.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  413. Me.txtxx.Location = New System.Drawing.Point(154, 476)
  414. Me.txtxx.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  415. Me.txtxx.Name = "txtxx"
  416. Me.txtxx.Size = New System.Drawing.Size(216, 42)
  417. Me.txtxx.TabIndex = 6
  418. '
  419. 'GroupBox1
  420. '
  421. Me.GroupBox1.Controls.Add(Me.txtKJ)
  422. Me.GroupBox1.Controls.Add(Me.Label19)
  423. Me.GroupBox1.Controls.Add(Me.txtsize)
  424. Me.GroupBox1.Controls.Add(Me.Label12)
  425. Me.GroupBox1.Controls.Add(Me.txtxx)
  426. Me.GroupBox1.Controls.Add(Me.txtoil)
  427. Me.GroupBox1.Controls.Add(Me.txtx)
  428. Me.GroupBox1.Controls.Add(Me.txtdye)
  429. Me.GroupBox1.Controls.Add(Me.txttan)
  430. Me.GroupBox1.Controls.Add(Me.txtsum)
  431. Me.GroupBox1.Controls.Add(Me.TextBox1)
  432. Me.GroupBox1.Controls.Add(Me.Label10)
  433. Me.GroupBox1.Controls.Add(Me.Label9)
  434. Me.GroupBox1.Controls.Add(Me.Label8)
  435. Me.GroupBox1.Controls.Add(Me.Label7)
  436. Me.GroupBox1.Controls.Add(Me.Label6)
  437. Me.GroupBox1.Controls.Add(Me.Label5)
  438. Me.GroupBox1.Controls.Add(Me.Label4)
  439. Me.GroupBox1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  440. Me.GroupBox1.Location = New System.Drawing.Point(2940, 400)
  441. Me.GroupBox1.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  442. Me.GroupBox1.Name = "GroupBox1"
  443. Me.GroupBox1.Padding = New System.Windows.Forms.Padding(4, 6, 4, 6)
  444. Me.GroupBox1.Size = New System.Drawing.Size(416, 618)
  445. Me.GroupBox1.TabIndex = 0
  446. Me.GroupBox1.TabStop = False
  447. Me.GroupBox1.Text = "成本計算"
  448. Me.GroupBox1.Visible = False
  449. '
  450. 'txtKJ
  451. '
  452. Me.txtKJ.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  453. Me.txtKJ.Location = New System.Drawing.Point(154, 228)
  454. Me.txtKJ.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  455. Me.txtKJ.Name = "txtKJ"
  456. Me.txtKJ.Size = New System.Drawing.Size(216, 42)
  457. Me.txtKJ.TabIndex = 34
  458. '
  459. 'Label19
  460. '
  461. Me.Label19.AutoSize = True
  462. Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  463. Me.Label19.Location = New System.Drawing.Point(64, 236)
  464. Me.Label19.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  465. Me.Label19.Name = "Label19"
  466. Me.Label19.Size = New System.Drawing.Size(67, 33)
  467. Me.Label19.TabIndex = 35
  468. Me.Label19.Text = "烤膠"
  469. '
  470. 'txtsize
  471. '
  472. Me.txtsize.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  473. Me.txtsize.Location = New System.Drawing.Point(154, 104)
  474. Me.txtsize.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  475. Me.txtsize.Name = "txtsize"
  476. Me.txtsize.Size = New System.Drawing.Size(216, 42)
  477. Me.txtsize.TabIndex = 1
  478. '
  479. 'Label12
  480. '
  481. Me.Label12.AutoSize = True
  482. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  483. Me.Label12.Location = New System.Drawing.Point(12, 114)
  484. Me.Label12.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  485. Me.Label12.Name = "Label12"
  486. Me.Label12.Size = New System.Drawing.Size(119, 33)
  487. Me.Label12.TabIndex = 33
  488. Me.Label12.Text = "成品呎數"
  489. '
  490. 'txtuse
  491. '
  492. Me.txtuse.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  493. Me.txtuse.Location = New System.Drawing.Point(136, 124)
  494. Me.txtuse.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  495. Me.txtuse.Name = "txtuse"
  496. Me.txtuse.Size = New System.Drawing.Size(168, 42)
  497. Me.txtuse.TabIndex = 43
  498. Me.txtuse.UseWaitCursor = True
  499. '
  500. 'txtcreate
  501. '
  502. Me.txtcreate.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  503. Me.txtcreate.Location = New System.Drawing.Point(134, 42)
  504. Me.txtcreate.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  505. Me.txtcreate.Name = "txtcreate"
  506. Me.txtcreate.Size = New System.Drawing.Size(168, 42)
  507. Me.txtcreate.TabIndex = 0
  508. Me.txtcreate.UseWaitCursor = True
  509. '
  510. 'txtedit
  511. '
  512. Me.txtedit.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  513. Me.txtedit.Location = New System.Drawing.Point(452, 42)
  514. Me.txtedit.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  515. Me.txtedit.Name = "txtedit"
  516. Me.txtedit.Size = New System.Drawing.Size(168, 42)
  517. Me.txtedit.TabIndex = 41
  518. Me.txtedit.UseWaitCursor = True
  519. '
  520. 'Label14
  521. '
  522. Me.Label14.AutoSize = True
  523. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  524. Me.Label14.Location = New System.Drawing.Point(12, 132)
  525. Me.Label14.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  526. Me.Label14.Name = "Label14"
  527. Me.Label14.Size = New System.Drawing.Size(119, 33)
  528. Me.Label14.TabIndex = 48
  529. Me.Label14.Text = "最後使用"
  530. Me.Label14.UseWaitCursor = True
  531. '
  532. 'Label15
  533. '
  534. Me.Label15.AutoSize = True
  535. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  536. Me.Label15.Location = New System.Drawing.Point(320, 54)
  537. Me.Label15.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  538. Me.Label15.Name = "Label15"
  539. Me.Label15.Size = New System.Drawing.Size(119, 33)
  540. Me.Label15.TabIndex = 47
  541. Me.Label15.Text = "最後修改"
  542. Me.Label15.UseWaitCursor = True
  543. '
  544. 'Label16
  545. '
  546. Me.Label16.AutoSize = True
  547. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  548. Me.Label16.Location = New System.Drawing.Point(10, 54)
  549. Me.Label16.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  550. Me.Label16.Name = "Label16"
  551. Me.Label16.Size = New System.Drawing.Size(119, 33)
  552. Me.Label16.TabIndex = 46
  553. Me.Label16.Text = "建立日期"
  554. Me.Label16.UseWaitCursor = True
  555. '
  556. 'GroupBox2
  557. '
  558. Me.GroupBox2.Controls.Add(Me.GroupBox3)
  559. Me.GroupBox2.Controls.Add(Me.Label2)
  560. Me.GroupBox2.Controls.Add(Me.txteditor)
  561. Me.GroupBox2.Controls.Add(Me.Button6)
  562. Me.GroupBox2.Controls.Add(Me.Label14)
  563. Me.GroupBox2.Controls.Add(Me.Label15)
  564. Me.GroupBox2.Controls.Add(Me.Label16)
  565. Me.GroupBox2.Controls.Add(Me.txtuse)
  566. Me.GroupBox2.Controls.Add(Me.txtcreate)
  567. Me.GroupBox2.Controls.Add(Me.txtedit)
  568. Me.GroupBox2.Location = New System.Drawing.Point(2314, 1312)
  569. Me.GroupBox2.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  570. Me.GroupBox2.Name = "GroupBox2"
  571. Me.GroupBox2.Padding = New System.Windows.Forms.Padding(4, 6, 4, 6)
  572. Me.GroupBox2.Size = New System.Drawing.Size(638, 294)
  573. Me.GroupBox2.TabIndex = 52
  574. Me.GroupBox2.TabStop = False
  575. Me.GroupBox2.UseWaitCursor = True
  576. Me.GroupBox2.Visible = False
  577. '
  578. 'GroupBox3
  579. '
  580. Me.GroupBox3.Controls.Add(Me.RadioButton2)
  581. Me.GroupBox3.Controls.Add(Me.RadioButton1)
  582. Me.GroupBox3.Location = New System.Drawing.Point(20, 184)
  583. Me.GroupBox3.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  584. Me.GroupBox3.Name = "GroupBox3"
  585. Me.GroupBox3.Padding = New System.Windows.Forms.Padding(4, 6, 4, 6)
  586. Me.GroupBox3.Size = New System.Drawing.Size(292, 90)
  587. Me.GroupBox3.TabIndex = 84
  588. Me.GroupBox3.TabStop = False
  589. Me.GroupBox3.UseWaitCursor = True
  590. '
  591. 'RadioButton2
  592. '
  593. Me.RadioButton2.AutoSize = True
  594. Me.RadioButton2.Checked = True
  595. Me.RadioButton2.Location = New System.Drawing.Point(172, 42)
  596. Me.RadioButton2.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  597. Me.RadioButton2.Name = "RadioButton2"
  598. Me.RadioButton2.Size = New System.Drawing.Size(65, 28)
  599. Me.RadioButton2.TabIndex = 85
  600. Me.RadioButton2.TabStop = True
  601. Me.RadioButton2.Text = "新"
  602. Me.RadioButton2.UseVisualStyleBackColor = True
  603. Me.RadioButton2.UseWaitCursor = True
  604. '
  605. 'RadioButton1
  606. '
  607. Me.RadioButton1.AutoSize = True
  608. Me.RadioButton1.Location = New System.Drawing.Point(44, 42)
  609. Me.RadioButton1.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  610. Me.RadioButton1.Name = "RadioButton1"
  611. Me.RadioButton1.Size = New System.Drawing.Size(65, 28)
  612. Me.RadioButton1.TabIndex = 84
  613. Me.RadioButton1.TabStop = True
  614. Me.RadioButton1.Text = "舊"
  615. Me.RadioButton1.UseVisualStyleBackColor = True
  616. Me.RadioButton1.UseWaitCursor = True
  617. '
  618. 'Label2
  619. '
  620. Me.Label2.AutoSize = True
  621. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  622. Me.Label2.Location = New System.Drawing.Point(322, 128)
  623. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  624. Me.Label2.Name = "Label2"
  625. Me.Label2.Size = New System.Drawing.Size(119, 33)
  626. Me.Label2.TabIndex = 72
  627. Me.Label2.Text = "修改人員"
  628. Me.Label2.UseWaitCursor = True
  629. '
  630. 'txteditor
  631. '
  632. Me.txteditor.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  633. Me.txteditor.Location = New System.Drawing.Point(452, 116)
  634. Me.txteditor.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  635. Me.txteditor.Name = "txteditor"
  636. Me.txteditor.Size = New System.Drawing.Size(168, 42)
  637. Me.txteditor.TabIndex = 71
  638. Me.txteditor.UseWaitCursor = True
  639. '
  640. 'Button6
  641. '
  642. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  643. Me.Button6.Location = New System.Drawing.Point(452, 198)
  644. Me.Button6.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  645. Me.Button6.Name = "Button6"
  646. Me.Button6.Size = New System.Drawing.Size(148, 66)
  647. Me.Button6.TabIndex = 70
  648. Me.Button6.Text = "修改記錄"
  649. Me.Button6.UseVisualStyleBackColor = True
  650. Me.Button6.UseWaitCursor = True
  651. '
  652. 'Timer1
  653. '
  654. Me.Timer1.Interval = 1000
  655. '
  656. 'Button9
  657. '
  658. Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  659. Me.Button9.Location = New System.Drawing.Point(968, 42)
  660. Me.Button9.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  661. Me.Button9.Name = "Button9"
  662. Me.Button9.Size = New System.Drawing.Size(154, 84)
  663. Me.Button9.TabIndex = 66
  664. Me.Button9.Text = "标签(&P)"
  665. Me.Button9.UseVisualStyleBackColor = True
  666. '
  667. 'cmdSaveEdit
  668. '
  669. Me.cmdSaveEdit.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  670. Me.cmdSaveEdit.Location = New System.Drawing.Point(412, 932)
  671. Me.cmdSaveEdit.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  672. Me.cmdSaveEdit.Name = "cmdSaveEdit"
  673. Me.cmdSaveEdit.Size = New System.Drawing.Size(178, 66)
  674. Me.cmdSaveEdit.TabIndex = 67
  675. Me.cmdSaveEdit.Text = "儲存修改(&S)"
  676. Me.cmdSaveEdit.UseVisualStyleBackColor = True
  677. Me.cmdSaveEdit.UseWaitCursor = True
  678. Me.cmdSaveEdit.Visible = False
  679. '
  680. 'cmdCancelEdit
  681. '
  682. Me.cmdCancelEdit.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  683. Me.cmdCancelEdit.Location = New System.Drawing.Point(612, 932)
  684. Me.cmdCancelEdit.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  685. Me.cmdCancelEdit.Name = "cmdCancelEdit"
  686. Me.cmdCancelEdit.Size = New System.Drawing.Size(148, 66)
  687. Me.cmdCancelEdit.TabIndex = 68
  688. Me.cmdCancelEdit.Text = "取消修改"
  689. Me.cmdCancelEdit.UseVisualStyleBackColor = True
  690. Me.cmdCancelEdit.UseWaitCursor = True
  691. Me.cmdCancelEdit.Visible = False
  692. '
  693. 'dgv_record
  694. '
  695. Me.dgv_record.BorderStyle = System.Windows.Forms.BorderStyle.None
  696. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  697. DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
  698. DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  699. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
  700. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  701. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  702. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  703. Me.dgv_record.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4
  704. Me.dgv_record.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  705. DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  706. DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window
  707. DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  708. DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
  709. DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
  710. DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  711. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  712. Me.dgv_record.DefaultCellStyle = DataGridViewCellStyle5
  713. Me.dgv_record.Location = New System.Drawing.Point(3516, 36)
  714. Me.dgv_record.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  715. Me.dgv_record.Name = "dgv_record"
  716. DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  717. DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control
  718. DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  719. DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
  720. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  721. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  722. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  723. Me.dgv_record.RowHeadersDefaultCellStyle = DataGridViewCellStyle6
  724. Me.dgv_record.RowHeadersWidth = 66
  725. Me.dgv_record.RowTemplate.Height = 24
  726. Me.dgv_record.Size = New System.Drawing.Size(460, 996)
  727. Me.dgv_record.TabIndex = 69
  728. Me.dgv_record.VirtualMode = True
  729. Me.dgv_record.Visible = False
  730. '
  731. 'TextBox5
  732. '
  733. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  734. Me.TextBox5.Location = New System.Drawing.Point(3258, 874)
  735. Me.TextBox5.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  736. Me.TextBox5.Name = "TextBox5"
  737. Me.TextBox5.Size = New System.Drawing.Size(216, 42)
  738. Me.TextBox5.TabIndex = 71
  739. Me.TextBox5.Visible = False
  740. '
  741. 'TXT_PID
  742. '
  743. Me.TXT_PID.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  744. Me.TXT_PID.Location = New System.Drawing.Point(3248, 40)
  745. Me.TXT_PID.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  746. Me.TXT_PID.Name = "TXT_PID"
  747. Me.TXT_PID.Size = New System.Drawing.Size(216, 42)
  748. Me.TXT_PID.TabIndex = 70
  749. Me.TXT_PID.Visible = False
  750. '
  751. 'Button7
  752. '
  753. Me.Button7.Location = New System.Drawing.Point(644, 1540)
  754. Me.Button7.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  755. Me.Button7.Name = "Button7"
  756. Me.Button7.Size = New System.Drawing.Size(124, 66)
  757. Me.Button7.TabIndex = 72
  758. Me.Button7.Text = "成本"
  759. Me.Button7.UseVisualStyleBackColor = True
  760. Me.Button7.UseWaitCursor = True
  761. Me.Button7.Visible = False
  762. '
  763. 'TextBox6
  764. '
  765. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  766. Me.TextBox6.Location = New System.Drawing.Point(3258, 624)
  767. Me.TextBox6.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  768. Me.TextBox6.Name = "TextBox6"
  769. Me.TextBox6.Size = New System.Drawing.Size(216, 42)
  770. Me.TextBox6.TabIndex = 74
  771. Me.TextBox6.Visible = False
  772. '
  773. 'TextBox7
  774. '
  775. Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  776. Me.TextBox7.Location = New System.Drawing.Point(3258, 748)
  777. Me.TextBox7.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  778. Me.TextBox7.Name = "TextBox7"
  779. Me.TextBox7.Size = New System.Drawing.Size(216, 42)
  780. Me.TextBox7.TabIndex = 76
  781. Me.TextBox7.Visible = False
  782. '
  783. 'TextBox8
  784. '
  785. Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  786. Me.TextBox8.Location = New System.Drawing.Point(3258, 684)
  787. Me.TextBox8.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  788. Me.TextBox8.Name = "TextBox8"
  789. Me.TextBox8.Size = New System.Drawing.Size(216, 42)
  790. Me.TextBox8.TabIndex = 75
  791. Me.TextBox8.Visible = False
  792. '
  793. 'TextBox9
  794. '
  795. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  796. Me.TextBox9.Location = New System.Drawing.Point(3258, 564)
  797. Me.TextBox9.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  798. Me.TextBox9.Name = "TextBox9"
  799. Me.TextBox9.Size = New System.Drawing.Size(216, 42)
  800. Me.TextBox9.TabIndex = 73
  801. Me.TextBox9.Visible = False
  802. '
  803. 'TextBox10
  804. '
  805. Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  806. Me.TextBox10.Location = New System.Drawing.Point(3258, 812)
  807. Me.TextBox10.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  808. Me.TextBox10.Name = "TextBox10"
  809. Me.TextBox10.Size = New System.Drawing.Size(216, 42)
  810. Me.TextBox10.TabIndex = 77
  811. Me.TextBox10.Visible = False
  812. '
  813. 'TextBox11
  814. '
  815. Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  816. Me.TextBox11.Location = New System.Drawing.Point(3248, 124)
  817. Me.TextBox11.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  818. Me.TextBox11.Name = "TextBox11"
  819. Me.TextBox11.Size = New System.Drawing.Size(216, 42)
  820. Me.TextBox11.TabIndex = 78
  821. Me.TextBox11.Visible = False
  822. '
  823. 'TextBox12
  824. '
  825. Me.TextBox12.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  826. Me.TextBox12.Location = New System.Drawing.Point(3248, 204)
  827. Me.TextBox12.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  828. Me.TextBox12.Name = "TextBox12"
  829. Me.TextBox12.Size = New System.Drawing.Size(216, 42)
  830. Me.TextBox12.TabIndex = 79
  831. Me.TextBox12.Visible = False
  832. '
  833. 'DateTimePicker1
  834. '
  835. Me.DateTimePicker1.Location = New System.Drawing.Point(3248, 286)
  836. Me.DateTimePicker1.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  837. Me.DateTimePicker1.Name = "DateTimePicker1"
  838. Me.DateTimePicker1.Size = New System.Drawing.Size(206, 36)
  839. Me.DateTimePicker1.TabIndex = 80
  840. Me.DateTimePicker1.Visible = False
  841. '
  842. 'Button10
  843. '
  844. Me.Button10.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  845. Me.Button10.Location = New System.Drawing.Point(246, 1630)
  846. Me.Button10.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  847. Me.Button10.Name = "Button10"
  848. Me.Button10.Size = New System.Drawing.Size(178, 66)
  849. Me.Button10.TabIndex = 81
  850. Me.Button10.Text = "另存處方"
  851. Me.Button10.UseVisualStyleBackColor = True
  852. Me.Button10.UseWaitCursor = True
  853. Me.Button10.Visible = False
  854. '
  855. 'Button17
  856. '
  857. Me.Button17.Location = New System.Drawing.Point(436, 1634)
  858. Me.Button17.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  859. Me.Button17.Name = "Button17"
  860. Me.Button17.Size = New System.Drawing.Size(200, 66)
  861. Me.Button17.TabIndex = 82
  862. Me.Button17.Text = "確定另存"
  863. Me.Button17.UseVisualStyleBackColor = True
  864. Me.Button17.UseWaitCursor = True
  865. Me.Button17.Visible = False
  866. '
  867. 'Button18
  868. '
  869. Me.Button18.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  870. Me.Button18.Location = New System.Drawing.Point(58, 1630)
  871. Me.Button18.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  872. Me.Button18.Name = "Button18"
  873. Me.Button18.Size = New System.Drawing.Size(178, 66)
  874. Me.Button18.TabIndex = 83
  875. Me.Button18.Text = "修改處方名"
  876. Me.Button18.UseVisualStyleBackColor = True
  877. Me.Button18.UseWaitCursor = True
  878. Me.Button18.Visible = False
  879. '
  880. 'Button19
  881. '
  882. Me.Button19.Location = New System.Drawing.Point(644, 1630)
  883. Me.Button19.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  884. Me.Button19.Name = "Button19"
  885. Me.Button19.Size = New System.Drawing.Size(124, 66)
  886. Me.Button19.TabIndex = 84
  887. Me.Button19.Text = "試算"
  888. Me.Button19.UseVisualStyleBackColor = True
  889. Me.Button19.UseWaitCursor = True
  890. Me.Button19.Visible = False
  891. '
  892. 'Button20
  893. '
  894. Me.Button20.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  895. Me.Button20.Location = New System.Drawing.Point(58, 1708)
  896. Me.Button20.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  897. Me.Button20.Name = "Button20"
  898. Me.Button20.Size = New System.Drawing.Size(178, 66)
  899. Me.Button20.TabIndex = 85
  900. Me.Button20.Text = "刪除處方"
  901. Me.Button20.UseVisualStyleBackColor = True
  902. Me.Button20.UseWaitCursor = True
  903. Me.Button20.Visible = False
  904. '
  905. 'TextBox13
  906. '
  907. Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  908. Me.TextBox13.Location = New System.Drawing.Point(3022, 108)
  909. Me.TextBox13.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  910. Me.TextBox13.Name = "TextBox13"
  911. Me.TextBox13.Size = New System.Drawing.Size(216, 42)
  912. Me.TextBox13.TabIndex = 87
  913. Me.TextBox13.Visible = False
  914. '
  915. 'TextBox14
  916. '
  917. Me.TextBox14.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  918. Me.TextBox14.Location = New System.Drawing.Point(3022, 230)
  919. Me.TextBox14.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  920. Me.TextBox14.Name = "TextBox14"
  921. Me.TextBox14.Size = New System.Drawing.Size(216, 42)
  922. Me.TextBox14.TabIndex = 89
  923. Me.TextBox14.Visible = False
  924. '
  925. 'TextBox15
  926. '
  927. Me.TextBox15.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  928. Me.TextBox15.Location = New System.Drawing.Point(3022, 168)
  929. Me.TextBox15.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  930. Me.TextBox15.Name = "TextBox15"
  931. Me.TextBox15.Size = New System.Drawing.Size(216, 42)
  932. Me.TextBox15.TabIndex = 88
  933. Me.TextBox15.Visible = False
  934. '
  935. 'TextBox16
  936. '
  937. Me.TextBox16.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  938. Me.TextBox16.Location = New System.Drawing.Point(3022, 46)
  939. Me.TextBox16.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  940. Me.TextBox16.Name = "TextBox16"
  941. Me.TextBox16.Size = New System.Drawing.Size(216, 42)
  942. Me.TextBox16.TabIndex = 86
  943. Me.TextBox16.Visible = False
  944. '
  945. 'TextBox17
  946. '
  947. Me.TextBox17.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  948. Me.TextBox17.Location = New System.Drawing.Point(3022, 294)
  949. Me.TextBox17.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  950. Me.TextBox17.Name = "TextBox17"
  951. Me.TextBox17.Size = New System.Drawing.Size(216, 42)
  952. Me.TextBox17.TabIndex = 90
  953. Me.TextBox17.Visible = False
  954. '
  955. 'Label3
  956. '
  957. Me.Label3.AutoSize = True
  958. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  959. Me.Label3.Location = New System.Drawing.Point(2934, 302)
  960. Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  961. Me.Label3.Name = "Label3"
  962. Me.Label3.Size = New System.Drawing.Size(67, 33)
  963. Me.Label3.TabIndex = 95
  964. Me.Label3.Text = "其他"
  965. Me.Label3.Visible = False
  966. '
  967. 'Label11
  968. '
  969. Me.Label11.AutoSize = True
  970. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  971. Me.Label11.Location = New System.Drawing.Point(2934, 242)
  972. Me.Label11.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  973. Me.Label11.Name = "Label11"
  974. Me.Label11.Size = New System.Drawing.Size(67, 33)
  975. Me.Label11.TabIndex = 94
  976. Me.Label11.Text = "助劑"
  977. Me.Label11.Visible = False
  978. '
  979. 'Label13
  980. '
  981. Me.Label13.AutoSize = True
  982. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  983. Me.Label13.Location = New System.Drawing.Point(2934, 182)
  984. Me.Label13.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  985. Me.Label13.Name = "Label13"
  986. Me.Label13.Size = New System.Drawing.Size(67, 33)
  987. Me.Label13.TabIndex = 93
  988. Me.Label13.Text = "油脂"
  989. Me.Label13.Visible = False
  990. '
  991. 'Label17
  992. '
  993. Me.Label17.AutoSize = True
  994. Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  995. Me.Label17.Location = New System.Drawing.Point(2934, 118)
  996. Me.Label17.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  997. Me.Label17.Name = "Label17"
  998. Me.Label17.Size = New System.Drawing.Size(67, 33)
  999. Me.Label17.TabIndex = 92
  1000. Me.Label17.Text = "栲膠"
  1001. Me.Label17.Visible = False
  1002. '
  1003. 'Label18
  1004. '
  1005. Me.Label18.AutoSize = True
  1006. Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1007. Me.Label18.Location = New System.Drawing.Point(2934, 56)
  1008. Me.Label18.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  1009. Me.Label18.Name = "Label18"
  1010. Me.Label18.Size = New System.Drawing.Size(67, 33)
  1011. Me.Label18.TabIndex = 91
  1012. Me.Label18.Text = "單寧"
  1013. Me.Label18.Visible = False
  1014. '
  1015. 'Button15
  1016. '
  1017. Me.Button15.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1018. Me.Button15.Location = New System.Drawing.Point(1708, 1182)
  1019. Me.Button15.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1020. Me.Button15.Name = "Button15"
  1021. Me.Button15.Size = New System.Drawing.Size(148, 76)
  1022. Me.Button15.TabIndex = 106
  1023. Me.Button15.Text = "取消"
  1024. Me.Button15.UseVisualStyleBackColor = True
  1025. Me.Button15.Visible = False
  1026. '
  1027. 'Button14
  1028. '
  1029. Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1030. Me.Button14.Location = New System.Drawing.Point(1340, 1182)
  1031. Me.Button14.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1032. Me.Button14.Name = "Button14"
  1033. Me.Button14.Size = New System.Drawing.Size(148, 76)
  1034. Me.Button14.TabIndex = 105
  1035. Me.Button14.Text = "新增"
  1036. Me.Button14.UseVisualStyleBackColor = True
  1037. Me.Button14.Visible = False
  1038. '
  1039. 'Button13
  1040. '
  1041. Me.Button13.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1042. Me.Button13.Location = New System.Drawing.Point(1820, 1048)
  1043. Me.Button13.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1044. Me.Button13.Name = "Button13"
  1045. Me.Button13.Size = New System.Drawing.Size(296, 76)
  1046. Me.Button13.TabIndex = 104
  1047. Me.Button13.Text = "新增顏色"
  1048. Me.Button13.UseVisualStyleBackColor = True
  1049. Me.Button13.Visible = False
  1050. '
  1051. 'Button12
  1052. '
  1053. Me.Button12.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1054. Me.Button12.Location = New System.Drawing.Point(1454, 1048)
  1055. Me.Button12.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1056. Me.Button12.Name = "Button12"
  1057. Me.Button12.Size = New System.Drawing.Size(296, 76)
  1058. Me.Button12.TabIndex = 103
  1059. Me.Button12.Text = "新增產品"
  1060. Me.Button12.UseVisualStyleBackColor = True
  1061. Me.Button12.Visible = False
  1062. '
  1063. 'Button11
  1064. '
  1065. Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1066. Me.Button11.Location = New System.Drawing.Point(1092, 1048)
  1067. Me.Button11.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1068. Me.Button11.Name = "Button11"
  1069. Me.Button11.Size = New System.Drawing.Size(296, 76)
  1070. Me.Button11.TabIndex = 102
  1071. Me.Button11.Text = "新增客戶"
  1072. Me.Button11.UseVisualStyleBackColor = True
  1073. Me.Button11.Visible = False
  1074. '
  1075. 'TextBox4
  1076. '
  1077. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1078. Me.TextBox4.Location = New System.Drawing.Point(1584, 92)
  1079. Me.TextBox4.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1080. Me.TextBox4.Name = "TextBox4"
  1081. Me.TextBox4.Size = New System.Drawing.Size(292, 42)
  1082. Me.TextBox4.TabIndex = 101
  1083. Me.TextBox4.Visible = False
  1084. '
  1085. 'TextBox3
  1086. '
  1087. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1088. Me.TextBox3.Location = New System.Drawing.Point(1604, 94)
  1089. Me.TextBox3.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1090. Me.TextBox3.Name = "TextBox3"
  1091. Me.TextBox3.Size = New System.Drawing.Size(292, 42)
  1092. Me.TextBox3.TabIndex = 100
  1093. Me.TextBox3.Visible = False
  1094. '
  1095. 'TextBox2
  1096. '
  1097. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1098. Me.TextBox2.Location = New System.Drawing.Point(2812, 1068)
  1099. Me.TextBox2.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1100. Me.TextBox2.Name = "TextBox2"
  1101. Me.TextBox2.Size = New System.Drawing.Size(292, 42)
  1102. Me.TextBox2.TabIndex = 99
  1103. Me.TextBox2.Visible = False
  1104. '
  1105. 'ListBox4
  1106. '
  1107. Me.ListBox4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1108. Me.ListBox4.FormattingEnabled = True
  1109. Me.ListBox4.ItemHeight = 33
  1110. Me.ListBox4.Location = New System.Drawing.Point(1820, 180)
  1111. Me.ListBox4.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1112. Me.ListBox4.Name = "ListBox4"
  1113. Me.ListBox4.Size = New System.Drawing.Size(292, 631)
  1114. Me.ListBox4.TabIndex = 98
  1115. Me.ListBox4.Visible = False
  1116. '
  1117. 'ListBox3
  1118. '
  1119. Me.ListBox3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1120. Me.ListBox3.FormattingEnabled = True
  1121. Me.ListBox3.ItemHeight = 33
  1122. Me.ListBox3.Location = New System.Drawing.Point(1454, 180)
  1123. Me.ListBox3.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1124. Me.ListBox3.Name = "ListBox3"
  1125. Me.ListBox3.Size = New System.Drawing.Size(292, 631)
  1126. Me.ListBox3.TabIndex = 97
  1127. Me.ListBox3.Visible = False
  1128. '
  1129. 'ListBox2
  1130. '
  1131. Me.ListBox2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1132. Me.ListBox2.FormattingEnabled = True
  1133. Me.ListBox2.ItemHeight = 33
  1134. Me.ListBox2.Location = New System.Drawing.Point(1476, 182)
  1135. Me.ListBox2.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1136. Me.ListBox2.Name = "ListBox2"
  1137. Me.ListBox2.Size = New System.Drawing.Size(292, 631)
  1138. Me.ListBox2.TabIndex = 96
  1139. Me.ListBox2.Visible = False
  1140. '
  1141. 'dgv_cost
  1142. '
  1143. Me.dgv_cost.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1144. Me.dgv_cost.Location = New System.Drawing.Point(2812, 1180)
  1145. Me.dgv_cost.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1146. Me.dgv_cost.Name = "dgv_cost"
  1147. Me.dgv_cost.RowHeadersWidth = 66
  1148. Me.dgv_cost.RowTemplate.Height = 24
  1149. Me.dgv_cost.Size = New System.Drawing.Size(424, 620)
  1150. Me.dgv_cost.TabIndex = 107
  1151. Me.dgv_cost.Visible = False
  1152. '
  1153. 'dgv_chem_detail
  1154. '
  1155. Me.dgv_chem_detail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1156. Me.dgv_chem_detail.Location = New System.Drawing.Point(3278, 1176)
  1157. Me.dgv_chem_detail.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1158. Me.dgv_chem_detail.Name = "dgv_chem_detail"
  1159. Me.dgv_chem_detail.RowHeadersWidth = 66
  1160. Me.dgv_chem_detail.RowTemplate.Height = 24
  1161. Me.dgv_chem_detail.Size = New System.Drawing.Size(572, 620)
  1162. Me.dgv_chem_detail.TabIndex = 108
  1163. Me.dgv_chem_detail.Visible = False
  1164. '
  1165. 'Button21
  1166. '
  1167. Me.Button21.Location = New System.Drawing.Point(860, 1524)
  1168. Me.Button21.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1169. Me.Button21.Name = "Button21"
  1170. Me.Button21.Size = New System.Drawing.Size(196, 84)
  1171. Me.Button21.TabIndex = 109
  1172. Me.Button21.Text = "領料存檔"
  1173. Me.Button21.UseVisualStyleBackColor = True
  1174. Me.Button21.UseWaitCursor = True
  1175. Me.Button21.Visible = False
  1176. '
  1177. 'Button22
  1178. '
  1179. Me.Button22.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1180. Me.Button22.Location = New System.Drawing.Point(1309, 40)
  1181. Me.Button22.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1182. Me.Button22.Name = "Button22"
  1183. Me.Button22.Size = New System.Drawing.Size(154, 84)
  1184. Me.Button22.TabIndex = 110
  1185. Me.Button22.Text = "打印(&C)"
  1186. Me.Button22.UseVisualStyleBackColor = True
  1187. '
  1188. 'PictureBox1
  1189. '
  1190. Me.PictureBox1.Location = New System.Drawing.Point(892, 1378)
  1191. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1192. Me.PictureBox1.Name = "PictureBox1"
  1193. Me.PictureBox1.Size = New System.Drawing.Size(90, 100)
  1194. Me.PictureBox1.TabIndex = 111
  1195. Me.PictureBox1.TabStop = False
  1196. Me.PictureBox1.Visible = False
  1197. '
  1198. 'Button23
  1199. '
  1200. Me.Button23.Location = New System.Drawing.Point(1448, 1338)
  1201. Me.Button23.Margin = New System.Windows.Forms.Padding(4)
  1202. Me.Button23.Name = "Button23"
  1203. Me.Button23.Size = New System.Drawing.Size(112, 36)
  1204. Me.Button23.TabIndex = 112
  1205. Me.Button23.Text = "Button23"
  1206. Me.Button23.UseVisualStyleBackColor = True
  1207. Me.Button23.Visible = False
  1208. '
  1209. 'dgv2
  1210. '
  1211. DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1212. DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control
  1213. DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1214. DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText
  1215. DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1216. DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1217. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1218. Me.dgv2.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle7
  1219. Me.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1220. DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1221. DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window
  1222. DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 11.22078!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1223. DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText
  1224. DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1225. DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1226. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  1227. Me.dgv2.DefaultCellStyle = DataGridViewCellStyle8
  1228. Me.dgv2.Location = New System.Drawing.Point(40, 576)
  1229. Me.dgv2.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1230. Me.dgv2.Name = "dgv2"
  1231. DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1232. DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control
  1233. DataGridViewCellStyle9.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1234. DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText
  1235. DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1236. DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1237. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1238. Me.dgv2.RowHeadersDefaultCellStyle = DataGridViewCellStyle9
  1239. Me.dgv2.RowHeadersWidth = 66
  1240. Me.dgv2.RowTemplate.Height = 24
  1241. Me.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  1242. Me.dgv2.Size = New System.Drawing.Size(1376, 316)
  1243. Me.dgv2.TabIndex = 113
  1244. Me.dgv2.Visible = False
  1245. '
  1246. 'OpenFileDialog1
  1247. '
  1248. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  1249. '
  1250. 'TextBox18
  1251. '
  1252. Me.TextBox18.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1253. Me.TextBox18.Location = New System.Drawing.Point(40, 54)
  1254. Me.TextBox18.Margin = New System.Windows.Forms.Padding(4)
  1255. Me.TextBox18.Name = "TextBox18"
  1256. Me.TextBox18.Size = New System.Drawing.Size(184, 50)
  1257. Me.TextBox18.TabIndex = 115
  1258. '
  1259. 'DataGridView1
  1260. '
  1261. DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1262. DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control
  1263. DataGridViewCellStyle10.Font = New System.Drawing.Font("新宋体", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  1264. DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText
  1265. DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1266. DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1267. DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1268. Me.DataGridView1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle10
  1269. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1270. DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1271. DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window
  1272. DataGridViewCellStyle11.Font = New System.Drawing.Font("新宋体", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  1273. DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText
  1274. DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1275. DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1276. DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  1277. Me.DataGridView1.DefaultCellStyle = DataGridViewCellStyle11
  1278. Me.DataGridView1.GridColor = System.Drawing.SystemColors.ControlLightLight
  1279. Me.DataGridView1.Location = New System.Drawing.Point(2052, 138)
  1280. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1281. Me.DataGridView1.Name = "DataGridView1"
  1282. DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1283. DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control
  1284. DataGridViewCellStyle12.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1285. DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText
  1286. DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1287. DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1288. DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1289. Me.DataGridView1.RowHeadersDefaultCellStyle = DataGridViewCellStyle12
  1290. Me.DataGridView1.RowHeadersWidth = 66
  1291. Me.DataGridView1.RowTemplate.Height = 24
  1292. Me.DataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  1293. Me.DataGridView1.Size = New System.Drawing.Size(1402, 1138)
  1294. Me.DataGridView1.TabIndex = 114
  1295. '
  1296. 'Button24
  1297. '
  1298. Me.Button24.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1299. Me.Button24.Location = New System.Drawing.Point(2560, 42)
  1300. Me.Button24.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1301. Me.Button24.Name = "Button24"
  1302. Me.Button24.Size = New System.Drawing.Size(154, 84)
  1303. Me.Button24.TabIndex = 116
  1304. Me.Button24.Text = "MSDS"
  1305. Me.Button24.UseVisualStyleBackColor = True
  1306. Me.Button24.Visible = False
  1307. '
  1308. 'Label20
  1309. '
  1310. Me.Label20.AutoSize = True
  1311. Me.Label20.BackColor = System.Drawing.Color.Red
  1312. Me.Label20.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  1313. Me.Label20.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  1314. Me.Label20.Location = New System.Drawing.Point(1486, 42)
  1315. Me.Label20.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
  1316. Me.Label20.Name = "Label20"
  1317. Me.Label20.Size = New System.Drawing.Size(157, 38)
  1318. Me.Label20.TabIndex = 117
  1319. Me.Label20.Text = "Label20"
  1320. '
  1321. 'Button25
  1322. '
  1323. Me.Button25.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1324. Me.Button25.Location = New System.Drawing.Point(1147, 42)
  1325. Me.Button25.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1326. Me.Button25.Name = "Button25"
  1327. Me.Button25.Size = New System.Drawing.Size(154, 84)
  1328. Me.Button25.TabIndex = 118
  1329. Me.Button25.Text = "标签1(&P)"
  1330. Me.Button25.UseVisualStyleBackColor = True
  1331. '
  1332. 'Button26
  1333. '
  1334. Me.Button26.Location = New System.Drawing.Point(993, 919)
  1335. Me.Button26.Name = "Button26"
  1336. Me.Button26.Size = New System.Drawing.Size(120, 61)
  1337. Me.Button26.TabIndex = 119
  1338. Me.Button26.Text = "Button26"
  1339. Me.Button26.UseVisualStyleBackColor = True
  1340. '
  1341. 'ProgressBar1
  1342. '
  1343. Me.ProgressBar1.Location = New System.Drawing.Point(1070, 442)
  1344. Me.ProgressBar1.Name = "ProgressBar1"
  1345. Me.ProgressBar1.Size = New System.Drawing.Size(743, 53)
  1346. Me.ProgressBar1.TabIndex = 120
  1347. Me.ProgressBar1.Visible = False
  1348. '
  1349. 'Frm_01HF_RetanRcp
  1350. '
  1351. Me.AutoScaleDimensions = New System.Drawing.SizeF(13.0!, 24.0!)
  1352. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1353. Me.AutoScroll = True
  1354. Me.ClientSize = New System.Drawing.Size(3974, 1929)
  1355. Me.Controls.Add(Me.ProgressBar1)
  1356. Me.Controls.Add(Me.Button26)
  1357. Me.Controls.Add(Me.Button25)
  1358. Me.Controls.Add(Me.Label20)
  1359. Me.Controls.Add(Me.Button24)
  1360. Me.Controls.Add(Me.TextBox18)
  1361. Me.Controls.Add(Me.dgv2)
  1362. Me.Controls.Add(Me.DataGridView1)
  1363. Me.Controls.Add(Me.Button23)
  1364. Me.Controls.Add(Me.ListBox2)
  1365. Me.Controls.Add(Me.DGV1)
  1366. Me.Controls.Add(Me.PictureBox1)
  1367. Me.Controls.Add(Me.Button22)
  1368. Me.Controls.Add(Me.Button21)
  1369. Me.Controls.Add(Me.dgv_chem_detail)
  1370. Me.Controls.Add(Me.dgv_cost)
  1371. Me.Controls.Add(Me.Button15)
  1372. Me.Controls.Add(Me.Button14)
  1373. Me.Controls.Add(Me.Button13)
  1374. Me.Controls.Add(Me.Button12)
  1375. Me.Controls.Add(Me.Button11)
  1376. Me.Controls.Add(Me.TextBox4)
  1377. Me.Controls.Add(Me.TextBox3)
  1378. Me.Controls.Add(Me.TextBox2)
  1379. Me.Controls.Add(Me.ListBox4)
  1380. Me.Controls.Add(Me.ListBox3)
  1381. Me.Controls.Add(Me.Label3)
  1382. Me.Controls.Add(Me.Label11)
  1383. Me.Controls.Add(Me.Label13)
  1384. Me.Controls.Add(Me.Label17)
  1385. Me.Controls.Add(Me.Label18)
  1386. Me.Controls.Add(Me.TextBox17)
  1387. Me.Controls.Add(Me.TextBox13)
  1388. Me.Controls.Add(Me.TextBox14)
  1389. Me.Controls.Add(Me.TextBox15)
  1390. Me.Controls.Add(Me.TextBox16)
  1391. Me.Controls.Add(Me.Button20)
  1392. Me.Controls.Add(Me.Button19)
  1393. Me.Controls.Add(Me.Button18)
  1394. Me.Controls.Add(Me.Button17)
  1395. Me.Controls.Add(Me.Button10)
  1396. Me.Controls.Add(Me.DateTimePicker1)
  1397. Me.Controls.Add(Me.TextBox12)
  1398. Me.Controls.Add(Me.TextBox11)
  1399. Me.Controls.Add(Me.TextBox10)
  1400. Me.Controls.Add(Me.TextBox6)
  1401. Me.Controls.Add(Me.TextBox7)
  1402. Me.Controls.Add(Me.TextBox8)
  1403. Me.Controls.Add(Me.TextBox9)
  1404. Me.Controls.Add(Me.Button7)
  1405. Me.Controls.Add(Me.TextBox5)
  1406. Me.Controls.Add(Me.TXT_PID)
  1407. Me.Controls.Add(Me.cmdCancelEdit)
  1408. Me.Controls.Add(Me.cmdSaveEdit)
  1409. Me.Controls.Add(Me.Button9)
  1410. Me.Controls.Add(Me.GroupBox2)
  1411. Me.Controls.Add(Me.GroupBox1)
  1412. Me.Controls.Add(Me.Label1)
  1413. Me.Controls.Add(Me.cmdcanceladd)
  1414. Me.Controls.Add(Me.cmdAddrcp)
  1415. Me.Controls.Add(Me.Button8)
  1416. Me.Controls.Add(Me.Button4)
  1417. Me.Controls.Add(Me.Button3)
  1418. Me.Controls.Add(Me.Button2)
  1419. Me.Controls.Add(Me.Button1)
  1420. Me.Controls.Add(Me.dgv_record)
  1421. Me.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
  1422. Me.Name = "Frm_01HF_RetanRcp"
  1423. Me.Text = "frm_hf01_RetanRcp"
  1424. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).EndInit()
  1425. Me.GroupBox1.ResumeLayout(False)
  1426. Me.GroupBox1.PerformLayout()
  1427. Me.GroupBox2.ResumeLayout(False)
  1428. Me.GroupBox2.PerformLayout()
  1429. Me.GroupBox3.ResumeLayout(False)
  1430. Me.GroupBox3.PerformLayout()
  1431. CType(Me.dgv_record, System.ComponentModel.ISupportInitialize).EndInit()
  1432. CType(Me.dgv_cost, System.ComponentModel.ISupportInitialize).EndInit()
  1433. CType(Me.dgv_chem_detail, System.ComponentModel.ISupportInitialize).EndInit()
  1434. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  1435. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).EndInit()
  1436. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  1437. Me.ResumeLayout(False)
  1438. Me.PerformLayout()
  1439. End Sub
  1440. Friend WithEvents Button1 As System.Windows.Forms.Button
  1441. Friend WithEvents Button2 As System.Windows.Forms.Button
  1442. Friend WithEvents Button3 As System.Windows.Forms.Button
  1443. Friend WithEvents Button4 As System.Windows.Forms.Button
  1444. Friend WithEvents Button5 As System.Windows.Forms.Button
  1445. Friend WithEvents Button8 As System.Windows.Forms.Button
  1446. Friend WithEvents cmdAddrcp As System.Windows.Forms.Button
  1447. Friend WithEvents cmdcanceladd As System.Windows.Forms.Button
  1448. Friend WithEvents DGV1 As System.Windows.Forms.DataGridView
  1449. Friend WithEvents Label1 As System.Windows.Forms.Label
  1450. Friend WithEvents Label4 As System.Windows.Forms.Label
  1451. Friend WithEvents Label5 As System.Windows.Forms.Label
  1452. Friend WithEvents Label6 As System.Windows.Forms.Label
  1453. Friend WithEvents Label7 As System.Windows.Forms.Label
  1454. Friend WithEvents Label8 As System.Windows.Forms.Label
  1455. Friend WithEvents Label9 As System.Windows.Forms.Label
  1456. Friend WithEvents Label10 As System.Windows.Forms.Label
  1457. Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  1458. Friend WithEvents txtsum As System.Windows.Forms.TextBox
  1459. Friend WithEvents txttan As System.Windows.Forms.TextBox
  1460. Friend WithEvents txtdye As System.Windows.Forms.TextBox
  1461. Friend WithEvents txtx As System.Windows.Forms.TextBox
  1462. Friend WithEvents txtoil As System.Windows.Forms.TextBox
  1463. Friend WithEvents txtxx As System.Windows.Forms.TextBox
  1464. Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  1465. Friend WithEvents txtuse As System.Windows.Forms.TextBox
  1466. Friend WithEvents txtcreate As System.Windows.Forms.TextBox
  1467. Friend WithEvents txtedit As System.Windows.Forms.TextBox
  1468. Friend WithEvents Label14 As System.Windows.Forms.Label
  1469. Friend WithEvents Label15 As System.Windows.Forms.Label
  1470. Friend WithEvents Label16 As System.Windows.Forms.Label
  1471. Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
  1472. Friend WithEvents txtsize As System.Windows.Forms.TextBox
  1473. Friend WithEvents Label12 As System.Windows.Forms.Label
  1474. Friend WithEvents Button16 As System.Windows.Forms.Button
  1475. Friend WithEvents Timer1 As System.Windows.Forms.Timer
  1476. Friend WithEvents Button9 As System.Windows.Forms.Button
  1477. Friend WithEvents cmdSaveEdit As System.Windows.Forms.Button
  1478. Friend WithEvents cmdCancelEdit As System.Windows.Forms.Button
  1479. Friend WithEvents dgv_record As System.Windows.Forms.DataGridView
  1480. Friend WithEvents Button6 As System.Windows.Forms.Button
  1481. Friend WithEvents Label2 As System.Windows.Forms.Label
  1482. Friend WithEvents txteditor As System.Windows.Forms.TextBox
  1483. Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
  1484. Friend WithEvents TXT_PID As System.Windows.Forms.TextBox
  1485. Friend WithEvents Button7 As System.Windows.Forms.Button
  1486. Friend WithEvents TextBox6 As System.Windows.Forms.TextBox
  1487. Friend WithEvents TextBox7 As System.Windows.Forms.TextBox
  1488. Friend WithEvents TextBox8 As System.Windows.Forms.TextBox
  1489. Friend WithEvents TextBox9 As System.Windows.Forms.TextBox
  1490. Friend WithEvents TextBox10 As System.Windows.Forms.TextBox
  1491. Friend WithEvents TextBox11 As System.Windows.Forms.TextBox
  1492. Friend WithEvents TextBox12 As System.Windows.Forms.TextBox
  1493. Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
  1494. Friend WithEvents Button10 As System.Windows.Forms.Button
  1495. Friend WithEvents Button17 As System.Windows.Forms.Button
  1496. Friend WithEvents Button18 As System.Windows.Forms.Button
  1497. Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
  1498. Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton
  1499. Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton
  1500. Friend WithEvents Button19 As System.Windows.Forms.Button
  1501. Friend WithEvents Button20 As System.Windows.Forms.Button
  1502. Friend WithEvents TextBox13 As System.Windows.Forms.TextBox
  1503. Friend WithEvents TextBox14 As System.Windows.Forms.TextBox
  1504. Friend WithEvents TextBox15 As System.Windows.Forms.TextBox
  1505. Friend WithEvents TextBox16 As System.Windows.Forms.TextBox
  1506. Friend WithEvents TextBox17 As System.Windows.Forms.TextBox
  1507. Friend WithEvents Label3 As System.Windows.Forms.Label
  1508. Friend WithEvents Label11 As System.Windows.Forms.Label
  1509. Friend WithEvents Label13 As System.Windows.Forms.Label
  1510. Friend WithEvents Label17 As System.Windows.Forms.Label
  1511. Friend WithEvents Label18 As System.Windows.Forms.Label
  1512. Friend WithEvents Button15 As System.Windows.Forms.Button
  1513. Friend WithEvents Button14 As System.Windows.Forms.Button
  1514. Friend WithEvents Button13 As System.Windows.Forms.Button
  1515. Friend WithEvents Button12 As System.Windows.Forms.Button
  1516. Friend WithEvents Button11 As System.Windows.Forms.Button
  1517. Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
  1518. Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
  1519. Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
  1520. Friend WithEvents ListBox4 As System.Windows.Forms.ListBox
  1521. Friend WithEvents ListBox3 As System.Windows.Forms.ListBox
  1522. Friend WithEvents ListBox2 As System.Windows.Forms.ListBox
  1523. Friend WithEvents dgv_cost As System.Windows.Forms.DataGridView
  1524. Friend WithEvents txtKJ As System.Windows.Forms.TextBox
  1525. Friend WithEvents Label19 As System.Windows.Forms.Label
  1526. Friend WithEvents dgv_chem_detail As System.Windows.Forms.DataGridView
  1527. Friend WithEvents Button21 As System.Windows.Forms.Button
  1528. Friend WithEvents Button22 As Button
  1529. Friend WithEvents PictureBox1 As PictureBox
  1530. Friend WithEvents Button23 As Button
  1531. Friend WithEvents dgv2 As DataGridView
  1532. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  1533. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  1534. Friend WithEvents TextBox18 As TextBox
  1535. Friend WithEvents DataGridView1 As DataGridView
  1536. Friend WithEvents Button24 As Button
  1537. Friend WithEvents Label20 As Label
  1538. Friend WithEvents Button25 As Button
  1539. Friend WithEvents Button26 As Button
  1540. Friend WithEvents ProgressBar1 As ProgressBar
  1541. End Class