Няма описание
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.

請購單申請.Designer.vb 65KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 請購單申請
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. 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. Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  36. Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  37. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  38. Me.閃燈_lb = New System.Windows.Forms.Label()
  39. Me.項次_tb = New System.Windows.Forms.TextBox()
  40. Me.項次_lb = New System.Windows.Forms.Label()
  41. Me.選擇_lb = New System.Windows.Forms.Label()
  42. Me.申請人_lb = New System.Windows.Forms.Label()
  43. Me.申請人_tb = New System.Windows.Forms.TextBox()
  44. Me.申請日期_lb = New System.Windows.Forms.Label()
  45. Me.請購單號_lb = New System.Windows.Forms.Label()
  46. Me.請購單號_tb = New System.Windows.Forms.TextBox()
  47. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  48. Me.已作廢_lb = New System.Windows.Forms.Label()
  49. Me.已作廢_rb = New System.Windows.Forms.RadioButton()
  50. Me.未審核_rb = New System.Windows.Forms.RadioButton()
  51. Me.未審核_lb = New System.Windows.Forms.Label()
  52. Me.申請完成_bt = New System.Windows.Forms.Button()
  53. Me.群組碼_tb = New System.Windows.Forms.TextBox()
  54. Me.物料規格_dgv = New System.Windows.Forms.DataGridView()
  55. Me.物料清單_dgv = New System.Windows.Forms.DataGridView()
  56. Me.請購明細_dgv = New System.Windows.Forms.DataGridView()
  57. Me.作廢清單_dgv = New System.Windows.Forms.DataGridView()
  58. Me.未核准_dgv = New System.Windows.Forms.DataGridView()
  59. Me.物料圖_pb = New System.Windows.Forms.PictureBox()
  60. Me.倉庫編號_lb = New System.Windows.Forms.Label()
  61. Me.倉庫編號_tb = New System.Windows.Forms.TextBox()
  62. Me.倉庫級別_lb = New System.Windows.Forms.Label()
  63. Me.倉庫級別_tb = New System.Windows.Forms.TextBox()
  64. Me.指定倉庫_lb = New System.Windows.Forms.Label()
  65. Me.指定倉庫_cb = New System.Windows.Forms.ComboBox()
  66. Me.群組編碼_cb = New System.Windows.Forms.ComboBox()
  67. Me.群組編碼_lb = New System.Windows.Forms.Label()
  68. Me.物料原則一_cb = New System.Windows.Forms.ComboBox()
  69. Me.料號原則_lb = New System.Windows.Forms.Label()
  70. Me.物料原則二_cb = New System.Windows.Forms.ComboBox()
  71. Me.料號_lb = New System.Windows.Forms.Label()
  72. Me.料號_tb = New System.Windows.Forms.TextBox()
  73. Me.Label12 = New System.Windows.Forms.Label()
  74. Me.申請數_lb = New System.Windows.Forms.Label()
  75. Me.申請數_nud = New System.Windows.Forms.NumericUpDown()
  76. Me.新增_bt = New System.Windows.Forms.Button()
  77. Me.已審核_rb = New System.Windows.Forms.RadioButton()
  78. Me.已審核_lb = New System.Windows.Forms.Label()
  79. Me.已核准_dgv = New System.Windows.Forms.DataGridView()
  80. Me.複製_bt = New System.Windows.Forms.Button()
  81. Me.搜尋_bt = New System.Windows.Forms.Button()
  82. Me.庫存量_lb = New System.Windows.Forms.Label()
  83. Me.庫存量_tb = New System.Windows.Forms.TextBox()
  84. Me.最大庫存量_lb = New System.Windows.Forms.Label()
  85. Me.最大庫存量_tb = New System.Windows.Forms.TextBox()
  86. Me.可申請_lb = New System.Windows.Forms.Label()
  87. Me.可申請_tb = New System.Windows.Forms.TextBox()
  88. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  89. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  90. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  91. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  92. Me.大間距1_ch = New System.Windows.Forms.CheckBox()
  93. Me.中間距1_ch = New System.Windows.Forms.CheckBox()
  94. Me.小間距1_ch = New System.Windows.Forms.CheckBox()
  95. Me.開立建築物料請購單_bt = New System.Windows.Forms.Button()
  96. Me.刪除_bt = New System.Windows.Forms.Button()
  97. Me.刪除請購單上點選資料_bt = New System.Windows.Forms.Button()
  98. Me.需求日期_dtp = New System.Windows.Forms.DateTimePicker()
  99. Me.需求日期_lb = New System.Windows.Forms.Label()
  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.Label1 = New System.Windows.Forms.Label()
  104. Me.Label2 = New System.Windows.Forms.Label()
  105. Me.Label3 = New System.Windows.Forms.Label()
  106. Me.Label4 = New System.Windows.Forms.Label()
  107. Me.Label5 = New System.Windows.Forms.Label()
  108. Me.Label6 = New System.Windows.Forms.Label()
  109. Me.合約號_lb = New System.Windows.Forms.Label()
  110. Me.合約號_tb = New System.Windows.Forms.TextBox()
  111. Me.新群組1_cb = New System.Windows.Forms.ComboBox()
  112. Me.Panel1 = New System.Windows.Forms.Panel()
  113. Me.主管_dgv = New System.Windows.Forms.DataGridView()
  114. Me.合約編號3_tb = New System.Windows.Forms.TextBox()
  115. Me.合約編號2_tb = New System.Windows.Forms.TextBox()
  116. Me.合約編號1_tb = New System.Windows.Forms.TextBox()
  117. Me.合約編號_cb = New System.Windows.Forms.ComboBox()
  118. Me.Label35 = New System.Windows.Forms.Label()
  119. Me.備註_tb = New System.Windows.Forms.TextBox()
  120. Me.Label7 = New System.Windows.Forms.Label()
  121. Me.詳細資料2_ch = New System.Windows.Forms.CheckBox()
  122. CType(Me.物料規格_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  123. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  124. CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  125. CType(Me.作廢清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  126. CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  127. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  128. CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  129. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  130. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  131. Me.Panel1.SuspendLayout()
  132. CType(Me.主管_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  133. Me.SuspendLayout()
  134. '
  135. '申請日期_dtp
  136. '
  137. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  138. Me.申請日期_dtp.Location = New System.Drawing.Point(975, 72)
  139. Me.申請日期_dtp.Name = "申請日期_dtp"
  140. Me.申請日期_dtp.Size = New System.Drawing.Size(87, 23)
  141. Me.申請日期_dtp.TabIndex = 841
  142. '
  143. '閃燈_lb
  144. '
  145. Me.閃燈_lb.AutoSize = True
  146. Me.閃燈_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  147. Me.閃燈_lb.ForeColor = System.Drawing.Color.Red
  148. Me.閃燈_lb.Location = New System.Drawing.Point(1195, 123)
  149. Me.閃燈_lb.Name = "閃燈_lb"
  150. Me.閃燈_lb.Size = New System.Drawing.Size(149, 30)
  151. Me.閃燈_lb.TabIndex = 837
  152. Me.閃燈_lb.Text = "資料尚未存檔 " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Informasi belum diarsipkan" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  153. Me.閃燈_lb.Visible = False
  154. '
  155. '項次_tb
  156. '
  157. Me.項次_tb.Location = New System.Drawing.Point(580, 126)
  158. Me.項次_tb.Name = "項次_tb"
  159. Me.項次_tb.Size = New System.Drawing.Size(50, 23)
  160. Me.項次_tb.TabIndex = 836
  161. '
  162. '項次_lb
  163. '
  164. Me.項次_lb.AutoSize = True
  165. Me.項次_lb.Location = New System.Drawing.Point(631, 130)
  166. Me.項次_lb.Name = "項次_lb"
  167. Me.項次_lb.Size = New System.Drawing.Size(31, 16)
  168. Me.項次_lb.TabIndex = 835
  169. Me.項次_lb.Text = "項次"
  170. '
  171. '選擇_lb
  172. '
  173. Me.選擇_lb.AutoSize = True
  174. Me.選擇_lb.Location = New System.Drawing.Point(537, 129)
  175. Me.選擇_lb.Name = "選擇_lb"
  176. Me.選擇_lb.Size = New System.Drawing.Size(31, 16)
  177. Me.選擇_lb.TabIndex = 834
  178. Me.選擇_lb.Text = "選擇"
  179. '
  180. '申請人_lb
  181. '
  182. Me.申請人_lb.AutoSize = True
  183. Me.申請人_lb.Location = New System.Drawing.Point(1078, 52)
  184. Me.申請人_lb.Name = "申請人_lb"
  185. Me.申請人_lb.Size = New System.Drawing.Size(61, 16)
  186. Me.申請人_lb.TabIndex = 828
  187. Me.申請人_lb.Text = "申 請 人"
  188. '
  189. '申請人_tb
  190. '
  191. Me.申請人_tb.Location = New System.Drawing.Point(1150, 48)
  192. Me.申請人_tb.Name = "申請人_tb"
  193. Me.申請人_tb.Size = New System.Drawing.Size(192, 23)
  194. Me.申請人_tb.TabIndex = 827
  195. '
  196. '申請日期_lb
  197. '
  198. Me.申請日期_lb.AutoSize = True
  199. Me.申請日期_lb.Location = New System.Drawing.Point(834, 75)
  200. Me.申請日期_lb.Name = "申請日期_lb"
  201. Me.申請日期_lb.Size = New System.Drawing.Size(97, 16)
  202. Me.申請日期_lb.TabIndex = 826
  203. Me.申請日期_lb.Text = "申 請 日 期"
  204. '
  205. '請購單號_lb
  206. '
  207. Me.請購單號_lb.AutoSize = True
  208. Me.請購單號_lb.Location = New System.Drawing.Point(833, 51)
  209. Me.請購單號_lb.Name = "請購單號_lb"
  210. Me.請購單號_lb.Size = New System.Drawing.Size(55, 16)
  211. Me.請購單號_lb.TabIndex = 825
  212. Me.請購單號_lb.Text = "請購單號"
  213. '
  214. '請購單號_tb
  215. '
  216. Me.請購單號_tb.Location = New System.Drawing.Point(904, 48)
  217. Me.請購單號_tb.Name = "請購單號_tb"
  218. Me.請購單號_tb.Size = New System.Drawing.Size(158, 23)
  219. Me.請購單號_tb.TabIndex = 824
  220. '
  221. 'Timer1
  222. '
  223. Me.Timer1.Interval = 500
  224. '
  225. '已作廢_lb
  226. '
  227. Me.已作廢_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  228. Me.已作廢_lb.AutoSize = True
  229. Me.已作廢_lb.Location = New System.Drawing.Point(2, 518)
  230. Me.已作廢_lb.Name = "已作廢_lb"
  231. Me.已作廢_lb.Size = New System.Drawing.Size(229, 16)
  232. Me.已作廢_lb.TabIndex = 841
  233. Me.已作廢_lb.Text = "已 作 廢 的 建 築 物 料 請 購 單"
  234. '
  235. '已作廢_rb
  236. '
  237. Me.已作廢_rb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  238. Me.已作廢_rb.AutoSize = True
  239. Me.已作廢_rb.ForeColor = System.Drawing.Color.Red
  240. Me.已作廢_rb.Location = New System.Drawing.Point(134, 498)
  241. Me.已作廢_rb.Name = "已作廢_rb"
  242. Me.已作廢_rb.Size = New System.Drawing.Size(73, 20)
  243. Me.已作廢_rb.TabIndex = 839
  244. Me.已作廢_rb.TabStop = True
  245. Me.已作廢_rb.Text = "已 作 廢"
  246. Me.已作廢_rb.UseVisualStyleBackColor = True
  247. '
  248. '未審核_rb
  249. '
  250. Me.未審核_rb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  251. Me.未審核_rb.AutoSize = True
  252. Me.未審核_rb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  253. Me.未審核_rb.Location = New System.Drawing.Point(6, 498)
  254. Me.未審核_rb.Name = "未審核_rb"
  255. Me.未審核_rb.Size = New System.Drawing.Size(109, 20)
  256. Me.未審核_rb.TabIndex = 838
  257. Me.未審核_rb.TabStop = True
  258. Me.未審核_rb.Text = "未 審 核"
  259. Me.未審核_rb.UseVisualStyleBackColor = True
  260. '
  261. '未審核_lb
  262. '
  263. Me.未審核_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  264. Me.未審核_lb.AutoSize = True
  265. Me.未審核_lb.Location = New System.Drawing.Point(2, 518)
  266. Me.未審核_lb.Name = "未審核_lb"
  267. Me.未審核_lb.Size = New System.Drawing.Size(346, 16)
  268. Me.未審核_lb.TabIndex = 837
  269. Me.未審核_lb.Text = "未 審 核 的 建 築 物 料 請 購 單"
  270. '
  271. '申請完成_bt
  272. '
  273. Me.申請完成_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  274. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  275. Me.申請完成_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  276. Me.申請完成_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  277. Me.申請完成_bt.Location = New System.Drawing.Point(669, 654)
  278. Me.申請完成_bt.Name = "申請完成_bt"
  279. Me.申請完成_bt.Size = New System.Drawing.Size(443, 25)
  280. Me.申請完成_bt.TabIndex = 832
  281. Me.申請完成_bt.Text = "申請完成"
  282. Me.申請完成_bt.UseVisualStyleBackColor = True
  283. '
  284. '群組碼_tb
  285. '
  286. Me.群組碼_tb.Location = New System.Drawing.Point(3, 3)
  287. Me.群組碼_tb.Name = "群組碼_tb"
  288. Me.群組碼_tb.Size = New System.Drawing.Size(95, 23)
  289. Me.群組碼_tb.TabIndex = 680
  290. '
  291. '物料規格_dgv
  292. '
  293. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  294. Me.物料規格_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  295. Me.物料規格_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  296. Me.物料規格_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  297. Me.物料規格_dgv.BackgroundColor = System.Drawing.Color.White
  298. Me.物料規格_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  299. Me.物料規格_dgv.Location = New System.Drawing.Point(5, 244)
  300. Me.物料規格_dgv.Name = "物料規格_dgv"
  301. Me.物料規格_dgv.RowHeadersWidth = 5
  302. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  303. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  304. Me.物料規格_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  305. Me.物料規格_dgv.RowTemplate.Height = 24
  306. Me.物料規格_dgv.Size = New System.Drawing.Size(529, 200)
  307. Me.物料規格_dgv.TabIndex = 679
  308. '
  309. '物料清單_dgv
  310. '
  311. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  312. Me.物料清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  313. Me.物料清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  314. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  315. Me.物料清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  316. Me.物料清單_dgv.BackgroundColor = System.Drawing.Color.White
  317. Me.物料清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  318. Me.物料清單_dgv.Location = New System.Drawing.Point(5, 49)
  319. Me.物料清單_dgv.Name = "物料清單_dgv"
  320. Me.物料清單_dgv.RowHeadersWidth = 5
  321. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  322. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  323. Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  324. Me.物料清單_dgv.RowTemplate.Height = 24
  325. Me.物料清單_dgv.Size = New System.Drawing.Size(529, 194)
  326. Me.物料清單_dgv.TabIndex = 677
  327. '
  328. '請購明細_dgv
  329. '
  330. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
  331. Me.請購明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  332. Me.請購明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  333. Or System.Windows.Forms.AnchorStyles.Left) _
  334. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  335. Me.請購明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  336. Me.請購明細_dgv.BackgroundColor = System.Drawing.Color.White
  337. Me.請購明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  338. Me.請購明細_dgv.Location = New System.Drawing.Point(537, 153)
  339. Me.請購明細_dgv.Name = "請購明細_dgv"
  340. Me.請購明細_dgv.RowHeadersWidth = 5
  341. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  342. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  343. Me.請購明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  344. Me.請購明細_dgv.RowTemplate.Height = 24
  345. Me.請購明細_dgv.Size = New System.Drawing.Size(804, 498)
  346. Me.請購明細_dgv.TabIndex = 833
  347. '
  348. '作廢清單_dgv
  349. '
  350. DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  351. Me.作廢清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  352. Me.作廢清單_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  353. Me.作廢清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  354. Me.作廢清單_dgv.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders
  355. Me.作廢清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  356. Me.作廢清單_dgv.Location = New System.Drawing.Point(5, 537)
  357. Me.作廢清單_dgv.Name = "作廢清單_dgv"
  358. Me.作廢清單_dgv.RowHeadersWidth = 5
  359. DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  360. Me.作廢清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle8
  361. Me.作廢清單_dgv.RowTemplate.Height = 24
  362. Me.作廢清單_dgv.Size = New System.Drawing.Size(529, 138)
  363. Me.作廢清單_dgv.TabIndex = 836
  364. '
  365. '未核准_dgv
  366. '
  367. DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  368. Me.未核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
  369. Me.未核准_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  370. Me.未核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  371. Me.未核准_dgv.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders
  372. Me.未核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  373. Me.未核准_dgv.Location = New System.Drawing.Point(5, 537)
  374. Me.未核准_dgv.Name = "未核准_dgv"
  375. Me.未核准_dgv.RowHeadersWidth = 5
  376. DataGridViewCellStyle10.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  377. Me.未核准_dgv.RowsDefaultCellStyle = DataGridViewCellStyle10
  378. Me.未核准_dgv.RowTemplate.Height = 24
  379. Me.未核准_dgv.Size = New System.Drawing.Size(529, 138)
  380. Me.未核准_dgv.TabIndex = 840
  381. '
  382. '物料圖_pb
  383. '
  384. Me.物料圖_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  385. Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  386. Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  387. Me.物料圖_pb.Location = New System.Drawing.Point(424, 446)
  388. Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  389. Me.物料圖_pb.Name = "物料圖_pb"
  390. Me.物料圖_pb.Size = New System.Drawing.Size(110, 63)
  391. Me.物料圖_pb.TabIndex = 955
  392. Me.物料圖_pb.TabStop = False
  393. '
  394. '倉庫編號_lb
  395. '
  396. Me.倉庫編號_lb.AutoSize = True
  397. Me.倉庫編號_lb.Location = New System.Drawing.Point(1168, 23)
  398. Me.倉庫編號_lb.Name = "倉庫編號_lb"
  399. Me.倉庫編號_lb.Size = New System.Drawing.Size(118, 16)
  400. Me.倉庫編號_lb.TabIndex = 1003
  401. Me.倉庫編號_lb.Text = "倉 庫 編 號"
  402. '
  403. '倉庫編號_tb
  404. '
  405. Me.倉庫編號_tb.Location = New System.Drawing.Point(1290, 20)
  406. Me.倉庫編號_tb.Name = "倉庫編號_tb"
  407. Me.倉庫編號_tb.Size = New System.Drawing.Size(52, 23)
  408. Me.倉庫編號_tb.TabIndex = 1002
  409. Me.倉庫編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  410. '
  411. '倉庫級別_lb
  412. '
  413. Me.倉庫級別_lb.AutoSize = True
  414. Me.倉庫級別_lb.Location = New System.Drawing.Point(956, 24)
  415. Me.倉庫級別_lb.Name = "倉庫級別_lb"
  416. Me.倉庫級別_lb.Size = New System.Drawing.Size(100, 16)
  417. Me.倉庫級別_lb.TabIndex = 1001
  418. Me.倉庫級別_lb.Text = "倉 庫 級 別"
  419. '
  420. '倉庫級別_tb
  421. '
  422. Me.倉庫級別_tb.Location = New System.Drawing.Point(1078, 20)
  423. Me.倉庫級別_tb.Name = "倉庫級別_tb"
  424. Me.倉庫級別_tb.Size = New System.Drawing.Size(52, 23)
  425. Me.倉庫級別_tb.TabIndex = 1000
  426. Me.倉庫級別_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  427. '
  428. '指定倉庫_lb
  429. '
  430. Me.指定倉庫_lb.AutoSize = True
  431. Me.指定倉庫_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  432. Me.指定倉庫_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  433. Me.指定倉庫_lb.Location = New System.Drawing.Point(565, 24)
  434. Me.指定倉庫_lb.Name = "指定倉庫_lb"
  435. Me.指定倉庫_lb.Size = New System.Drawing.Size(136, 16)
  436. Me.指定倉庫_lb.TabIndex = 999
  437. Me.指定倉庫_lb.Text = "指 定 倉 庫"
  438. '
  439. '指定倉庫_cb
  440. '
  441. Me.指定倉庫_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  442. Me.指定倉庫_cb.FormattingEnabled = True
  443. Me.指定倉庫_cb.Items.AddRange(New Object() {"2019"})
  444. Me.指定倉庫_cb.Location = New System.Drawing.Point(706, 20)
  445. Me.指定倉庫_cb.Name = "指定倉庫_cb"
  446. Me.指定倉庫_cb.Size = New System.Drawing.Size(209, 24)
  447. Me.指定倉庫_cb.TabIndex = 998
  448. '
  449. '群組編碼_cb
  450. '
  451. Me.群組編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  452. Me.群組編碼_cb.FormattingEnabled = True
  453. Me.群組編碼_cb.Items.AddRange(New Object() {"2019"})
  454. Me.群組編碼_cb.Location = New System.Drawing.Point(5, 52)
  455. Me.群組編碼_cb.Name = "群組編碼_cb"
  456. Me.群組編碼_cb.Size = New System.Drawing.Size(148, 24)
  457. Me.群組編碼_cb.TabIndex = 1004
  458. Me.群組編碼_cb.Visible = False
  459. '
  460. '群組編碼_lb
  461. '
  462. Me.群組編碼_lb.AutoSize = True
  463. Me.群組編碼_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  464. Me.群組編碼_lb.Location = New System.Drawing.Point(8, 27)
  465. Me.群組編碼_lb.Name = "群組編碼_lb"
  466. Me.群組編碼_lb.Size = New System.Drawing.Size(64, 16)
  467. Me.群組編碼_lb.TabIndex = 1005
  468. Me.群組編碼_lb.Text = "群 組 編 碼"
  469. Me.群組編碼_lb.TextAlign = System.Drawing.ContentAlignment.TopRight
  470. '
  471. '物料原則一_cb
  472. '
  473. Me.物料原則一_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  474. Me.物料原則一_cb.FormattingEnabled = True
  475. Me.物料原則一_cb.Items.AddRange(New Object() {"2019"})
  476. Me.物料原則一_cb.Location = New System.Drawing.Point(4, 27)
  477. Me.物料原則一_cb.Name = "物料原則一_cb"
  478. Me.物料原則一_cb.Size = New System.Drawing.Size(46, 24)
  479. Me.物料原則一_cb.TabIndex = 1006
  480. Me.物料原則一_cb.Visible = False
  481. '
  482. '料號原則_lb
  483. '
  484. Me.料號原則_lb.AutoSize = True
  485. Me.料號原則_lb.Location = New System.Drawing.Point(98, 7)
  486. Me.料號原則_lb.Name = "料號原則_lb"
  487. Me.料號原則_lb.Size = New System.Drawing.Size(55, 16)
  488. Me.料號原則_lb.TabIndex = 1007
  489. Me.料號原則_lb.Text = "料號原則"
  490. Me.料號原則_lb.Visible = False
  491. '
  492. '物料原則二_cb
  493. '
  494. Me.物料原則二_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  495. Me.物料原則二_cb.FormattingEnabled = True
  496. Me.物料原則二_cb.Items.AddRange(New Object() {"2019"})
  497. Me.物料原則二_cb.Location = New System.Drawing.Point(52, 27)
  498. Me.物料原則二_cb.Name = "物料原則二_cb"
  499. Me.物料原則二_cb.Size = New System.Drawing.Size(101, 24)
  500. Me.物料原則二_cb.TabIndex = 1008
  501. Me.物料原則二_cb.Visible = False
  502. '
  503. '料號_lb
  504. '
  505. Me.料號_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  506. Me.料號_lb.AutoSize = True
  507. Me.料號_lb.Location = New System.Drawing.Point(3, 450)
  508. Me.料號_lb.Name = "料號_lb"
  509. Me.料號_lb.Size = New System.Drawing.Size(55, 16)
  510. Me.料號_lb.TabIndex = 1010
  511. Me.料號_lb.Text = "料 號"
  512. '
  513. '料號_tb
  514. '
  515. Me.料號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  516. Me.料號_tb.Location = New System.Drawing.Point(62, 447)
  517. Me.料號_tb.Name = "料號_tb"
  518. Me.料號_tb.Size = New System.Drawing.Size(193, 23)
  519. Me.料號_tb.TabIndex = 1009
  520. '
  521. 'Label12
  522. '
  523. Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  524. Me.Label12.AutoSize = True
  525. Me.Label12.Location = New System.Drawing.Point(3, 483)
  526. Me.Label12.Name = "Label12"
  527. Me.Label12.Size = New System.Drawing.Size(437, 16)
  528. Me.Label12.TabIndex = 1011
  529. Me.Label12.Text = "_________________________________________________________________________________" &
  530. "_____"
  531. '
  532. '申請數_lb
  533. '
  534. Me.申請數_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  535. Me.申請數_lb.AutoSize = True
  536. Me.申請數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  537. Me.申請數_lb.Location = New System.Drawing.Point(262, 451)
  538. Me.申請數_lb.Name = "申請數_lb"
  539. Me.申請數_lb.Size = New System.Drawing.Size(61, 16)
  540. Me.申請數_lb.TabIndex = 1012
  541. Me.申請數_lb.Text = "申 請 數"
  542. '
  543. '申請數_nud
  544. '
  545. Me.申請數_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  546. Me.申請數_nud.Location = New System.Drawing.Point(326, 448)
  547. Me.申請數_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  548. Me.申請數_nud.Name = "申請數_nud"
  549. Me.申請數_nud.Size = New System.Drawing.Size(95, 23)
  550. Me.申請數_nud.TabIndex = 1013
  551. Me.申請數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  552. '
  553. '新增_bt
  554. '
  555. Me.新增_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  556. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  557. Me.新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  558. Me.新增_bt.Location = New System.Drawing.Point(429, 511)
  559. Me.新增_bt.Name = "新增_bt"
  560. Me.新增_bt.Size = New System.Drawing.Size(105, 24)
  561. Me.新增_bt.TabIndex = 1014
  562. Me.新增_bt.Text = "新增"
  563. Me.新增_bt.UseVisualStyleBackColor = True
  564. '
  565. '已審核_rb
  566. '
  567. Me.已審核_rb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  568. Me.已審核_rb.AutoSize = True
  569. Me.已審核_rb.ForeColor = System.Drawing.Color.Green
  570. Me.已審核_rb.Location = New System.Drawing.Point(233, 498)
  571. Me.已審核_rb.Name = "已審核_rb"
  572. Me.已審核_rb.Size = New System.Drawing.Size(91, 20)
  573. Me.已審核_rb.TabIndex = 1015
  574. Me.已審核_rb.TabStop = True
  575. Me.已審核_rb.Text = "已 審 核"
  576. Me.已審核_rb.UseVisualStyleBackColor = True
  577. '
  578. '已審核_lb
  579. '
  580. Me.已審核_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  581. Me.已審核_lb.AutoSize = True
  582. Me.已審核_lb.Location = New System.Drawing.Point(3, 518)
  583. Me.已審核_lb.Name = "已審核_lb"
  584. Me.已審核_lb.Size = New System.Drawing.Size(259, 16)
  585. Me.已審核_lb.TabIndex = 1016
  586. Me.已審核_lb.Text = "已 審 核 的 建 築 物 料 請 購 單"
  587. '
  588. '已核准_dgv
  589. '
  590. DataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  591. Me.已核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle11
  592. Me.已核准_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  593. Me.已核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  594. Me.已核准_dgv.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders
  595. Me.已核准_dgv.BackgroundColor = System.Drawing.Color.White
  596. Me.已核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  597. Me.已核准_dgv.Location = New System.Drawing.Point(5, 537)
  598. Me.已核准_dgv.Name = "已核准_dgv"
  599. Me.已核准_dgv.RowHeadersWidth = 5
  600. DataGridViewCellStyle12.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  601. Me.已核准_dgv.RowsDefaultCellStyle = DataGridViewCellStyle12
  602. Me.已核准_dgv.RowTemplate.Height = 24
  603. Me.已核准_dgv.Size = New System.Drawing.Size(529, 142)
  604. Me.已核准_dgv.TabIndex = 1017
  605. '
  606. '複製_bt
  607. '
  608. Me.複製_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  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.Green
  611. Me.複製_bt.Location = New System.Drawing.Point(355, 511)
  612. Me.複製_bt.Name = "複製_bt"
  613. Me.複製_bt.Size = New System.Drawing.Size(71, 24)
  614. Me.複製_bt.TabIndex = 1018
  615. Me.複製_bt.Text = "複 製"
  616. Me.複製_bt.UseVisualStyleBackColor = True
  617. Me.複製_bt.Visible = False
  618. '
  619. '搜尋_bt
  620. '
  621. Me.搜尋_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  622. Me.搜尋_bt.ForeColor = System.Drawing.Color.Black
  623. Me.搜尋_bt.Location = New System.Drawing.Point(272, 23)
  624. Me.搜尋_bt.Name = "搜尋_bt"
  625. Me.搜尋_bt.Size = New System.Drawing.Size(114, 24)
  626. Me.搜尋_bt.TabIndex = 1019
  627. Me.搜尋_bt.Text = "搜尋"
  628. Me.搜尋_bt.UseVisualStyleBackColor = True
  629. '
  630. '庫存量_lb
  631. '
  632. Me.庫存量_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  633. Me.庫存量_lb.AutoSize = True
  634. Me.庫存量_lb.Location = New System.Drawing.Point(2, 474)
  635. Me.庫存量_lb.Name = "庫存量_lb"
  636. Me.庫存量_lb.Size = New System.Drawing.Size(67, 16)
  637. Me.庫存量_lb.TabIndex = 1021
  638. Me.庫存量_lb.Text = "庫 存 量"
  639. '
  640. '庫存量_tb
  641. '
  642. Me.庫存量_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  643. Me.庫存量_tb.Location = New System.Drawing.Point(71, 471)
  644. Me.庫存量_tb.Name = "庫存量_tb"
  645. Me.庫存量_tb.Size = New System.Drawing.Size(53, 23)
  646. Me.庫存量_tb.TabIndex = 1020
  647. '
  648. '最大庫存量_lb
  649. '
  650. Me.最大庫存量_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  651. Me.最大庫存量_lb.AutoSize = True
  652. Me.最大庫存量_lb.Location = New System.Drawing.Point(126, 474)
  653. Me.最大庫存量_lb.Name = "最大庫存量_lb"
  654. Me.最大庫存量_lb.Size = New System.Drawing.Size(67, 16)
  655. Me.最大庫存量_lb.TabIndex = 1023
  656. Me.最大庫存量_lb.Text = "最大庫存量"
  657. '
  658. '最大庫存量_tb
  659. '
  660. Me.最大庫存量_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  661. Me.最大庫存量_tb.Location = New System.Drawing.Point(202, 471)
  662. Me.最大庫存量_tb.Name = "最大庫存量_tb"
  663. Me.最大庫存量_tb.Size = New System.Drawing.Size(53, 23)
  664. Me.最大庫存量_tb.TabIndex = 1022
  665. '
  666. '可申請_lb
  667. '
  668. Me.可申請_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  669. Me.可申請_lb.AutoSize = True
  670. Me.可申請_lb.Location = New System.Drawing.Point(257, 475)
  671. Me.可申請_lb.Name = "可申請_lb"
  672. Me.可申請_lb.Size = New System.Drawing.Size(85, 16)
  673. Me.可申請_lb.TabIndex = 1024
  674. Me.可申請_lb.Text = "可 申 請"
  675. '
  676. '可申請_tb
  677. '
  678. Me.可申請_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  679. Me.可申請_tb.Location = New System.Drawing.Point(369, 472)
  680. Me.可申請_tb.Name = "可申請_tb"
  681. Me.可申請_tb.Size = New System.Drawing.Size(53, 23)
  682. Me.可申請_tb.TabIndex = 1025
  683. '
  684. '語言_dgv
  685. '
  686. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  687. Me.語言_dgv.Location = New System.Drawing.Point(157, 2)
  688. Me.語言_dgv.Name = "語言_dgv"
  689. Me.語言_dgv.RowHeadersWidth = 5
  690. Me.語言_dgv.RowTemplate.Height = 24
  691. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  692. Me.語言_dgv.TabIndex = 1026
  693. '
  694. '大間距_ch
  695. '
  696. Me.大間距_ch.AutoSize = True
  697. Me.大間距_ch.Location = New System.Drawing.Point(491, 26)
  698. Me.大間距_ch.Name = "大間距_ch"
  699. Me.大間距_ch.Size = New System.Drawing.Size(39, 20)
  700. Me.大間距_ch.TabIndex = 1337
  701. Me.大間距_ch.Text = "L3"
  702. Me.大間距_ch.UseVisualStyleBackColor = True
  703. '
  704. '中間距_ch
  705. '
  706. Me.中間距_ch.AutoSize = True
  707. Me.中間距_ch.Location = New System.Drawing.Point(448, 26)
  708. Me.中間距_ch.Name = "中間距_ch"
  709. Me.中間距_ch.Size = New System.Drawing.Size(39, 20)
  710. Me.中間距_ch.TabIndex = 1336
  711. Me.中間距_ch.Text = "L2"
  712. Me.中間距_ch.UseVisualStyleBackColor = True
  713. '
  714. '小間距_ch
  715. '
  716. Me.小間距_ch.AutoSize = True
  717. Me.小間距_ch.Location = New System.Drawing.Point(406, 26)
  718. Me.小間距_ch.Name = "小間距_ch"
  719. Me.小間距_ch.Size = New System.Drawing.Size(39, 20)
  720. Me.小間距_ch.TabIndex = 1335
  721. Me.小間距_ch.Text = "L1"
  722. Me.小間距_ch.UseVisualStyleBackColor = True
  723. '
  724. '大間距1_ch
  725. '
  726. Me.大間距1_ch.AutoSize = True
  727. Me.大間距1_ch.Location = New System.Drawing.Point(761, 127)
  728. Me.大間距1_ch.Name = "大間距1_ch"
  729. Me.大間距1_ch.Size = New System.Drawing.Size(39, 20)
  730. Me.大間距1_ch.TabIndex = 1340
  731. Me.大間距1_ch.Text = "L3"
  732. Me.大間距1_ch.UseVisualStyleBackColor = True
  733. '
  734. '中間距1_ch
  735. '
  736. Me.中間距1_ch.AutoSize = True
  737. Me.中間距1_ch.Location = New System.Drawing.Point(718, 127)
  738. Me.中間距1_ch.Name = "中間距1_ch"
  739. Me.中間距1_ch.Size = New System.Drawing.Size(39, 20)
  740. Me.中間距1_ch.TabIndex = 1339
  741. Me.中間距1_ch.Text = "L2"
  742. Me.中間距1_ch.UseVisualStyleBackColor = True
  743. '
  744. '小間距1_ch
  745. '
  746. Me.小間距1_ch.AutoSize = True
  747. Me.小間距1_ch.Location = New System.Drawing.Point(676, 127)
  748. Me.小間距1_ch.Name = "小間距1_ch"
  749. Me.小間距1_ch.Size = New System.Drawing.Size(39, 20)
  750. Me.小間距1_ch.TabIndex = 1338
  751. Me.小間距1_ch.Text = "L1"
  752. Me.小間距1_ch.UseVisualStyleBackColor = True
  753. '
  754. '開立建築物料請購單_bt
  755. '
  756. Me.開立建築物料請購單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  757. Me.開立建築物料請購單_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  758. Me.開立建築物料請購單_bt.Location = New System.Drawing.Point(564, 47)
  759. Me.開立建築物料請購單_bt.Name = "開立建築物料請購單_bt"
  760. Me.開立建築物料請購單_bt.Size = New System.Drawing.Size(263, 26)
  761. Me.開立建築物料請購單_bt.TabIndex = 1341
  762. Me.開立建築物料請購單_bt.Text = "開立新的請購單"
  763. Me.開立建築物料請購單_bt.UseVisualStyleBackColor = True
  764. '
  765. '刪除_bt
  766. '
  767. Me.刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  768. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  769. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  770. Me.刪除_bt.Location = New System.Drawing.Point(1113, 654)
  771. Me.刪除_bt.Name = "刪除_bt"
  772. Me.刪除_bt.Size = New System.Drawing.Size(202, 25)
  773. Me.刪除_bt.TabIndex = 1342
  774. Me.刪除_bt.Text = "刪除建築物料申請單"
  775. Me.刪除_bt.UseVisualStyleBackColor = True
  776. '
  777. '刪除請購單上點選資料_bt
  778. '
  779. Me.刪除請購單上點選資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  780. Me.刪除請購單上點選資料_bt.ForeColor = System.Drawing.Color.Red
  781. Me.刪除請購單上點選資料_bt.Location = New System.Drawing.Point(824, 125)
  782. Me.刪除請購單上點選資料_bt.Name = "刪除請購單上點選資料_bt"
  783. Me.刪除請購單上點選資料_bt.Size = New System.Drawing.Size(187, 25)
  784. Me.刪除請購單上點選資料_bt.TabIndex = 1343
  785. Me.刪除請購單上點選資料_bt.Text = "刪除請購單上點選的資料"
  786. Me.刪除請購單上點選資料_bt.UseVisualStyleBackColor = True
  787. '
  788. '需求日期_dtp
  789. '
  790. Me.需求日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  791. Me.需求日期_dtp.Location = New System.Drawing.Point(1240, 72)
  792. Me.需求日期_dtp.Name = "需求日期_dtp"
  793. Me.需求日期_dtp.Size = New System.Drawing.Size(102, 23)
  794. Me.需求日期_dtp.TabIndex = 1345
  795. '
  796. '需求日期_lb
  797. '
  798. Me.需求日期_lb.AutoSize = True
  799. Me.需求日期_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  800. Me.需求日期_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  801. Me.需求日期_lb.Location = New System.Drawing.Point(1112, 75)
  802. Me.需求日期_lb.Name = "需求日期_lb"
  803. Me.需求日期_lb.Size = New System.Drawing.Size(97, 16)
  804. Me.需求日期_lb.TabIndex = 1344
  805. Me.需求日期_lb.Text = "需 求 日 期"
  806. '
  807. '操作_lb
  808. '
  809. Me.操作_lb.AutoSize = True
  810. Me.操作_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  811. Me.操作_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  812. Me.操作_lb.Location = New System.Drawing.Point(3, 4)
  813. Me.操作_lb.Name = "操作_lb"
  814. Me.操作_lb.Size = New System.Drawing.Size(374, 15)
  815. Me.操作_lb.TabIndex = 1346
  816. Me.操作_lb.Text = "操作流程(紫色字體)。編碼>日期>倉庫>開立新單。申請數>新增>申請完成"
  817. '
  818. '語轉扭_bt
  819. '
  820. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  821. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  822. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  823. Me.語轉扭_bt.Location = New System.Drawing.Point(1316, 654)
  824. Me.語轉扭_bt.Name = "語轉扭_bt"
  825. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  826. Me.語轉扭_bt.TabIndex = 1347
  827. Me.語轉扭_bt.Text = "L"
  828. Me.語轉扭_bt.UseVisualStyleBackColor = True
  829. '
  830. '重新整理_bt
  831. '
  832. Me.重新整理_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  833. Me.重新整理_bt.ForeColor = System.Drawing.Color.Black
  834. Me.重新整理_bt.Location = New System.Drawing.Point(1011, 125)
  835. Me.重新整理_bt.Name = "重新整理_bt"
  836. Me.重新整理_bt.Size = New System.Drawing.Size(182, 25)
  837. Me.重新整理_bt.TabIndex = 1348
  838. Me.重新整理_bt.Text = "重新整理"
  839. Me.重新整理_bt.UseVisualStyleBackColor = True
  840. '
  841. 'Label1
  842. '
  843. Me.Label1.AutoSize = True
  844. Me.Label1.Location = New System.Drawing.Point(541, 22)
  845. Me.Label1.Name = "Label1"
  846. Me.Label1.Size = New System.Drawing.Size(26, 16)
  847. Me.Label1.TabIndex = 1349
  848. Me.Label1.Text = "1、"
  849. '
  850. 'Label2
  851. '
  852. Me.Label2.AutoSize = True
  853. Me.Label2.Location = New System.Drawing.Point(537, 33)
  854. Me.Label2.Name = "Label2"
  855. Me.Label2.Size = New System.Drawing.Size(767, 16)
  856. Me.Label2.TabIndex = 1350
  857. Me.Label2.Text = "_________________________________________________________________________________" &
  858. "_______________________________________________________________________"
  859. '
  860. 'Label3
  861. '
  862. Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  863. Me.Label3.AutoSize = True
  864. Me.Label3.Location = New System.Drawing.Point(581, 33)
  865. Me.Label3.Name = "Label3"
  866. Me.Label3.Size = New System.Drawing.Size(767, 16)
  867. Me.Label3.TabIndex = 1351
  868. Me.Label3.Text = "_________________________________________________________________________________" &
  869. "_______________________________________________________________________"
  870. '
  871. 'Label4
  872. '
  873. Me.Label4.AutoSize = True
  874. Me.Label4.Location = New System.Drawing.Point(541, 51)
  875. Me.Label4.Name = "Label4"
  876. Me.Label4.Size = New System.Drawing.Size(26, 16)
  877. Me.Label4.TabIndex = 1352
  878. Me.Label4.Text = "2、"
  879. '
  880. 'Label5
  881. '
  882. Me.Label5.AutoSize = True
  883. Me.Label5.Location = New System.Drawing.Point(536, 108)
  884. Me.Label5.Name = "Label5"
  885. Me.Label5.Size = New System.Drawing.Size(767, 16)
  886. Me.Label5.TabIndex = 1353
  887. Me.Label5.Text = "_________________________________________________________________________________" &
  888. "_______________________________________________________________________"
  889. '
  890. 'Label6
  891. '
  892. Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  893. Me.Label6.AutoSize = True
  894. Me.Label6.Location = New System.Drawing.Point(580, 108)
  895. Me.Label6.Name = "Label6"
  896. Me.Label6.Size = New System.Drawing.Size(767, 16)
  897. Me.Label6.TabIndex = 1354
  898. Me.Label6.Text = "_________________________________________________________________________________" &
  899. "_______________________________________________________________________"
  900. '
  901. '合約號_lb
  902. '
  903. Me.合約號_lb.AutoSize = True
  904. Me.合約號_lb.Location = New System.Drawing.Point(537, 99)
  905. Me.合約號_lb.Name = "合約號_lb"
  906. Me.合約號_lb.Size = New System.Drawing.Size(43, 16)
  907. Me.合約號_lb.TabIndex = 1355
  908. Me.合約號_lb.Text = "合約號"
  909. '
  910. '合約號_tb
  911. '
  912. Me.合約號_tb.Location = New System.Drawing.Point(5, 79)
  913. Me.合約號_tb.Name = "合約號_tb"
  914. Me.合約號_tb.Size = New System.Drawing.Size(148, 23)
  915. Me.合約號_tb.TabIndex = 1356
  916. '
  917. '新群組1_cb
  918. '
  919. Me.新群組1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  920. Me.新群組1_cb.FormattingEnabled = True
  921. Me.新群組1_cb.Items.AddRange(New Object() {"2019"})
  922. Me.新群組1_cb.Location = New System.Drawing.Point(86, 23)
  923. Me.新群組1_cb.Name = "新群組1_cb"
  924. Me.新群組1_cb.Size = New System.Drawing.Size(180, 24)
  925. Me.新群組1_cb.TabIndex = 1357
  926. '
  927. 'Panel1
  928. '
  929. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  930. Me.Panel1.Controls.Add(Me.主管_dgv)
  931. Me.Panel1.Controls.Add(Me.群組碼_tb)
  932. Me.Panel1.Controls.Add(Me.料號原則_lb)
  933. Me.Panel1.Controls.Add(Me.群組編碼_cb)
  934. Me.Panel1.Controls.Add(Me.物料原則一_cb)
  935. Me.Panel1.Controls.Add(Me.物料原則二_cb)
  936. Me.Panel1.Controls.Add(Me.合約號_tb)
  937. Me.Panel1.Controls.Add(Me.語言_dgv)
  938. Me.Panel1.Location = New System.Drawing.Point(823, 313)
  939. Me.Panel1.Name = "Panel1"
  940. Me.Panel1.Size = New System.Drawing.Size(247, 109)
  941. Me.Panel1.TabIndex = 1358
  942. Me.Panel1.Visible = False
  943. '
  944. '主管_dgv
  945. '
  946. DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
  947. Me.主管_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
  948. Me.主管_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  949. Me.主管_dgv.BackgroundColor = System.Drawing.Color.White
  950. Me.主管_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  951. Me.主管_dgv.Location = New System.Drawing.Point(157, 55)
  952. Me.主管_dgv.Name = "主管_dgv"
  953. Me.主管_dgv.RowHeadersWidth = 5
  954. DataGridViewCellStyle14.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  955. DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  956. Me.主管_dgv.RowsDefaultCellStyle = DataGridViewCellStyle14
  957. Me.主管_dgv.RowTemplate.Height = 24
  958. Me.主管_dgv.Size = New System.Drawing.Size(81, 49)
  959. Me.主管_dgv.TabIndex = 1358
  960. '
  961. '合約編號3_tb
  962. '
  963. Me.合約編號3_tb.Location = New System.Drawing.Point(793, 96)
  964. Me.合約編號3_tb.Name = "合約編號3_tb"
  965. Me.合約編號3_tb.Size = New System.Drawing.Size(35, 23)
  966. Me.合約編號3_tb.TabIndex = 1362
  967. '
  968. '合約編號2_tb
  969. '
  970. Me.合約編號2_tb.Location = New System.Drawing.Point(727, 96)
  971. Me.合約編號2_tb.MaxLength = 6
  972. Me.合約編號2_tb.Name = "合約編號2_tb"
  973. Me.合約編號2_tb.Size = New System.Drawing.Size(65, 23)
  974. Me.合約編號2_tb.TabIndex = 1361
  975. '
  976. '合約編號1_tb
  977. '
  978. Me.合約編號1_tb.Location = New System.Drawing.Point(676, 96)
  979. Me.合約編號1_tb.Name = "合約編號1_tb"
  980. Me.合約編號1_tb.Size = New System.Drawing.Size(50, 23)
  981. Me.合約編號1_tb.TabIndex = 1360
  982. '
  983. '合約編號_cb
  984. '
  985. Me.合約編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  986. Me.合約編號_cb.ForeColor = System.Drawing.Color.Blue
  987. Me.合約編號_cb.FormattingEnabled = True
  988. Me.合約編號_cb.Items.AddRange(New Object() {"", "HX", "PGS"})
  989. Me.合約編號_cb.Location = New System.Drawing.Point(612, 95)
  990. Me.合約編號_cb.Name = "合約編號_cb"
  991. Me.合約編號_cb.Size = New System.Drawing.Size(62, 24)
  992. Me.合約編號_cb.TabIndex = 1359
  993. '
  994. 'Label35
  995. '
  996. Me.Label35.AutoSize = True
  997. Me.Label35.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  998. Me.Label35.Location = New System.Drawing.Point(613, 79)
  999. Me.Label35.Name = "Label35"
  1000. Me.Label35.Size = New System.Drawing.Size(208, 16)
  1001. Me.Label35.TabIndex = 1363
  1002. Me.Label35.Text = "B方 A方 Date No. "
  1003. Me.Label35.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  1004. '
  1005. '備註_tb
  1006. '
  1007. Me.備註_tb.Location = New System.Drawing.Point(904, 96)
  1008. Me.備註_tb.Name = "備註_tb"
  1009. Me.備註_tb.Size = New System.Drawing.Size(437, 23)
  1010. Me.備註_tb.TabIndex = 1364
  1011. '
  1012. 'Label7
  1013. '
  1014. Me.Label7.AutoSize = True
  1015. Me.Label7.Location = New System.Drawing.Point(835, 100)
  1016. Me.Label7.Name = "Label7"
  1017. Me.Label7.Size = New System.Drawing.Size(68, 16)
  1018. Me.Label7.TabIndex = 1365
  1019. Me.Label7.Text = "Komentar :"
  1020. '
  1021. '詳細資料2_ch
  1022. '
  1023. Me.詳細資料2_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1024. Me.詳細資料2_ch.AutoSize = True
  1025. Me.詳細資料2_ch.Location = New System.Drawing.Point(537, 656)
  1026. Me.詳細資料2_ch.Name = "詳細資料2_ch"
  1027. Me.詳細資料2_ch.Size = New System.Drawing.Size(126, 20)
  1028. Me.詳細資料2_ch.TabIndex = 1836
  1029. Me.詳細資料2_ch.Text = "詳細資料 / Rincian"
  1030. Me.詳細資料2_ch.UseVisualStyleBackColor = True
  1031. '
  1032. '請購單申請
  1033. '
  1034. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1035. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1036. Me.ClientSize = New System.Drawing.Size(1349, 681)
  1037. Me.Controls.Add(Me.詳細資料2_ch)
  1038. Me.Controls.Add(Me.Label7)
  1039. Me.Controls.Add(Me.備註_tb)
  1040. Me.Controls.Add(Me.合約編號3_tb)
  1041. Me.Controls.Add(Me.合約編號2_tb)
  1042. Me.Controls.Add(Me.合約編號1_tb)
  1043. Me.Controls.Add(Me.合約編號_cb)
  1044. Me.Controls.Add(Me.Panel1)
  1045. Me.Controls.Add(Me.新群組1_cb)
  1046. Me.Controls.Add(Me.合約號_lb)
  1047. Me.Controls.Add(Me.重新整理_bt)
  1048. Me.Controls.Add(Me.操作_lb)
  1049. Me.Controls.Add(Me.需求日期_dtp)
  1050. Me.Controls.Add(Me.需求日期_lb)
  1051. Me.Controls.Add(Me.刪除請購單上點選資料_bt)
  1052. Me.Controls.Add(Me.刪除_bt)
  1053. Me.Controls.Add(Me.開立建築物料請購單_bt)
  1054. Me.Controls.Add(Me.大間距1_ch)
  1055. Me.Controls.Add(Me.中間距1_ch)
  1056. Me.Controls.Add(Me.小間距1_ch)
  1057. Me.Controls.Add(Me.大間距_ch)
  1058. Me.Controls.Add(Me.中間距_ch)
  1059. Me.Controls.Add(Me.小間距_ch)
  1060. Me.Controls.Add(Me.可申請_tb)
  1061. Me.Controls.Add(Me.最大庫存量_tb)
  1062. Me.Controls.Add(Me.庫存量_tb)
  1063. Me.Controls.Add(Me.搜尋_bt)
  1064. Me.Controls.Add(Me.複製_bt)
  1065. Me.Controls.Add(Me.已審核_rb)
  1066. Me.Controls.Add(Me.新增_bt)
  1067. Me.Controls.Add(Me.申請數_nud)
  1068. Me.Controls.Add(Me.申請數_lb)
  1069. Me.Controls.Add(Me.料號_lb)
  1070. Me.Controls.Add(Me.料號_tb)
  1071. Me.Controls.Add(Me.群組編碼_lb)
  1072. Me.Controls.Add(Me.倉庫編號_tb)
  1073. Me.Controls.Add(Me.倉庫級別_tb)
  1074. Me.Controls.Add(Me.指定倉庫_cb)
  1075. Me.Controls.Add(Me.物料圖_pb)
  1076. Me.Controls.Add(Me.申請日期_dtp)
  1077. Me.Controls.Add(Me.申請完成_bt)
  1078. Me.Controls.Add(Me.項次_tb)
  1079. Me.Controls.Add(Me.項次_lb)
  1080. Me.Controls.Add(Me.選擇_lb)
  1081. Me.Controls.Add(Me.物料清單_dgv)
  1082. Me.Controls.Add(Me.申請人_lb)
  1083. Me.Controls.Add(Me.申請人_tb)
  1084. Me.Controls.Add(Me.申請日期_lb)
  1085. Me.Controls.Add(Me.請購單號_lb)
  1086. Me.Controls.Add(Me.請購單號_tb)
  1087. Me.Controls.Add(Me.指定倉庫_lb)
  1088. Me.Controls.Add(Me.倉庫級別_lb)
  1089. Me.Controls.Add(Me.倉庫編號_lb)
  1090. Me.Controls.Add(Me.已作廢_rb)
  1091. Me.Controls.Add(Me.未審核_rb)
  1092. Me.Controls.Add(Me.物料規格_dgv)
  1093. Me.Controls.Add(Me.庫存量_lb)
  1094. Me.Controls.Add(Me.最大庫存量_lb)
  1095. Me.Controls.Add(Me.可申請_lb)
  1096. Me.Controls.Add(Me.已審核_lb)
  1097. Me.Controls.Add(Me.請購明細_dgv)
  1098. Me.Controls.Add(Me.未審核_lb)
  1099. Me.Controls.Add(Me.已作廢_lb)
  1100. Me.Controls.Add(Me.語轉扭_bt)
  1101. Me.Controls.Add(Me.Label1)
  1102. Me.Controls.Add(Me.Label2)
  1103. Me.Controls.Add(Me.Label3)
  1104. Me.Controls.Add(Me.Label4)
  1105. Me.Controls.Add(Me.Label5)
  1106. Me.Controls.Add(Me.Label6)
  1107. Me.Controls.Add(Me.已核准_dgv)
  1108. Me.Controls.Add(Me.未核准_dgv)
  1109. Me.Controls.Add(Me.作廢清單_dgv)
  1110. Me.Controls.Add(Me.Label12)
  1111. Me.Controls.Add(Me.Label35)
  1112. Me.Controls.Add(Me.閃燈_lb)
  1113. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1114. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1115. Me.Name = "請購單申請"
  1116. Me.RightToLeftLayout = True
  1117. Me.Text = "建築物料請購單申請"
  1118. CType(Me.物料規格_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1119. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1120. CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1121. CType(Me.作廢清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1122. CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1123. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1124. CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1125. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1126. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1127. Me.Panel1.ResumeLayout(False)
  1128. Me.Panel1.PerformLayout()
  1129. CType(Me.主管_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1130. Me.ResumeLayout(False)
  1131. Me.PerformLayout()
  1132. End Sub
  1133. Friend WithEvents 申請日期_dtp As DateTimePicker
  1134. Friend WithEvents 閃燈_lb As Label
  1135. Friend WithEvents 項次_tb As TextBox
  1136. Friend WithEvents 項次_lb As Label
  1137. Friend WithEvents 選擇_lb As Label
  1138. Friend WithEvents 申請人_lb As Label
  1139. Friend WithEvents 申請人_tb As TextBox
  1140. Friend WithEvents 申請日期_lb As Label
  1141. Friend WithEvents 請購單號_lb As Label
  1142. Friend WithEvents 請購單號_tb As TextBox
  1143. Friend WithEvents Timer1 As Timer
  1144. Friend WithEvents 群組碼_tb As TextBox
  1145. Friend WithEvents 物料規格_dgv As DataGridView
  1146. Friend WithEvents 物料清單_dgv As DataGridView
  1147. Friend WithEvents 申請完成_bt As Button
  1148. Friend WithEvents 請購明細_dgv As DataGridView
  1149. Friend WithEvents 已作廢_lb As Label
  1150. Friend WithEvents 已作廢_rb As RadioButton
  1151. Friend WithEvents 未審核_rb As RadioButton
  1152. Friend WithEvents 未審核_lb As Label
  1153. Friend WithEvents 作廢清單_dgv As DataGridView
  1154. Friend WithEvents 未核准_dgv As DataGridView
  1155. Friend WithEvents 物料圖_pb As PictureBox
  1156. Friend WithEvents 倉庫編號_lb As Label
  1157. Friend WithEvents 倉庫編號_tb As TextBox
  1158. Friend WithEvents 倉庫級別_lb As Label
  1159. Friend WithEvents 倉庫級別_tb As TextBox
  1160. Friend WithEvents 指定倉庫_lb As Label
  1161. Friend WithEvents 指定倉庫_cb As ComboBox
  1162. Friend WithEvents 群組編碼_cb As ComboBox
  1163. Friend WithEvents 群組編碼_lb As Label
  1164. Friend WithEvents 物料原則一_cb As ComboBox
  1165. Friend WithEvents 料號原則_lb As Label
  1166. Friend WithEvents 物料原則二_cb As ComboBox
  1167. Friend WithEvents 料號_lb As Label
  1168. Friend WithEvents 料號_tb As TextBox
  1169. Friend WithEvents Label12 As Label
  1170. Friend WithEvents 申請數_lb As Label
  1171. Friend WithEvents 申請數_nud As NumericUpDown
  1172. Friend WithEvents 新增_bt As Button
  1173. Friend WithEvents 已審核_rb As RadioButton
  1174. Friend WithEvents 已審核_lb As Label
  1175. Friend WithEvents 已核准_dgv As DataGridView
  1176. Friend WithEvents 複製_bt As Button
  1177. Friend WithEvents 搜尋_bt As Button
  1178. Friend WithEvents 庫存量_lb As Label
  1179. Friend WithEvents 庫存量_tb As TextBox
  1180. Friend WithEvents 最大庫存量_lb As Label
  1181. Friend WithEvents 最大庫存量_tb As TextBox
  1182. Friend WithEvents 可申請_lb As Label
  1183. Friend WithEvents 可申請_tb As TextBox
  1184. Friend WithEvents 語言_dgv As DataGridView
  1185. Friend WithEvents 大間距_ch As CheckBox
  1186. Friend WithEvents 中間距_ch As CheckBox
  1187. Friend WithEvents 小間距_ch As CheckBox
  1188. Friend WithEvents 大間距1_ch As CheckBox
  1189. Friend WithEvents 中間距1_ch As CheckBox
  1190. Friend WithEvents 小間距1_ch As CheckBox
  1191. Friend WithEvents 開立建築物料請購單_bt As Button
  1192. Friend WithEvents 刪除_bt As Button
  1193. Friend WithEvents 刪除請購單上點選資料_bt As Button
  1194. Friend WithEvents 需求日期_dtp As DateTimePicker
  1195. Friend WithEvents 需求日期_lb As Label
  1196. Friend WithEvents 操作_lb As Label
  1197. Friend WithEvents 語轉扭_bt As Button
  1198. Friend WithEvents 重新整理_bt As Button
  1199. Friend WithEvents Label1 As Label
  1200. Friend WithEvents Label2 As Label
  1201. Friend WithEvents Label3 As Label
  1202. Friend WithEvents Label4 As Label
  1203. Friend WithEvents Label5 As Label
  1204. Friend WithEvents Label6 As Label
  1205. Friend WithEvents 合約號_lb As Label
  1206. Friend WithEvents 合約號_tb As TextBox
  1207. Friend WithEvents 新群組1_cb As ComboBox
  1208. Friend WithEvents Panel1 As Panel
  1209. Friend WithEvents 合約編號3_tb As TextBox
  1210. Friend WithEvents 合約編號2_tb As TextBox
  1211. Friend WithEvents 合約編號1_tb As TextBox
  1212. Friend WithEvents 合約編號_cb As ComboBox
  1213. Friend WithEvents Label35 As Label
  1214. Friend WithEvents 備註_tb As TextBox
  1215. Friend WithEvents Label7 As Label
  1216. Friend WithEvents 主管_dgv As DataGridView
  1217. Friend WithEvents 詳細資料2_ch As CheckBox
  1218. End Class