Geen omschrijving
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 40KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865
  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. Me.已審核_lb = New System.Windows.Forms.Label()
  27. Me.已核准_dgv = New System.Windows.Forms.DataGridView()
  28. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  29. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  30. Me.申請日期_dgv = New System.Windows.Forms.DateTimePicker()
  31. Me.請購明細_dgv = New System.Windows.Forms.DataGridView()
  32. Me.申請人_lb = New System.Windows.Forms.Label()
  33. Me.申請人_tb = New System.Windows.Forms.TextBox()
  34. Me.申請日期_lb = New System.Windows.Forms.Label()
  35. Me.請購單號_lb = New System.Windows.Forms.Label()
  36. Me.請購單號_tb = New System.Windows.Forms.TextBox()
  37. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  38. Me.語轉扭_bt = New System.Windows.Forms.Button()
  39. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  40. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  41. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  42. Me.合約號_tb = New System.Windows.Forms.TextBox()
  43. Me.合約號_lb = New System.Windows.Forms.Label()
  44. Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
  45. Me.項次_bt = New Telerik.WinControls.UI.RadTextBoxControl()
  46. Me.修改_bt = New Telerik.WinControls.UI.RadButton()
  47. Me.Label26 = New System.Windows.Forms.Label()
  48. Me.已採購_ch = New System.Windows.Forms.CheckBox()
  49. Me.詳細資料2_ch = New System.Windows.Forms.CheckBox()
  50. Me.Label25 = New System.Windows.Forms.Label()
  51. Me.採購單號_tb = New System.Windows.Forms.TextBox()
  52. Me.依採購單_ch = New System.Windows.Forms.CheckBox()
  53. Me.依請購單_ch = New System.Windows.Forms.CheckBox()
  54. Me.物料圖_pb = New System.Windows.Forms.PictureBox()
  55. Me.Label17 = New System.Windows.Forms.Label()
  56. Me.Label18 = New System.Windows.Forms.Label()
  57. Me.Label19 = New System.Windows.Forms.Label()
  58. Me.Label20 = New System.Windows.Forms.Label()
  59. Me.Label21 = New System.Windows.Forms.Label()
  60. Me.Label22 = New System.Windows.Forms.Label()
  61. Me.Label23 = New System.Windows.Forms.Label()
  62. Me.Label24 = New System.Windows.Forms.Label()
  63. Me.SOP1_P = New System.Windows.Forms.PictureBox()
  64. Me.SOP2_P = New System.Windows.Forms.PictureBox()
  65. Me.SOP8_P = New System.Windows.Forms.PictureBox()
  66. Me.SOP3_P = New System.Windows.Forms.PictureBox()
  67. Me.SOP4_P = New System.Windows.Forms.PictureBox()
  68. Me.SOP7_P = New System.Windows.Forms.PictureBox()
  69. Me.SOP5_P = New System.Windows.Forms.PictureBox()
  70. Me.SOP6_P = New System.Windows.Forms.PictureBox()
  71. Me.Label8 = New System.Windows.Forms.Label()
  72. Me.Label7 = New System.Windows.Forms.Label()
  73. Me.Label6 = New System.Windows.Forms.Label()
  74. Me.Label5 = New System.Windows.Forms.Label()
  75. Me.Label4 = New System.Windows.Forms.Label()
  76. Me.Label1 = New System.Windows.Forms.Label()
  77. Me.Label3 = New System.Windows.Forms.Label()
  78. Me.Label2 = New System.Windows.Forms.Label()
  79. Me.Label16 = New System.Windows.Forms.Label()
  80. Me.Label15 = New System.Windows.Forms.Label()
  81. Me.Label14 = New System.Windows.Forms.Label()
  82. Me.Label13 = New System.Windows.Forms.Label()
  83. Me.Label12 = New System.Windows.Forms.Label()
  84. Me.Label11 = New System.Windows.Forms.Label()
  85. Me.Label10 = New System.Windows.Forms.Label()
  86. Me.Label9 = New System.Windows.Forms.Label()
  87. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  88. Me.ContextMenuStrip1.SuspendLayout()
  89. CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  90. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  91. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
  92. Me.SplitContainer1.Panel1.SuspendLayout()
  93. Me.SplitContainer1.Panel2.SuspendLayout()
  94. Me.SplitContainer1.SuspendLayout()
  95. CType(Me.項次_bt, System.ComponentModel.ISupportInitialize).BeginInit()
  96. CType(Me.修改_bt, System.ComponentModel.ISupportInitialize).BeginInit()
  97. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.SOP1_P, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.SOP2_P, System.ComponentModel.ISupportInitialize).BeginInit()
  100. CType(Me.SOP8_P, System.ComponentModel.ISupportInitialize).BeginInit()
  101. CType(Me.SOP3_P, System.ComponentModel.ISupportInitialize).BeginInit()
  102. CType(Me.SOP4_P, System.ComponentModel.ISupportInitialize).BeginInit()
  103. CType(Me.SOP7_P, System.ComponentModel.ISupportInitialize).BeginInit()
  104. CType(Me.SOP5_P, System.ComponentModel.ISupportInitialize).BeginInit()
  105. CType(Me.SOP6_P, System.ComponentModel.ISupportInitialize).BeginInit()
  106. Me.SuspendLayout()
  107. '
  108. '已審核_lb
  109. '
  110. Me.已審核_lb.AutoSize = True
  111. Me.已審核_lb.Location = New System.Drawing.Point(3, 2)
  112. Me.已審核_lb.Name = "已審核_lb"
  113. Me.已審核_lb.Size = New System.Drawing.Size(259, 16)
  114. Me.已審核_lb.TabIndex = 839
  115. Me.已審核_lb.Text = "已 審 核 的 建 築 物 料 請 購 單"
  116. '
  117. '已核准_dgv
  118. '
  119. Me.已核准_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  120. Or System.Windows.Forms.AnchorStyles.Left) _
  121. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  122. Me.已核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  123. Me.已核准_dgv.BackgroundColor = System.Drawing.Color.White
  124. Me.已核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  125. Me.已核准_dgv.Location = New System.Drawing.Point(3, 20)
  126. Me.已核准_dgv.Name = "已核准_dgv"
  127. Me.已核准_dgv.ReadOnly = True
  128. Me.已核准_dgv.RowHeadersWidth = 5
  129. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  130. Me.已核准_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  131. Me.已核准_dgv.RowTemplate.Height = 24
  132. Me.已核准_dgv.Size = New System.Drawing.Size(1157, 340)
  133. Me.已核准_dgv.TabIndex = 838
  134. '
  135. 'ContextMenuStrip1
  136. '
  137. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm})
  138. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  139. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
  140. '
  141. '重新整理_tsm
  142. '
  143. Me.重新整理_tsm.Name = "重新整理_tsm"
  144. Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
  145. Me.重新整理_tsm.Text = "重新整理"
  146. '
  147. '申請日期_dgv
  148. '
  149. Me.申請日期_dgv.CustomFormat = "yyyy/MM/dd"
  150. Me.申請日期_dgv.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  151. Me.申請日期_dgv.Location = New System.Drawing.Point(336, 2)
  152. Me.申請日期_dgv.Name = "申請日期_dgv"
  153. Me.申請日期_dgv.Size = New System.Drawing.Size(103, 23)
  154. Me.申請日期_dgv.TabIndex = 868
  155. '
  156. '請購明細_dgv
  157. '
  158. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  159. Me.請購明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  160. Me.請購明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  161. Or System.Windows.Forms.AnchorStyles.Left) _
  162. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  163. Me.請購明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  164. Me.請購明細_dgv.BackgroundColor = System.Drawing.Color.White
  165. Me.請購明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  166. Me.請購明細_dgv.Location = New System.Drawing.Point(3, 53)
  167. Me.請購明細_dgv.Name = "請購明細_dgv"
  168. Me.請購明細_dgv.ReadOnly = True
  169. Me.請購明細_dgv.RowHeadersWidth = 5
  170. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  171. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  172. Me.請購明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  173. Me.請購明細_dgv.RowTemplate.Height = 24
  174. Me.請購明細_dgv.Size = New System.Drawing.Size(1334, 249)
  175. Me.請購明細_dgv.TabIndex = 867
  176. '
  177. '申請人_lb
  178. '
  179. Me.申請人_lb.AutoSize = True
  180. Me.申請人_lb.Location = New System.Drawing.Point(2, 31)
  181. Me.申請人_lb.Name = "申請人_lb"
  182. Me.申請人_lb.Size = New System.Drawing.Size(61, 16)
  183. Me.申請人_lb.TabIndex = 866
  184. Me.申請人_lb.Text = "申 請 人"
  185. '
  186. '申請人_tb
  187. '
  188. Me.申請人_tb.Location = New System.Drawing.Point(84, 28)
  189. Me.申請人_tb.Name = "申請人_tb"
  190. Me.申請人_tb.ReadOnly = True
  191. Me.申請人_tb.Size = New System.Drawing.Size(167, 23)
  192. Me.申請人_tb.TabIndex = 865
  193. '
  194. '申請日期_lb
  195. '
  196. Me.申請日期_lb.AutoSize = True
  197. Me.申請日期_lb.Location = New System.Drawing.Point(199, 5)
  198. Me.申請日期_lb.Name = "申請日期_lb"
  199. Me.申請日期_lb.Size = New System.Drawing.Size(97, 16)
  200. Me.申請日期_lb.TabIndex = 864
  201. Me.申請日期_lb.Text = "申 請 日 期"
  202. '
  203. '請購單號_lb
  204. '
  205. Me.請購單號_lb.AutoSize = True
  206. Me.請購單號_lb.Location = New System.Drawing.Point(0, 5)
  207. Me.請購單號_lb.Name = "請購單號_lb"
  208. Me.請購單號_lb.Size = New System.Drawing.Size(55, 16)
  209. Me.請購單號_lb.TabIndex = 863
  210. Me.請購單號_lb.Text = "請購單號"
  211. '
  212. '請購單號_tb
  213. '
  214. Me.請購單號_tb.Location = New System.Drawing.Point(65, 2)
  215. Me.請購單號_tb.Name = "請購單號_tb"
  216. Me.請購單號_tb.ReadOnly = True
  217. Me.請購單號_tb.Size = New System.Drawing.Size(130, 23)
  218. Me.請購單號_tb.TabIndex = 862
  219. '
  220. '語言_dgv
  221. '
  222. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  223. Me.語言_dgv.Location = New System.Drawing.Point(36, 51)
  224. Me.語言_dgv.Name = "語言_dgv"
  225. Me.語言_dgv.RowHeadersWidth = 5
  226. Me.語言_dgv.RowTemplate.Height = 24
  227. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  228. Me.語言_dgv.TabIndex = 1027
  229. Me.語言_dgv.Visible = False
  230. '
  231. '語轉扭_bt
  232. '
  233. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  234. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  235. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  236. Me.語轉扭_bt.Location = New System.Drawing.Point(1306, 241)
  237. Me.語轉扭_bt.Name = "語轉扭_bt"
  238. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  239. Me.語轉扭_bt.TabIndex = 1634
  240. Me.語轉扭_bt.Text = "L"
  241. Me.語轉扭_bt.UseVisualStyleBackColor = True
  242. '
  243. '大間距_ch
  244. '
  245. Me.大間距_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  246. Me.大間距_ch.AutoSize = True
  247. Me.大間距_ch.Location = New System.Drawing.Point(1253, 244)
  248. Me.大間距_ch.Name = "大間距_ch"
  249. Me.大間距_ch.Size = New System.Drawing.Size(39, 20)
  250. Me.大間距_ch.TabIndex = 1640
  251. Me.大間距_ch.Text = "L3"
  252. Me.大間距_ch.UseVisualStyleBackColor = True
  253. '
  254. '中間距_ch
  255. '
  256. Me.中間距_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  257. Me.中間距_ch.AutoSize = True
  258. Me.中間距_ch.Location = New System.Drawing.Point(1210, 244)
  259. Me.中間距_ch.Name = "中間距_ch"
  260. Me.中間距_ch.Size = New System.Drawing.Size(39, 20)
  261. Me.中間距_ch.TabIndex = 1639
  262. Me.中間距_ch.Text = "L2"
  263. Me.中間距_ch.UseVisualStyleBackColor = True
  264. '
  265. '小間距_ch
  266. '
  267. Me.小間距_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  268. Me.小間距_ch.AutoSize = True
  269. Me.小間距_ch.Location = New System.Drawing.Point(1167, 244)
  270. Me.小間距_ch.Name = "小間距_ch"
  271. Me.小間距_ch.Size = New System.Drawing.Size(39, 20)
  272. Me.小間距_ch.TabIndex = 1638
  273. Me.小間距_ch.Text = "L1"
  274. Me.小間距_ch.UseVisualStyleBackColor = True
  275. '
  276. '合約號_tb
  277. '
  278. Me.合約號_tb.Enabled = False
  279. Me.合約號_tb.Location = New System.Drawing.Point(327, 27)
  280. Me.合約號_tb.Name = "合約號_tb"
  281. Me.合約號_tb.Size = New System.Drawing.Size(112, 23)
  282. Me.合約號_tb.TabIndex = 1642
  283. '
  284. '合約號_lb
  285. '
  286. Me.合約號_lb.AutoSize = True
  287. Me.合約號_lb.Location = New System.Drawing.Point(253, 30)
  288. Me.合約號_lb.Name = "合約號_lb"
  289. Me.合約號_lb.Size = New System.Drawing.Size(43, 16)
  290. Me.合約號_lb.TabIndex = 1641
  291. Me.合約號_lb.Text = "合約號"
  292. '
  293. 'SplitContainer1
  294. '
  295. Me.SplitContainer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  296. Or System.Windows.Forms.AnchorStyles.Left) _
  297. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  298. Me.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  299. Me.SplitContainer1.Location = New System.Drawing.Point(3, 1)
  300. Me.SplitContainer1.Name = "SplitContainer1"
  301. Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
  302. '
  303. 'SplitContainer1.Panel1
  304. '
  305. Me.SplitContainer1.Panel1.Controls.Add(Me.項次_bt)
  306. Me.SplitContainer1.Panel1.Controls.Add(Me.修改_bt)
  307. Me.SplitContainer1.Panel1.Controls.Add(Me.Label26)
  308. Me.SplitContainer1.Panel1.Controls.Add(Me.已採購_ch)
  309. Me.SplitContainer1.Panel1.Controls.Add(Me.詳細資料2_ch)
  310. Me.SplitContainer1.Panel1.Controls.Add(Me.Label25)
  311. Me.SplitContainer1.Panel1.Controls.Add(Me.採購單號_tb)
  312. Me.SplitContainer1.Panel1.Controls.Add(Me.依採購單_ch)
  313. Me.SplitContainer1.Panel1.Controls.Add(Me.依請購單_ch)
  314. Me.SplitContainer1.Panel1.Controls.Add(Me.已審核_lb)
  315. Me.SplitContainer1.Panel1.Controls.Add(Me.已核准_dgv)
  316. Me.SplitContainer1.Panel1.Controls.Add(Me.物料圖_pb)
  317. Me.SplitContainer1.Panel1.Controls.Add(Me.語言_dgv)
  318. Me.SplitContainer1.Panel1.Controls.Add(Me.大間距_ch)
  319. Me.SplitContainer1.Panel1.Controls.Add(Me.語轉扭_bt)
  320. Me.SplitContainer1.Panel1.Controls.Add(Me.中間距_ch)
  321. Me.SplitContainer1.Panel1.Controls.Add(Me.小間距_ch)
  322. '
  323. 'SplitContainer1.Panel2
  324. '
  325. Me.SplitContainer1.Panel2.Controls.Add(Me.Label17)
  326. Me.SplitContainer1.Panel2.Controls.Add(Me.Label18)
  327. Me.SplitContainer1.Panel2.Controls.Add(Me.Label19)
  328. Me.SplitContainer1.Panel2.Controls.Add(Me.Label20)
  329. Me.SplitContainer1.Panel2.Controls.Add(Me.Label21)
  330. Me.SplitContainer1.Panel2.Controls.Add(Me.Label22)
  331. Me.SplitContainer1.Panel2.Controls.Add(Me.Label23)
  332. Me.SplitContainer1.Panel2.Controls.Add(Me.Label24)
  333. Me.SplitContainer1.Panel2.Controls.Add(Me.請購單號_lb)
  334. Me.SplitContainer1.Panel2.Controls.Add(Me.請購單號_tb)
  335. Me.SplitContainer1.Panel2.Controls.Add(Me.合約號_tb)
  336. Me.SplitContainer1.Panel2.Controls.Add(Me.申請日期_lb)
  337. Me.SplitContainer1.Panel2.Controls.Add(Me.合約號_lb)
  338. Me.SplitContainer1.Panel2.Controls.Add(Me.申請人_tb)
  339. Me.SplitContainer1.Panel2.Controls.Add(Me.申請日期_dgv)
  340. Me.SplitContainer1.Panel2.Controls.Add(Me.申請人_lb)
  341. Me.SplitContainer1.Panel2.Controls.Add(Me.SOP1_P)
  342. Me.SplitContainer1.Panel2.Controls.Add(Me.SOP2_P)
  343. Me.SplitContainer1.Panel2.Controls.Add(Me.SOP8_P)
  344. Me.SplitContainer1.Panel2.Controls.Add(Me.SOP3_P)
  345. Me.SplitContainer1.Panel2.Controls.Add(Me.SOP4_P)
  346. Me.SplitContainer1.Panel2.Controls.Add(Me.SOP7_P)
  347. Me.SplitContainer1.Panel2.Controls.Add(Me.SOP5_P)
  348. Me.SplitContainer1.Panel2.Controls.Add(Me.SOP6_P)
  349. Me.SplitContainer1.Panel2.Controls.Add(Me.請購明細_dgv)
  350. Me.SplitContainer1.Panel2.Controls.Add(Me.Label8)
  351. Me.SplitContainer1.Panel2.Controls.Add(Me.Label7)
  352. Me.SplitContainer1.Panel2.Controls.Add(Me.Label6)
  353. Me.SplitContainer1.Panel2.Controls.Add(Me.Label5)
  354. Me.SplitContainer1.Panel2.Controls.Add(Me.Label4)
  355. Me.SplitContainer1.Panel2.Controls.Add(Me.Label1)
  356. Me.SplitContainer1.Panel2.Controls.Add(Me.Label3)
  357. Me.SplitContainer1.Panel2.Controls.Add(Me.Label2)
  358. Me.SplitContainer1.Panel2.Controls.Add(Me.Label16)
  359. Me.SplitContainer1.Panel2.Controls.Add(Me.Label15)
  360. Me.SplitContainer1.Panel2.Controls.Add(Me.Label14)
  361. Me.SplitContainer1.Panel2.Controls.Add(Me.Label13)
  362. Me.SplitContainer1.Panel2.Controls.Add(Me.Label12)
  363. Me.SplitContainer1.Panel2.Controls.Add(Me.Label11)
  364. Me.SplitContainer1.Panel2.Controls.Add(Me.Label10)
  365. Me.SplitContainer1.Panel2.Controls.Add(Me.Label9)
  366. Me.SplitContainer1.Size = New System.Drawing.Size(1343, 678)
  367. Me.SplitContainer1.SplitterDistance = 367
  368. Me.SplitContainer1.TabIndex = 1643
  369. '
  370. '項次_bt
  371. '
  372. Me.項次_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  373. Me.項次_bt.BackColor = System.Drawing.Color.Transparent
  374. Me.項次_bt.Location = New System.Drawing.Point(1208, 6)
  375. Me.項次_bt.Name = "項次_bt"
  376. Me.項次_bt.Size = New System.Drawing.Size(28, 22)
  377. Me.項次_bt.TabIndex = 1843
  378. '
  379. '修改_bt
  380. '
  381. Me.修改_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  382. Me.修改_bt.BackColor = System.Drawing.Color.Transparent
  383. Me.修改_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  384. Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  385. Me.修改_bt.Location = New System.Drawing.Point(1253, 4)
  386. Me.修改_bt.Name = "修改_bt"
  387. Me.修改_bt.Size = New System.Drawing.Size(49, 49)
  388. Me.修改_bt.TabIndex = 1842
  389. '
  390. 'Label26
  391. '
  392. Me.Label26.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  393. Me.Label26.AutoSize = True
  394. Me.Label26.Location = New System.Drawing.Point(1168, 9)
  395. Me.Label26.Name = "Label26"
  396. Me.Label26.Size = New System.Drawing.Size(31, 16)
  397. Me.Label26.TabIndex = 1841
  398. Me.Label26.Text = "項次"
  399. '
  400. '已採購_ch
  401. '
  402. Me.已採購_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  403. Me.已採購_ch.AutoSize = True
  404. Me.已採購_ch.Location = New System.Drawing.Point(1170, 33)
  405. Me.已採購_ch.Name = "已採購_ch"
  406. Me.已採購_ch.Size = New System.Drawing.Size(62, 20)
  407. Me.已採購_ch.TabIndex = 1839
  408. Me.已採購_ch.Text = "已採購"
  409. Me.已採購_ch.UseVisualStyleBackColor = True
  410. '
  411. '詳細資料2_ch
  412. '
  413. Me.詳細資料2_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  414. Me.詳細資料2_ch.AutoSize = True
  415. Me.詳細資料2_ch.Location = New System.Drawing.Point(1167, 337)
  416. Me.詳細資料2_ch.Name = "詳細資料2_ch"
  417. Me.詳細資料2_ch.Size = New System.Drawing.Size(126, 20)
  418. Me.詳細資料2_ch.TabIndex = 1838
  419. Me.詳細資料2_ch.Text = "詳細資料 / Rincian"
  420. Me.詳細資料2_ch.UseVisualStyleBackColor = True
  421. '
  422. 'Label25
  423. '
  424. Me.Label25.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  425. Me.Label25.AutoSize = True
  426. Me.Label25.Location = New System.Drawing.Point(1170, 270)
  427. Me.Label25.Name = "Label25"
  428. Me.Label25.Size = New System.Drawing.Size(46, 16)
  429. Me.Label25.TabIndex = 1665
  430. Me.Label25.Text = "Po No."
  431. '
  432. '採購單號_tb
  433. '
  434. Me.採購單號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  435. Me.採購單號_tb.Enabled = False
  436. Me.採購單號_tb.Location = New System.Drawing.Point(1219, 266)
  437. Me.採購單號_tb.Name = "採購單號_tb"
  438. Me.採購單號_tb.Size = New System.Drawing.Size(112, 23)
  439. Me.採購單號_tb.TabIndex = 1643
  440. '
  441. '依採購單_ch
  442. '
  443. Me.依採購單_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  444. Me.依採購單_ch.AutoSize = True
  445. Me.依採購單_ch.Checked = True
  446. Me.依採購單_ch.CheckState = System.Windows.Forms.CheckState.Checked
  447. Me.依採購單_ch.Location = New System.Drawing.Point(1167, 314)
  448. Me.依採購單_ch.Name = "依採購單_ch"
  449. Me.依採購單_ch.Size = New System.Drawing.Size(132, 20)
  450. Me.依採購單_ch.TabIndex = 1642
  451. Me.依採購單_ch.Text = "Pesanan (依採購單)"
  452. Me.依採購單_ch.UseVisualStyleBackColor = True
  453. '
  454. '依請購單_ch
  455. '
  456. Me.依請購單_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  457. Me.依請購單_ch.AutoSize = True
  458. Me.依請購單_ch.Location = New System.Drawing.Point(1167, 292)
  459. Me.依請購單_ch.Name = "依請購單_ch"
  460. Me.依請購單_ch.Size = New System.Drawing.Size(150, 20)
  461. Me.依請購單_ch.TabIndex = 1641
  462. Me.依請購單_ch.Text = "permintaan (依請購單)"
  463. Me.依請購單_ch.UseVisualStyleBackColor = True
  464. '
  465. '物料圖_pb
  466. '
  467. Me.物料圖_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  468. Me.物料圖_pb.BackColor = System.Drawing.Color.White
  469. Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  470. Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  471. Me.物料圖_pb.Location = New System.Drawing.Point(1166, 60)
  472. Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  473. Me.物料圖_pb.Name = "物料圖_pb"
  474. Me.物料圖_pb.Size = New System.Drawing.Size(171, 180)
  475. Me.物料圖_pb.TabIndex = 957
  476. Me.物料圖_pb.TabStop = False
  477. '
  478. 'Label17
  479. '
  480. Me.Label17.AutoSize = True
  481. Me.Label17.Location = New System.Drawing.Point(474, 2)
  482. Me.Label17.Name = "Label17"
  483. Me.Label17.Size = New System.Drawing.Size(38, 16)
  484. Me.Label17.TabIndex = 1675
  485. Me.Label17.Text = "SOP1"
  486. '
  487. 'Label18
  488. '
  489. Me.Label18.AutoSize = True
  490. Me.Label18.Location = New System.Drawing.Point(1249, 2)
  491. Me.Label18.Name = "Label18"
  492. Me.Label18.Size = New System.Drawing.Size(38, 16)
  493. Me.Label18.TabIndex = 1674
  494. Me.Label18.Text = "SOP8"
  495. '
  496. 'Label19
  497. '
  498. Me.Label19.AutoSize = True
  499. Me.Label19.Location = New System.Drawing.Point(1136, 2)
  500. Me.Label19.Name = "Label19"
  501. Me.Label19.Size = New System.Drawing.Size(38, 16)
  502. Me.Label19.TabIndex = 1673
  503. Me.Label19.Text = "SOP7"
  504. '
  505. 'Label20
  506. '
  507. Me.Label20.AutoSize = True
  508. Me.Label20.Location = New System.Drawing.Point(1028, 2)
  509. Me.Label20.Name = "Label20"
  510. Me.Label20.Size = New System.Drawing.Size(38, 16)
  511. Me.Label20.TabIndex = 1672
  512. Me.Label20.Text = "SOP6"
  513. '
  514. 'Label21
  515. '
  516. Me.Label21.AutoSize = True
  517. Me.Label21.Location = New System.Drawing.Point(923, 2)
  518. Me.Label21.Name = "Label21"
  519. Me.Label21.Size = New System.Drawing.Size(38, 16)
  520. Me.Label21.TabIndex = 1671
  521. Me.Label21.Text = "SOP5"
  522. '
  523. 'Label22
  524. '
  525. Me.Label22.AutoSize = True
  526. Me.Label22.Location = New System.Drawing.Point(589, 2)
  527. Me.Label22.Name = "Label22"
  528. Me.Label22.Size = New System.Drawing.Size(38, 16)
  529. Me.Label22.TabIndex = 1668
  530. Me.Label22.Text = "SOP2"
  531. '
  532. 'Label23
  533. '
  534. Me.Label23.AutoSize = True
  535. Me.Label23.Location = New System.Drawing.Point(818, 2)
  536. Me.Label23.Name = "Label23"
  537. Me.Label23.Size = New System.Drawing.Size(38, 16)
  538. Me.Label23.TabIndex = 1670
  539. Me.Label23.Text = "SOP4"
  540. '
  541. 'Label24
  542. '
  543. Me.Label24.AutoSize = True
  544. Me.Label24.Location = New System.Drawing.Point(703, 2)
  545. Me.Label24.Name = "Label24"
  546. Me.Label24.Size = New System.Drawing.Size(38, 16)
  547. Me.Label24.TabIndex = 1669
  548. Me.Label24.Text = "SOP3"
  549. '
  550. 'SOP1_P
  551. '
  552. Me.SOP1_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  553. Me.SOP1_P.Location = New System.Drawing.Point(440, 12)
  554. Me.SOP1_P.Name = "SOP1_P"
  555. Me.SOP1_P.Size = New System.Drawing.Size(30, 30)
  556. Me.SOP1_P.TabIndex = 1658
  557. Me.SOP1_P.TabStop = False
  558. '
  559. 'SOP2_P
  560. '
  561. Me.SOP2_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  562. Me.SOP2_P.Location = New System.Drawing.Point(555, 12)
  563. Me.SOP2_P.Name = "SOP2_P"
  564. Me.SOP2_P.Size = New System.Drawing.Size(30, 30)
  565. Me.SOP2_P.TabIndex = 1644
  566. Me.SOP2_P.TabStop = False
  567. '
  568. 'SOP8_P
  569. '
  570. Me.SOP8_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  571. Me.SOP8_P.Location = New System.Drawing.Point(1215, 12)
  572. Me.SOP8_P.Name = "SOP8_P"
  573. Me.SOP8_P.Size = New System.Drawing.Size(30, 30)
  574. Me.SOP8_P.TabIndex = 1656
  575. Me.SOP8_P.TabStop = False
  576. '
  577. 'SOP3_P
  578. '
  579. Me.SOP3_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  580. Me.SOP3_P.Location = New System.Drawing.Point(669, 12)
  581. Me.SOP3_P.Name = "SOP3_P"
  582. Me.SOP3_P.Size = New System.Drawing.Size(30, 30)
  583. Me.SOP3_P.TabIndex = 1645
  584. Me.SOP3_P.TabStop = False
  585. '
  586. 'SOP4_P
  587. '
  588. Me.SOP4_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  589. Me.SOP4_P.Location = New System.Drawing.Point(784, 12)
  590. Me.SOP4_P.Name = "SOP4_P"
  591. Me.SOP4_P.Size = New System.Drawing.Size(30, 30)
  592. Me.SOP4_P.TabIndex = 1646
  593. Me.SOP4_P.TabStop = False
  594. '
  595. 'SOP7_P
  596. '
  597. Me.SOP7_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  598. Me.SOP7_P.Location = New System.Drawing.Point(1102, 12)
  599. Me.SOP7_P.Name = "SOP7_P"
  600. Me.SOP7_P.Size = New System.Drawing.Size(30, 30)
  601. Me.SOP7_P.TabIndex = 1654
  602. Me.SOP7_P.TabStop = False
  603. '
  604. 'SOP5_P
  605. '
  606. Me.SOP5_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  607. Me.SOP5_P.Location = New System.Drawing.Point(889, 12)
  608. Me.SOP5_P.Name = "SOP5_P"
  609. Me.SOP5_P.Size = New System.Drawing.Size(30, 30)
  610. Me.SOP5_P.TabIndex = 1647
  611. Me.SOP5_P.TabStop = False
  612. '
  613. 'SOP6_P
  614. '
  615. Me.SOP6_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  616. Me.SOP6_P.Location = New System.Drawing.Point(994, 12)
  617. Me.SOP6_P.Name = "SOP6_P"
  618. Me.SOP6_P.Size = New System.Drawing.Size(30, 30)
  619. Me.SOP6_P.TabIndex = 1648
  620. Me.SOP6_P.TabStop = False
  621. '
  622. 'Label8
  623. '
  624. Me.Label8.AutoSize = True
  625. Me.Label8.Location = New System.Drawing.Point(472, 19)
  626. Me.Label8.Name = "Label8"
  627. Me.Label8.Size = New System.Drawing.Size(55, 16)
  628. Me.Label8.TabIndex = 1659
  629. Me.Label8.Text = "請購申請"
  630. '
  631. 'Label7
  632. '
  633. Me.Label7.AutoSize = True
  634. Me.Label7.Location = New System.Drawing.Point(1247, 19)
  635. Me.Label7.Name = "Label7"
  636. Me.Label7.Size = New System.Drawing.Size(55, 16)
  637. Me.Label7.TabIndex = 1657
  638. Me.Label7.Text = "收料入庫"
  639. '
  640. 'Label6
  641. '
  642. Me.Label6.AutoSize = True
  643. Me.Label6.Location = New System.Drawing.Point(1134, 19)
  644. Me.Label6.Name = "Label6"
  645. Me.Label6.Size = New System.Drawing.Size(55, 16)
  646. Me.Label6.TabIndex = 1655
  647. Me.Label6.Text = "來料驗收"
  648. '
  649. 'Label5
  650. '
  651. Me.Label5.AutoSize = True
  652. Me.Label5.Location = New System.Drawing.Point(1026, 19)
  653. Me.Label5.Name = "Label5"
  654. Me.Label5.Size = New System.Drawing.Size(55, 16)
  655. Me.Label5.TabIndex = 1653
  656. Me.Label5.Text = "開始採購"
  657. '
  658. 'Label4
  659. '
  660. Me.Label4.AutoSize = True
  661. Me.Label4.Location = New System.Drawing.Point(921, 19)
  662. Me.Label4.Name = "Label4"
  663. Me.Label4.Size = New System.Drawing.Size(55, 16)
  664. Me.Label4.TabIndex = 1652
  665. Me.Label4.Text = "二級核准"
  666. '
  667. 'Label1
  668. '
  669. Me.Label1.AutoSize = True
  670. Me.Label1.Location = New System.Drawing.Point(587, 19)
  671. Me.Label1.Name = "Label1"
  672. Me.Label1.Size = New System.Drawing.Size(55, 16)
  673. Me.Label1.TabIndex = 1649
  674. Me.Label1.Text = "請購核准"
  675. '
  676. 'Label3
  677. '
  678. Me.Label3.AutoSize = True
  679. Me.Label3.Location = New System.Drawing.Point(816, 19)
  680. Me.Label3.Name = "Label3"
  681. Me.Label3.Size = New System.Drawing.Size(55, 16)
  682. Me.Label3.TabIndex = 1651
  683. Me.Label3.Text = "一級核准"
  684. '
  685. 'Label2
  686. '
  687. Me.Label2.AutoSize = True
  688. Me.Label2.Location = New System.Drawing.Point(701, 19)
  689. Me.Label2.Name = "Label2"
  690. Me.Label2.Size = New System.Drawing.Size(55, 16)
  691. Me.Label2.TabIndex = 1650
  692. Me.Label2.Text = "採購詢價"
  693. '
  694. 'Label16
  695. '
  696. Me.Label16.AutoSize = True
  697. Me.Label16.Location = New System.Drawing.Point(1249, 37)
  698. Me.Label16.Name = "Label16"
  699. Me.Label16.Size = New System.Drawing.Size(85, 16)
  700. Me.Label16.TabIndex = 1667
  701. Me.Label16.Text = "pergudangan"
  702. '
  703. 'Label15
  704. '
  705. Me.Label15.AutoSize = True
  706. Me.Label15.Location = New System.Drawing.Point(1136, 37)
  707. Me.Label15.Name = "Label15"
  708. Me.Label15.Size = New System.Drawing.Size(74, 16)
  709. Me.Label15.TabIndex = 1666
  710. Me.Label15.Text = "Penerimaan"
  711. '
  712. 'Label14
  713. '
  714. Me.Label14.AutoSize = True
  715. Me.Label14.Location = New System.Drawing.Point(1028, 37)
  716. Me.Label14.Name = "Label14"
  717. Me.Label14.Size = New System.Drawing.Size(67, 16)
  718. Me.Label14.TabIndex = 1665
  719. Me.Label14.Text = "Pembelian"
  720. '
  721. 'Label13
  722. '
  723. Me.Label13.AutoSize = True
  724. Me.Label13.Location = New System.Drawing.Point(923, 37)
  725. Me.Label13.Name = "Label13"
  726. Me.Label13.Size = New System.Drawing.Size(59, 16)
  727. Me.Label13.TabIndex = 1664
  728. Me.Label13.Text = "Tingkat 2"
  729. '
  730. 'Label12
  731. '
  732. Me.Label12.AutoSize = True
  733. Me.Label12.Location = New System.Drawing.Point(818, 37)
  734. Me.Label12.Name = "Label12"
  735. Me.Label12.Size = New System.Drawing.Size(59, 16)
  736. Me.Label12.TabIndex = 1663
  737. Me.Label12.Text = "Tingkat 1"
  738. '
  739. 'Label11
  740. '
  741. Me.Label11.AutoSize = True
  742. Me.Label11.Location = New System.Drawing.Point(703, 37)
  743. Me.Label11.Name = "Label11"
  744. Me.Label11.Size = New System.Drawing.Size(79, 16)
  745. Me.Label11.TabIndex = 1662
  746. Me.Label11.Text = "Tanya Harga"
  747. '
  748. 'Label10
  749. '
  750. Me.Label10.AutoSize = True
  751. Me.Label10.Location = New System.Drawing.Point(589, 37)
  752. Me.Label10.Name = "Label10"
  753. Me.Label10.Size = New System.Drawing.Size(72, 16)
  754. Me.Label10.TabIndex = 1661
  755. Me.Label10.Text = "Persetujuan"
  756. '
  757. 'Label9
  758. '
  759. Me.Label9.AutoSize = True
  760. Me.Label9.Location = New System.Drawing.Point(474, 37)
  761. Me.Label9.Name = "Label9"
  762. Me.Label9.Size = New System.Drawing.Size(80, 16)
  763. Me.Label9.TabIndex = 1660
  764. Me.Label9.Text = "Permohonan"
  765. '
  766. '請購單歷史檔案
  767. '
  768. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  769. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  770. Me.ClientSize = New System.Drawing.Size(1349, 681)
  771. Me.ContextMenuStrip = Me.ContextMenuStrip1
  772. Me.Controls.Add(Me.SplitContainer1)
  773. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  774. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  775. Me.Name = "請購單歷史檔案"
  776. Me.Text = "請購單一覽表"
  777. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  778. Me.ContextMenuStrip1.ResumeLayout(False)
  779. CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  780. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  781. Me.SplitContainer1.Panel1.ResumeLayout(False)
  782. Me.SplitContainer1.Panel1.PerformLayout()
  783. Me.SplitContainer1.Panel2.ResumeLayout(False)
  784. Me.SplitContainer1.Panel2.PerformLayout()
  785. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
  786. Me.SplitContainer1.ResumeLayout(False)
  787. CType(Me.項次_bt, System.ComponentModel.ISupportInitialize).EndInit()
  788. CType(Me.修改_bt, System.ComponentModel.ISupportInitialize).EndInit()
  789. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  790. CType(Me.SOP1_P, System.ComponentModel.ISupportInitialize).EndInit()
  791. CType(Me.SOP2_P, System.ComponentModel.ISupportInitialize).EndInit()
  792. CType(Me.SOP8_P, System.ComponentModel.ISupportInitialize).EndInit()
  793. CType(Me.SOP3_P, System.ComponentModel.ISupportInitialize).EndInit()
  794. CType(Me.SOP4_P, System.ComponentModel.ISupportInitialize).EndInit()
  795. CType(Me.SOP7_P, System.ComponentModel.ISupportInitialize).EndInit()
  796. CType(Me.SOP5_P, System.ComponentModel.ISupportInitialize).EndInit()
  797. CType(Me.SOP6_P, System.ComponentModel.ISupportInitialize).EndInit()
  798. Me.ResumeLayout(False)
  799. End Sub
  800. Friend WithEvents 已審核_lb As Label
  801. Friend WithEvents 已核准_dgv As DataGridView
  802. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  803. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  804. Friend WithEvents 申請日期_dgv As DateTimePicker
  805. Friend WithEvents 請購明細_dgv As DataGridView
  806. Friend WithEvents 申請人_lb As Label
  807. Friend WithEvents 申請人_tb As TextBox
  808. Friend WithEvents 申請日期_lb As Label
  809. Friend WithEvents 請購單號_lb As Label
  810. Friend WithEvents 請購單號_tb As TextBox
  811. Friend WithEvents 物料圖_pb As PictureBox
  812. Friend WithEvents 語言_dgv As DataGridView
  813. Friend WithEvents 語轉扭_bt As Button
  814. Friend WithEvents 大間距_ch As CheckBox
  815. Friend WithEvents 中間距_ch As CheckBox
  816. Friend WithEvents 小間距_ch As CheckBox
  817. Friend WithEvents 合約號_tb As TextBox
  818. Friend WithEvents 合約號_lb As Label
  819. Friend WithEvents SplitContainer1 As SplitContainer
  820. Friend WithEvents SOP2_P As PictureBox
  821. Friend WithEvents SOP3_P As PictureBox
  822. Friend WithEvents SOP4_P As PictureBox
  823. Friend WithEvents SOP5_P As PictureBox
  824. Friend WithEvents SOP6_P As PictureBox
  825. Friend WithEvents Label1 As Label
  826. Friend WithEvents Label2 As Label
  827. Friend WithEvents SOP1_P As PictureBox
  828. Friend WithEvents SOP8_P As PictureBox
  829. Friend WithEvents SOP7_P As PictureBox
  830. Friend WithEvents Label8 As Label
  831. Friend WithEvents Label7 As Label
  832. Friend WithEvents Label6 As Label
  833. Friend WithEvents Label5 As Label
  834. Friend WithEvents Label4 As Label
  835. Friend WithEvents Label3 As Label
  836. Friend WithEvents Label16 As Label
  837. Friend WithEvents Label15 As Label
  838. Friend WithEvents Label14 As Label
  839. Friend WithEvents Label13 As Label
  840. Friend WithEvents Label12 As Label
  841. Friend WithEvents Label11 As Label
  842. Friend WithEvents Label10 As Label
  843. Friend WithEvents Label9 As Label
  844. Friend WithEvents Label17 As Label
  845. Friend WithEvents Label18 As Label
  846. Friend WithEvents Label19 As Label
  847. Friend WithEvents Label20 As Label
  848. Friend WithEvents Label21 As Label
  849. Friend WithEvents Label22 As Label
  850. Friend WithEvents Label23 As Label
  851. Friend WithEvents Label24 As Label
  852. Friend WithEvents 依採購單_ch As CheckBox
  853. Friend WithEvents 依請購單_ch As CheckBox
  854. Friend WithEvents Label25 As Label
  855. Friend WithEvents 採購單號_tb As TextBox
  856. Friend WithEvents 詳細資料2_ch As CheckBox
  857. Friend WithEvents 項次_bt As Telerik.WinControls.UI.RadTextBoxControl
  858. Friend WithEvents 修改_bt As Telerik.WinControls.UI.RadButton
  859. Friend WithEvents Label26 As Label
  860. Friend WithEvents 已採購_ch As CheckBox
  861. End Class