Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

樣品請購單核准.Designer.vb 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  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. Me.已作廢_lb = New System.Windows.Forms.Label()
  30. Me.作廢清單_dgv = New System.Windows.Forms.DataGridView()
  31. Me.未審核_lb = New System.Windows.Forms.Label()
  32. Me.未核准_dgv = New System.Windows.Forms.DataGridView()
  33. Me.已作廢_rb = New System.Windows.Forms.RadioButton()
  34. Me.未審核_rb = New System.Windows.Forms.RadioButton()
  35. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  36. Me.請購單作廢_bt = New System.Windows.Forms.Button()
  37. Me.請購單核准_bt = New System.Windows.Forms.Button()
  38. Me.請購明細_dgv = New System.Windows.Forms.DataGridView()
  39. Me.申請人_lb = New System.Windows.Forms.Label()
  40. Me.申請人_tb = New System.Windows.Forms.TextBox()
  41. Me.申請日期_lb = New System.Windows.Forms.Label()
  42. Me.請購單號_lb = New System.Windows.Forms.Label()
  43. Me.請購單號_tb = New System.Windows.Forms.TextBox()
  44. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  45. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  46. Me.存檔_bt = New System.Windows.Forms.Button()
  47. Me.項次_tb = New System.Windows.Forms.TextBox()
  48. Me.項次_lb = New System.Windows.Forms.Label()
  49. Me.選擇_lb = New System.Windows.Forms.Label()
  50. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  51. Me.刪除一筆資料_bt = New System.Windows.Forms.Button()
  52. Me.語轉扭_bt = New System.Windows.Forms.Button()
  53. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  54. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  55. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  56. CType(Me.作廢清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  57. CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  58. CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  59. Me.ContextMenuStrip1.SuspendLayout()
  60. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  61. Me.SuspendLayout()
  62. '
  63. '已作廢_lb
  64. '
  65. Me.已作廢_lb.AutoSize = True
  66. Me.已作廢_lb.Location = New System.Drawing.Point(5, 6)
  67. Me.已作廢_lb.Name = "已作廢_lb"
  68. Me.已作廢_lb.Size = New System.Drawing.Size(350, 16)
  69. Me.已作廢_lb.TabIndex = 824
  70. Me.已作廢_lb.Text = "已 作 廢 的 行 政 物 料 請 購 單" &
  71. ""
  72. '
  73. '作廢清單_dgv
  74. '
  75. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  76. Me.作廢清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  77. Me.作廢清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  78. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  79. Me.作廢清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  80. Me.作廢清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  81. Me.作廢清單_dgv.Location = New System.Drawing.Point(5, 50)
  82. Me.作廢清單_dgv.Name = "作廢清單_dgv"
  83. Me.作廢清單_dgv.ReadOnly = True
  84. Me.作廢清單_dgv.RowHeadersWidth = 5
  85. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  86. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  87. Me.作廢清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  88. Me.作廢清單_dgv.RowTemplate.Height = 24
  89. Me.作廢清單_dgv.Size = New System.Drawing.Size(515, 625)
  90. Me.作廢清單_dgv.TabIndex = 823
  91. '
  92. '未審核_lb
  93. '
  94. Me.未審核_lb.AutoSize = True
  95. Me.未審核_lb.Location = New System.Drawing.Point(5, 6)
  96. Me.未審核_lb.Name = "未審核_lb"
  97. Me.未審核_lb.Size = New System.Drawing.Size(350, 16)
  98. Me.未審核_lb.TabIndex = 822
  99. Me.未審核_lb.Text = "未 審 核 的 行 政 物 料 請 購 單" &
  100. "" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  101. '
  102. '未核准_dgv
  103. '
  104. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  105. Me.未核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  106. Me.未核准_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  107. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  108. Me.未核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  109. Me.未核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  110. Me.未核准_dgv.Location = New System.Drawing.Point(5, 50)
  111. Me.未核准_dgv.Name = "未核准_dgv"
  112. Me.未核准_dgv.ReadOnly = True
  113. Me.未核准_dgv.RowHeadersWidth = 5
  114. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  115. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  116. Me.未核准_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  117. Me.未核准_dgv.RowTemplate.Height = 24
  118. Me.未核准_dgv.Size = New System.Drawing.Size(515, 625)
  119. Me.未核准_dgv.TabIndex = 821
  120. '
  121. '已作廢_rb
  122. '
  123. Me.已作廢_rb.AutoSize = True
  124. Me.已作廢_rb.ForeColor = System.Drawing.Color.Red
  125. Me.已作廢_rb.Location = New System.Drawing.Point(129, 28)
  126. Me.已作廢_rb.Name = "已作廢_rb"
  127. Me.已作廢_rb.Size = New System.Drawing.Size(74, 20)
  128. Me.已作廢_rb.TabIndex = 828
  129. Me.已作廢_rb.TabStop = True
  130. Me.已作廢_rb.Text = "已 作 廢"
  131. Me.已作廢_rb.UseVisualStyleBackColor = True
  132. '
  133. '未審核_rb
  134. '
  135. Me.未審核_rb.AutoSize = True
  136. Me.未審核_rb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  137. Me.未審核_rb.Location = New System.Drawing.Point(8, 28)
  138. Me.未審核_rb.Name = "未審核_rb"
  139. Me.未審核_rb.Size = New System.Drawing.Size(110, 20)
  140. Me.未審核_rb.TabIndex = 827
  141. Me.未審核_rb.TabStop = True
  142. Me.未審核_rb.Text = "未 審 核"
  143. Me.未審核_rb.UseVisualStyleBackColor = True
  144. '
  145. '申請日期_dtp
  146. '
  147. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  148. Me.申請日期_dtp.Location = New System.Drawing.Point(826, 27)
  149. Me.申請日期_dtp.Name = "申請日期_dtp"
  150. Me.申請日期_dtp.Size = New System.Drawing.Size(95, 23)
  151. Me.申請日期_dtp.TabIndex = 847
  152. '
  153. '請購單作廢_bt
  154. '
  155. Me.請購單作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  156. Me.請購單作廢_bt.ForeColor = System.Drawing.Color.Red
  157. Me.請購單作廢_bt.Location = New System.Drawing.Point(1216, 2)
  158. Me.請購單作廢_bt.Name = "請購單作廢_bt"
  159. Me.請購單作廢_bt.Size = New System.Drawing.Size(128, 73)
  160. Me.請購單作廢_bt.TabIndex = 846
  161. Me.請購單作廢_bt.Text = "請購單作廢"
  162. Me.請購單作廢_bt.UseVisualStyleBackColor = True
  163. '
  164. '請購單核准_bt
  165. '
  166. Me.請購單核准_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  167. Me.請購單核准_bt.ForeColor = System.Drawing.Color.Green
  168. Me.請購單核准_bt.Location = New System.Drawing.Point(1082, 2)
  169. Me.請購單核准_bt.Name = "請購單核准_bt"
  170. Me.請購單核准_bt.Size = New System.Drawing.Size(128, 73)
  171. Me.請購單核准_bt.TabIndex = 845
  172. Me.請購單核准_bt.Text = "請購單核准"
  173. Me.請購單核准_bt.UseVisualStyleBackColor = True
  174. '
  175. '請購明細_dgv
  176. '
  177. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  178. Me.請購明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  179. Me.請購明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  180. Or System.Windows.Forms.AnchorStyles.Left) _
  181. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  182. Me.請購明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  183. Me.請購明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  184. Me.請購明細_dgv.Location = New System.Drawing.Point(524, 77)
  185. Me.請購明細_dgv.Name = "請購明細_dgv"
  186. Me.請購明細_dgv.RowHeadersWidth = 5
  187. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  188. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  189. Me.請購明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  190. Me.請購明細_dgv.RowTemplate.Height = 24
  191. Me.請購明細_dgv.Size = New System.Drawing.Size(820, 573)
  192. Me.請購明細_dgv.TabIndex = 844
  193. '
  194. '申請人_lb
  195. '
  196. Me.申請人_lb.AutoSize = True
  197. Me.申請人_lb.Location = New System.Drawing.Point(521, 32)
  198. Me.申請人_lb.Name = "申請人_lb"
  199. Me.申請人_lb.Size = New System.Drawing.Size(62, 16)
  200. Me.申請人_lb.TabIndex = 843
  201. Me.申請人_lb.Text = "申 請 人"
  202. '
  203. '申請人_tb
  204. '
  205. Me.申請人_tb.Location = New System.Drawing.Point(584, 28)
  206. Me.申請人_tb.Name = "申請人_tb"
  207. Me.申請人_tb.Size = New System.Drawing.Size(237, 23)
  208. Me.申請人_tb.TabIndex = 842
  209. '
  210. '申請日期_lb
  211. '
  212. Me.申請日期_lb.AutoSize = True
  213. Me.申請日期_lb.Location = New System.Drawing.Point(823, 9)
  214. Me.申請日期_lb.Name = "申請日期_lb"
  215. Me.申請日期_lb.Size = New System.Drawing.Size(98, 16)
  216. Me.申請日期_lb.TabIndex = 841
  217. Me.申請日期_lb.Text = "申 請 日 期"
  218. '
  219. '請購單號_lb
  220. '
  221. Me.請購單號_lb.AutoSize = True
  222. Me.請購單號_lb.Location = New System.Drawing.Point(521, 9)
  223. Me.請購單號_lb.Name = "請購單號_lb"
  224. Me.請購單號_lb.Size = New System.Drawing.Size(56, 16)
  225. Me.請購單號_lb.TabIndex = 840
  226. Me.請購單號_lb.Text = "請購單號"
  227. '
  228. '請購單號_tb
  229. '
  230. Me.請購單號_tb.Location = New System.Drawing.Point(584, 4)
  231. Me.請購單號_tb.Name = "請購單號_tb"
  232. Me.請購單號_tb.Size = New System.Drawing.Size(237, 23)
  233. Me.請購單號_tb.TabIndex = 839
  234. '
  235. 'ContextMenuStrip1
  236. '
  237. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm})
  238. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  239. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
  240. '
  241. '重新整理_tsm
  242. '
  243. Me.重新整理_tsm.Name = "重新整理_tsm"
  244. Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
  245. Me.重新整理_tsm.Text = "重新整理"
  246. '
  247. '存檔_bt
  248. '
  249. Me.存檔_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  250. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  251. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  252. Me.存檔_bt.Location = New System.Drawing.Point(524, 652)
  253. Me.存檔_bt.Name = "存檔_bt"
  254. Me.存檔_bt.Size = New System.Drawing.Size(789, 25)
  255. Me.存檔_bt.TabIndex = 848
  256. Me.存檔_bt.Text = "存檔"
  257. Me.存檔_bt.UseVisualStyleBackColor = True
  258. '
  259. '項次_tb
  260. '
  261. Me.項次_tb.Location = New System.Drawing.Point(584, 52)
  262. Me.項次_tb.Name = "項次_tb"
  263. Me.項次_tb.Size = New System.Drawing.Size(50, 23)
  264. Me.項次_tb.TabIndex = 851
  265. '
  266. '項次_lb
  267. '
  268. Me.項次_lb.AutoSize = True
  269. Me.項次_lb.Location = New System.Drawing.Point(640, 55)
  270. Me.項次_lb.Name = "項次_lb"
  271. Me.項次_lb.Size = New System.Drawing.Size(47, 16)
  272. Me.項次_lb.TabIndex = 850
  273. Me.項次_lb.Text = "項 次"
  274. '
  275. '選擇_lb
  276. '
  277. Me.選擇_lb.AutoSize = True
  278. Me.選擇_lb.Location = New System.Drawing.Point(521, 55)
  279. Me.選擇_lb.Name = "選擇_lb"
  280. Me.選擇_lb.Size = New System.Drawing.Size(41, 16)
  281. Me.選擇_lb.TabIndex = 849
  282. Me.選擇_lb.Text = "選 擇"
  283. '
  284. '語言_dgv
  285. '
  286. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  287. Me.語言_dgv.Location = New System.Drawing.Point(34, 83)
  288. Me.語言_dgv.Name = "語言_dgv"
  289. Me.語言_dgv.RowHeadersWidth = 5
  290. Me.語言_dgv.RowTemplate.Height = 24
  291. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  292. Me.語言_dgv.TabIndex = 1028
  293. Me.語言_dgv.Visible = False
  294. '
  295. '刪除一筆資料_bt
  296. '
  297. Me.刪除一筆資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  298. Me.刪除一筆資料_bt.ForeColor = System.Drawing.Color.Red
  299. Me.刪除一筆資料_bt.Location = New System.Drawing.Point(693, 53)
  300. Me.刪除一筆資料_bt.Name = "刪除一筆資料_bt"
  301. Me.刪除一筆資料_bt.Size = New System.Drawing.Size(228, 22)
  302. Me.刪除一筆資料_bt.TabIndex = 1029
  303. Me.刪除一筆資料_bt.Text = "刪除一筆選中的細項資料"
  304. Me.刪除一筆資料_bt.UseVisualStyleBackColor = True
  305. '
  306. '語轉扭_bt
  307. '
  308. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  309. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  310. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  311. Me.語轉扭_bt.Location = New System.Drawing.Point(1319, 652)
  312. Me.語轉扭_bt.Name = "語轉扭_bt"
  313. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  314. Me.語轉扭_bt.TabIndex = 1641
  315. Me.語轉扭_bt.Text = "L"
  316. Me.語轉扭_bt.UseVisualStyleBackColor = True
  317. '
  318. '大間距_ch
  319. '
  320. Me.大間距_ch.AutoSize = True
  321. Me.大間距_ch.Location = New System.Drawing.Point(1012, 54)
  322. Me.大間距_ch.Name = "大間距_ch"
  323. Me.大間距_ch.Size = New System.Drawing.Size(40, 20)
  324. Me.大間距_ch.TabIndex = 1649
  325. Me.大間距_ch.Text = "L3"
  326. Me.大間距_ch.UseVisualStyleBackColor = True
  327. '
  328. '中間距_ch
  329. '
  330. Me.中間距_ch.AutoSize = True
  331. Me.中間距_ch.Location = New System.Drawing.Point(969, 54)
  332. Me.中間距_ch.Name = "中間距_ch"
  333. Me.中間距_ch.Size = New System.Drawing.Size(40, 20)
  334. Me.中間距_ch.TabIndex = 1648
  335. Me.中間距_ch.Text = "L2"
  336. Me.中間距_ch.UseVisualStyleBackColor = True
  337. '
  338. '小間距_ch
  339. '
  340. Me.小間距_ch.AutoSize = True
  341. Me.小間距_ch.Location = New System.Drawing.Point(927, 54)
  342. Me.小間距_ch.Name = "小間距_ch"
  343. Me.小間距_ch.Size = New System.Drawing.Size(40, 20)
  344. Me.小間距_ch.TabIndex = 1647
  345. Me.小間距_ch.Text = "L1"
  346. Me.小間距_ch.UseVisualStyleBackColor = True
  347. '
  348. '樣品請購單核准
  349. '
  350. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  351. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  352. Me.ClientSize = New System.Drawing.Size(1349, 681)
  353. Me.ContextMenuStrip = Me.ContextMenuStrip1
  354. Me.Controls.Add(Me.大間距_ch)
  355. Me.Controls.Add(Me.中間距_ch)
  356. Me.Controls.Add(Me.小間距_ch)
  357. Me.Controls.Add(Me.語轉扭_bt)
  358. Me.Controls.Add(Me.刪除一筆資料_bt)
  359. Me.Controls.Add(Me.未審核_lb)
  360. Me.Controls.Add(Me.語言_dgv)
  361. Me.Controls.Add(Me.項次_tb)
  362. Me.Controls.Add(Me.項次_lb)
  363. Me.Controls.Add(Me.選擇_lb)
  364. Me.Controls.Add(Me.存檔_bt)
  365. Me.Controls.Add(Me.申請日期_dtp)
  366. Me.Controls.Add(Me.請購單作廢_bt)
  367. Me.Controls.Add(Me.請購單核准_bt)
  368. Me.Controls.Add(Me.請購明細_dgv)
  369. Me.Controls.Add(Me.申請人_lb)
  370. Me.Controls.Add(Me.申請人_tb)
  371. Me.Controls.Add(Me.申請日期_lb)
  372. Me.Controls.Add(Me.請購單號_lb)
  373. Me.Controls.Add(Me.請購單號_tb)
  374. Me.Controls.Add(Me.已作廢_rb)
  375. Me.Controls.Add(Me.未審核_rb)
  376. Me.Controls.Add(Me.已作廢_lb)
  377. Me.Controls.Add(Me.作廢清單_dgv)
  378. Me.Controls.Add(Me.未核准_dgv)
  379. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  380. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  381. Me.Name = "樣品請購單核准"
  382. Me.Text = "樣品請購單核准"
  383. CType(Me.作廢清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  384. CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  385. CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  386. Me.ContextMenuStrip1.ResumeLayout(False)
  387. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  388. Me.ResumeLayout(False)
  389. Me.PerformLayout()
  390. End Sub
  391. Friend WithEvents 已作廢_lb As Label
  392. Friend WithEvents 作廢清單_dgv As DataGridView
  393. Friend WithEvents 未審核_lb As Label
  394. Friend WithEvents 未核准_dgv As DataGridView
  395. Friend WithEvents 已作廢_rb As RadioButton
  396. Friend WithEvents 未審核_rb As RadioButton
  397. Friend WithEvents 申請日期_dtp As DateTimePicker
  398. Friend WithEvents 請購單作廢_bt As Button
  399. Friend WithEvents 請購單核准_bt As Button
  400. Friend WithEvents 請購明細_dgv As DataGridView
  401. Friend WithEvents 申請人_lb As Label
  402. Friend WithEvents 申請人_tb As TextBox
  403. Friend WithEvents 申請日期_lb As Label
  404. Friend WithEvents 請購單號_lb As Label
  405. Friend WithEvents 請購單號_tb As TextBox
  406. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  407. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  408. Friend WithEvents 存檔_bt As Button
  409. Friend WithEvents 項次_tb As TextBox
  410. Friend WithEvents 項次_lb As Label
  411. Friend WithEvents 選擇_lb As Label
  412. Friend WithEvents 語言_dgv As DataGridView
  413. Friend WithEvents 刪除一筆資料_bt As Button
  414. Friend WithEvents 語轉扭_bt As Button
  415. Friend WithEvents 大間距_ch As CheckBox
  416. Friend WithEvents 中間距_ch As CheckBox
  417. Friend WithEvents 小間距_ch As CheckBox
  418. End Class