Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

採購單申請.Designer.vb 54KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994
  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 DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Me.頁碼_cb = New System.Windows.Forms.ComboBox()
  30. Me.Label27 = New System.Windows.Forms.Label()
  31. Me.物料檔案_dgv = New System.Windows.Forms.DataGridView()
  32. Me.Label1 = New System.Windows.Forms.Label()
  33. Me.物料關鍵字_tb = New System.Windows.Forms.TextBox()
  34. Me.新增物料_bt = New System.Windows.Forms.Button()
  35. Me.申請數_nud = New System.Windows.Forms.NumericUpDown()
  36. Me.Label13 = New System.Windows.Forms.Label()
  37. Me.Label11 = New System.Windows.Forms.Label()
  38. Me.料號_tb = New System.Windows.Forms.TextBox()
  39. Me.彙總_dgv = New System.Windows.Forms.DataGridView()
  40. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  41. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  42. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  43. Me.開立新的採購單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  44. Me.新增物料到採購單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  45. Me.刪除採購單中選中的物料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  46. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  47. Me.修改匯率ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  48. Me.修改存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  49. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  50. Me.列印成EXCELToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  51. Me.列印產品標籤ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  52. Me.Label2 = New System.Windows.Forms.Label()
  53. Me.統編_tb = New System.Windows.Forms.TextBox()
  54. Me.Label26 = New System.Windows.Forms.Label()
  55. Me.Label3 = New System.Windows.Forms.Label()
  56. Me.郵號2_tb = New System.Windows.Forms.TextBox()
  57. Me.Label12 = New System.Windows.Forms.Label()
  58. Me.地址2_tb = New System.Windows.Forms.TextBox()
  59. Me.Label4 = New System.Windows.Forms.Label()
  60. Me.郵號1_tb = New System.Windows.Forms.TextBox()
  61. Me.Label10 = New System.Windows.Forms.Label()
  62. Me.地址1_tb = New System.Windows.Forms.TextBox()
  63. Me.Label8 = New System.Windows.Forms.Label()
  64. Me.傳真1_tb = New System.Windows.Forms.TextBox()
  65. Me.公司電話1_tb = New System.Windows.Forms.TextBox()
  66. Me.Label5 = New System.Windows.Forms.Label()
  67. Me.供應商_tb = New System.Windows.Forms.TextBox()
  68. Me.Label7 = New System.Windows.Forms.Label()
  69. Me.Label6 = New System.Windows.Forms.Label()
  70. Me.公司電話2_tb = New System.Windows.Forms.TextBox()
  71. Me.付款方式_tb = New System.Windows.Forms.TextBox()
  72. Me.供應商_cb = New System.Windows.Forms.ComboBox()
  73. Me.Label9 = New System.Windows.Forms.Label()
  74. Me.供應商編號_cb = New System.Windows.Forms.ComboBox()
  75. Me.供應商關鍵字_tb = New System.Windows.Forms.TextBox()
  76. Me.Label15 = New System.Windows.Forms.Label()
  77. Me.單據編號_tb = New System.Windows.Forms.TextBox()
  78. Me.Label16 = New System.Windows.Forms.Label()
  79. Me.採購金額_nud = New System.Windows.Forms.NumericUpDown()
  80. Me.Label17 = New System.Windows.Forms.Label()
  81. Me.匯率_nud = New System.Windows.Forms.NumericUpDown()
  82. Me.Label18 = New System.Windows.Forms.Label()
  83. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  84. Me.選擇_tb = New System.Windows.Forms.TextBox()
  85. Me.Label19 = New System.Windows.Forms.Label()
  86. Me.採購下單_dtp = New System.Windows.Forms.DateTimePicker()
  87. Me.Label20 = New System.Windows.Forms.Label()
  88. Me.修改匯率_bt = New System.Windows.Forms.Button()
  89. Me.總金額_tb = New System.Windows.Forms.TextBox()
  90. Me.Label21 = New System.Windows.Forms.Label()
  91. Me.修改存檔_bt = New System.Windows.Forms.Button()
  92. Me.物料圖_pb = New System.Windows.Forms.PictureBox()
  93. Me.未完全入庫的單據_rb = New System.Windows.Forms.RadioButton()
  94. Me.已完全入庫的單據_rb = New System.Windows.Forms.RadioButton()
  95. Me.單據複製_bt = New System.Windows.Forms.Button()
  96. Me.供應商交期_dtp = New System.Windows.Forms.DateTimePicker()
  97. Me.Label14 = New System.Windows.Forms.Label()
  98. Me.非當天日期_ch = New System.Windows.Forms.CheckBox()
  99. Me.列印採購單_bt = New System.Windows.Forms.Button()
  100. Me.列印產品標籤_bt = New System.Windows.Forms.Button()
  101. CType(Me.物料檔案_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  102. CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  103. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  104. Me.ContextMenuStrip1.SuspendLayout()
  105. CType(Me.採購金額_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  106. CType(Me.匯率_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  107. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  108. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  109. Me.SuspendLayout()
  110. '
  111. '頁碼_cb
  112. '
  113. Me.頁碼_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  114. Me.頁碼_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  115. Me.頁碼_cb.FormattingEnabled = True
  116. Me.頁碼_cb.Items.AddRange(New Object() {"男", "女", "NA"})
  117. Me.頁碼_cb.Location = New System.Drawing.Point(50, 3)
  118. Me.頁碼_cb.Name = "頁碼_cb"
  119. Me.頁碼_cb.Size = New System.Drawing.Size(90, 24)
  120. Me.頁碼_cb.TabIndex = 953
  121. '
  122. 'Label27
  123. '
  124. Me.Label27.AutoSize = True
  125. Me.Label27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  126. Me.Label27.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  127. Me.Label27.Location = New System.Drawing.Point(12, 8)
  128. Me.Label27.Name = "Label27"
  129. Me.Label27.Size = New System.Drawing.Size(32, 16)
  130. Me.Label27.TabIndex = 952
  131. Me.Label27.Text = "頁碼"
  132. '
  133. '物料檔案_dgv
  134. '
  135. DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  136. Me.物料檔案_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  137. Me.物料檔案_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  138. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  139. Me.物料檔案_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  140. Me.物料檔案_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  141. Me.物料檔案_dgv.Location = New System.Drawing.Point(12, 30)
  142. Me.物料檔案_dgv.Name = "物料檔案_dgv"
  143. Me.物料檔案_dgv.RowHeadersWidth = 5
  144. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  145. Me.物料檔案_dgv.RowsDefaultCellStyle = DataGridViewCellStyle8
  146. Me.物料檔案_dgv.RowTemplate.Height = 24
  147. Me.物料檔案_dgv.Size = New System.Drawing.Size(381, 249)
  148. Me.物料檔案_dgv.TabIndex = 954
  149. '
  150. 'Label1
  151. '
  152. Me.Label1.AutoSize = True
  153. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  154. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  155. Me.Label1.Location = New System.Drawing.Point(146, 8)
  156. Me.Label1.Name = "Label1"
  157. Me.Label1.Size = New System.Drawing.Size(68, 16)
  158. Me.Label1.TabIndex = 955
  159. Me.Label1.Text = "物料關鍵字"
  160. '
  161. '物料關鍵字_tb
  162. '
  163. Me.物料關鍵字_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  164. Me.物料關鍵字_tb.Location = New System.Drawing.Point(215, 3)
  165. Me.物料關鍵字_tb.Name = "物料關鍵字_tb"
  166. Me.物料關鍵字_tb.Size = New System.Drawing.Size(178, 25)
  167. Me.物料關鍵字_tb.TabIndex = 956
  168. '
  169. '新增物料_bt
  170. '
  171. Me.新增物料_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  172. Me.新增物料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  173. Me.新增物料_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  174. Me.新增物料_bt.Location = New System.Drawing.Point(312, 281)
  175. Me.新增物料_bt.Name = "新增物料_bt"
  176. Me.新增物料_bt.Size = New System.Drawing.Size(82, 24)
  177. Me.新增物料_bt.TabIndex = 1019
  178. Me.新增物料_bt.Text = "新增物料"
  179. Me.新增物料_bt.UseVisualStyleBackColor = True
  180. '
  181. '申請數_nud
  182. '
  183. Me.申請數_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  184. Me.申請數_nud.Location = New System.Drawing.Point(244, 282)
  185. Me.申請數_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  186. Me.申請數_nud.Name = "申請數_nud"
  187. Me.申請數_nud.Size = New System.Drawing.Size(62, 23)
  188. Me.申請數_nud.TabIndex = 1018
  189. Me.申請數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  190. '
  191. 'Label13
  192. '
  193. Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  194. Me.Label13.AutoSize = True
  195. Me.Label13.Location = New System.Drawing.Point(194, 285)
  196. Me.Label13.Name = "Label13"
  197. Me.Label13.Size = New System.Drawing.Size(44, 16)
  198. Me.Label13.TabIndex = 1017
  199. Me.Label13.Text = "申請數"
  200. '
  201. 'Label11
  202. '
  203. Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  204. Me.Label11.AutoSize = True
  205. Me.Label11.Location = New System.Drawing.Point(9, 285)
  206. Me.Label11.Name = "Label11"
  207. Me.Label11.Size = New System.Drawing.Size(32, 16)
  208. Me.Label11.TabIndex = 1016
  209. Me.Label11.Text = "料號"
  210. '
  211. '料號_tb
  212. '
  213. Me.料號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  214. Me.料號_tb.Location = New System.Drawing.Point(47, 282)
  215. Me.料號_tb.Name = "料號_tb"
  216. Me.料號_tb.Size = New System.Drawing.Size(141, 23)
  217. Me.料號_tb.TabIndex = 1015
  218. '
  219. '彙總_dgv
  220. '
  221. DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  222. Me.彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
  223. Me.彙總_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  224. Me.彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  225. Me.彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  226. Me.彙總_dgv.Location = New System.Drawing.Point(12, 354)
  227. Me.彙總_dgv.Name = "彙總_dgv"
  228. Me.彙總_dgv.RowHeadersWidth = 5
  229. DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  230. Me.彙總_dgv.RowsDefaultCellStyle = DataGridViewCellStyle10
  231. Me.彙總_dgv.RowTemplate.Height = 24
  232. Me.彙總_dgv.Size = New System.Drawing.Size(381, 251)
  233. Me.彙總_dgv.TabIndex = 1020
  234. '
  235. 'ContextMenuStrip1
  236. '
  237. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.開立新的採購單ToolStripMenuItem, Me.新增物料到採購單ToolStripMenuItem, Me.刪除採購單中選中的物料ToolStripMenuItem, Me.ToolStripSeparator1, Me.修改匯率ToolStripMenuItem, Me.修改存檔ToolStripMenuItem, Me.ToolStripSeparator2, Me.列印成EXCELToolStripMenuItem, Me.列印產品標籤ToolStripMenuItem})
  238. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  239. Me.ContextMenuStrip1.Size = New System.Drawing.Size(207, 198)
  240. '
  241. '重新整理ToolStripMenuItem
  242. '
  243. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  244. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  245. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  246. '
  247. 'ToolStripSeparator3
  248. '
  249. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  250. Me.ToolStripSeparator3.Size = New System.Drawing.Size(203, 6)
  251. '
  252. '開立新的採購單ToolStripMenuItem
  253. '
  254. Me.開立新的採購單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  255. Me.開立新的採購單ToolStripMenuItem.Name = "開立新的採購單ToolStripMenuItem"
  256. Me.開立新的採購單ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  257. Me.開立新的採購單ToolStripMenuItem.Text = "開立新的採購單"
  258. '
  259. '新增物料到採購單ToolStripMenuItem
  260. '
  261. Me.新增物料到採購單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  262. Me.新增物料到採購單ToolStripMenuItem.Name = "新增物料到採購單ToolStripMenuItem"
  263. Me.新增物料到採購單ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  264. Me.新增物料到採購單ToolStripMenuItem.Text = "新增物料到採購單"
  265. '
  266. '刪除採購單中選中的物料ToolStripMenuItem
  267. '
  268. Me.刪除採購單中選中的物料ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  269. Me.刪除採購單中選中的物料ToolStripMenuItem.Name = "刪除採購單中選中的物料ToolStripMenuItem"
  270. Me.刪除採購單中選中的物料ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  271. Me.刪除採購單中選中的物料ToolStripMenuItem.Text = "刪除採購單中選中的物料"
  272. '
  273. 'ToolStripSeparator1
  274. '
  275. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  276. Me.ToolStripSeparator1.Size = New System.Drawing.Size(203, 6)
  277. '
  278. '修改匯率ToolStripMenuItem
  279. '
  280. Me.修改匯率ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  281. Me.修改匯率ToolStripMenuItem.Name = "修改匯率ToolStripMenuItem"
  282. Me.修改匯率ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  283. Me.修改匯率ToolStripMenuItem.Text = "修改匯率"
  284. '
  285. '修改存檔ToolStripMenuItem
  286. '
  287. Me.修改存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  288. Me.修改存檔ToolStripMenuItem.Name = "修改存檔ToolStripMenuItem"
  289. Me.修改存檔ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  290. Me.修改存檔ToolStripMenuItem.Text = "修改存檔"
  291. '
  292. 'ToolStripSeparator2
  293. '
  294. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  295. Me.ToolStripSeparator2.Size = New System.Drawing.Size(203, 6)
  296. '
  297. '列印成EXCELToolStripMenuItem
  298. '
  299. Me.列印成EXCELToolStripMenuItem.Name = "列印成EXCELToolStripMenuItem"
  300. Me.列印成EXCELToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  301. Me.列印成EXCELToolStripMenuItem.Text = "列印成EXCEL"
  302. '
  303. '列印產品標籤ToolStripMenuItem
  304. '
  305. Me.列印產品標籤ToolStripMenuItem.Name = "列印產品標籤ToolStripMenuItem"
  306. Me.列印產品標籤ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  307. Me.列印產品標籤ToolStripMenuItem.Text = "列印產品標籤"
  308. '
  309. 'Label2
  310. '
  311. Me.Label2.AutoSize = True
  312. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  313. Me.Label2.ForeColor = System.Drawing.Color.Green
  314. Me.Label2.Location = New System.Drawing.Point(562, 110)
  315. Me.Label2.Name = "Label2"
  316. Me.Label2.Size = New System.Drawing.Size(56, 16)
  317. Me.Label2.TabIndex = 1039
  318. Me.Label2.Text = "付款方式"
  319. '
  320. '統編_tb
  321. '
  322. Me.統編_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  323. Me.統編_tb.ForeColor = System.Drawing.Color.Green
  324. Me.統編_tb.Location = New System.Drawing.Point(843, 31)
  325. Me.統編_tb.Name = "統編_tb"
  326. Me.統編_tb.Size = New System.Drawing.Size(90, 23)
  327. Me.統編_tb.TabIndex = 1037
  328. Me.統編_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  329. '
  330. 'Label26
  331. '
  332. Me.Label26.AutoSize = True
  333. Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  334. Me.Label26.ForeColor = System.Drawing.Color.Green
  335. Me.Label26.Location = New System.Drawing.Point(775, 34)
  336. Me.Label26.Name = "Label26"
  337. Me.Label26.Size = New System.Drawing.Size(56, 16)
  338. Me.Label26.TabIndex = 1038
  339. Me.Label26.Text = "統一編號"
  340. '
  341. 'Label3
  342. '
  343. Me.Label3.AutoSize = True
  344. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  345. Me.Label3.ForeColor = System.Drawing.Color.Green
  346. Me.Label3.Location = New System.Drawing.Point(395, 85)
  347. Me.Label3.Name = "Label3"
  348. Me.Label3.Size = New System.Drawing.Size(63, 16)
  349. Me.Label3.TabIndex = 1036
  350. Me.Label3.Text = "郵遞區號2"
  351. '
  352. '郵號2_tb
  353. '
  354. Me.郵號2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  355. Me.郵號2_tb.ForeColor = System.Drawing.Color.Green
  356. Me.郵號2_tb.Location = New System.Drawing.Point(460, 82)
  357. Me.郵號2_tb.Name = "郵號2_tb"
  358. Me.郵號2_tb.Size = New System.Drawing.Size(45, 23)
  359. Me.郵號2_tb.TabIndex = 1035
  360. Me.郵號2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  361. '
  362. 'Label12
  363. '
  364. Me.Label12.AutoSize = True
  365. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  366. Me.Label12.ForeColor = System.Drawing.Color.Green
  367. Me.Label12.Location = New System.Drawing.Point(507, 85)
  368. Me.Label12.Name = "Label12"
  369. Me.Label12.Size = New System.Drawing.Size(39, 16)
  370. Me.Label12.TabIndex = 1034
  371. Me.Label12.Text = "地址2"
  372. '
  373. '地址2_tb
  374. '
  375. Me.地址2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  376. Me.地址2_tb.ForeColor = System.Drawing.Color.Green
  377. Me.地址2_tb.Location = New System.Drawing.Point(547, 82)
  378. Me.地址2_tb.Name = "地址2_tb"
  379. Me.地址2_tb.Size = New System.Drawing.Size(386, 23)
  380. Me.地址2_tb.TabIndex = 1033
  381. '
  382. 'Label4
  383. '
  384. Me.Label4.AutoSize = True
  385. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  386. Me.Label4.ForeColor = System.Drawing.Color.Green
  387. Me.Label4.Location = New System.Drawing.Point(396, 60)
  388. Me.Label4.Name = "Label4"
  389. Me.Label4.Size = New System.Drawing.Size(63, 16)
  390. Me.Label4.TabIndex = 1032
  391. Me.Label4.Text = "郵遞區號1"
  392. '
  393. '郵號1_tb
  394. '
  395. Me.郵號1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  396. Me.郵號1_tb.ForeColor = System.Drawing.Color.Green
  397. Me.郵號1_tb.Location = New System.Drawing.Point(459, 57)
  398. Me.郵號1_tb.Name = "郵號1_tb"
  399. Me.郵號1_tb.Size = New System.Drawing.Size(45, 23)
  400. Me.郵號1_tb.TabIndex = 1031
  401. Me.郵號1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  402. '
  403. 'Label10
  404. '
  405. Me.Label10.AutoSize = True
  406. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  407. Me.Label10.ForeColor = System.Drawing.Color.Green
  408. Me.Label10.Location = New System.Drawing.Point(507, 60)
  409. Me.Label10.Name = "Label10"
  410. Me.Label10.Size = New System.Drawing.Size(39, 16)
  411. Me.Label10.TabIndex = 1030
  412. Me.Label10.Text = "地址1"
  413. '
  414. '地址1_tb
  415. '
  416. Me.地址1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  417. Me.地址1_tb.ForeColor = System.Drawing.Color.Green
  418. Me.地址1_tb.Location = New System.Drawing.Point(547, 57)
  419. Me.地址1_tb.Name = "地址1_tb"
  420. Me.地址1_tb.Size = New System.Drawing.Size(386, 23)
  421. Me.地址1_tb.TabIndex = 1029
  422. '
  423. 'Label8
  424. '
  425. Me.Label8.AutoSize = True
  426. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  427. Me.Label8.ForeColor = System.Drawing.Color.Green
  428. Me.Label8.Location = New System.Drawing.Point(935, 110)
  429. Me.Label8.Name = "Label8"
  430. Me.Label8.Size = New System.Drawing.Size(63, 16)
  431. Me.Label8.TabIndex = 1028
  432. Me.Label8.Text = "傳 真1"
  433. '
  434. '傳真1_tb
  435. '
  436. Me.傳真1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  437. Me.傳真1_tb.ForeColor = System.Drawing.Color.Green
  438. Me.傳真1_tb.Location = New System.Drawing.Point(1001, 107)
  439. Me.傳真1_tb.Name = "傳真1_tb"
  440. Me.傳真1_tb.Size = New System.Drawing.Size(165, 23)
  441. Me.傳真1_tb.TabIndex = 1027
  442. Me.傳真1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  443. '
  444. '公司電話1_tb
  445. '
  446. Me.公司電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  447. Me.公司電話1_tb.ForeColor = System.Drawing.Color.Green
  448. Me.公司電話1_tb.Location = New System.Drawing.Point(1001, 56)
  449. Me.公司電話1_tb.Name = "公司電話1_tb"
  450. Me.公司電話1_tb.Size = New System.Drawing.Size(165, 23)
  451. Me.公司電話1_tb.TabIndex = 1024
  452. Me.公司電話1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  453. '
  454. 'Label5
  455. '
  456. Me.Label5.AutoSize = True
  457. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  458. Me.Label5.ForeColor = System.Drawing.Color.Green
  459. Me.Label5.Location = New System.Drawing.Point(399, 35)
  460. Me.Label5.Name = "Label5"
  461. Me.Label5.Size = New System.Drawing.Size(44, 16)
  462. Me.Label5.TabIndex = 1023
  463. Me.Label5.Text = "供應商"
  464. '
  465. '供應商_tb
  466. '
  467. Me.供應商_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  468. Me.供應商_tb.ForeColor = System.Drawing.Color.Green
  469. Me.供應商_tb.Location = New System.Drawing.Point(459, 32)
  470. Me.供應商_tb.Name = "供應商_tb"
  471. Me.供應商_tb.Size = New System.Drawing.Size(316, 23)
  472. Me.供應商_tb.TabIndex = 1022
  473. '
  474. 'Label7
  475. '
  476. Me.Label7.AutoSize = True
  477. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  478. Me.Label7.ForeColor = System.Drawing.Color.Green
  479. Me.Label7.Location = New System.Drawing.Point(935, 85)
  480. Me.Label7.Name = "Label7"
  481. Me.Label7.Size = New System.Drawing.Size(63, 16)
  482. Me.Label7.TabIndex = 1026
  483. Me.Label7.Text = "公司電話2"
  484. '
  485. 'Label6
  486. '
  487. Me.Label6.AutoSize = True
  488. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  489. Me.Label6.ForeColor = System.Drawing.Color.Green
  490. Me.Label6.Location = New System.Drawing.Point(935, 59)
  491. Me.Label6.Name = "Label6"
  492. Me.Label6.Size = New System.Drawing.Size(63, 16)
  493. Me.Label6.TabIndex = 1025
  494. Me.Label6.Text = "公司電話1"
  495. '
  496. '公司電話2_tb
  497. '
  498. Me.公司電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  499. Me.公司電話2_tb.ForeColor = System.Drawing.Color.Green
  500. Me.公司電話2_tb.Location = New System.Drawing.Point(1001, 82)
  501. Me.公司電話2_tb.Name = "公司電話2_tb"
  502. Me.公司電話2_tb.Size = New System.Drawing.Size(165, 23)
  503. Me.公司電話2_tb.TabIndex = 1040
  504. Me.公司電話2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  505. '
  506. '付款方式_tb
  507. '
  508. Me.付款方式_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  509. Me.付款方式_tb.ForeColor = System.Drawing.Color.Green
  510. Me.付款方式_tb.Location = New System.Drawing.Point(620, 107)
  511. Me.付款方式_tb.Name = "付款方式_tb"
  512. Me.付款方式_tb.Size = New System.Drawing.Size(141, 23)
  513. Me.付款方式_tb.TabIndex = 1041
  514. Me.付款方式_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  515. '
  516. '供應商_cb
  517. '
  518. Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  519. Me.供應商_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  520. Me.供應商_cb.ForeColor = System.Drawing.Color.Green
  521. Me.供應商_cb.FormattingEnabled = True
  522. Me.供應商_cb.Items.AddRange(New Object() {"NA", "女", "男"})
  523. Me.供應商_cb.Location = New System.Drawing.Point(843, 4)
  524. Me.供應商_cb.Name = "供應商_cb"
  525. Me.供應商_cb.Size = New System.Drawing.Size(90, 24)
  526. Me.供應商_cb.TabIndex = 1043
  527. '
  528. 'Label9
  529. '
  530. Me.Label9.AutoSize = True
  531. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  532. Me.Label9.ForeColor = System.Drawing.Color.Green
  533. Me.Label9.Location = New System.Drawing.Point(774, 8)
  534. Me.Label9.Name = "Label9"
  535. Me.Label9.Size = New System.Drawing.Size(68, 16)
  536. Me.Label9.TabIndex = 1042
  537. Me.Label9.Text = "供應商簡稱"
  538. '
  539. '供應商編號_cb
  540. '
  541. Me.供應商編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  542. Me.供應商編號_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  543. Me.供應商編號_cb.ForeColor = System.Drawing.Color.Green
  544. Me.供應商編號_cb.FormattingEnabled = True
  545. Me.供應商編號_cb.Items.AddRange(New Object() {"男", "女", "NA"})
  546. Me.供應商編號_cb.Location = New System.Drawing.Point(411, 150)
  547. Me.供應商編號_cb.Name = "供應商編號_cb"
  548. Me.供應商編號_cb.Size = New System.Drawing.Size(152, 24)
  549. Me.供應商編號_cb.TabIndex = 1044
  550. '
  551. '供應商關鍵字_tb
  552. '
  553. Me.供應商關鍵字_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  554. Me.供應商關鍵字_tb.ForeColor = System.Drawing.Color.Green
  555. Me.供應商關鍵字_tb.Location = New System.Drawing.Point(682, 4)
  556. Me.供應商關鍵字_tb.Name = "供應商關鍵字_tb"
  557. Me.供應商關鍵字_tb.Size = New System.Drawing.Size(93, 25)
  558. Me.供應商關鍵字_tb.TabIndex = 1047
  559. '
  560. 'Label15
  561. '
  562. Me.Label15.AutoSize = True
  563. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  564. Me.Label15.ForeColor = System.Drawing.Color.Green
  565. Me.Label15.Location = New System.Drawing.Point(613, 9)
  566. Me.Label15.Name = "Label15"
  567. Me.Label15.Size = New System.Drawing.Size(68, 16)
  568. Me.Label15.TabIndex = 1046
  569. Me.Label15.Text = "廠商關鍵字"
  570. '
  571. '單據編號_tb
  572. '
  573. Me.單據編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  574. Me.單據編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  575. Me.單據編號_tb.Location = New System.Drawing.Point(459, 5)
  576. Me.單據編號_tb.Name = "單據編號_tb"
  577. Me.單據編號_tb.Size = New System.Drawing.Size(152, 25)
  578. Me.單據編號_tb.TabIndex = 1049
  579. '
  580. 'Label16
  581. '
  582. Me.Label16.AutoSize = True
  583. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  584. Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  585. Me.Label16.Location = New System.Drawing.Point(399, 9)
  586. Me.Label16.Name = "Label16"
  587. Me.Label16.Size = New System.Drawing.Size(56, 16)
  588. Me.Label16.TabIndex = 1048
  589. Me.Label16.Text = "單據編號"
  590. '
  591. '採購金額_nud
  592. '
  593. Me.採購金額_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  594. Me.採購金額_nud.DecimalPlaces = 2
  595. Me.採購金額_nud.Location = New System.Drawing.Point(71, 307)
  596. Me.採購金額_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  597. Me.採購金額_nud.Name = "採購金額_nud"
  598. Me.採購金額_nud.Size = New System.Drawing.Size(98, 23)
  599. Me.採購金額_nud.TabIndex = 1051
  600. Me.採購金額_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  601. '
  602. 'Label17
  603. '
  604. Me.Label17.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  605. Me.Label17.AutoSize = True
  606. Me.Label17.Location = New System.Drawing.Point(9, 310)
  607. Me.Label17.Name = "Label17"
  608. Me.Label17.Size = New System.Drawing.Size(56, 16)
  609. Me.Label17.TabIndex = 1050
  610. Me.Label17.Text = "採購金額"
  611. '
  612. '匯率_nud
  613. '
  614. Me.匯率_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  615. Me.匯率_nud.DecimalPlaces = 4
  616. Me.匯率_nud.Location = New System.Drawing.Point(237, 307)
  617. Me.匯率_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  618. Me.匯率_nud.Name = "匯率_nud"
  619. Me.匯率_nud.Size = New System.Drawing.Size(69, 23)
  620. Me.匯率_nud.TabIndex = 1053
  621. Me.匯率_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  622. Me.匯率_nud.Value = New Decimal(New Integer() {1, 0, 0, 0})
  623. '
  624. 'Label18
  625. '
  626. Me.Label18.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  627. Me.Label18.AutoSize = True
  628. Me.Label18.Location = New System.Drawing.Point(175, 310)
  629. Me.Label18.Name = "Label18"
  630. Me.Label18.Size = New System.Drawing.Size(56, 16)
  631. Me.Label18.TabIndex = 1052
  632. Me.Label18.Text = "當時匯率"
  633. '
  634. '明細_dgv
  635. '
  636. DataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  637. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle11
  638. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  639. Or System.Windows.Forms.AnchorStyles.Left) _
  640. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  641. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  642. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  643. Me.明細_dgv.Location = New System.Drawing.Point(396, 132)
  644. Me.明細_dgv.Name = "明細_dgv"
  645. Me.明細_dgv.RowHeadersWidth = 5
  646. DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  647. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle12
  648. Me.明細_dgv.RowTemplate.Height = 24
  649. Me.明細_dgv.Size = New System.Drawing.Size(849, 440)
  650. Me.明細_dgv.TabIndex = 1054
  651. '
  652. '選擇_tb
  653. '
  654. Me.選擇_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  655. Me.選擇_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  656. Me.選擇_tb.Location = New System.Drawing.Point(460, 107)
  657. Me.選擇_tb.Name = "選擇_tb"
  658. Me.選擇_tb.Size = New System.Drawing.Size(103, 23)
  659. Me.選擇_tb.TabIndex = 1055
  660. '
  661. 'Label19
  662. '
  663. Me.Label19.AutoSize = True
  664. Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  665. Me.Label19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  666. Me.Label19.Location = New System.Drawing.Point(399, 110)
  667. Me.Label19.Name = "Label19"
  668. Me.Label19.Size = New System.Drawing.Size(56, 16)
  669. Me.Label19.TabIndex = 1056
  670. Me.Label19.Text = "選擇資料"
  671. '
  672. '採購下單_dtp
  673. '
  674. Me.採購下單_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  675. Me.採購下單_dtp.Location = New System.Drawing.Point(1001, 4)
  676. Me.採購下單_dtp.Name = "採購下單_dtp"
  677. Me.採購下單_dtp.Size = New System.Drawing.Size(94, 23)
  678. Me.採購下單_dtp.TabIndex = 1057
  679. '
  680. 'Label20
  681. '
  682. Me.Label20.AutoSize = True
  683. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  684. Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  685. Me.Label20.Location = New System.Drawing.Point(936, 7)
  686. Me.Label20.Name = "Label20"
  687. Me.Label20.Size = New System.Drawing.Size(68, 16)
  688. Me.Label20.TabIndex = 1058
  689. Me.Label20.Text = "採購下單日"
  690. '
  691. '修改匯率_bt
  692. '
  693. Me.修改匯率_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  694. Me.修改匯率_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  695. Me.修改匯率_bt.ForeColor = System.Drawing.Color.Green
  696. Me.修改匯率_bt.Location = New System.Drawing.Point(312, 305)
  697. Me.修改匯率_bt.Name = "修改匯率_bt"
  698. Me.修改匯率_bt.Size = New System.Drawing.Size(82, 24)
  699. Me.修改匯率_bt.TabIndex = 1059
  700. Me.修改匯率_bt.Text = "修改匯率"
  701. Me.修改匯率_bt.UseVisualStyleBackColor = True
  702. '
  703. '總金額_tb
  704. '
  705. Me.總金額_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  706. Me.總金額_tb.ForeColor = System.Drawing.Color.Green
  707. Me.總金額_tb.Location = New System.Drawing.Point(825, 107)
  708. Me.總金額_tb.Name = "總金額_tb"
  709. Me.總金額_tb.Size = New System.Drawing.Size(108, 23)
  710. Me.總金額_tb.TabIndex = 1061
  711. Me.總金額_tb.Text = "0"
  712. Me.總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  713. '
  714. 'Label21
  715. '
  716. Me.Label21.AutoSize = True
  717. Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  718. Me.Label21.ForeColor = System.Drawing.Color.Green
  719. Me.Label21.Location = New System.Drawing.Point(767, 110)
  720. Me.Label21.Name = "Label21"
  721. Me.Label21.Size = New System.Drawing.Size(44, 16)
  722. Me.Label21.TabIndex = 1060
  723. Me.Label21.Text = "總金額"
  724. '
  725. '修改存檔_bt
  726. '
  727. Me.修改存檔_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  728. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  729. Me.修改存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  730. Me.修改存檔_bt.ForeColor = System.Drawing.Color.Green
  731. Me.修改存檔_bt.Location = New System.Drawing.Point(396, 575)
  732. Me.修改存檔_bt.Name = "修改存檔_bt"
  733. Me.修改存檔_bt.Size = New System.Drawing.Size(597, 30)
  734. Me.修改存檔_bt.TabIndex = 1062
  735. Me.修改存檔_bt.Text = "修 改 存 檔"
  736. Me.修改存檔_bt.UseVisualStyleBackColor = True
  737. '
  738. '物料圖_pb
  739. '
  740. Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  741. Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  742. Me.物料圖_pb.Location = New System.Drawing.Point(1169, 54)
  743. Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  744. Me.物料圖_pb.Name = "物料圖_pb"
  745. Me.物料圖_pb.Size = New System.Drawing.Size(76, 76)
  746. Me.物料圖_pb.TabIndex = 1063
  747. Me.物料圖_pb.TabStop = False
  748. '
  749. '未完全入庫的單據_rb
  750. '
  751. Me.未完全入庫的單據_rb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  752. Me.未完全入庫的單據_rb.AutoSize = True
  753. Me.未完全入庫的單據_rb.Location = New System.Drawing.Point(12, 332)
  754. Me.未完全入庫的單據_rb.Name = "未完全入庫的單據_rb"
  755. Me.未完全入庫的單據_rb.Size = New System.Drawing.Size(122, 20)
  756. Me.未完全入庫的單據_rb.TabIndex = 1064
  757. Me.未完全入庫的單據_rb.TabStop = True
  758. Me.未完全入庫的單據_rb.Text = "未完全入庫的單據"
  759. Me.未完全入庫的單據_rb.UseVisualStyleBackColor = True
  760. '
  761. '已完全入庫的單據_rb
  762. '
  763. Me.已完全入庫的單據_rb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  764. Me.已完全入庫的單據_rb.AutoSize = True
  765. Me.已完全入庫的單據_rb.Location = New System.Drawing.Point(140, 332)
  766. Me.已完全入庫的單據_rb.Name = "已完全入庫的單據_rb"
  767. Me.已完全入庫的單據_rb.Size = New System.Drawing.Size(122, 20)
  768. Me.已完全入庫的單據_rb.TabIndex = 1065
  769. Me.已完全入庫的單據_rb.TabStop = True
  770. Me.已完全入庫的單據_rb.Text = "已完全入庫的單據"
  771. Me.已完全入庫的單據_rb.UseVisualStyleBackColor = True
  772. '
  773. '單據複製_bt
  774. '
  775. Me.單據複製_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  776. Me.單據複製_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  777. Me.單據複製_bt.ForeColor = System.Drawing.Color.Green
  778. Me.單據複製_bt.Location = New System.Drawing.Point(312, 329)
  779. Me.單據複製_bt.Name = "單據複製_bt"
  780. Me.單據複製_bt.Size = New System.Drawing.Size(82, 24)
  781. Me.單據複製_bt.TabIndex = 1066
  782. Me.單據複製_bt.Text = "單據複製"
  783. Me.單據複製_bt.UseVisualStyleBackColor = True
  784. '
  785. '供應商交期_dtp
  786. '
  787. Me.供應商交期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  788. Me.供應商交期_dtp.Location = New System.Drawing.Point(1001, 30)
  789. Me.供應商交期_dtp.Name = "供應商交期_dtp"
  790. Me.供應商交期_dtp.Size = New System.Drawing.Size(94, 23)
  791. Me.供應商交期_dtp.TabIndex = 1067
  792. '
  793. 'Label14
  794. '
  795. Me.Label14.AutoSize = True
  796. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  797. Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  798. Me.Label14.Location = New System.Drawing.Point(936, 33)
  799. Me.Label14.Name = "Label14"
  800. Me.Label14.Size = New System.Drawing.Size(68, 16)
  801. Me.Label14.TabIndex = 1068
  802. Me.Label14.Text = "供應商交期"
  803. '
  804. '非當天日期_ch
  805. '
  806. Me.非當天日期_ch.AutoSize = True
  807. Me.非當天日期_ch.Checked = True
  808. Me.非當天日期_ch.CheckState = System.Windows.Forms.CheckState.Checked
  809. Me.非當天日期_ch.Location = New System.Drawing.Point(1101, 6)
  810. Me.非當天日期_ch.Name = "非當天日期_ch"
  811. Me.非當天日期_ch.Size = New System.Drawing.Size(39, 20)
  812. Me.非當天日期_ch.TabIndex = 1069
  813. Me.非當天日期_ch.Text = "補"
  814. Me.非當天日期_ch.UseVisualStyleBackColor = True
  815. '
  816. '列印採購單_bt
  817. '
  818. Me.列印採購單_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  819. Me.列印採購單_bt.Location = New System.Drawing.Point(999, 575)
  820. Me.列印採購單_bt.Name = "列印採購單_bt"
  821. Me.列印採購單_bt.Size = New System.Drawing.Size(120, 30)
  822. Me.列印採購單_bt.TabIndex = 1070
  823. Me.列印採購單_bt.Text = "列印成EXCEL"
  824. Me.列印採購單_bt.UseVisualStyleBackColor = True
  825. '
  826. '列印產品標籤_bt
  827. '
  828. Me.列印產品標籤_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  829. Me.列印產品標籤_bt.Location = New System.Drawing.Point(1125, 575)
  830. Me.列印產品標籤_bt.Name = "列印產品標籤_bt"
  831. Me.列印產品標籤_bt.Size = New System.Drawing.Size(120, 30)
  832. Me.列印產品標籤_bt.TabIndex = 1071
  833. Me.列印產品標籤_bt.Text = "列印產品標籤"
  834. Me.列印產品標籤_bt.UseVisualStyleBackColor = True
  835. '
  836. '採購單申請
  837. '
  838. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  839. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  840. Me.ClientSize = New System.Drawing.Size(1249, 611)
  841. Me.ContextMenuStrip = Me.ContextMenuStrip1
  842. Me.Controls.Add(Me.列印產品標籤_bt)
  843. Me.Controls.Add(Me.列印採購單_bt)
  844. Me.Controls.Add(Me.非當天日期_ch)
  845. Me.Controls.Add(Me.供應商交期_dtp)
  846. Me.Controls.Add(Me.Label14)
  847. Me.Controls.Add(Me.單據複製_bt)
  848. Me.Controls.Add(Me.已完全入庫的單據_rb)
  849. Me.Controls.Add(Me.未完全入庫的單據_rb)
  850. Me.Controls.Add(Me.物料圖_pb)
  851. Me.Controls.Add(Me.修改存檔_bt)
  852. Me.Controls.Add(Me.總金額_tb)
  853. Me.Controls.Add(Me.Label21)
  854. Me.Controls.Add(Me.修改匯率_bt)
  855. Me.Controls.Add(Me.採購下單_dtp)
  856. Me.Controls.Add(Me.Label19)
  857. Me.Controls.Add(Me.選擇_tb)
  858. Me.Controls.Add(Me.匯率_nud)
  859. Me.Controls.Add(Me.Label18)
  860. Me.Controls.Add(Me.採購金額_nud)
  861. Me.Controls.Add(Me.Label17)
  862. Me.Controls.Add(Me.單據編號_tb)
  863. Me.Controls.Add(Me.Label16)
  864. Me.Controls.Add(Me.供應商關鍵字_tb)
  865. Me.Controls.Add(Me.Label15)
  866. Me.Controls.Add(Me.供應商編號_cb)
  867. Me.Controls.Add(Me.供應商_cb)
  868. Me.Controls.Add(Me.Label9)
  869. Me.Controls.Add(Me.付款方式_tb)
  870. Me.Controls.Add(Me.公司電話2_tb)
  871. Me.Controls.Add(Me.Label2)
  872. Me.Controls.Add(Me.統編_tb)
  873. Me.Controls.Add(Me.Label26)
  874. Me.Controls.Add(Me.郵號2_tb)
  875. Me.Controls.Add(Me.Label12)
  876. Me.Controls.Add(Me.地址2_tb)
  877. Me.Controls.Add(Me.郵號1_tb)
  878. Me.Controls.Add(Me.Label10)
  879. Me.Controls.Add(Me.地址1_tb)
  880. Me.Controls.Add(Me.Label8)
  881. Me.Controls.Add(Me.傳真1_tb)
  882. Me.Controls.Add(Me.公司電話1_tb)
  883. Me.Controls.Add(Me.Label5)
  884. Me.Controls.Add(Me.供應商_tb)
  885. Me.Controls.Add(Me.Label7)
  886. Me.Controls.Add(Me.Label6)
  887. Me.Controls.Add(Me.彙總_dgv)
  888. Me.Controls.Add(Me.新增物料_bt)
  889. Me.Controls.Add(Me.申請數_nud)
  890. Me.Controls.Add(Me.Label13)
  891. Me.Controls.Add(Me.Label11)
  892. Me.Controls.Add(Me.料號_tb)
  893. Me.Controls.Add(Me.物料關鍵字_tb)
  894. Me.Controls.Add(Me.Label1)
  895. Me.Controls.Add(Me.物料檔案_dgv)
  896. Me.Controls.Add(Me.頁碼_cb)
  897. Me.Controls.Add(Me.Label27)
  898. Me.Controls.Add(Me.Label4)
  899. Me.Controls.Add(Me.Label3)
  900. Me.Controls.Add(Me.Label20)
  901. Me.Controls.Add(Me.明細_dgv)
  902. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  903. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  904. Me.Name = "採購單申請"
  905. Me.Text = "採購單申請"
  906. CType(Me.物料檔案_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  907. CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  908. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  909. Me.ContextMenuStrip1.ResumeLayout(False)
  910. CType(Me.採購金額_nud, System.ComponentModel.ISupportInitialize).EndInit()
  911. CType(Me.匯率_nud, System.ComponentModel.ISupportInitialize).EndInit()
  912. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  913. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  914. Me.ResumeLayout(False)
  915. Me.PerformLayout()
  916. End Sub
  917. Friend WithEvents 頁碼_cb As ComboBox
  918. Friend WithEvents Label27 As Label
  919. Friend WithEvents 物料檔案_dgv As DataGridView
  920. Friend WithEvents Label1 As Label
  921. Friend WithEvents 物料關鍵字_tb As TextBox
  922. Friend WithEvents 新增物料_bt As Button
  923. Friend WithEvents 申請數_nud As NumericUpDown
  924. Friend WithEvents Label13 As Label
  925. Friend WithEvents Label11 As Label
  926. Friend WithEvents 料號_tb As TextBox
  927. Friend WithEvents 彙總_dgv As DataGridView
  928. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  929. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  930. Friend WithEvents Label2 As Label
  931. Friend WithEvents 統編_tb As TextBox
  932. Friend WithEvents Label26 As Label
  933. Friend WithEvents Label3 As Label
  934. Friend WithEvents 郵號2_tb As TextBox
  935. Friend WithEvents Label12 As Label
  936. Friend WithEvents 地址2_tb As TextBox
  937. Friend WithEvents Label4 As Label
  938. Friend WithEvents 郵號1_tb As TextBox
  939. Friend WithEvents Label10 As Label
  940. Friend WithEvents 地址1_tb As TextBox
  941. Friend WithEvents Label8 As Label
  942. Friend WithEvents 傳真1_tb As TextBox
  943. Friend WithEvents 公司電話1_tb As TextBox
  944. Friend WithEvents Label5 As Label
  945. Friend WithEvents 供應商_tb As TextBox
  946. Friend WithEvents Label7 As Label
  947. Friend WithEvents Label6 As Label
  948. Friend WithEvents 公司電話2_tb As TextBox
  949. Friend WithEvents 付款方式_tb As TextBox
  950. Friend WithEvents Label9 As Label
  951. Friend WithEvents 供應商_cb As ComboBox
  952. Friend WithEvents 供應商編號_cb As ComboBox
  953. Friend WithEvents 供應商關鍵字_tb As TextBox
  954. Friend WithEvents Label15 As Label
  955. Friend WithEvents 單據編號_tb As TextBox
  956. Friend WithEvents Label16 As Label
  957. Friend WithEvents 採購金額_nud As NumericUpDown
  958. Friend WithEvents Label17 As Label
  959. Friend WithEvents 匯率_nud As NumericUpDown
  960. Friend WithEvents Label18 As Label
  961. Friend WithEvents 明細_dgv As DataGridView
  962. Friend WithEvents 選擇_tb As TextBox
  963. Friend WithEvents Label19 As Label
  964. Friend WithEvents 採購下單_dtp As DateTimePicker
  965. Friend WithEvents Label20 As Label
  966. Friend WithEvents 修改匯率_bt As Button
  967. Friend WithEvents 總金額_tb As TextBox
  968. Friend WithEvents Label21 As Label
  969. Friend WithEvents 修改存檔_bt As Button
  970. Friend WithEvents 開立新的採購單ToolStripMenuItem As ToolStripMenuItem
  971. Friend WithEvents 新增物料到採購單ToolStripMenuItem As ToolStripMenuItem
  972. Friend WithEvents 修改匯率ToolStripMenuItem As ToolStripMenuItem
  973. Friend WithEvents 修改存檔ToolStripMenuItem As ToolStripMenuItem
  974. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  975. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  976. Friend WithEvents 刪除採購單中選中的物料ToolStripMenuItem As ToolStripMenuItem
  977. Friend WithEvents 物料圖_pb As PictureBox
  978. Friend WithEvents 未完全入庫的單據_rb As RadioButton
  979. Friend WithEvents 已完全入庫的單據_rb As RadioButton
  980. Friend WithEvents 單據複製_bt As Button
  981. Friend WithEvents 供應商交期_dtp As DateTimePicker
  982. Friend WithEvents Label14 As Label
  983. Friend WithEvents 非當天日期_ch As CheckBox
  984. Friend WithEvents 列印採購單_bt As Button
  985. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  986. Friend WithEvents 列印成EXCELToolStripMenuItem As ToolStripMenuItem
  987. Friend WithEvents 列印產品標籤_bt As Button
  988. Friend WithEvents 列印產品標籤ToolStripMenuItem As ToolStripMenuItem
  989. End Class