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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  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.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  36. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  37. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  38. Me.閃燈_lb = New System.Windows.Forms.Label()
  39. Me.項次_tb = New System.Windows.Forms.TextBox()
  40. Me.項次_lb = New System.Windows.Forms.Label()
  41. Me.選擇_lb = New System.Windows.Forms.Label()
  42. Me.請購明細_dgv = New System.Windows.Forms.DataGridView()
  43. Me.申請人_lb = New System.Windows.Forms.Label()
  44. Me.申請人_tb = New System.Windows.Forms.TextBox()
  45. Me.申請日期_lb = New System.Windows.Forms.Label()
  46. Me.請購單號_lb = New System.Windows.Forms.Label()
  47. Me.請購單號_tb = New System.Windows.Forms.TextBox()
  48. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  49. Me.申請完成_bt = New System.Windows.Forms.Button()
  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.新增一筆資料_bt = New System.Windows.Forms.Button()
  54. Me.刪除一筆資料_bt = New System.Windows.Forms.Button()
  55. Me.文字_lb = New System.Windows.Forms.Label()
  56. Me.語轉扭_bt = New System.Windows.Forms.Button()
  57. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  58. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  59. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  60. CType(Me.作廢清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  61. CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  62. Me.ContextMenuStrip1.SuspendLayout()
  63. CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  64. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  65. Me.SuspendLayout()
  66. '
  67. '已作廢_lb
  68. '
  69. Me.已作廢_lb.AutoSize = True
  70. Me.已作廢_lb.Location = New System.Drawing.Point(4, 5)
  71. Me.已作廢_lb.Name = "已作廢_lb"
  72. Me.已作廢_lb.Size = New System.Drawing.Size(350, 16)
  73. Me.已作廢_lb.TabIndex = 800
  74. Me.已作廢_lb.Text = "已 作 廢 的 行 政 物 料 請 購 單" &
  75. ""
  76. '
  77. '作廢清單_dgv
  78. '
  79. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  80. Me.作廢清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  81. Me.作廢清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  82. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  83. Me.作廢清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  84. Me.作廢清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  85. Me.作廢清單_dgv.Location = New System.Drawing.Point(3, 47)
  86. Me.作廢清單_dgv.Name = "作廢清單_dgv"
  87. Me.作廢清單_dgv.ReadOnly = True
  88. Me.作廢清單_dgv.RowHeadersWidth = 5
  89. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  90. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  91. Me.作廢清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  92. Me.作廢清單_dgv.RowTemplate.Height = 24
  93. Me.作廢清單_dgv.Size = New System.Drawing.Size(515, 631)
  94. Me.作廢清單_dgv.TabIndex = 799
  95. '
  96. '未審核_lb
  97. '
  98. Me.未審核_lb.AutoSize = True
  99. Me.未審核_lb.Location = New System.Drawing.Point(4, 5)
  100. Me.未審核_lb.Name = "未審核_lb"
  101. Me.未審核_lb.Size = New System.Drawing.Size(350, 16)
  102. Me.未審核_lb.TabIndex = 798
  103. Me.未審核_lb.Text = "未 審 核 的 行 政 物 料 請 購 單" &
  104. ""
  105. '
  106. '未核准_dgv
  107. '
  108. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  109. Me.未核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  110. Me.未核准_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  111. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  112. Me.未核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  113. Me.未核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  114. Me.未核准_dgv.Location = New System.Drawing.Point(3, 47)
  115. Me.未核准_dgv.Name = "未核准_dgv"
  116. Me.未核准_dgv.ReadOnly = True
  117. Me.未核准_dgv.RowHeadersWidth = 5
  118. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  119. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  120. Me.未核准_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  121. Me.未核准_dgv.RowTemplate.Height = 24
  122. Me.未核准_dgv.Size = New System.Drawing.Size(515, 631)
  123. Me.未核准_dgv.TabIndex = 797
  124. '
  125. '未審核_rb
  126. '
  127. Me.未審核_rb.AutoSize = True
  128. Me.未審核_rb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  129. Me.未審核_rb.Location = New System.Drawing.Point(7, 27)
  130. Me.未審核_rb.Name = "未審核_rb"
  131. Me.未審核_rb.Size = New System.Drawing.Size(110, 20)
  132. Me.未審核_rb.TabIndex = 804
  133. Me.未審核_rb.TabStop = True
  134. Me.未審核_rb.Text = "未 審 核"
  135. Me.未審核_rb.UseVisualStyleBackColor = True
  136. '
  137. '已作廢_rb
  138. '
  139. Me.已作廢_rb.AutoSize = True
  140. Me.已作廢_rb.ForeColor = System.Drawing.Color.Red
  141. Me.已作廢_rb.Location = New System.Drawing.Point(129, 27)
  142. Me.已作廢_rb.Name = "已作廢_rb"
  143. Me.已作廢_rb.Size = New System.Drawing.Size(74, 20)
  144. Me.已作廢_rb.TabIndex = 805
  145. Me.已作廢_rb.TabStop = True
  146. Me.已作廢_rb.Text = "已 作 廢"
  147. Me.已作廢_rb.UseVisualStyleBackColor = True
  148. '
  149. 'ContextMenuStrip1
  150. '
  151. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm})
  152. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  153. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
  154. '
  155. '重新整理_tsm
  156. '
  157. Me.重新整理_tsm.Name = "重新整理_tsm"
  158. Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
  159. Me.重新整理_tsm.Text = "重新整理"
  160. '
  161. 'DateTimePicker1
  162. '
  163. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  164. Me.DateTimePicker1.Location = New System.Drawing.Point(944, 27)
  165. Me.DateTimePicker1.Name = "DateTimePicker1"
  166. Me.DateTimePicker1.Size = New System.Drawing.Size(136, 23)
  167. Me.DateTimePicker1.TabIndex = 841
  168. '
  169. '閃燈_lb
  170. '
  171. Me.閃燈_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  172. Me.閃燈_lb.AutoSize = True
  173. Me.閃燈_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. Me.閃燈_lb.ForeColor = System.Drawing.Color.Red
  175. Me.閃燈_lb.Location = New System.Drawing.Point(947, 54)
  176. Me.閃燈_lb.Name = "閃燈_lb"
  177. Me.閃燈_lb.Size = New System.Drawing.Size(244, 16)
  178. Me.閃燈_lb.TabIndex = 837
  179. Me.閃燈_lb.Text = "資料尚未存檔 Informasi belum diarsipkan" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  180. Me.閃燈_lb.Visible = False
  181. '
  182. '項次_tb
  183. '
  184. Me.項次_tb.Location = New System.Drawing.Point(701, 51)
  185. Me.項次_tb.Name = "項次_tb"
  186. Me.項次_tb.Size = New System.Drawing.Size(50, 23)
  187. Me.項次_tb.TabIndex = 836
  188. '
  189. '項次_lb
  190. '
  191. Me.項次_lb.AutoSize = True
  192. Me.項次_lb.Location = New System.Drawing.Point(753, 55)
  193. Me.項次_lb.Name = "項次_lb"
  194. Me.項次_lb.Size = New System.Drawing.Size(47, 16)
  195. Me.項次_lb.TabIndex = 835
  196. Me.項次_lb.Text = "項 次"
  197. '
  198. '選擇_lb
  199. '
  200. Me.選擇_lb.AutoSize = True
  201. Me.選擇_lb.Location = New System.Drawing.Point(640, 53)
  202. Me.選擇_lb.Name = "選擇_lb"
  203. Me.選擇_lb.Size = New System.Drawing.Size(41, 16)
  204. Me.選擇_lb.TabIndex = 834
  205. Me.選擇_lb.Text = "選 擇"
  206. '
  207. '請購明細_dgv
  208. '
  209. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  210. Me.請購明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  211. Me.請購明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  212. Or System.Windows.Forms.AnchorStyles.Left) _
  213. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  214. Me.請購明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  215. Me.請購明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  216. Me.請購明細_dgv.Location = New System.Drawing.Point(522, 91)
  217. Me.請購明細_dgv.Name = "請購明細_dgv"
  218. Me.請購明細_dgv.RowHeadersWidth = 5
  219. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  220. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  221. Me.請購明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  222. Me.請購明細_dgv.RowTemplate.Height = 24
  223. Me.請購明細_dgv.Size = New System.Drawing.Size(824, 560)
  224. Me.請購明細_dgv.TabIndex = 829
  225. '
  226. '申請人_lb
  227. '
  228. Me.申請人_lb.AutoSize = True
  229. Me.申請人_lb.Location = New System.Drawing.Point(632, 30)
  230. Me.申請人_lb.Name = "申請人_lb"
  231. Me.申請人_lb.Size = New System.Drawing.Size(62, 16)
  232. Me.申請人_lb.TabIndex = 828
  233. Me.申請人_lb.Text = "申 請 人"
  234. '
  235. '申請人_tb
  236. '
  237. Me.申請人_tb.Location = New System.Drawing.Point(701, 27)
  238. Me.申請人_tb.Name = "申請人_tb"
  239. Me.申請人_tb.Size = New System.Drawing.Size(241, 23)
  240. Me.申請人_tb.TabIndex = 827
  241. '
  242. '申請日期_lb
  243. '
  244. Me.申請日期_lb.AutoSize = True
  245. Me.申請日期_lb.Location = New System.Drawing.Point(944, 8)
  246. Me.申請日期_lb.Name = "申請日期_lb"
  247. Me.申請日期_lb.Size = New System.Drawing.Size(98, 16)
  248. Me.申請日期_lb.TabIndex = 826
  249. Me.申請日期_lb.Text = "申 請 日 期"
  250. '
  251. '請購單號_lb
  252. '
  253. Me.請購單號_lb.AutoSize = True
  254. Me.請購單號_lb.Location = New System.Drawing.Point(632, 5)
  255. Me.請購單號_lb.Name = "請購單號_lb"
  256. Me.請購單號_lb.Size = New System.Drawing.Size(56, 16)
  257. Me.請購單號_lb.TabIndex = 825
  258. Me.請購單號_lb.Text = "請購單號"
  259. '
  260. '請購單號_tb
  261. '
  262. Me.請購單號_tb.Location = New System.Drawing.Point(701, 3)
  263. Me.請購單號_tb.Name = "請購單號_tb"
  264. Me.請購單號_tb.Size = New System.Drawing.Size(241, 23)
  265. Me.請購單號_tb.TabIndex = 824
  266. '
  267. 'Timer1
  268. '
  269. Me.Timer1.Interval = 500
  270. '
  271. '申請完成_bt
  272. '
  273. Me.申請完成_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  274. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  275. Me.申請完成_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  276. Me.申請完成_bt.Location = New System.Drawing.Point(522, 653)
  277. Me.申請完成_bt.Name = "申請完成_bt"
  278. Me.申請完成_bt.Size = New System.Drawing.Size(587, 25)
  279. Me.申請完成_bt.TabIndex = 843
  280. Me.申請完成_bt.Text = "申請完成"
  281. Me.申請完成_bt.UseVisualStyleBackColor = True
  282. '
  283. '語言_dgv
  284. '
  285. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  286. Me.語言_dgv.Location = New System.Drawing.Point(47, 85)
  287. Me.語言_dgv.Name = "語言_dgv"
  288. Me.語言_dgv.RowHeadersWidth = 5
  289. Me.語言_dgv.RowTemplate.Height = 24
  290. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  291. Me.語言_dgv.TabIndex = 1027
  292. Me.語言_dgv.Visible = False
  293. '
  294. '開立行政物料請購單_bt
  295. '
  296. Me.開立行政物料請購單_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  297. Me.開立行政物料請購單_bt.Location = New System.Drawing.Point(521, 3)
  298. Me.開立行政物料請購單_bt.Name = "開立行政物料請購單_bt"
  299. Me.開立行政物料請購單_bt.Size = New System.Drawing.Size(110, 68)
  300. Me.開立行政物料請購單_bt.TabIndex = 1028
  301. Me.開立行政物料請購單_bt.Text = "開立樣品/無料號物料請購單"
  302. Me.開立行政物料請購單_bt.UseVisualStyleBackColor = True
  303. '
  304. '刪除_bt
  305. '
  306. Me.刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  307. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  308. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  309. Me.刪除_bt.Location = New System.Drawing.Point(1114, 653)
  310. Me.刪除_bt.Name = "刪除_bt"
  311. Me.刪除_bt.Size = New System.Drawing.Size(202, 25)
  312. Me.刪除_bt.TabIndex = 1343
  313. Me.刪除_bt.Text = "刪除物料申請單"
  314. Me.刪除_bt.UseVisualStyleBackColor = True
  315. '
  316. '新增一筆資料_bt
  317. '
  318. Me.新增一筆資料_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  319. Me.新增一筆資料_bt.Location = New System.Drawing.Point(1086, 2)
  320. Me.新增一筆資料_bt.Name = "新增一筆資料_bt"
  321. Me.新增一筆資料_bt.Size = New System.Drawing.Size(130, 48)
  322. Me.新增一筆資料_bt.TabIndex = 1344
  323. Me.新增一筆資料_bt.Text = "新增一筆資料"
  324. Me.新增一筆資料_bt.UseVisualStyleBackColor = True
  325. '
  326. '刪除一筆資料_bt
  327. '
  328. Me.刪除一筆資料_bt.ForeColor = System.Drawing.Color.Red
  329. Me.刪除一筆資料_bt.Location = New System.Drawing.Point(1216, 2)
  330. Me.刪除一筆資料_bt.Name = "刪除一筆資料_bt"
  331. Me.刪除一筆資料_bt.Size = New System.Drawing.Size(130, 48)
  332. Me.刪除一筆資料_bt.TabIndex = 1345
  333. Me.刪除一筆資料_bt.Text = "刪除一筆資料"
  334. Me.刪除一筆資料_bt.UseVisualStyleBackColor = True
  335. '
  336. '文字_lb
  337. '
  338. Me.文字_lb.AutoSize = True
  339. Me.文字_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  340. Me.文字_lb.ForeColor = System.Drawing.Color.Red
  341. Me.文字_lb.Location = New System.Drawing.Point(522, 74)
  342. Me.文字_lb.Name = "文字_lb"
  343. Me.文字_lb.Size = New System.Drawing.Size(273, 17)
  344. Me.文字_lb.TabIndex = 1346
  345. Me.文字_lb.Text = "本請購單系統適用於樣品/無料號等物品的請購" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  346. '
  347. '語轉扭_bt
  348. '
  349. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  350. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  351. Me.語轉扭_bt.Location = New System.Drawing.Point(1321, 653)
  352. Me.語轉扭_bt.Name = "語轉扭_bt"
  353. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  354. Me.語轉扭_bt.TabIndex = 1638
  355. Me.語轉扭_bt.Text = "L"
  356. Me.語轉扭_bt.UseVisualStyleBackColor = True
  357. '
  358. '大間距_ch
  359. '
  360. Me.大間距_ch.AutoSize = True
  361. Me.大間距_ch.Location = New System.Drawing.Point(900, 52)
  362. Me.大間距_ch.Name = "大間距_ch"
  363. Me.大間距_ch.Size = New System.Drawing.Size(40, 20)
  364. Me.大間距_ch.TabIndex = 1646
  365. Me.大間距_ch.Text = "L3"
  366. Me.大間距_ch.UseVisualStyleBackColor = True
  367. '
  368. '中間距_ch
  369. '
  370. Me.中間距_ch.AutoSize = True
  371. Me.中間距_ch.Location = New System.Drawing.Point(857, 52)
  372. Me.中間距_ch.Name = "中間距_ch"
  373. Me.中間距_ch.Size = New System.Drawing.Size(40, 20)
  374. Me.中間距_ch.TabIndex = 1645
  375. Me.中間距_ch.Text = "L2"
  376. Me.中間距_ch.UseVisualStyleBackColor = True
  377. '
  378. '小間距_ch
  379. '
  380. Me.小間距_ch.AutoSize = True
  381. Me.小間距_ch.Location = New System.Drawing.Point(815, 52)
  382. Me.小間距_ch.Name = "小間距_ch"
  383. Me.小間距_ch.Size = New System.Drawing.Size(40, 20)
  384. Me.小間距_ch.TabIndex = 1644
  385. Me.小間距_ch.Text = "L1"
  386. Me.小間距_ch.UseVisualStyleBackColor = True
  387. '
  388. '樣品請購單申請
  389. '
  390. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  391. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  392. Me.ClientSize = New System.Drawing.Size(1350, 681)
  393. Me.ContextMenuStrip = Me.ContextMenuStrip1
  394. Me.Controls.Add(Me.大間距_ch)
  395. Me.Controls.Add(Me.中間距_ch)
  396. Me.Controls.Add(Me.小間距_ch)
  397. Me.Controls.Add(Me.語轉扭_bt)
  398. Me.Controls.Add(Me.刪除一筆資料_bt)
  399. Me.Controls.Add(Me.新增一筆資料_bt)
  400. Me.Controls.Add(Me.刪除_bt)
  401. Me.Controls.Add(Me.開立行政物料請購單_bt)
  402. Me.Controls.Add(Me.語言_dgv)
  403. Me.Controls.Add(Me.申請完成_bt)
  404. Me.Controls.Add(Me.DateTimePicker1)
  405. Me.Controls.Add(Me.閃燈_lb)
  406. Me.Controls.Add(Me.項次_tb)
  407. Me.Controls.Add(Me.項次_lb)
  408. Me.Controls.Add(Me.選擇_lb)
  409. Me.Controls.Add(Me.申請人_lb)
  410. Me.Controls.Add(Me.申請人_tb)
  411. Me.Controls.Add(Me.申請日期_lb)
  412. Me.Controls.Add(Me.請購單號_lb)
  413. Me.Controls.Add(Me.請購單號_tb)
  414. Me.Controls.Add(Me.已作廢_rb)
  415. Me.Controls.Add(Me.未審核_rb)
  416. Me.Controls.Add(Me.請購明細_dgv)
  417. Me.Controls.Add(Me.未審核_lb)
  418. Me.Controls.Add(Me.已作廢_lb)
  419. Me.Controls.Add(Me.文字_lb)
  420. Me.Controls.Add(Me.未核准_dgv)
  421. Me.Controls.Add(Me.作廢清單_dgv)
  422. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  423. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  424. Me.Name = "樣品請購單申請"
  425. Me.Text = "樣品請購單申請"
  426. CType(Me.作廢清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  427. CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  428. Me.ContextMenuStrip1.ResumeLayout(False)
  429. CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  430. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  431. Me.ResumeLayout(False)
  432. Me.PerformLayout()
  433. End Sub
  434. Friend WithEvents 已作廢_lb As Label
  435. Friend WithEvents 作廢清單_dgv As DataGridView
  436. Friend WithEvents 未審核_lb As Label
  437. Friend WithEvents 未核准_dgv As DataGridView
  438. Friend WithEvents 未審核_rb As RadioButton
  439. Friend WithEvents 已作廢_rb As RadioButton
  440. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  441. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  442. Friend WithEvents DateTimePicker1 As DateTimePicker
  443. Friend WithEvents 閃燈_lb As Label
  444. Friend WithEvents 項次_tb As TextBox
  445. Friend WithEvents 項次_lb As Label
  446. Friend WithEvents 選擇_lb As Label
  447. Friend WithEvents Button15 As Button
  448. Friend WithEvents Button6 As Button
  449. Friend WithEvents 請購明細_dgv As DataGridView
  450. Friend WithEvents 申請人_lb As Label
  451. Friend WithEvents 申請人_tb As TextBox
  452. Friend WithEvents 申請日期_lb As Label
  453. Friend WithEvents 請購單號_lb As Label
  454. Friend WithEvents 請購單號_tb As TextBox
  455. Friend WithEvents Timer1 As Timer
  456. Friend WithEvents Button5 As Button
  457. Friend WithEvents Button4 As Button
  458. Friend WithEvents Button3 As Button
  459. Friend WithEvents 申請完成_bt As Button
  460. Friend WithEvents Button1 As Button
  461. Friend WithEvents 語言_dgv As DataGridView
  462. Friend WithEvents 開立行政物料請購單_bt As Button
  463. Friend WithEvents 刪除_bt As Button
  464. Friend WithEvents 新增一筆資料_bt As Button
  465. Friend WithEvents 刪除一筆資料_bt As Button
  466. Friend WithEvents 文字_lb As Label
  467. Friend WithEvents 語轉扭_bt As Button
  468. Friend WithEvents 大間距_ch As CheckBox
  469. Friend WithEvents 中間距_ch As CheckBox
  470. Friend WithEvents 小間距_ch As CheckBox
  471. End Class