Sin descripción
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 43KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819
  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. Me.Label7 = New System.Windows.Forms.Label()
  34. Me.確認列印_bt = New System.Windows.Forms.Button()
  35. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  36. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  37. Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
  38. Me.請購單核准_tsm = New System.Windows.Forms.ToolStripMenuItem()
  39. Me.請購單作廢_tsm = New System.Windows.Forms.ToolStripMenuItem()
  40. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  41. Me.存檔_tsm = New System.Windows.Forms.ToolStripMenuItem()
  42. Me.刪除請購單上點選資料_tsm = New System.Windows.Forms.ToolStripMenuItem()
  43. Me.刪除請購單上點選資料_bt = New System.Windows.Forms.Button()
  44. Me.需求日期_dtp = New System.Windows.Forms.DateTimePicker()
  45. Me.需求日期_lb = New System.Windows.Forms.Label()
  46. Me.請購明細1_dgv = New System.Windows.Forms.DataGridView()
  47. Me.審核_tb = New System.Windows.Forms.TextBox()
  48. Me.系統語言_cb = New System.Windows.Forms.ComboBox()
  49. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  50. Me.申請人部門_tb = New System.Windows.Forms.TextBox()
  51. Me.申請人課別_tb = New System.Windows.Forms.TextBox()
  52. Me.申請人級別_tb = New System.Windows.Forms.TextBox()
  53. Me.Panel1 = New System.Windows.Forms.Panel()
  54. Me.申請人組別_tb = New System.Windows.Forms.TextBox()
  55. Me.合約號_tb = New System.Windows.Forms.TextBox()
  56. Me.合約號_lb = New System.Windows.Forms.Label()
  57. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  58. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  59. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  60. Me.語轉扭_bt = New System.Windows.Forms.Button()
  61. Me.備註_tb = New System.Windows.Forms.TextBox()
  62. Me.倉庫編號_tb = New System.Windows.Forms.TextBox()
  63. Me.倉庫級別_tb = New System.Windows.Forms.TextBox()
  64. Me.指定倉庫_cb = New System.Windows.Forms.ComboBox()
  65. Me.指定倉庫_lb = New System.Windows.Forms.Label()
  66. Me.倉庫級別_lb = New System.Windows.Forms.Label()
  67. Me.倉庫編號_lb = New System.Windows.Forms.Label()
  68. Me.物料圖_pb = New System.Windows.Forms.PictureBox()
  69. Me.存檔_bt = New System.Windows.Forms.Button()
  70. Me.項次_tb = New System.Windows.Forms.TextBox()
  71. Me.項次_lb = New System.Windows.Forms.Label()
  72. Me.選擇_lb = New System.Windows.Forms.Label()
  73. Me.請購單作廢_bt = New System.Windows.Forms.Button()
  74. Me.請購單核准_bt = New System.Windows.Forms.Button()
  75. Me.請購明細_dgv = New System.Windows.Forms.DataGridView()
  76. Me.申請人_lb = New System.Windows.Forms.Label()
  77. Me.申請人_tb = New System.Windows.Forms.TextBox()
  78. Me.請購單號_lb = New System.Windows.Forms.Label()
  79. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  80. Me.請購單號_tb = New System.Windows.Forms.TextBox()
  81. Me.已作廢_rb = New System.Windows.Forms.RadioButton()
  82. Me.申請日期_lb = New System.Windows.Forms.Label()
  83. Me.未審核_lb = New System.Windows.Forms.Label()
  84. Me.已審核_rb = New System.Windows.Forms.RadioButton()
  85. Me.未審核_rb = New System.Windows.Forms.RadioButton()
  86. Me.已審核_lb = New System.Windows.Forms.Label()
  87. Me.未核准_dgv = New System.Windows.Forms.DataGridView()
  88. Me.已核准_dgv = New System.Windows.Forms.DataGridView()
  89. Me.作廢清單_dgv = New System.Windows.Forms.DataGridView()
  90. Me.已作廢_lb = New System.Windows.Forms.Label()
  91. Me.詳細資料2_ch = New System.Windows.Forms.CheckBox()
  92. Me.ContextMenuStrip1.SuspendLayout()
  93. CType(Me.請購明細1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  94. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  95. Me.Panel1.SuspendLayout()
  96. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  97. CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  100. CType(Me.作廢清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  101. Me.SuspendLayout()
  102. '
  103. 'Label7
  104. '
  105. Me.Label7.AutoSize = True
  106. Me.Label7.Location = New System.Drawing.Point(523, 57)
  107. Me.Label7.Name = "Label7"
  108. Me.Label7.Size = New System.Drawing.Size(68, 16)
  109. Me.Label7.TabIndex = 1685
  110. Me.Label7.Text = "Komentar :"
  111. '
  112. '確認列印_bt
  113. '
  114. Me.確認列印_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  115. Me.確認列印_bt.ContextMenuStrip = Me.ContextMenuStrip1
  116. Me.確認列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  117. Me.確認列印_bt.ForeColor = System.Drawing.Color.Olive
  118. Me.確認列印_bt.Location = New System.Drawing.Point(876, 652)
  119. Me.確認列印_bt.Name = "確認列印_bt"
  120. Me.確認列印_bt.Size = New System.Drawing.Size(244, 26)
  121. Me.確認列印_bt.TabIndex = 1672
  122. Me.確認列印_bt.Text = "確 認 列 印"
  123. Me.確認列印_bt.UseVisualStyleBackColor = True
  124. '
  125. 'ContextMenuStrip1
  126. '
  127. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.ToolStripSeparator6, Me.請購單核准_tsm, Me.請購單作廢_tsm, Me.ToolStripSeparator1, Me.存檔_tsm, Me.刪除請購單上點選資料_tsm})
  128. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  129. Me.ContextMenuStrip1.Size = New System.Drawing.Size(195, 126)
  130. '
  131. '重新整理_tsm
  132. '
  133. Me.重新整理_tsm.Name = "重新整理_tsm"
  134. Me.重新整理_tsm.Size = New System.Drawing.Size(194, 22)
  135. Me.重新整理_tsm.Text = "重新整理"
  136. '
  137. 'ToolStripSeparator6
  138. '
  139. Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
  140. Me.ToolStripSeparator6.Size = New System.Drawing.Size(191, 6)
  141. '
  142. '請購單核准_tsm
  143. '
  144. Me.請購單核准_tsm.ForeColor = System.Drawing.Color.Green
  145. Me.請購單核准_tsm.Name = "請購單核准_tsm"
  146. Me.請購單核准_tsm.Size = New System.Drawing.Size(194, 22)
  147. Me.請購單核准_tsm.Text = "請購單核准"
  148. '
  149. '請購單作廢_tsm
  150. '
  151. Me.請購單作廢_tsm.ForeColor = System.Drawing.Color.Red
  152. Me.請購單作廢_tsm.Name = "請購單作廢_tsm"
  153. Me.請購單作廢_tsm.Size = New System.Drawing.Size(194, 22)
  154. Me.請購單作廢_tsm.Text = "請購單作廢"
  155. '
  156. 'ToolStripSeparator1
  157. '
  158. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  159. Me.ToolStripSeparator1.Size = New System.Drawing.Size(191, 6)
  160. '
  161. '存檔_tsm
  162. '
  163. Me.存檔_tsm.ForeColor = System.Drawing.Color.Green
  164. Me.存檔_tsm.Name = "存檔_tsm"
  165. Me.存檔_tsm.Size = New System.Drawing.Size(194, 22)
  166. Me.存檔_tsm.Text = "清單修改存檔"
  167. Me.存檔_tsm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  168. '
  169. '刪除請購單上點選資料_tsm
  170. '
  171. Me.刪除請購單上點選資料_tsm.ForeColor = System.Drawing.Color.Red
  172. Me.刪除請購單上點選資料_tsm.Name = "刪除請購單上點選資料_tsm"
  173. Me.刪除請購單上點選資料_tsm.Size = New System.Drawing.Size(194, 22)
  174. Me.刪除請購單上點選資料_tsm.Text = "刪除請購單上點選資料"
  175. '
  176. '刪除請購單上點選資料_bt
  177. '
  178. Me.刪除請購單上點選資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  179. Me.刪除請購單上點選資料_bt.ForeColor = System.Drawing.Color.Red
  180. Me.刪除請購單上點選資料_bt.Location = New System.Drawing.Point(658, 123)
  181. Me.刪除請購單上點選資料_bt.Name = "刪除請購單上點選資料_bt"
  182. Me.刪除請購單上點選資料_bt.Size = New System.Drawing.Size(393, 25)
  183. Me.刪除請購單上點選資料_bt.TabIndex = 1671
  184. Me.刪除請購單上點選資料_bt.Text = "刪除請購單上點選的資料"
  185. Me.刪除請購單上點選資料_bt.UseVisualStyleBackColor = True
  186. '
  187. '需求日期_dtp
  188. '
  189. Me.需求日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  190. Me.需求日期_dtp.Location = New System.Drawing.Point(962, 29)
  191. Me.需求日期_dtp.Name = "需求日期_dtp"
  192. Me.需求日期_dtp.Size = New System.Drawing.Size(89, 23)
  193. Me.需求日期_dtp.TabIndex = 1670
  194. '
  195. '需求日期_lb
  196. '
  197. Me.需求日期_lb.AutoSize = True
  198. Me.需求日期_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  199. Me.需求日期_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  200. Me.需求日期_lb.Location = New System.Drawing.Point(834, 32)
  201. Me.需求日期_lb.Name = "需求日期_lb"
  202. Me.需求日期_lb.Size = New System.Drawing.Size(97, 16)
  203. Me.需求日期_lb.TabIndex = 1669
  204. Me.需求日期_lb.Text = "需 求 日 期"
  205. '
  206. '請購明細1_dgv
  207. '
  208. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  209. Me.請購明細1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  210. Me.請購明細1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  211. Me.請購明細1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  212. Me.請購明細1_dgv.Location = New System.Drawing.Point(108, 4)
  213. Me.請購明細1_dgv.Name = "請購明細1_dgv"
  214. Me.請購明細1_dgv.RowHeadersWidth = 5
  215. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  216. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  217. Me.請購明細1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  218. Me.請購明細1_dgv.RowTemplate.Height = 24
  219. Me.請購明細1_dgv.Size = New System.Drawing.Size(97, 49)
  220. Me.請購明細1_dgv.TabIndex = 1354
  221. Me.請購明細1_dgv.Visible = False
  222. '
  223. '審核_tb
  224. '
  225. Me.審核_tb.Location = New System.Drawing.Point(6, 56)
  226. Me.審核_tb.Name = "審核_tb"
  227. Me.審核_tb.Size = New System.Drawing.Size(199, 23)
  228. Me.審核_tb.TabIndex = 1350
  229. Me.審核_tb.Visible = False
  230. '
  231. '系統語言_cb
  232. '
  233. Me.系統語言_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  234. Me.系統語言_cb.BackColor = System.Drawing.SystemColors.Control
  235. Me.系統語言_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  236. Me.系統語言_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  237. Me.系統語言_cb.ForeColor = System.Drawing.Color.White
  238. Me.系統語言_cb.FormattingEnabled = True
  239. Me.系統語言_cb.Items.AddRange(New Object() {"繁體中文", "English", "Indonesian"})
  240. Me.系統語言_cb.Location = New System.Drawing.Point(1122, 653)
  241. Me.系統語言_cb.Name = "系統語言_cb"
  242. Me.系統語言_cb.Size = New System.Drawing.Size(88, 24)
  243. Me.系統語言_cb.TabIndex = 1676
  244. '
  245. '語言_dgv
  246. '
  247. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  248. Me.語言_dgv.Location = New System.Drawing.Point(6, 4)
  249. Me.語言_dgv.Name = "語言_dgv"
  250. Me.語言_dgv.RowHeadersWidth = 5
  251. Me.語言_dgv.RowTemplate.Height = 24
  252. Me.語言_dgv.Size = New System.Drawing.Size(97, 49)
  253. Me.語言_dgv.TabIndex = 1027
  254. Me.語言_dgv.Visible = False
  255. '
  256. '申請人部門_tb
  257. '
  258. Me.申請人部門_tb.Location = New System.Drawing.Point(6, 80)
  259. Me.申請人部門_tb.Name = "申請人部門_tb"
  260. Me.申請人部門_tb.Size = New System.Drawing.Size(199, 23)
  261. Me.申請人部門_tb.TabIndex = 1356
  262. Me.申請人部門_tb.Visible = False
  263. '
  264. '申請人課別_tb
  265. '
  266. Me.申請人課別_tb.Location = New System.Drawing.Point(6, 104)
  267. Me.申請人課別_tb.Name = "申請人課別_tb"
  268. Me.申請人課別_tb.Size = New System.Drawing.Size(199, 23)
  269. Me.申請人課別_tb.TabIndex = 1357
  270. Me.申請人課別_tb.Visible = False
  271. '
  272. '申請人級別_tb
  273. '
  274. Me.申請人級別_tb.Location = New System.Drawing.Point(6, 152)
  275. Me.申請人級別_tb.Name = "申請人級別_tb"
  276. Me.申請人級別_tb.Size = New System.Drawing.Size(199, 23)
  277. Me.申請人級別_tb.TabIndex = 1359
  278. Me.申請人級別_tb.Visible = False
  279. '
  280. 'Panel1
  281. '
  282. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  283. Me.Panel1.Controls.Add(Me.語言_dgv)
  284. Me.Panel1.Controls.Add(Me.請購明細1_dgv)
  285. Me.Panel1.Controls.Add(Me.審核_tb)
  286. Me.Panel1.Controls.Add(Me.申請人部門_tb)
  287. Me.Panel1.Controls.Add(Me.申請人課別_tb)
  288. Me.Panel1.Controls.Add(Me.申請人組別_tb)
  289. Me.Panel1.Controls.Add(Me.申請人級別_tb)
  290. Me.Panel1.Location = New System.Drawing.Point(89, 241)
  291. Me.Panel1.Name = "Panel1"
  292. Me.Panel1.Size = New System.Drawing.Size(214, 180)
  293. Me.Panel1.TabIndex = 1683
  294. Me.Panel1.Visible = False
  295. '
  296. '申請人組別_tb
  297. '
  298. Me.申請人組別_tb.Location = New System.Drawing.Point(6, 128)
  299. Me.申請人組別_tb.Name = "申請人組別_tb"
  300. Me.申請人組別_tb.Size = New System.Drawing.Size(199, 23)
  301. Me.申請人組別_tb.TabIndex = 1358
  302. Me.申請人組別_tb.Visible = False
  303. '
  304. '合約號_tb
  305. '
  306. Me.合約號_tb.Enabled = False
  307. Me.合約號_tb.Location = New System.Drawing.Point(376, 5)
  308. Me.合約號_tb.Name = "合約號_tb"
  309. Me.合約號_tb.Size = New System.Drawing.Size(143, 23)
  310. Me.合約號_tb.TabIndex = 1682
  311. '
  312. '合約號_lb
  313. '
  314. Me.合約號_lb.AutoSize = True
  315. Me.合約號_lb.Location = New System.Drawing.Point(302, 8)
  316. Me.合約號_lb.Name = "合約號_lb"
  317. Me.合約號_lb.Size = New System.Drawing.Size(43, 16)
  318. Me.合約號_lb.TabIndex = 1681
  319. Me.合約號_lb.Text = "合約號"
  320. '
  321. '大間距_ch
  322. '
  323. Me.大間距_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  324. Me.大間距_ch.AutoSize = True
  325. Me.大間距_ch.Location = New System.Drawing.Point(822, 655)
  326. Me.大間距_ch.Name = "大間距_ch"
  327. Me.大間距_ch.Size = New System.Drawing.Size(39, 20)
  328. Me.大間距_ch.TabIndex = 1680
  329. Me.大間距_ch.Text = "L3"
  330. Me.大間距_ch.UseVisualStyleBackColor = True
  331. '
  332. '中間距_ch
  333. '
  334. Me.中間距_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  335. Me.中間距_ch.AutoSize = True
  336. Me.中間距_ch.Location = New System.Drawing.Point(779, 655)
  337. Me.中間距_ch.Name = "中間距_ch"
  338. Me.中間距_ch.Size = New System.Drawing.Size(39, 20)
  339. Me.中間距_ch.TabIndex = 1679
  340. Me.中間距_ch.Text = "L2"
  341. Me.中間距_ch.UseVisualStyleBackColor = True
  342. '
  343. '小間距_ch
  344. '
  345. Me.小間距_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  346. Me.小間距_ch.AutoSize = True
  347. Me.小間距_ch.Location = New System.Drawing.Point(736, 655)
  348. Me.小間距_ch.Name = "小間距_ch"
  349. Me.小間距_ch.Size = New System.Drawing.Size(39, 20)
  350. Me.小間距_ch.TabIndex = 1678
  351. Me.小間距_ch.Text = "L1"
  352. Me.小間距_ch.UseVisualStyleBackColor = True
  353. '
  354. '語轉扭_bt
  355. '
  356. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  357. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  358. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  359. Me.語轉扭_bt.Location = New System.Drawing.Point(1320, 653)
  360. Me.語轉扭_bt.Name = "語轉扭_bt"
  361. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  362. Me.語轉扭_bt.TabIndex = 1677
  363. Me.語轉扭_bt.Text = "L"
  364. Me.語轉扭_bt.UseVisualStyleBackColor = True
  365. '
  366. '備註_tb
  367. '
  368. Me.備註_tb.Location = New System.Drawing.Point(592, 53)
  369. Me.備註_tb.Name = "備註_tb"
  370. Me.備註_tb.Size = New System.Drawing.Size(459, 23)
  371. Me.備註_tb.TabIndex = 1684
  372. '
  373. '倉庫編號_tb
  374. '
  375. Me.倉庫編號_tb.Location = New System.Drawing.Point(999, 101)
  376. Me.倉庫編號_tb.Name = "倉庫編號_tb"
  377. Me.倉庫編號_tb.Size = New System.Drawing.Size(52, 23)
  378. Me.倉庫編號_tb.TabIndex = 1667
  379. Me.倉庫編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  380. '
  381. '倉庫級別_tb
  382. '
  383. Me.倉庫級別_tb.Location = New System.Drawing.Point(999, 78)
  384. Me.倉庫級別_tb.Name = "倉庫級別_tb"
  385. Me.倉庫級別_tb.Size = New System.Drawing.Size(52, 23)
  386. Me.倉庫級別_tb.TabIndex = 1665
  387. Me.倉庫級別_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  388. '
  389. '指定倉庫_cb
  390. '
  391. Me.指定倉庫_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  392. Me.指定倉庫_cb.FormattingEnabled = True
  393. Me.指定倉庫_cb.Items.AddRange(New Object() {"2019"})
  394. Me.指定倉庫_cb.Location = New System.Drawing.Point(658, 76)
  395. Me.指定倉庫_cb.Name = "指定倉庫_cb"
  396. Me.指定倉庫_cb.Size = New System.Drawing.Size(221, 24)
  397. Me.指定倉庫_cb.TabIndex = 1663
  398. '
  399. '指定倉庫_lb
  400. '
  401. Me.指定倉庫_lb.AutoSize = True
  402. Me.指定倉庫_lb.Location = New System.Drawing.Point(523, 79)
  403. Me.指定倉庫_lb.Name = "指定倉庫_lb"
  404. Me.指定倉庫_lb.Size = New System.Drawing.Size(136, 16)
  405. Me.指定倉庫_lb.TabIndex = 1664
  406. Me.指定倉庫_lb.Text = "指 定 倉 庫"
  407. '
  408. '倉庫級別_lb
  409. '
  410. Me.倉庫級別_lb.AutoSize = True
  411. Me.倉庫級別_lb.Location = New System.Drawing.Point(883, 83)
  412. Me.倉庫級別_lb.Name = "倉庫級別_lb"
  413. Me.倉庫級別_lb.Size = New System.Drawing.Size(100, 16)
  414. Me.倉庫級別_lb.TabIndex = 1666
  415. Me.倉庫級別_lb.Text = "倉 庫 級 別"
  416. '
  417. '倉庫編號_lb
  418. '
  419. Me.倉庫編號_lb.AutoSize = True
  420. Me.倉庫編號_lb.Location = New System.Drawing.Point(883, 105)
  421. Me.倉庫編號_lb.Name = "倉庫編號_lb"
  422. Me.倉庫編號_lb.Size = New System.Drawing.Size(118, 16)
  423. Me.倉庫編號_lb.TabIndex = 1668
  424. Me.倉庫編號_lb.Text = "倉 庫 編 號"
  425. '
  426. '物料圖_pb
  427. '
  428. Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  429. Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  430. Me.物料圖_pb.Location = New System.Drawing.Point(1057, 3)
  431. Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  432. Me.物料圖_pb.Name = "物料圖_pb"
  433. Me.物料圖_pb.Size = New System.Drawing.Size(287, 145)
  434. Me.物料圖_pb.TabIndex = 1662
  435. Me.物料圖_pb.TabStop = False
  436. '
  437. '存檔_bt
  438. '
  439. Me.存檔_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  440. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  441. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  442. Me.存檔_bt.Location = New System.Drawing.Point(526, 652)
  443. Me.存檔_bt.Name = "存檔_bt"
  444. Me.存檔_bt.Size = New System.Drawing.Size(204, 26)
  445. Me.存檔_bt.TabIndex = 1661
  446. Me.存檔_bt.Text = "存檔"
  447. Me.存檔_bt.UseVisualStyleBackColor = True
  448. '
  449. '項次_tb
  450. '
  451. Me.項次_tb.Location = New System.Drawing.Point(565, 124)
  452. Me.項次_tb.Name = "項次_tb"
  453. Me.項次_tb.Size = New System.Drawing.Size(34, 23)
  454. Me.項次_tb.TabIndex = 1660
  455. '
  456. '項次_lb
  457. '
  458. Me.項次_lb.AutoSize = True
  459. Me.項次_lb.Location = New System.Drawing.Point(603, 127)
  460. Me.項次_lb.Name = "項次_lb"
  461. Me.項次_lb.Size = New System.Drawing.Size(46, 16)
  462. Me.項次_lb.TabIndex = 1659
  463. Me.項次_lb.Text = "項 次"
  464. '
  465. '選擇_lb
  466. '
  467. Me.選擇_lb.AutoSize = True
  468. Me.選擇_lb.Location = New System.Drawing.Point(526, 128)
  469. Me.選擇_lb.Name = "選擇_lb"
  470. Me.選擇_lb.Size = New System.Drawing.Size(40, 16)
  471. Me.選擇_lb.TabIndex = 1658
  472. Me.選擇_lb.Text = "選 擇"
  473. '
  474. '請購單作廢_bt
  475. '
  476. Me.請購單作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  477. Me.請購單作廢_bt.ForeColor = System.Drawing.Color.Red
  478. Me.請購單作廢_bt.Location = New System.Drawing.Point(705, 99)
  479. Me.請購單作廢_bt.Name = "請購單作廢_bt"
  480. Me.請購單作廢_bt.Size = New System.Drawing.Size(174, 25)
  481. Me.請購單作廢_bt.TabIndex = 1656
  482. Me.請購單作廢_bt.Text = "請購單作廢"
  483. Me.請購單作廢_bt.UseVisualStyleBackColor = True
  484. '
  485. '請購單核准_bt
  486. '
  487. Me.請購單核准_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  488. Me.請購單核准_bt.ForeColor = System.Drawing.Color.Green
  489. Me.請購單核准_bt.Location = New System.Drawing.Point(526, 99)
  490. Me.請購單核准_bt.Name = "請購單核准_bt"
  491. Me.請購單核准_bt.Size = New System.Drawing.Size(174, 25)
  492. Me.請購單核准_bt.TabIndex = 1655
  493. Me.請購單核准_bt.Text = "請購單核准"
  494. Me.請購單核准_bt.UseVisualStyleBackColor = True
  495. '
  496. '請購明細_dgv
  497. '
  498. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
  499. Me.請購明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  500. Me.請購明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  501. Or System.Windows.Forms.AnchorStyles.Left) _
  502. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  503. Me.請購明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  504. Me.請購明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  505. Me.請購明細_dgv.Location = New System.Drawing.Point(526, 149)
  506. Me.請購明細_dgv.Name = "請購明細_dgv"
  507. Me.請購明細_dgv.RowHeadersWidth = 5
  508. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  509. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  510. Me.請購明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  511. Me.請購明細_dgv.RowTemplate.Height = 24
  512. Me.請購明細_dgv.Size = New System.Drawing.Size(820, 500)
  513. Me.請購明細_dgv.TabIndex = 1654
  514. '
  515. '申請人_lb
  516. '
  517. Me.申請人_lb.AutoSize = True
  518. Me.申請人_lb.Location = New System.Drawing.Point(790, 8)
  519. Me.申請人_lb.Name = "申請人_lb"
  520. Me.申請人_lb.Size = New System.Drawing.Size(61, 16)
  521. Me.申請人_lb.TabIndex = 1653
  522. Me.申請人_lb.Text = "申 請 人"
  523. '
  524. '申請人_tb
  525. '
  526. Me.申請人_tb.Location = New System.Drawing.Point(852, 5)
  527. Me.申請人_tb.Name = "申請人_tb"
  528. Me.申請人_tb.Size = New System.Drawing.Size(199, 23)
  529. Me.申請人_tb.TabIndex = 1652
  530. '
  531. '請購單號_lb
  532. '
  533. Me.請購單號_lb.AutoSize = True
  534. Me.請購單號_lb.Location = New System.Drawing.Point(523, 8)
  535. Me.請購單號_lb.Name = "請購單號_lb"
  536. Me.請購單號_lb.Size = New System.Drawing.Size(55, 16)
  537. Me.請購單號_lb.TabIndex = 1650
  538. Me.請購單號_lb.Text = "請購單號"
  539. '
  540. '申請日期_dtp
  541. '
  542. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  543. Me.申請日期_dtp.Location = New System.Drawing.Point(659, 29)
  544. Me.申請日期_dtp.Name = "申請日期_dtp"
  545. Me.申請日期_dtp.Size = New System.Drawing.Size(125, 23)
  546. Me.申請日期_dtp.TabIndex = 1657
  547. '
  548. '請購單號_tb
  549. '
  550. Me.請購單號_tb.Location = New System.Drawing.Point(585, 5)
  551. Me.請購單號_tb.Name = "請購單號_tb"
  552. Me.請購單號_tb.Size = New System.Drawing.Size(199, 23)
  553. Me.請購單號_tb.TabIndex = 1649
  554. '
  555. '已作廢_rb
  556. '
  557. Me.已作廢_rb.AutoSize = True
  558. Me.已作廢_rb.ForeColor = System.Drawing.Color.Red
  559. Me.已作廢_rb.Location = New System.Drawing.Point(220, 30)
  560. Me.已作廢_rb.Name = "已作廢_rb"
  561. Me.已作廢_rb.Size = New System.Drawing.Size(73, 20)
  562. Me.已作廢_rb.TabIndex = 1648
  563. Me.已作廢_rb.TabStop = True
  564. Me.已作廢_rb.Text = "已 作 廢"
  565. Me.已作廢_rb.UseVisualStyleBackColor = True
  566. '
  567. '申請日期_lb
  568. '
  569. Me.申請日期_lb.AutoSize = True
  570. Me.申請日期_lb.Location = New System.Drawing.Point(523, 33)
  571. Me.申請日期_lb.Name = "申請日期_lb"
  572. Me.申請日期_lb.Size = New System.Drawing.Size(97, 16)
  573. Me.申請日期_lb.TabIndex = 1651
  574. Me.申請日期_lb.Text = "申 請 日 期"
  575. '
  576. '未審核_lb
  577. '
  578. Me.未審核_lb.AutoSize = True
  579. Me.未審核_lb.Location = New System.Drawing.Point(7, 9)
  580. Me.未審核_lb.Name = "未審核_lb"
  581. Me.未審核_lb.Size = New System.Drawing.Size(139, 16)
  582. Me.未審核_lb.TabIndex = 1644
  583. Me.未審核_lb.Text = "未 審 核 的 "
  584. '
  585. '已審核_rb
  586. '
  587. Me.已審核_rb.AutoSize = True
  588. Me.已審核_rb.ForeColor = System.Drawing.Color.Green
  589. Me.已審核_rb.Location = New System.Drawing.Point(122, 30)
  590. Me.已審核_rb.Name = "已審核_rb"
  591. Me.已審核_rb.Size = New System.Drawing.Size(91, 20)
  592. Me.已審核_rb.TabIndex = 1673
  593. Me.已審核_rb.TabStop = True
  594. Me.已審核_rb.Text = "已 審 核"
  595. Me.已審核_rb.UseVisualStyleBackColor = True
  596. '
  597. '未審核_rb
  598. '
  599. Me.未審核_rb.AutoSize = True
  600. Me.未審核_rb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  601. Me.未審核_rb.Location = New System.Drawing.Point(8, 30)
  602. Me.未審核_rb.Name = "未審核_rb"
  603. Me.未審核_rb.Size = New System.Drawing.Size(109, 20)
  604. Me.未審核_rb.TabIndex = 1647
  605. Me.未審核_rb.TabStop = True
  606. Me.未審核_rb.Text = "未 審 核"
  607. Me.未審核_rb.UseVisualStyleBackColor = True
  608. '
  609. '已審核_lb
  610. '
  611. Me.已審核_lb.AutoSize = True
  612. Me.已審核_lb.Location = New System.Drawing.Point(8, 8)
  613. Me.已審核_lb.Name = "已審核_lb"
  614. Me.已審核_lb.Size = New System.Drawing.Size(259, 16)
  615. Me.已審核_lb.TabIndex = 1675
  616. Me.已審核_lb.Text = "已 審 核 的 建 築 物 料 請 購 單"
  617. '
  618. '未核准_dgv
  619. '
  620. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  621. Me.未核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  622. Me.未核准_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  623. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  624. Me.未核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  625. Me.未核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  626. Me.未核准_dgv.Location = New System.Drawing.Point(5, 53)
  627. Me.未核准_dgv.Name = "未核准_dgv"
  628. Me.未核准_dgv.RowHeadersWidth = 5
  629. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  630. Me.未核准_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  631. Me.未核准_dgv.RowTemplate.Height = 24
  632. Me.未核准_dgv.Size = New System.Drawing.Size(515, 625)
  633. Me.未核准_dgv.TabIndex = 1643
  634. '
  635. '已核准_dgv
  636. '
  637. DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  638. Me.已核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  639. Me.已核准_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  640. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  641. Me.已核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  642. Me.已核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  643. Me.已核准_dgv.Location = New System.Drawing.Point(5, 53)
  644. Me.已核准_dgv.Name = "已核准_dgv"
  645. Me.已核准_dgv.RowHeadersWidth = 5
  646. DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  647. Me.已核准_dgv.RowsDefaultCellStyle = DataGridViewCellStyle8
  648. Me.已核准_dgv.RowTemplate.Height = 24
  649. Me.已核准_dgv.Size = New System.Drawing.Size(515, 625)
  650. Me.已核准_dgv.TabIndex = 1674
  651. '
  652. '作廢清單_dgv
  653. '
  654. DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  655. Me.作廢清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
  656. Me.作廢清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  657. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  658. Me.作廢清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  659. Me.作廢清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  660. Me.作廢清單_dgv.Location = New System.Drawing.Point(5, 53)
  661. Me.作廢清單_dgv.Name = "作廢清單_dgv"
  662. Me.作廢清單_dgv.RowHeadersWidth = 5
  663. DataGridViewCellStyle10.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  664. Me.作廢清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle10
  665. Me.作廢清單_dgv.RowTemplate.Height = 24
  666. Me.作廢清單_dgv.Size = New System.Drawing.Size(515, 625)
  667. Me.作廢清單_dgv.TabIndex = 1645
  668. '
  669. '已作廢_lb
  670. '
  671. Me.已作廢_lb.AutoSize = True
  672. Me.已作廢_lb.Location = New System.Drawing.Point(3, 9)
  673. Me.已作廢_lb.Name = "已作廢_lb"
  674. Me.已作廢_lb.Size = New System.Drawing.Size(229, 16)
  675. Me.已作廢_lb.TabIndex = 1646
  676. Me.已作廢_lb.Text = "已 作 廢 的 建 築 物 料 請 購 單"
  677. '
  678. '詳細資料2_ch
  679. '
  680. Me.詳細資料2_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  681. Me.詳細資料2_ch.AutoSize = True
  682. Me.詳細資料2_ch.Location = New System.Drawing.Point(1198, 656)
  683. Me.詳細資料2_ch.Name = "詳細資料2_ch"
  684. Me.詳細資料2_ch.Size = New System.Drawing.Size(126, 20)
  685. Me.詳細資料2_ch.TabIndex = 1838
  686. Me.詳細資料2_ch.Text = "詳細資料 / Rincian"
  687. Me.詳細資料2_ch.UseVisualStyleBackColor = True
  688. '
  689. '請購單核准
  690. '
  691. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  692. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  693. Me.ClientSize = New System.Drawing.Size(1349, 681)
  694. Me.Controls.Add(Me.詳細資料2_ch)
  695. Me.Controls.Add(Me.Label7)
  696. Me.Controls.Add(Me.確認列印_bt)
  697. Me.Controls.Add(Me.刪除請購單上點選資料_bt)
  698. Me.Controls.Add(Me.需求日期_dtp)
  699. Me.Controls.Add(Me.需求日期_lb)
  700. Me.Controls.Add(Me.系統語言_cb)
  701. Me.Controls.Add(Me.Panel1)
  702. Me.Controls.Add(Me.合約號_tb)
  703. Me.Controls.Add(Me.合約號_lb)
  704. Me.Controls.Add(Me.大間距_ch)
  705. Me.Controls.Add(Me.中間距_ch)
  706. Me.Controls.Add(Me.小間距_ch)
  707. Me.Controls.Add(Me.語轉扭_bt)
  708. Me.Controls.Add(Me.備註_tb)
  709. Me.Controls.Add(Me.倉庫編號_tb)
  710. Me.Controls.Add(Me.倉庫級別_tb)
  711. Me.Controls.Add(Me.指定倉庫_cb)
  712. Me.Controls.Add(Me.指定倉庫_lb)
  713. Me.Controls.Add(Me.倉庫級別_lb)
  714. Me.Controls.Add(Me.倉庫編號_lb)
  715. Me.Controls.Add(Me.物料圖_pb)
  716. Me.Controls.Add(Me.存檔_bt)
  717. Me.Controls.Add(Me.項次_tb)
  718. Me.Controls.Add(Me.項次_lb)
  719. Me.Controls.Add(Me.選擇_lb)
  720. Me.Controls.Add(Me.請購單作廢_bt)
  721. Me.Controls.Add(Me.請購單核准_bt)
  722. Me.Controls.Add(Me.請購明細_dgv)
  723. Me.Controls.Add(Me.申請人_lb)
  724. Me.Controls.Add(Me.申請人_tb)
  725. Me.Controls.Add(Me.請購單號_lb)
  726. Me.Controls.Add(Me.申請日期_dtp)
  727. Me.Controls.Add(Me.請購單號_tb)
  728. Me.Controls.Add(Me.已作廢_rb)
  729. Me.Controls.Add(Me.申請日期_lb)
  730. Me.Controls.Add(Me.未審核_lb)
  731. Me.Controls.Add(Me.已審核_rb)
  732. Me.Controls.Add(Me.未審核_rb)
  733. Me.Controls.Add(Me.已審核_lb)
  734. Me.Controls.Add(Me.未核准_dgv)
  735. Me.Controls.Add(Me.已核准_dgv)
  736. Me.Controls.Add(Me.作廢清單_dgv)
  737. Me.Controls.Add(Me.已作廢_lb)
  738. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  739. Me.Margin = New System.Windows.Forms.Padding(4)
  740. Me.Name = "請購單核准"
  741. Me.Text = "請購單核准"
  742. Me.ContextMenuStrip1.ResumeLayout(False)
  743. CType(Me.請購明細1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  744. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  745. Me.Panel1.ResumeLayout(False)
  746. Me.Panel1.PerformLayout()
  747. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  748. CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  749. CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  750. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  751. CType(Me.作廢清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  752. Me.ResumeLayout(False)
  753. Me.PerformLayout()
  754. End Sub
  755. Friend WithEvents Label7 As Label
  756. Friend WithEvents 確認列印_bt As Button
  757. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  758. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  759. Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
  760. Friend WithEvents 請購單核准_tsm As ToolStripMenuItem
  761. Friend WithEvents 請購單作廢_tsm As ToolStripMenuItem
  762. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  763. Friend WithEvents 存檔_tsm As ToolStripMenuItem
  764. Friend WithEvents 刪除請購單上點選資料_tsm As ToolStripMenuItem
  765. Friend WithEvents 刪除請購單上點選資料_bt As Button
  766. Friend WithEvents 需求日期_dtp As DateTimePicker
  767. Friend WithEvents 需求日期_lb As Label
  768. Friend WithEvents 請購明細1_dgv As DataGridView
  769. Friend WithEvents 審核_tb As TextBox
  770. Friend WithEvents 系統語言_cb As ComboBox
  771. Friend WithEvents 語言_dgv As DataGridView
  772. Friend WithEvents 申請人部門_tb As TextBox
  773. Friend WithEvents 申請人課別_tb As TextBox
  774. Friend WithEvents 申請人級別_tb As TextBox
  775. Friend WithEvents Panel1 As Panel
  776. Friend WithEvents 申請人組別_tb As TextBox
  777. Friend WithEvents 合約號_tb As TextBox
  778. Friend WithEvents 合約號_lb As Label
  779. Friend WithEvents 大間距_ch As CheckBox
  780. Friend WithEvents 中間距_ch As CheckBox
  781. Friend WithEvents 小間距_ch As CheckBox
  782. Friend WithEvents 語轉扭_bt As Button
  783. Friend WithEvents 備註_tb As TextBox
  784. Friend WithEvents 倉庫編號_tb As TextBox
  785. Friend WithEvents 倉庫級別_tb As TextBox
  786. Friend WithEvents 指定倉庫_cb As ComboBox
  787. Friend WithEvents 指定倉庫_lb As Label
  788. Friend WithEvents 倉庫級別_lb As Label
  789. Friend WithEvents 倉庫編號_lb As Label
  790. Friend WithEvents 物料圖_pb As PictureBox
  791. Friend WithEvents 存檔_bt As Button
  792. Friend WithEvents 項次_tb As TextBox
  793. Friend WithEvents 項次_lb As Label
  794. Friend WithEvents 選擇_lb As Label
  795. Friend WithEvents 請購單作廢_bt As Button
  796. Friend WithEvents 請購單核准_bt As Button
  797. Friend WithEvents 請購明細_dgv As DataGridView
  798. Friend WithEvents 申請人_lb As Label
  799. Friend WithEvents 申請人_tb As TextBox
  800. Friend WithEvents 請購單號_lb As Label
  801. Friend WithEvents 申請日期_dtp As DateTimePicker
  802. Friend WithEvents 請購單號_tb As TextBox
  803. Friend WithEvents 已作廢_rb As RadioButton
  804. Friend WithEvents 申請日期_lb As Label
  805. Friend WithEvents 未審核_lb As Label
  806. Friend WithEvents 已審核_rb As RadioButton
  807. Friend WithEvents 未審核_rb As RadioButton
  808. Friend WithEvents 已審核_lb As Label
  809. Friend WithEvents 未核准_dgv As DataGridView
  810. Friend WithEvents 已核准_dgv As DataGridView
  811. Friend WithEvents 作廢清單_dgv As DataGridView
  812. Friend WithEvents 已作廢_lb As Label
  813. Friend WithEvents 詳細資料2_ch As CheckBox
  814. End Class