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 42KB

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