Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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