No Description
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 32KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  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 DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.Button3 = New System.Windows.Forms.Button()
  28. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  29. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  30. Me.Label14 = New System.Windows.Forms.Label()
  31. Me.TextBox15 = New System.Windows.Forms.TextBox()
  32. Me.Label21 = New System.Windows.Forms.Label()
  33. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  34. Me.Label19 = New System.Windows.Forms.Label()
  35. Me.TextBox14 = New System.Windows.Forms.TextBox()
  36. Me.TextBox9 = New System.Windows.Forms.TextBox()
  37. Me.Label16 = New System.Windows.Forms.Label()
  38. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  39. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  40. Me.Label9 = New System.Windows.Forms.Label()
  41. Me.TextBox4 = New System.Windows.Forms.TextBox()
  42. Me.TextBox3 = New System.Windows.Forms.TextBox()
  43. Me.Label2 = New System.Windows.Forms.Label()
  44. Me.TextBox26 = New System.Windows.Forms.TextBox()
  45. Me.Label26 = New System.Windows.Forms.Label()
  46. Me.TextBox13 = New System.Windows.Forms.TextBox()
  47. Me.Label12 = New System.Windows.Forms.Label()
  48. Me.TextBox12 = New System.Windows.Forms.TextBox()
  49. Me.TextBox11 = New System.Windows.Forms.TextBox()
  50. Me.Label10 = New System.Windows.Forms.Label()
  51. Me.TextBox10 = New System.Windows.Forms.TextBox()
  52. Me.Label8 = New System.Windows.Forms.Label()
  53. Me.TextBox8 = New System.Windows.Forms.TextBox()
  54. Me.TextBox6 = New System.Windows.Forms.TextBox()
  55. Me.Label5 = New System.Windows.Forms.Label()
  56. Me.TextBox2 = New System.Windows.Forms.TextBox()
  57. Me.Label7 = New System.Windows.Forms.Label()
  58. Me.Label6 = New System.Windows.Forms.Label()
  59. Me.Label4 = New System.Windows.Forms.Label()
  60. Me.Label3 = New System.Windows.Forms.Label()
  61. Me.Label20 = New System.Windows.Forms.Label()
  62. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  63. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  64. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  65. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  66. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  67. Me.列印退貨單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  68. Me.Button1 = New System.Windows.Forms.Button()
  69. Me.Button2 = New System.Windows.Forms.Button()
  70. Me.列印產品標籤ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  71. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  72. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  73. Me.ContextMenuStrip1.SuspendLayout()
  74. Me.SuspendLayout()
  75. '
  76. 'Button3
  77. '
  78. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  79. Me.Button3.ForeColor = System.Drawing.Color.Green
  80. Me.Button3.Location = New System.Drawing.Point(177, 5)
  81. Me.Button3.Name = "Button3"
  82. Me.Button3.Size = New System.Drawing.Size(102, 35)
  83. Me.Button3.TabIndex = 1187
  84. Me.Button3.Text = "列印退貨單"
  85. Me.Button3.UseVisualStyleBackColor = True
  86. '
  87. 'CheckBox1
  88. '
  89. Me.CheckBox1.AutoSize = True
  90. Me.CheckBox1.Checked = True
  91. Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
  92. Me.CheckBox1.Location = New System.Drawing.Point(1202, 5)
  93. Me.CheckBox1.Name = "CheckBox1"
  94. Me.CheckBox1.Size = New System.Drawing.Size(39, 20)
  95. Me.CheckBox1.TabIndex = 1186
  96. Me.CheckBox1.Text = "補"
  97. Me.CheckBox1.UseVisualStyleBackColor = True
  98. '
  99. 'DateTimePicker2
  100. '
  101. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  102. Me.DateTimePicker2.Location = New System.Drawing.Point(944, 3)
  103. Me.DateTimePicker2.Name = "DateTimePicker2"
  104. Me.DateTimePicker2.Size = New System.Drawing.Size(94, 23)
  105. Me.DateTimePicker2.TabIndex = 1184
  106. '
  107. 'Label14
  108. '
  109. Me.Label14.AutoSize = True
  110. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  111. Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  112. Me.Label14.Location = New System.Drawing.Point(879, 6)
  113. Me.Label14.Name = "Label14"
  114. Me.Label14.Size = New System.Drawing.Size(68, 16)
  115. Me.Label14.TabIndex = 1185
  116. Me.Label14.Text = "供應商交期"
  117. '
  118. 'TextBox15
  119. '
  120. Me.TextBox15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  121. Me.TextBox15.ForeColor = System.Drawing.Color.Green
  122. Me.TextBox15.Location = New System.Drawing.Point(822, 105)
  123. Me.TextBox15.Name = "TextBox15"
  124. Me.TextBox15.Size = New System.Drawing.Size(108, 23)
  125. Me.TextBox15.TabIndex = 1183
  126. Me.TextBox15.Text = "0"
  127. Me.TextBox15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  128. '
  129. 'Label21
  130. '
  131. Me.Label21.AutoSize = True
  132. Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  133. Me.Label21.ForeColor = System.Drawing.Color.Green
  134. Me.Label21.Location = New System.Drawing.Point(764, 108)
  135. Me.Label21.Name = "Label21"
  136. Me.Label21.Size = New System.Drawing.Size(44, 16)
  137. Me.Label21.TabIndex = 1182
  138. Me.Label21.Text = "總金額"
  139. '
  140. 'DateTimePicker1
  141. '
  142. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  143. Me.DateTimePicker1.Location = New System.Drawing.Point(1106, 4)
  144. Me.DateTimePicker1.Name = "DateTimePicker1"
  145. Me.DateTimePicker1.Size = New System.Drawing.Size(94, 23)
  146. Me.DateTimePicker1.TabIndex = 1180
  147. '
  148. 'Label19
  149. '
  150. Me.Label19.AutoSize = True
  151. Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  152. Me.Label19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  153. Me.Label19.Location = New System.Drawing.Point(396, 108)
  154. Me.Label19.Name = "Label19"
  155. Me.Label19.Size = New System.Drawing.Size(56, 16)
  156. Me.Label19.TabIndex = 1179
  157. Me.Label19.Text = "選擇資料"
  158. '
  159. 'TextBox14
  160. '
  161. Me.TextBox14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  162. Me.TextBox14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  163. Me.TextBox14.Location = New System.Drawing.Point(457, 105)
  164. Me.TextBox14.Name = "TextBox14"
  165. Me.TextBox14.Size = New System.Drawing.Size(103, 23)
  166. Me.TextBox14.TabIndex = 1178
  167. '
  168. 'TextBox9
  169. '
  170. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  171. Me.TextBox9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  172. Me.TextBox9.Location = New System.Drawing.Point(456, 3)
  173. Me.TextBox9.Name = "TextBox9"
  174. Me.TextBox9.Size = New System.Drawing.Size(152, 25)
  175. Me.TextBox9.TabIndex = 1176
  176. '
  177. 'Label16
  178. '
  179. Me.Label16.AutoSize = True
  180. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  181. Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  182. Me.Label16.Location = New System.Drawing.Point(396, 7)
  183. Me.Label16.Name = "Label16"
  184. Me.Label16.Size = New System.Drawing.Size(56, 16)
  185. Me.Label16.TabIndex = 1175
  186. Me.Label16.Text = "單據編號"
  187. '
  188. 'ComboBox3
  189. '
  190. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  191. Me.ComboBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  192. Me.ComboBox3.ForeColor = System.Drawing.Color.Green
  193. Me.ComboBox3.FormattingEnabled = True
  194. Me.ComboBox3.Items.AddRange(New Object() {"男", "女", "NA"})
  195. Me.ComboBox3.Location = New System.Drawing.Point(778, 3)
  196. Me.ComboBox3.Name = "ComboBox3"
  197. Me.ComboBox3.Size = New System.Drawing.Size(98, 24)
  198. Me.ComboBox3.TabIndex = 1174
  199. '
  200. 'ComboBox2
  201. '
  202. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  203. Me.ComboBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  204. Me.ComboBox2.ForeColor = System.Drawing.Color.Green
  205. Me.ComboBox2.FormattingEnabled = True
  206. Me.ComboBox2.Items.AddRange(New Object() {"NA", "女", "男"})
  207. Me.ComboBox2.Location = New System.Drawing.Point(683, 3)
  208. Me.ComboBox2.Name = "ComboBox2"
  209. Me.ComboBox2.Size = New System.Drawing.Size(90, 24)
  210. Me.ComboBox2.TabIndex = 1173
  211. '
  212. 'Label9
  213. '
  214. Me.Label9.AutoSize = True
  215. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  216. Me.Label9.ForeColor = System.Drawing.Color.Green
  217. Me.Label9.Location = New System.Drawing.Point(614, 7)
  218. Me.Label9.Name = "Label9"
  219. Me.Label9.Size = New System.Drawing.Size(68, 16)
  220. Me.Label9.TabIndex = 1172
  221. Me.Label9.Text = "供應商簡稱"
  222. '
  223. 'TextBox4
  224. '
  225. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  226. Me.TextBox4.ForeColor = System.Drawing.Color.Green
  227. Me.TextBox4.Location = New System.Drawing.Point(617, 105)
  228. Me.TextBox4.Name = "TextBox4"
  229. Me.TextBox4.Size = New System.Drawing.Size(141, 23)
  230. Me.TextBox4.TabIndex = 1171
  231. Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  232. '
  233. 'TextBox3
  234. '
  235. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  236. Me.TextBox3.ForeColor = System.Drawing.Color.Green
  237. Me.TextBox3.Location = New System.Drawing.Point(998, 80)
  238. Me.TextBox3.Name = "TextBox3"
  239. Me.TextBox3.Size = New System.Drawing.Size(165, 23)
  240. Me.TextBox3.TabIndex = 1170
  241. Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  242. '
  243. 'Label2
  244. '
  245. Me.Label2.AutoSize = True
  246. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  247. Me.Label2.ForeColor = System.Drawing.Color.Green
  248. Me.Label2.Location = New System.Drawing.Point(559, 108)
  249. Me.Label2.Name = "Label2"
  250. Me.Label2.Size = New System.Drawing.Size(56, 16)
  251. Me.Label2.TabIndex = 1169
  252. Me.Label2.Text = "付款方式"
  253. '
  254. 'TextBox26
  255. '
  256. Me.TextBox26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  257. Me.TextBox26.ForeColor = System.Drawing.Color.Green
  258. Me.TextBox26.Location = New System.Drawing.Point(837, 30)
  259. Me.TextBox26.Name = "TextBox26"
  260. Me.TextBox26.Size = New System.Drawing.Size(90, 23)
  261. Me.TextBox26.TabIndex = 1167
  262. Me.TextBox26.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  263. '
  264. 'Label26
  265. '
  266. Me.Label26.AutoSize = True
  267. Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  268. Me.Label26.ForeColor = System.Drawing.Color.Green
  269. Me.Label26.Location = New System.Drawing.Point(772, 32)
  270. Me.Label26.Name = "Label26"
  271. Me.Label26.Size = New System.Drawing.Size(56, 16)
  272. Me.Label26.TabIndex = 1168
  273. Me.Label26.Text = "統一編號"
  274. '
  275. 'TextBox13
  276. '
  277. Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  278. Me.TextBox13.ForeColor = System.Drawing.Color.Green
  279. Me.TextBox13.Location = New System.Drawing.Point(457, 80)
  280. Me.TextBox13.Name = "TextBox13"
  281. Me.TextBox13.Size = New System.Drawing.Size(45, 23)
  282. Me.TextBox13.TabIndex = 1165
  283. Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  284. '
  285. 'Label12
  286. '
  287. Me.Label12.AutoSize = True
  288. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  289. Me.Label12.ForeColor = System.Drawing.Color.Green
  290. Me.Label12.Location = New System.Drawing.Point(504, 83)
  291. Me.Label12.Name = "Label12"
  292. Me.Label12.Size = New System.Drawing.Size(39, 16)
  293. Me.Label12.TabIndex = 1164
  294. Me.Label12.Text = "地址2"
  295. '
  296. 'TextBox12
  297. '
  298. Me.TextBox12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  299. Me.TextBox12.ForeColor = System.Drawing.Color.Green
  300. Me.TextBox12.Location = New System.Drawing.Point(544, 80)
  301. Me.TextBox12.Name = "TextBox12"
  302. Me.TextBox12.Size = New System.Drawing.Size(386, 23)
  303. Me.TextBox12.TabIndex = 1163
  304. '
  305. 'TextBox11
  306. '
  307. Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  308. Me.TextBox11.ForeColor = System.Drawing.Color.Green
  309. Me.TextBox11.Location = New System.Drawing.Point(456, 55)
  310. Me.TextBox11.Name = "TextBox11"
  311. Me.TextBox11.Size = New System.Drawing.Size(45, 23)
  312. Me.TextBox11.TabIndex = 1161
  313. Me.TextBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  314. '
  315. 'Label10
  316. '
  317. Me.Label10.AutoSize = True
  318. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  319. Me.Label10.ForeColor = System.Drawing.Color.Green
  320. Me.Label10.Location = New System.Drawing.Point(504, 58)
  321. Me.Label10.Name = "Label10"
  322. Me.Label10.Size = New System.Drawing.Size(39, 16)
  323. Me.Label10.TabIndex = 1160
  324. Me.Label10.Text = "地址1"
  325. '
  326. 'TextBox10
  327. '
  328. Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  329. Me.TextBox10.ForeColor = System.Drawing.Color.Green
  330. Me.TextBox10.Location = New System.Drawing.Point(544, 55)
  331. Me.TextBox10.Name = "TextBox10"
  332. Me.TextBox10.Size = New System.Drawing.Size(386, 23)
  333. Me.TextBox10.TabIndex = 1159
  334. '
  335. 'Label8
  336. '
  337. Me.Label8.AutoSize = True
  338. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  339. Me.Label8.ForeColor = System.Drawing.Color.Green
  340. Me.Label8.Location = New System.Drawing.Point(932, 108)
  341. Me.Label8.Name = "Label8"
  342. Me.Label8.Size = New System.Drawing.Size(63, 16)
  343. Me.Label8.TabIndex = 1158
  344. Me.Label8.Text = "傳 真1"
  345. '
  346. 'TextBox8
  347. '
  348. Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  349. Me.TextBox8.ForeColor = System.Drawing.Color.Green
  350. Me.TextBox8.Location = New System.Drawing.Point(998, 105)
  351. Me.TextBox8.Name = "TextBox8"
  352. Me.TextBox8.Size = New System.Drawing.Size(165, 23)
  353. Me.TextBox8.TabIndex = 1157
  354. Me.TextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  355. '
  356. 'TextBox6
  357. '
  358. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  359. Me.TextBox6.ForeColor = System.Drawing.Color.Green
  360. Me.TextBox6.Location = New System.Drawing.Point(998, 54)
  361. Me.TextBox6.Name = "TextBox6"
  362. Me.TextBox6.Size = New System.Drawing.Size(165, 23)
  363. Me.TextBox6.TabIndex = 1154
  364. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  365. '
  366. 'Label5
  367. '
  368. Me.Label5.AutoSize = True
  369. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  370. Me.Label5.ForeColor = System.Drawing.Color.Green
  371. Me.Label5.Location = New System.Drawing.Point(396, 33)
  372. Me.Label5.Name = "Label5"
  373. Me.Label5.Size = New System.Drawing.Size(44, 16)
  374. Me.Label5.TabIndex = 1153
  375. Me.Label5.Text = "供應商"
  376. '
  377. 'TextBox2
  378. '
  379. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  380. Me.TextBox2.ForeColor = System.Drawing.Color.Green
  381. Me.TextBox2.Location = New System.Drawing.Point(456, 30)
  382. Me.TextBox2.Name = "TextBox2"
  383. Me.TextBox2.Size = New System.Drawing.Size(316, 23)
  384. Me.TextBox2.TabIndex = 1152
  385. '
  386. 'Label7
  387. '
  388. Me.Label7.AutoSize = True
  389. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  390. Me.Label7.ForeColor = System.Drawing.Color.Green
  391. Me.Label7.Location = New System.Drawing.Point(932, 83)
  392. Me.Label7.Name = "Label7"
  393. Me.Label7.Size = New System.Drawing.Size(63, 16)
  394. Me.Label7.TabIndex = 1156
  395. Me.Label7.Text = "公司電話2"
  396. '
  397. 'Label6
  398. '
  399. Me.Label6.AutoSize = True
  400. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  401. Me.Label6.ForeColor = System.Drawing.Color.Green
  402. Me.Label6.Location = New System.Drawing.Point(932, 57)
  403. Me.Label6.Name = "Label6"
  404. Me.Label6.Size = New System.Drawing.Size(63, 16)
  405. Me.Label6.TabIndex = 1155
  406. Me.Label6.Text = "公司電話1"
  407. '
  408. 'Label4
  409. '
  410. Me.Label4.AutoSize = True
  411. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  412. Me.Label4.ForeColor = System.Drawing.Color.Green
  413. Me.Label4.Location = New System.Drawing.Point(393, 58)
  414. Me.Label4.Name = "Label4"
  415. Me.Label4.Size = New System.Drawing.Size(63, 16)
  416. Me.Label4.TabIndex = 1162
  417. Me.Label4.Text = "郵遞區號1"
  418. '
  419. 'Label3
  420. '
  421. Me.Label3.AutoSize = True
  422. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  423. Me.Label3.ForeColor = System.Drawing.Color.Green
  424. Me.Label3.Location = New System.Drawing.Point(392, 83)
  425. Me.Label3.Name = "Label3"
  426. Me.Label3.Size = New System.Drawing.Size(63, 16)
  427. Me.Label3.TabIndex = 1166
  428. Me.Label3.Text = "郵遞區號2"
  429. '
  430. 'Label20
  431. '
  432. Me.Label20.AutoSize = True
  433. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  434. Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  435. Me.Label20.Location = New System.Drawing.Point(1041, 7)
  436. Me.Label20.Name = "Label20"
  437. Me.Label20.Size = New System.Drawing.Size(68, 16)
  438. Me.Label20.TabIndex = 1181
  439. Me.Label20.Text = "採購下單日"
  440. '
  441. 'DataGridView3
  442. '
  443. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  444. Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  445. Me.DataGridView3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  446. Or System.Windows.Forms.AnchorStyles.Left) _
  447. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  448. Me.DataGridView3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  449. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  450. Me.DataGridView3.Location = New System.Drawing.Point(393, 130)
  451. Me.DataGridView3.Name = "DataGridView3"
  452. Me.DataGridView3.RowHeadersWidth = 5
  453. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  454. Me.DataGridView3.RowsDefaultCellStyle = DataGridViewCellStyle6
  455. Me.DataGridView3.RowTemplate.Height = 24
  456. Me.DataGridView3.Size = New System.Drawing.Size(849, 475)
  457. Me.DataGridView3.TabIndex = 1177
  458. '
  459. 'DataGridView2
  460. '
  461. DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  462. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  463. Me.DataGridView2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  464. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  465. Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  466. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  467. Me.DataGridView2.Location = New System.Drawing.Point(6, 42)
  468. Me.DataGridView2.Name = "DataGridView2"
  469. Me.DataGridView2.RowHeadersWidth = 5
  470. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  471. Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle8
  472. Me.DataGridView2.RowTemplate.Height = 24
  473. Me.DataGridView2.Size = New System.Drawing.Size(381, 563)
  474. Me.DataGridView2.TabIndex = 1151
  475. '
  476. 'ContextMenuStrip1
  477. '
  478. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator1, Me.列印退貨單ToolStripMenuItem, Me.列印產品標籤ToolStripMenuItem})
  479. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  480. Me.ContextMenuStrip1.Size = New System.Drawing.Size(181, 98)
  481. '
  482. '重新整理ToolStripMenuItem
  483. '
  484. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  485. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(134, 22)
  486. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  487. '
  488. 'ToolStripSeparator1
  489. '
  490. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  491. Me.ToolStripSeparator1.Size = New System.Drawing.Size(131, 6)
  492. '
  493. '列印退貨單ToolStripMenuItem
  494. '
  495. Me.列印退貨單ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  496. Me.列印退貨單ToolStripMenuItem.Name = "列印退貨單ToolStripMenuItem"
  497. Me.列印退貨單ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
  498. Me.列印退貨單ToolStripMenuItem.Text = "列印退貨單"
  499. '
  500. 'Button1
  501. '
  502. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  503. Me.Button1.ForeColor = System.Drawing.Color.Green
  504. Me.Button1.Location = New System.Drawing.Point(285, 5)
  505. Me.Button1.Name = "Button1"
  506. Me.Button1.Size = New System.Drawing.Size(102, 35)
  507. Me.Button1.TabIndex = 1188
  508. Me.Button1.Text = "列印產品標籤"
  509. Me.Button1.UseVisualStyleBackColor = True
  510. '
  511. 'Button2
  512. '
  513. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  514. Me.Button2.ForeColor = System.Drawing.Color.Green
  515. Me.Button2.Location = New System.Drawing.Point(6, 5)
  516. Me.Button2.Name = "Button2"
  517. Me.Button2.Size = New System.Drawing.Size(102, 35)
  518. Me.Button2.TabIndex = 1244
  519. Me.Button2.Text = "單號查詢"
  520. Me.Button2.UseVisualStyleBackColor = True
  521. '
  522. '列印產品標籤ToolStripMenuItem
  523. '
  524. Me.列印產品標籤ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  525. Me.列印產品標籤ToolStripMenuItem.Name = "列印產品標籤ToolStripMenuItem"
  526. Me.列印產品標籤ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
  527. Me.列印產品標籤ToolStripMenuItem.Text = "列印產品標籤"
  528. '
  529. '採購退賀清單
  530. '
  531. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  532. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  533. Me.ClientSize = New System.Drawing.Size(1249, 611)
  534. Me.ContextMenuStrip = Me.ContextMenuStrip1
  535. Me.Controls.Add(Me.Button2)
  536. Me.Controls.Add(Me.Button1)
  537. Me.Controls.Add(Me.Button3)
  538. Me.Controls.Add(Me.CheckBox1)
  539. Me.Controls.Add(Me.DateTimePicker2)
  540. Me.Controls.Add(Me.Label14)
  541. Me.Controls.Add(Me.TextBox15)
  542. Me.Controls.Add(Me.Label21)
  543. Me.Controls.Add(Me.DateTimePicker1)
  544. Me.Controls.Add(Me.Label19)
  545. Me.Controls.Add(Me.TextBox14)
  546. Me.Controls.Add(Me.TextBox9)
  547. Me.Controls.Add(Me.Label16)
  548. Me.Controls.Add(Me.ComboBox3)
  549. Me.Controls.Add(Me.ComboBox2)
  550. Me.Controls.Add(Me.Label9)
  551. Me.Controls.Add(Me.TextBox4)
  552. Me.Controls.Add(Me.TextBox3)
  553. Me.Controls.Add(Me.Label2)
  554. Me.Controls.Add(Me.TextBox26)
  555. Me.Controls.Add(Me.Label26)
  556. Me.Controls.Add(Me.TextBox13)
  557. Me.Controls.Add(Me.Label12)
  558. Me.Controls.Add(Me.TextBox12)
  559. Me.Controls.Add(Me.TextBox11)
  560. Me.Controls.Add(Me.Label10)
  561. Me.Controls.Add(Me.TextBox10)
  562. Me.Controls.Add(Me.Label8)
  563. Me.Controls.Add(Me.TextBox8)
  564. Me.Controls.Add(Me.TextBox6)
  565. Me.Controls.Add(Me.Label5)
  566. Me.Controls.Add(Me.TextBox2)
  567. Me.Controls.Add(Me.Label7)
  568. Me.Controls.Add(Me.Label6)
  569. Me.Controls.Add(Me.Label4)
  570. Me.Controls.Add(Me.Label3)
  571. Me.Controls.Add(Me.Label20)
  572. Me.Controls.Add(Me.DataGridView3)
  573. Me.Controls.Add(Me.DataGridView2)
  574. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  575. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  576. Me.Name = "採購退賀清單"
  577. Me.Text = "採購退賀清單"
  578. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  579. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  580. Me.ContextMenuStrip1.ResumeLayout(False)
  581. Me.ResumeLayout(False)
  582. Me.PerformLayout()
  583. End Sub
  584. Friend WithEvents Button3 As Button
  585. Friend WithEvents CheckBox1 As CheckBox
  586. Friend WithEvents DateTimePicker2 As DateTimePicker
  587. Friend WithEvents Label14 As Label
  588. Friend WithEvents TextBox15 As TextBox
  589. Friend WithEvents Label21 As Label
  590. Friend WithEvents DateTimePicker1 As DateTimePicker
  591. Friend WithEvents Label19 As Label
  592. Friend WithEvents TextBox14 As TextBox
  593. Friend WithEvents TextBox9 As TextBox
  594. Friend WithEvents Label16 As Label
  595. Friend WithEvents ComboBox3 As ComboBox
  596. Friend WithEvents ComboBox2 As ComboBox
  597. Friend WithEvents Label9 As Label
  598. Friend WithEvents TextBox4 As TextBox
  599. Friend WithEvents TextBox3 As TextBox
  600. Friend WithEvents Label2 As Label
  601. Friend WithEvents TextBox26 As TextBox
  602. Friend WithEvents Label26 As Label
  603. Friend WithEvents TextBox13 As TextBox
  604. Friend WithEvents Label12 As Label
  605. Friend WithEvents TextBox12 As TextBox
  606. Friend WithEvents TextBox11 As TextBox
  607. Friend WithEvents Label10 As Label
  608. Friend WithEvents TextBox10 As TextBox
  609. Friend WithEvents Label8 As Label
  610. Friend WithEvents TextBox8 As TextBox
  611. Friend WithEvents TextBox6 As TextBox
  612. Friend WithEvents Label5 As Label
  613. Friend WithEvents TextBox2 As TextBox
  614. Friend WithEvents Label7 As Label
  615. Friend WithEvents Label6 As Label
  616. Friend WithEvents Label4 As Label
  617. Friend WithEvents Label3 As Label
  618. Friend WithEvents Label20 As Label
  619. Friend WithEvents DataGridView3 As DataGridView
  620. Friend WithEvents DataGridView2 As DataGridView
  621. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  622. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  623. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  624. Friend WithEvents 列印退貨單ToolStripMenuItem As ToolStripMenuItem
  625. Friend WithEvents Button1 As Button
  626. Friend WithEvents Button2 As Button
  627. Friend WithEvents 列印產品標籤ToolStripMenuItem As ToolStripMenuItem
  628. End Class