설명 없음
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 45KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903
  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. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(採購單詢價))
  29. Me.指定倉庫_cb = New System.Windows.Forms.ComboBox()
  30. Me.指定倉庫_lb = New System.Windows.Forms.Label()
  31. Me.選擇公司_lb = New System.Windows.Forms.Label()
  32. Me.選擇公司_cb = New System.Windows.Forms.ComboBox()
  33. Me.請購_dgv = New System.Windows.Forms.DataGridView()
  34. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  35. Me.大間距1_ch = New System.Windows.Forms.CheckBox()
  36. Me.中間距1_ch = New System.Windows.Forms.CheckBox()
  37. Me.小間距1_ch = New System.Windows.Forms.CheckBox()
  38. Me.倉庫編號_tb = New System.Windows.Forms.TextBox()
  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.請購單號_tb = New System.Windows.Forms.TextBox()
  43. Me.依據入庫單號全部選擇_bt = New System.Windows.Forms.Button()
  44. Me.全部取消_bt = New System.Windows.Forms.Button()
  45. Me.全部選擇_bt = New System.Windows.Forms.Button()
  46. Me.生成採購單_bt = New System.Windows.Forms.Button()
  47. Me.列印成詢價單_bt = New System.Windows.Forms.Button()
  48. Me.未受理請購單_bt = New System.Windows.Forms.Button()
  49. Me.詢價中的採購單_bt = New System.Windows.Forms.Button()
  50. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  51. Me.採購單_dgv = New System.Windows.Forms.DataGridView()
  52. Me.採購單號_tb = New System.Windows.Forms.TextBox()
  53. Me.Label6 = New System.Windows.Forms.Label()
  54. Me.需求日期_dtp = New System.Windows.Forms.DateTimePicker()
  55. Me.Label8 = New System.Windows.Forms.Label()
  56. Me.項次_tb = New System.Windows.Forms.TextBox()
  57. Me.項次_lb = New System.Windows.Forms.Label()
  58. Me.選擇_lb = New System.Windows.Forms.Label()
  59. Me.刪除請購單上點選資料_bt = New System.Windows.Forms.Button()
  60. Me.刪除_bt = New System.Windows.Forms.Button()
  61. Me.存檔_bt = New System.Windows.Forms.Button()
  62. Me.請購單號1_tb = New System.Windows.Forms.TextBox()
  63. Me.料號_tb = New System.Windows.Forms.TextBox()
  64. Me.尋價日期_tb = New System.Windows.Forms.TextBox()
  65. Me.詢價員_tb = New System.Windows.Forms.TextBox()
  66. Me.明細1_dgv = New System.Windows.Forms.DataGridView()
  67. Me.系統語言_cb = New System.Windows.Forms.ComboBox()
  68. Me.文字_lb = New System.Windows.Forms.Label()
  69. Me.文字2_lb = New System.Windows.Forms.Label()
  70. Me.退回請購單_bt = New System.Windows.Forms.Button()
  71. Me.日期_rb = New System.Windows.Forms.RadioButton()
  72. Me.單價_rb = New System.Windows.Forms.RadioButton()
  73. Me.價錢_dgv = New System.Windows.Forms.DataGridView()
  74. Me.Label1 = New System.Windows.Forms.Label()
  75. Me.Label2 = New System.Windows.Forms.Label()
  76. Me.Label3 = New System.Windows.Forms.Label()
  77. Me.Label4 = New System.Windows.Forms.Label()
  78. Me.Label5 = New System.Windows.Forms.Label()
  79. Me.Label7 = New System.Windows.Forms.Label()
  80. Me.Label9 = New System.Windows.Forms.Label()
  81. Me.Label10 = New System.Windows.Forms.Label()
  82. Me.Label11 = New System.Windows.Forms.Label()
  83. Me.Label12 = New System.Windows.Forms.Label()
  84. Me.Label13 = New System.Windows.Forms.Label()
  85. Me.語轉扭_bt = New System.Windows.Forms.Button()
  86. Me.料號_dgv = New System.Windows.Forms.DataGridView()
  87. Me.料號1_tb = New System.Windows.Forms.TextBox()
  88. Me.料號_bt = New System.Windows.Forms.Button()
  89. Me.物料圖_pb = New System.Windows.Forms.PictureBox()
  90. Me.Panel1 = New System.Windows.Forms.Panel()
  91. Me.詳細資料2_ch = New System.Windows.Forms.CheckBox()
  92. CType(Me.請購_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  93. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  94. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  95. CType(Me.採購單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  96. CType(Me.明細1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  97. CType(Me.價錢_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.料號_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  100. Me.Panel1.SuspendLayout()
  101. Me.SuspendLayout()
  102. '
  103. '指定倉庫_cb
  104. '
  105. Me.指定倉庫_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  106. Me.指定倉庫_cb.FormattingEnabled = True
  107. Me.指定倉庫_cb.Items.AddRange(New Object() {"2019"})
  108. Me.指定倉庫_cb.Location = New System.Drawing.Point(172, 2)
  109. Me.指定倉庫_cb.Name = "指定倉庫_cb"
  110. Me.指定倉庫_cb.Size = New System.Drawing.Size(209, 24)
  111. Me.指定倉庫_cb.TabIndex = 1000
  112. '
  113. '指定倉庫_lb
  114. '
  115. Me.指定倉庫_lb.AutoSize = True
  116. Me.指定倉庫_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  117. Me.指定倉庫_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  118. Me.指定倉庫_lb.Location = New System.Drawing.Point(31, 6)
  119. Me.指定倉庫_lb.Name = "指定倉庫_lb"
  120. Me.指定倉庫_lb.Size = New System.Drawing.Size(136, 16)
  121. Me.指定倉庫_lb.TabIndex = 1001
  122. Me.指定倉庫_lb.Text = "指 定 倉 庫"
  123. '
  124. '選擇公司_lb
  125. '
  126. Me.選擇公司_lb.AutoSize = True
  127. Me.選擇公司_lb.ForeColor = System.Drawing.Color.Blue
  128. Me.選擇公司_lb.Location = New System.Drawing.Point(771, 6)
  129. Me.選擇公司_lb.Name = "選擇公司_lb"
  130. Me.選擇公司_lb.Size = New System.Drawing.Size(100, 16)
  131. Me.選擇公司_lb.TabIndex = 1003
  132. Me.選擇公司_lb.Text = "選 擇 公 司"
  133. '
  134. '選擇公司_cb
  135. '
  136. Me.選擇公司_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  137. Me.選擇公司_cb.ForeColor = System.Drawing.Color.Blue
  138. Me.選擇公司_cb.FormattingEnabled = True
  139. Me.選擇公司_cb.Items.AddRange(New Object() {"", "PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
  140. Me.選擇公司_cb.Location = New System.Drawing.Point(886, 2)
  141. Me.選擇公司_cb.Name = "選擇公司_cb"
  142. Me.選擇公司_cb.Size = New System.Drawing.Size(270, 24)
  143. Me.選擇公司_cb.TabIndex = 1002
  144. '
  145. '請購_dgv
  146. '
  147. DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  148. Me.請購_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  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(5, 161)
  156. Me.請購_dgv.Name = "請購_dgv"
  157. Me.請購_dgv.RowHeadersWidth = 5
  158. DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  159. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  160. Me.請購_dgv.RowsDefaultCellStyle = DataGridViewCellStyle8
  161. Me.請購_dgv.RowTemplate.Height = 24
  162. Me.請購_dgv.Size = New System.Drawing.Size(1339, 490)
  163. Me.請購_dgv.TabIndex = 1004
  164. '
  165. '語言_dgv
  166. '
  167. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  168. Me.語言_dgv.Location = New System.Drawing.Point(114, 2)
  169. Me.語言_dgv.Name = "語言_dgv"
  170. Me.語言_dgv.RowHeadersWidth = 5
  171. Me.語言_dgv.RowTemplate.Height = 24
  172. Me.語言_dgv.Size = New System.Drawing.Size(50, 50)
  173. Me.語言_dgv.TabIndex = 1027
  174. '
  175. '大間距1_ch
  176. '
  177. Me.大間距1_ch.AutoSize = True
  178. Me.大間距1_ch.Location = New System.Drawing.Point(560, 97)
  179. Me.大間距1_ch.Name = "大間距1_ch"
  180. Me.大間距1_ch.Size = New System.Drawing.Size(39, 20)
  181. Me.大間距1_ch.TabIndex = 1343
  182. Me.大間距1_ch.Text = "L3"
  183. Me.大間距1_ch.UseVisualStyleBackColor = True
  184. '
  185. '中間距1_ch
  186. '
  187. Me.中間距1_ch.AutoSize = True
  188. Me.中間距1_ch.Location = New System.Drawing.Point(514, 97)
  189. Me.中間距1_ch.Name = "中間距1_ch"
  190. Me.中間距1_ch.Size = New System.Drawing.Size(39, 20)
  191. Me.中間距1_ch.TabIndex = 1342
  192. Me.中間距1_ch.Text = "L2"
  193. Me.中間距1_ch.UseVisualStyleBackColor = True
  194. '
  195. '小間距1_ch
  196. '
  197. Me.小間距1_ch.AutoSize = True
  198. Me.小間距1_ch.Location = New System.Drawing.Point(468, 97)
  199. Me.小間距1_ch.Name = "小間距1_ch"
  200. Me.小間距1_ch.Size = New System.Drawing.Size(39, 20)
  201. Me.小間距1_ch.TabIndex = 1341
  202. Me.小間距1_ch.Text = "L1"
  203. Me.小間距1_ch.UseVisualStyleBackColor = True
  204. '
  205. '倉庫編號_tb
  206. '
  207. Me.倉庫編號_tb.Location = New System.Drawing.Point(685, 2)
  208. Me.倉庫編號_tb.Name = "倉庫編號_tb"
  209. Me.倉庫編號_tb.Size = New System.Drawing.Size(52, 23)
  210. Me.倉庫編號_tb.TabIndex = 1346
  211. Me.倉庫編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  212. '
  213. '倉庫級別_tb
  214. '
  215. Me.倉庫級別_tb.Location = New System.Drawing.Point(488, 2)
  216. Me.倉庫級別_tb.Name = "倉庫級別_tb"
  217. Me.倉庫級別_tb.ReadOnly = True
  218. Me.倉庫級別_tb.Size = New System.Drawing.Size(52, 23)
  219. Me.倉庫級別_tb.TabIndex = 1344
  220. Me.倉庫級別_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  221. '
  222. '倉庫級別_lb
  223. '
  224. Me.倉庫級別_lb.AutoSize = True
  225. Me.倉庫級別_lb.Location = New System.Drawing.Point(387, 5)
  226. Me.倉庫級別_lb.Name = "倉庫級別_lb"
  227. Me.倉庫級別_lb.Size = New System.Drawing.Size(100, 16)
  228. Me.倉庫級別_lb.TabIndex = 1345
  229. Me.倉庫級別_lb.Text = "倉 庫 級 別"
  230. '
  231. '倉庫編號_lb
  232. '
  233. Me.倉庫編號_lb.AutoSize = True
  234. Me.倉庫編號_lb.Location = New System.Drawing.Point(563, 5)
  235. Me.倉庫編號_lb.Name = "倉庫編號_lb"
  236. Me.倉庫編號_lb.Size = New System.Drawing.Size(118, 16)
  237. Me.倉庫編號_lb.TabIndex = 1347
  238. Me.倉庫編號_lb.Text = "倉 庫 編 號"
  239. '
  240. '請購單號_tb
  241. '
  242. Me.請購單號_tb.Enabled = False
  243. Me.請購單號_tb.Location = New System.Drawing.Point(387, 64)
  244. Me.請購單號_tb.Name = "請購單號_tb"
  245. Me.請購單號_tb.Size = New System.Drawing.Size(213, 23)
  246. Me.請購單號_tb.TabIndex = 1348
  247. '
  248. '依據入庫單號全部選擇_bt
  249. '
  250. Me.依據入庫單號全部選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  251. Me.依據入庫單號全部選擇_bt.ForeColor = System.Drawing.Color.Olive
  252. Me.依據入庫單號全部選擇_bt.Location = New System.Drawing.Point(34, 32)
  253. Me.依據入庫單號全部選擇_bt.Name = "依據入庫單號全部選擇_bt"
  254. Me.依據入庫單號全部選擇_bt.Size = New System.Drawing.Size(347, 26)
  255. Me.依據入庫單號全部選擇_bt.TabIndex = 1351
  256. Me.依據入庫單號全部選擇_bt.Text = "依據入庫單號全部選擇"
  257. Me.依據入庫單號全部選擇_bt.UseVisualStyleBackColor = True
  258. '
  259. '全部取消_bt
  260. '
  261. Me.全部取消_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  262. Me.全部取消_bt.ForeColor = System.Drawing.Color.Olive
  263. Me.全部取消_bt.Location = New System.Drawing.Point(516, 32)
  264. Me.全部取消_bt.Name = "全部取消_bt"
  265. Me.全部取消_bt.Size = New System.Drawing.Size(132, 26)
  266. Me.全部取消_bt.TabIndex = 1350
  267. Me.全部取消_bt.Text = "全部取消"
  268. Me.全部取消_bt.UseVisualStyleBackColor = True
  269. '
  270. '全部選擇_bt
  271. '
  272. Me.全部選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  273. Me.全部選擇_bt.ForeColor = System.Drawing.Color.Olive
  274. Me.全部選擇_bt.Location = New System.Drawing.Point(382, 32)
  275. Me.全部選擇_bt.Name = "全部選擇_bt"
  276. Me.全部選擇_bt.Size = New System.Drawing.Size(132, 26)
  277. Me.全部選擇_bt.TabIndex = 1349
  278. Me.全部選擇_bt.Text = "全部選擇"
  279. Me.全部選擇_bt.UseVisualStyleBackColor = True
  280. '
  281. '生成採購單_bt
  282. '
  283. Me.生成採購單_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  284. Me.生成採購單_bt.Location = New System.Drawing.Point(650, 32)
  285. Me.生成採購單_bt.Name = "生成採購單_bt"
  286. Me.生成採購單_bt.Size = New System.Drawing.Size(302, 26)
  287. Me.生成採購單_bt.TabIndex = 1352
  288. Me.生成採購單_bt.Text = "生成採購單"
  289. Me.生成採購單_bt.UseVisualStyleBackColor = True
  290. '
  291. '列印成詢價單_bt
  292. '
  293. Me.列印成詢價單_bt.ForeColor = System.Drawing.Color.Olive
  294. Me.列印成詢價單_bt.Location = New System.Drawing.Point(919, 93)
  295. Me.列印成詢價單_bt.Name = "列印成詢價單_bt"
  296. Me.列印成詢價單_bt.Size = New System.Drawing.Size(231, 26)
  297. Me.列印成詢價單_bt.TabIndex = 1353
  298. Me.列印成詢價單_bt.Text = "列印成詢價單"
  299. Me.列印成詢價單_bt.UseVisualStyleBackColor = True
  300. '
  301. '未受理請購單_bt
  302. '
  303. Me.未受理請購單_bt.Location = New System.Drawing.Point(5, 93)
  304. Me.未受理請購單_bt.Name = "未受理請購單_bt"
  305. Me.未受理請購單_bt.Size = New System.Drawing.Size(239, 26)
  306. Me.未受理請購單_bt.TabIndex = 1354
  307. Me.未受理請購單_bt.Text = "未受理的請購單"
  308. Me.未受理請購單_bt.UseVisualStyleBackColor = True
  309. '
  310. '詢價中的採購單_bt
  311. '
  312. Me.詢價中的採購單_bt.Location = New System.Drawing.Point(247, 93)
  313. Me.詢價中的採購單_bt.Name = "詢價中的採購單_bt"
  314. Me.詢價中的採購單_bt.Size = New System.Drawing.Size(213, 26)
  315. Me.詢價中的採購單_bt.TabIndex = 1355
  316. Me.詢價中的採購單_bt.Text = "詢價中的採購單"
  317. Me.詢價中的採購單_bt.UseVisualStyleBackColor = True
  318. '
  319. '明細_dgv
  320. '
  321. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  322. Or System.Windows.Forms.AnchorStyles.Left) _
  323. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  324. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  325. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  326. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  327. Me.明細_dgv.Location = New System.Drawing.Point(172, 161)
  328. Me.明細_dgv.Name = "明細_dgv"
  329. Me.明細_dgv.RowHeadersWidth = 5
  330. DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  331. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  332. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle9
  333. Me.明細_dgv.RowTemplate.Height = 24
  334. Me.明細_dgv.Size = New System.Drawing.Size(1175, 490)
  335. Me.明細_dgv.TabIndex = 1356
  336. '
  337. '採購單_dgv
  338. '
  339. DataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  340. Me.採購單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle10
  341. Me.採購單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  342. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  343. Me.採購單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  344. Me.採購單_dgv.BackgroundColor = System.Drawing.Color.White
  345. Me.採購單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  346. Me.採購單_dgv.Location = New System.Drawing.Point(5, 161)
  347. Me.採購單_dgv.Name = "採購單_dgv"
  348. Me.採購單_dgv.ReadOnly = True
  349. Me.採購單_dgv.RowHeadersWidth = 5
  350. Me.採購單_dgv.RowTemplate.Height = 24
  351. Me.採購單_dgv.Size = New System.Drawing.Size(161, 490)
  352. Me.採購單_dgv.TabIndex = 1357
  353. '
  354. '採購單號_tb
  355. '
  356. Me.採購單號_tb.Enabled = False
  357. Me.採購單號_tb.Location = New System.Drawing.Point(125, 64)
  358. Me.採購單號_tb.Name = "採購單號_tb"
  359. Me.採購單號_tb.Size = New System.Drawing.Size(261, 23)
  360. Me.採購單號_tb.TabIndex = 1358
  361. '
  362. 'Label6
  363. '
  364. Me.Label6.AutoSize = True
  365. Me.Label6.Location = New System.Drawing.Point(38, 68)
  366. Me.Label6.Name = "Label6"
  367. Me.Label6.Size = New System.Drawing.Size(86, 16)
  368. Me.Label6.TabIndex = 1359
  369. Me.Label6.Text = "PO NOMOR : "
  370. '
  371. '需求日期_dtp
  372. '
  373. Me.需求日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  374. Me.需求日期_dtp.Location = New System.Drawing.Point(1257, 1)
  375. Me.需求日期_dtp.Name = "需求日期_dtp"
  376. Me.需求日期_dtp.Size = New System.Drawing.Size(86, 23)
  377. Me.需求日期_dtp.TabIndex = 1361
  378. '
  379. 'Label8
  380. '
  381. Me.Label8.AutoSize = True
  382. Me.Label8.Location = New System.Drawing.Point(1162, 4)
  383. Me.Label8.Name = "Label8"
  384. Me.Label8.Size = New System.Drawing.Size(97, 16)
  385. Me.Label8.TabIndex = 1360
  386. Me.Label8.Text = "TGL/BLN/THN : "
  387. '
  388. '項次_tb
  389. '
  390. Me.項次_tb.Enabled = False
  391. Me.項次_tb.Location = New System.Drawing.Point(3, 79)
  392. Me.項次_tb.Name = "項次_tb"
  393. Me.項次_tb.Size = New System.Drawing.Size(161, 23)
  394. Me.項次_tb.TabIndex = 1364
  395. '
  396. '項次_lb
  397. '
  398. Me.項次_lb.AutoSize = True
  399. Me.項次_lb.Location = New System.Drawing.Point(889, 68)
  400. Me.項次_lb.Name = "項次_lb"
  401. Me.項次_lb.Size = New System.Drawing.Size(31, 16)
  402. Me.項次_lb.TabIndex = 1363
  403. Me.項次_lb.Text = "項次"
  404. '
  405. '選擇_lb
  406. '
  407. Me.選擇_lb.AutoSize = True
  408. Me.選擇_lb.Location = New System.Drawing.Point(655, 68)
  409. Me.選擇_lb.Name = "選擇_lb"
  410. Me.選擇_lb.Size = New System.Drawing.Size(31, 16)
  411. Me.選擇_lb.TabIndex = 1362
  412. Me.選擇_lb.Text = "選擇"
  413. '
  414. '刪除請購單上點選資料_bt
  415. '
  416. Me.刪除請購單上點選資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  417. Me.刪除請購單上點選資料_bt.ForeColor = System.Drawing.Color.Red
  418. Me.刪除請購單上點選資料_bt.Location = New System.Drawing.Point(944, 64)
  419. Me.刪除請購單上點選資料_bt.Name = "刪除請購單上點選資料_bt"
  420. Me.刪除請購單上點選資料_bt.Size = New System.Drawing.Size(311, 25)
  421. Me.刪除請購單上點選資料_bt.TabIndex = 1366
  422. Me.刪除請購單上點選資料_bt.Text = "刪除採購單上點選的資料"
  423. Me.刪除請購單上點選資料_bt.UseVisualStyleBackColor = True
  424. '
  425. '刪除_bt
  426. '
  427. Me.刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  428. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  429. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  430. Me.刪除_bt.Location = New System.Drawing.Point(1094, 654)
  431. Me.刪除_bt.Name = "刪除_bt"
  432. Me.刪除_bt.Size = New System.Drawing.Size(250, 25)
  433. Me.刪除_bt.TabIndex = 1365
  434. Me.刪除_bt.Text = "刪除採購單"
  435. Me.刪除_bt.UseVisualStyleBackColor = True
  436. '
  437. '存檔_bt
  438. '
  439. Me.存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  440. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  441. Me.存檔_bt.Location = New System.Drawing.Point(5, 654)
  442. Me.存檔_bt.Name = "存檔_bt"
  443. Me.存檔_bt.Size = New System.Drawing.Size(250, 25)
  444. Me.存檔_bt.TabIndex = 1367
  445. Me.存檔_bt.Text = "存檔"
  446. Me.存檔_bt.UseVisualStyleBackColor = True
  447. '
  448. '請購單號1_tb
  449. '
  450. Me.請購單號1_tb.Location = New System.Drawing.Point(3, 55)
  451. Me.請購單號1_tb.Name = "請購單號1_tb"
  452. Me.請購單號1_tb.Size = New System.Drawing.Size(161, 23)
  453. Me.請購單號1_tb.TabIndex = 1368
  454. '
  455. '料號_tb
  456. '
  457. Me.料號_tb.Enabled = False
  458. Me.料號_tb.Location = New System.Drawing.Point(703, 65)
  459. Me.料號_tb.Name = "料號_tb"
  460. Me.料號_tb.Size = New System.Drawing.Size(180, 23)
  461. Me.料號_tb.TabIndex = 1369
  462. '
  463. '尋價日期_tb
  464. '
  465. Me.尋價日期_tb.Location = New System.Drawing.Point(3, 127)
  466. Me.尋價日期_tb.Name = "尋價日期_tb"
  467. Me.尋價日期_tb.Size = New System.Drawing.Size(161, 23)
  468. Me.尋價日期_tb.TabIndex = 1371
  469. '
  470. '詢價員_tb
  471. '
  472. Me.詢價員_tb.Location = New System.Drawing.Point(3, 103)
  473. Me.詢價員_tb.Name = "詢價員_tb"
  474. Me.詢價員_tb.Size = New System.Drawing.Size(161, 23)
  475. Me.詢價員_tb.TabIndex = 1370
  476. '
  477. '明細1_dgv
  478. '
  479. DataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  480. Me.明細1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle11
  481. Me.明細1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  482. Me.明細1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  483. Me.明細1_dgv.Location = New System.Drawing.Point(2, 2)
  484. Me.明細1_dgv.Name = "明細1_dgv"
  485. Me.明細1_dgv.RowHeadersWidth = 5
  486. DataGridViewCellStyle12.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  487. DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  488. Me.明細1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle12
  489. Me.明細1_dgv.RowTemplate.Height = 24
  490. Me.明細1_dgv.Size = New System.Drawing.Size(50, 50)
  491. Me.明細1_dgv.TabIndex = 1372
  492. '
  493. '系統語言_cb
  494. '
  495. Me.系統語言_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  496. Me.系統語言_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  497. Me.系統語言_cb.ForeColor = System.Drawing.Color.Black
  498. Me.系統語言_cb.FormattingEnabled = True
  499. Me.系統語言_cb.Items.AddRange(New Object() {"繁體中文", "English", "Indonesian"})
  500. Me.系統語言_cb.Location = New System.Drawing.Point(1152, 94)
  501. Me.系統語言_cb.Name = "系統語言_cb"
  502. Me.系統語言_cb.Size = New System.Drawing.Size(102, 24)
  503. Me.系統語言_cb.TabIndex = 1373
  504. '
  505. '文字_lb
  506. '
  507. Me.文字_lb.AutoSize = True
  508. Me.文字_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  509. Me.文字_lb.Location = New System.Drawing.Point(3, 122)
  510. Me.文字_lb.Name = "文字_lb"
  511. Me.文字_lb.Size = New System.Drawing.Size(465, 17)
  512. Me.文字_lb.TabIndex = 1380
  513. Me.文字_lb.Text = "未受理請購單 : 按照方塊數字1到4操作,滿足1和2條件生成採購單才可以使用。"
  514. '
  515. '文字2_lb
  516. '
  517. Me.文字2_lb.AutoSize = True
  518. Me.文字2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  519. Me.文字2_lb.Location = New System.Drawing.Point(3, 121)
  520. Me.文字2_lb.Name = "文字2_lb"
  521. Me.文字2_lb.Size = New System.Drawing.Size(556, 16)
  522. Me.文字2_lb.TabIndex = 1381
  523. Me.文字2_lb.Text = "詢價中的採購單: 此頁面,主要使用列印給廠商報價用。刪除採購單上點選的資料:是指刪除項次那筆資料"
  524. '
  525. '退回請購單_bt
  526. '
  527. Me.退回請購單_bt.Location = New System.Drawing.Point(953, 32)
  528. Me.退回請購單_bt.Name = "退回請購單_bt"
  529. Me.退回請購單_bt.Size = New System.Drawing.Size(303, 26)
  530. Me.退回請購單_bt.TabIndex = 1382
  531. Me.退回請購單_bt.Text = "退回請購單"
  532. Me.退回請購單_bt.UseVisualStyleBackColor = True
  533. '
  534. '日期_rb
  535. '
  536. Me.日期_rb.AutoSize = True
  537. Me.日期_rb.Location = New System.Drawing.Point(739, 96)
  538. Me.日期_rb.Name = "日期_rb"
  539. Me.日期_rb.Size = New System.Drawing.Size(109, 20)
  540. Me.日期_rb.TabIndex = 1348
  541. Me.日期_rb.TabStop = True
  542. Me.日期_rb.Text = "上一次購買日期"
  543. Me.日期_rb.UseVisualStyleBackColor = True
  544. '
  545. '單價_rb
  546. '
  547. Me.單價_rb.AutoSize = True
  548. Me.單價_rb.Location = New System.Drawing.Point(603, 96)
  549. Me.單價_rb.Name = "單價_rb"
  550. Me.單價_rb.Size = New System.Drawing.Size(73, 20)
  551. Me.單價_rb.TabIndex = 0
  552. Me.單價_rb.TabStop = True
  553. Me.單價_rb.Text = "平均單價"
  554. Me.單價_rb.UseVisualStyleBackColor = True
  555. '
  556. '價錢_dgv
  557. '
  558. Me.價錢_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  559. Me.價錢_dgv.Location = New System.Drawing.Point(58, 2)
  560. Me.價錢_dgv.Name = "價錢_dgv"
  561. Me.價錢_dgv.RowTemplate.Height = 24
  562. Me.價錢_dgv.Size = New System.Drawing.Size(50, 50)
  563. Me.價錢_dgv.TabIndex = 1349
  564. Me.價錢_dgv.VirtualMode = True
  565. '
  566. 'Label1
  567. '
  568. Me.Label1.AutoSize = True
  569. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  570. Me.Label1.Location = New System.Drawing.Point(3, 143)
  571. Me.Label1.Name = "Label1"
  572. Me.Label1.Size = New System.Drawing.Size(471, 16)
  573. Me.Label1.TabIndex = 1384
  574. Me.Label1.Text = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
  575. '
  576. 'Label2
  577. '
  578. Me.Label2.AutoSize = True
  579. Me.Label2.Location = New System.Drawing.Point(5, 6)
  580. Me.Label2.Name = "Label2"
  581. Me.Label2.Size = New System.Drawing.Size(26, 16)
  582. Me.Label2.TabIndex = 1385
  583. Me.Label2.Text = "1、" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  584. '
  585. 'Label3
  586. '
  587. Me.Label3.AutoSize = True
  588. Me.Label3.Location = New System.Drawing.Point(741, 6)
  589. Me.Label3.Name = "Label3"
  590. Me.Label3.Size = New System.Drawing.Size(26, 16)
  591. Me.Label3.TabIndex = 1386
  592. Me.Label3.Text = "2、" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  593. '
  594. 'Label4
  595. '
  596. Me.Label4.AutoSize = True
  597. Me.Label4.Location = New System.Drawing.Point(2, 16)
  598. Me.Label4.Name = "Label4"
  599. Me.Label4.Size = New System.Drawing.Size(1282, 16)
  600. Me.Label4.TabIndex = 1387
  601. Me.Label4.Text = resources.GetString("Label4.Text")
  602. '
  603. 'Label5
  604. '
  605. Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  606. Me.Label5.AutoSize = True
  607. Me.Label5.Location = New System.Drawing.Point(64, 16)
  608. Me.Label5.Name = "Label5"
  609. Me.Label5.Size = New System.Drawing.Size(1282, 16)
  610. Me.Label5.TabIndex = 1388
  611. Me.Label5.Text = resources.GetString("Label5.Text")
  612. '
  613. 'Label7
  614. '
  615. Me.Label7.AutoSize = True
  616. Me.Label7.Location = New System.Drawing.Point(5, 36)
  617. Me.Label7.Name = "Label7"
  618. Me.Label7.Size = New System.Drawing.Size(26, 16)
  619. Me.Label7.TabIndex = 1389
  620. Me.Label7.Text = "3、" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  621. '
  622. 'Label9
  623. '
  624. Me.Label9.AutoSize = True
  625. Me.Label9.Location = New System.Drawing.Point(3, 47)
  626. Me.Label9.Name = "Label9"
  627. Me.Label9.Size = New System.Drawing.Size(1282, 16)
  628. Me.Label9.TabIndex = 1390
  629. Me.Label9.Text = resources.GetString("Label9.Text")
  630. '
  631. 'Label10
  632. '
  633. Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  634. Me.Label10.AutoSize = True
  635. Me.Label10.Location = New System.Drawing.Point(65, 47)
  636. Me.Label10.Name = "Label10"
  637. Me.Label10.Size = New System.Drawing.Size(1282, 16)
  638. Me.Label10.TabIndex = 1391
  639. Me.Label10.Text = resources.GetString("Label10.Text")
  640. '
  641. 'Label11
  642. '
  643. Me.Label11.AutoSize = True
  644. Me.Label11.Location = New System.Drawing.Point(5, 68)
  645. Me.Label11.Name = "Label11"
  646. Me.Label11.Size = New System.Drawing.Size(26, 16)
  647. Me.Label11.TabIndex = 1392
  648. Me.Label11.Text = "4、" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  649. '
  650. 'Label12
  651. '
  652. Me.Label12.AutoSize = True
  653. Me.Label12.Location = New System.Drawing.Point(3, 77)
  654. Me.Label12.Name = "Label12"
  655. Me.Label12.Size = New System.Drawing.Size(1282, 16)
  656. Me.Label12.TabIndex = 1393
  657. Me.Label12.Text = resources.GetString("Label12.Text")
  658. '
  659. 'Label13
  660. '
  661. Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  662. Me.Label13.AutoSize = True
  663. Me.Label13.Location = New System.Drawing.Point(65, 77)
  664. Me.Label13.Name = "Label13"
  665. Me.Label13.Size = New System.Drawing.Size(1282, 16)
  666. Me.Label13.TabIndex = 1394
  667. Me.Label13.Text = resources.GetString("Label13.Text")
  668. '
  669. '語轉扭_bt
  670. '
  671. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  672. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  673. Me.語轉扭_bt.Location = New System.Drawing.Point(1319, 134)
  674. Me.語轉扭_bt.Name = "語轉扭_bt"
  675. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  676. Me.語轉扭_bt.TabIndex = 1632
  677. Me.語轉扭_bt.Text = "L"
  678. Me.語轉扭_bt.UseVisualStyleBackColor = True
  679. '
  680. '料號_dgv
  681. '
  682. Me.料號_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  683. Or System.Windows.Forms.AnchorStyles.Left) _
  684. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  685. Me.料號_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  686. Me.料號_dgv.BackgroundColor = System.Drawing.Color.White
  687. Me.料號_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  688. Me.料號_dgv.Location = New System.Drawing.Point(167, 161)
  689. Me.料號_dgv.Name = "料號_dgv"
  690. Me.料號_dgv.ReadOnly = True
  691. Me.料號_dgv.RowHeadersWidth = 4
  692. Me.料號_dgv.RowTemplate.Height = 24
  693. Me.料號_dgv.Size = New System.Drawing.Size(650, 490)
  694. Me.料號_dgv.TabIndex = 1634
  695. Me.料號_dgv.Visible = False
  696. '
  697. '料號1_tb
  698. '
  699. Me.料號1_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  700. Me.料號1_tb.Enabled = False
  701. Me.料號1_tb.Location = New System.Drawing.Point(540, 655)
  702. Me.料號1_tb.Name = "料號1_tb"
  703. Me.料號1_tb.Size = New System.Drawing.Size(133, 23)
  704. Me.料號1_tb.TabIndex = 1635
  705. '
  706. '料號_bt
  707. '
  708. Me.料號_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  709. Me.料號_bt.ForeColor = System.Drawing.Color.Red
  710. Me.料號_bt.Location = New System.Drawing.Point(396, 654)
  711. Me.料號_bt.Name = "料號_bt"
  712. Me.料號_bt.RightToLeft = System.Windows.Forms.RightToLeft.No
  713. Me.料號_bt.Size = New System.Drawing.Size(143, 25)
  714. Me.料號_bt.TabIndex = 1637
  715. Me.料號_bt.Text = "歷史單價"
  716. Me.料號_bt.UseVisualStyleBackColor = True
  717. '
  718. '物料圖_pb
  719. '
  720. Me.物料圖_pb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  721. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  722. Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  723. Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  724. Me.物料圖_pb.Location = New System.Drawing.Point(1257, 27)
  725. Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  726. Me.物料圖_pb.Name = "物料圖_pb"
  727. Me.物料圖_pb.Size = New System.Drawing.Size(90, 92)
  728. Me.物料圖_pb.TabIndex = 1638
  729. Me.物料圖_pb.TabStop = False
  730. '
  731. 'Panel1
  732. '
  733. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  734. Me.Panel1.Controls.Add(Me.明細1_dgv)
  735. Me.Panel1.Controls.Add(Me.價錢_dgv)
  736. Me.Panel1.Controls.Add(Me.語言_dgv)
  737. Me.Panel1.Controls.Add(Me.請購單號1_tb)
  738. Me.Panel1.Controls.Add(Me.項次_tb)
  739. Me.Panel1.Controls.Add(Me.詢價員_tb)
  740. Me.Panel1.Controls.Add(Me.尋價日期_tb)
  741. Me.Panel1.Location = New System.Drawing.Point(823, 181)
  742. Me.Panel1.Name = "Panel1"
  743. Me.Panel1.Size = New System.Drawing.Size(172, 154)
  744. Me.Panel1.TabIndex = 1639
  745. '
  746. '詳細資料2_ch
  747. '
  748. Me.詳細資料2_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  749. Me.詳細資料2_ch.AutoSize = True
  750. Me.詳細資料2_ch.Location = New System.Drawing.Point(679, 657)
  751. Me.詳細資料2_ch.Name = "詳細資料2_ch"
  752. Me.詳細資料2_ch.Size = New System.Drawing.Size(126, 20)
  753. Me.詳細資料2_ch.TabIndex = 1839
  754. Me.詳細資料2_ch.Text = "詳細資料 / Rincian"
  755. Me.詳細資料2_ch.UseVisualStyleBackColor = True
  756. '
  757. '採購單詢價
  758. '
  759. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  760. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  761. Me.ClientSize = New System.Drawing.Size(1350, 681)
  762. Me.Controls.Add(Me.詳細資料2_ch)
  763. Me.Controls.Add(Me.Panel1)
  764. Me.Controls.Add(Me.物料圖_pb)
  765. Me.Controls.Add(Me.料號_bt)
  766. Me.Controls.Add(Me.料號1_tb)
  767. Me.Controls.Add(Me.料號_dgv)
  768. Me.Controls.Add(Me.語轉扭_bt)
  769. Me.Controls.Add(Me.日期_rb)
  770. Me.Controls.Add(Me.Label6)
  771. Me.Controls.Add(Me.單價_rb)
  772. Me.Controls.Add(Me.刪除請購單上點選資料_bt)
  773. Me.Controls.Add(Me.Label11)
  774. Me.Controls.Add(Me.採購單號_tb)
  775. Me.Controls.Add(Me.Label7)
  776. Me.Controls.Add(Me.項次_lb)
  777. Me.Controls.Add(Me.依據入庫單號全部選擇_bt)
  778. Me.Controls.Add(Me.料號_tb)
  779. Me.Controls.Add(Me.全部選擇_bt)
  780. Me.Controls.Add(Me.選擇_lb)
  781. Me.Controls.Add(Me.Label3)
  782. Me.Controls.Add(Me.請購單號_tb)
  783. Me.Controls.Add(Me.全部取消_bt)
  784. Me.Controls.Add(Me.生成採購單_bt)
  785. Me.Controls.Add(Me.選擇公司_cb)
  786. Me.Controls.Add(Me.Label2)
  787. Me.Controls.Add(Me.指定倉庫_lb)
  788. Me.Controls.Add(Me.需求日期_dtp)
  789. Me.Controls.Add(Me.指定倉庫_cb)
  790. Me.Controls.Add(Me.小間距1_ch)
  791. Me.Controls.Add(Me.Label1)
  792. Me.Controls.Add(Me.中間距1_ch)
  793. Me.Controls.Add(Me.倉庫編號_lb)
  794. Me.Controls.Add(Me.大間距1_ch)
  795. Me.Controls.Add(Me.倉庫級別_lb)
  796. Me.Controls.Add(Me.倉庫級別_tb)
  797. Me.Controls.Add(Me.倉庫編號_tb)
  798. Me.Controls.Add(Me.退回請購單_bt)
  799. Me.Controls.Add(Me.文字_lb)
  800. Me.Controls.Add(Me.系統語言_cb)
  801. Me.Controls.Add(Me.存檔_bt)
  802. Me.Controls.Add(Me.刪除_bt)
  803. Me.Controls.Add(Me.詢價中的採購單_bt)
  804. Me.Controls.Add(Me.未受理請購單_bt)
  805. Me.Controls.Add(Me.列印成詢價單_bt)
  806. Me.Controls.Add(Me.Label8)
  807. Me.Controls.Add(Me.Label9)
  808. Me.Controls.Add(Me.Label10)
  809. Me.Controls.Add(Me.Label12)
  810. Me.Controls.Add(Me.Label13)
  811. Me.Controls.Add(Me.選擇公司_lb)
  812. Me.Controls.Add(Me.Label4)
  813. Me.Controls.Add(Me.Label5)
  814. Me.Controls.Add(Me.文字2_lb)
  815. Me.Controls.Add(Me.採購單_dgv)
  816. Me.Controls.Add(Me.明細_dgv)
  817. Me.Controls.Add(Me.請購_dgv)
  818. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  819. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  820. Me.Name = "採購單詢價"
  821. Me.Text = "採購單詢價"
  822. CType(Me.請購_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  823. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  824. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  825. CType(Me.採購單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  826. CType(Me.明細1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  827. CType(Me.價錢_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  828. CType(Me.料號_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  829. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  830. Me.Panel1.ResumeLayout(False)
  831. Me.Panel1.PerformLayout()
  832. Me.ResumeLayout(False)
  833. Me.PerformLayout()
  834. End Sub
  835. Friend WithEvents 指定倉庫_cb As ComboBox
  836. Friend WithEvents 指定倉庫_lb As Label
  837. Friend WithEvents 選擇公司_lb As Label
  838. Friend WithEvents 選擇公司_cb As ComboBox
  839. Friend WithEvents 請購_dgv As DataGridView
  840. Friend WithEvents 語言_dgv As DataGridView
  841. Friend WithEvents 大間距1_ch As CheckBox
  842. Friend WithEvents 中間距1_ch As CheckBox
  843. Friend WithEvents 小間距1_ch As CheckBox
  844. Friend WithEvents 倉庫編號_tb As TextBox
  845. Friend WithEvents 倉庫級別_tb As TextBox
  846. Friend WithEvents 倉庫級別_lb As Label
  847. Friend WithEvents 倉庫編號_lb As Label
  848. Friend WithEvents 請購單號_tb As TextBox
  849. Friend WithEvents 依據入庫單號全部選擇_bt As Button
  850. Friend WithEvents 全部取消_bt As Button
  851. Friend WithEvents 全部選擇_bt As Button
  852. Friend WithEvents 生成採購單_bt As Button
  853. Friend WithEvents 列印成詢價單_bt As Button
  854. Friend WithEvents 未受理請購單_bt As Button
  855. Friend WithEvents 詢價中的採購單_bt As Button
  856. Friend WithEvents 明細_dgv As DataGridView
  857. Friend WithEvents 採購單_dgv As DataGridView
  858. Friend WithEvents 採購單號_tb As TextBox
  859. Friend WithEvents Label6 As Label
  860. Friend WithEvents 需求日期_dtp As DateTimePicker
  861. Friend WithEvents Label8 As Label
  862. Friend WithEvents 項次_tb As TextBox
  863. Friend WithEvents 項次_lb As Label
  864. Friend WithEvents 選擇_lb As Label
  865. Friend WithEvents 刪除請購單上點選資料_bt As Button
  866. Friend WithEvents 刪除_bt As Button
  867. Friend WithEvents 存檔_bt As Button
  868. Friend WithEvents 請購單號1_tb As TextBox
  869. Friend WithEvents 料號_tb As TextBox
  870. Friend WithEvents 尋價日期_tb As TextBox
  871. Friend WithEvents 詢價員_tb As TextBox
  872. Friend WithEvents 明細1_dgv As DataGridView
  873. Friend WithEvents 系統語言_cb As ComboBox
  874. Friend WithEvents 文字_lb As Label
  875. Friend WithEvents 文字2_lb As Label
  876. Friend WithEvents 退回請購單_bt As Button
  877. Friend WithEvents 日期_rb As RadioButton
  878. Friend WithEvents 單價_rb As RadioButton
  879. Friend WithEvents 價錢_dgv As DataGridView
  880. Friend WithEvents Label1 As Label
  881. Friend WithEvents Label2 As Label
  882. Friend WithEvents Label3 As Label
  883. Friend WithEvents Label4 As Label
  884. Friend WithEvents Label5 As Label
  885. Friend WithEvents Label7 As Label
  886. Friend WithEvents Label9 As Label
  887. Friend WithEvents Label10 As Label
  888. Friend WithEvents Label11 As Label
  889. Friend WithEvents Label12 As Label
  890. Friend WithEvents Label13 As Label
  891. Friend WithEvents 語轉扭_bt As Button
  892. Friend WithEvents 料號_dgv As DataGridView
  893. Friend WithEvents 料號1_tb As TextBox
  894. Friend WithEvents 料號_bt As Button
  895. Friend WithEvents 物料圖_pb As PictureBox
  896. Friend WithEvents Panel1 As Panel
  897. Friend WithEvents 詳細資料2_ch As CheckBox
  898. End Class