Açıklama Yok
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 52KB

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