Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

銷售退貨申請.Designer.vb 47KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 銷售退貨申請
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle29 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle30 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle31 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle32 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.ComboBox9 = New System.Windows.Forms.ComboBox()
  28. Me.Label28 = New System.Windows.Forms.Label()
  29. Me.ComboBox8 = New System.Windows.Forms.ComboBox()
  30. Me.Label25 = New System.Windows.Forms.Label()
  31. Me.ComboBox7 = New System.Windows.Forms.ComboBox()
  32. Me.Label24 = New System.Windows.Forms.Label()
  33. Me.ComboBox6 = New System.Windows.Forms.ComboBox()
  34. Me.Label23 = New System.Windows.Forms.Label()
  35. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  36. Me.Label22 = New System.Windows.Forms.Label()
  37. Me.TextBox18 = New System.Windows.Forms.TextBox()
  38. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  39. Me.TextBox14 = New System.Windows.Forms.TextBox()
  40. Me.TextBox9 = New System.Windows.Forms.TextBox()
  41. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  42. Me.Label9 = New System.Windows.Forms.Label()
  43. Me.TextBox4 = New System.Windows.Forms.TextBox()
  44. Me.TextBox3 = New System.Windows.Forms.TextBox()
  45. Me.TextBox26 = New System.Windows.Forms.TextBox()
  46. Me.TextBox12 = New System.Windows.Forms.TextBox()
  47. Me.TextBox11 = New System.Windows.Forms.TextBox()
  48. Me.TextBox10 = New System.Windows.Forms.TextBox()
  49. Me.TextBox8 = New System.Windows.Forms.TextBox()
  50. Me.TextBox6 = New System.Windows.Forms.TextBox()
  51. Me.TextBox2 = New System.Windows.Forms.TextBox()
  52. Me.Label7 = New System.Windows.Forms.Label()
  53. Me.Label6 = New System.Windows.Forms.Label()
  54. Me.Label19 = New System.Windows.Forms.Label()
  55. Me.Label16 = New System.Windows.Forms.Label()
  56. Me.Label12 = New System.Windows.Forms.Label()
  57. Me.Label5 = New System.Windows.Forms.Label()
  58. Me.Label4 = New System.Windows.Forms.Label()
  59. Me.Label10 = New System.Windows.Forms.Label()
  60. Me.Label8 = New System.Windows.Forms.Label()
  61. Me.Label2 = New System.Windows.Forms.Label()
  62. Me.Label20 = New System.Windows.Forms.Label()
  63. Me.Label26 = New System.Windows.Forms.Label()
  64. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  65. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  66. Me.NumericUpDown3 = New System.Windows.Forms.NumericUpDown()
  67. Me.Label3 = New System.Windows.Forms.Label()
  68. Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown()
  69. Me.Label17 = New System.Windows.Forms.Label()
  70. Me.Button1 = New System.Windows.Forms.Button()
  71. Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
  72. Me.Label13 = New System.Windows.Forms.Label()
  73. Me.Label11 = New System.Windows.Forms.Label()
  74. Me.TextBox7 = New System.Windows.Forms.TextBox()
  75. Me.TextBox16 = New System.Windows.Forms.TextBox()
  76. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  77. Me.Label21 = New System.Windows.Forms.Label()
  78. Me.Label14 = New System.Windows.Forms.Label()
  79. Me.TextBox15 = New System.Windows.Forms.TextBox()
  80. Me.Label15 = New System.Windows.Forms.Label()
  81. Me.TextBox13 = New System.Windows.Forms.TextBox()
  82. Me.NumericUpDown4 = New System.Windows.Forms.NumericUpDown()
  83. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  84. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  85. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  86. Me.新增物料到銷售退貨單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  87. Me.刪除採購單中選中的物料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  88. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  89. Me.修改存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  90. Me.Button3 = New System.Windows.Forms.Button()
  91. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  92. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  93. CType(Me.NumericUpDown3, System.ComponentModel.ISupportInitialize).BeginInit()
  94. CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit()
  95. CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
  96. CType(Me.NumericUpDown4, System.ComponentModel.ISupportInitialize).BeginInit()
  97. Me.ContextMenuStrip1.SuspendLayout()
  98. Me.SuspendLayout()
  99. '
  100. 'ComboBox9
  101. '
  102. Me.ComboBox9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  103. Me.ComboBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  104. Me.ComboBox9.ForeColor = System.Drawing.Color.Green
  105. Me.ComboBox9.FormattingEnabled = True
  106. Me.ComboBox9.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
  107. Me.ComboBox9.Location = New System.Drawing.Point(1194, 30)
  108. Me.ComboBox9.Name = "ComboBox9"
  109. Me.ComboBox9.Size = New System.Drawing.Size(48, 24)
  110. Me.ComboBox9.TabIndex = 1183
  111. '
  112. 'Label28
  113. '
  114. Me.Label28.AutoSize = True
  115. Me.Label28.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  116. Me.Label28.ForeColor = System.Drawing.Color.Green
  117. Me.Label28.Location = New System.Drawing.Point(1161, 33)
  118. Me.Label28.Name = "Label28"
  119. Me.Label28.Size = New System.Drawing.Size(32, 16)
  120. Me.Label28.TabIndex = 1182
  121. Me.Label28.Text = "比例"
  122. '
  123. 'ComboBox8
  124. '
  125. Me.ComboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  126. Me.ComboBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. Me.ComboBox8.ForeColor = System.Drawing.Color.Green
  128. Me.ComboBox8.FormattingEnabled = True
  129. Me.ComboBox8.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
  130. Me.ComboBox8.Location = New System.Drawing.Point(1075, 30)
  131. Me.ComboBox8.Name = "ComboBox8"
  132. Me.ComboBox8.Size = New System.Drawing.Size(84, 24)
  133. Me.ComboBox8.TabIndex = 1181
  134. '
  135. 'Label25
  136. '
  137. Me.Label25.AutoSize = True
  138. Me.Label25.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  139. Me.Label25.ForeColor = System.Drawing.Color.Green
  140. Me.Label25.Location = New System.Drawing.Point(1042, 33)
  141. Me.Label25.Name = "Label25"
  142. Me.Label25.Size = New System.Drawing.Size(32, 16)
  143. Me.Label25.TabIndex = 1180
  144. Me.Label25.Text = "司機"
  145. '
  146. 'ComboBox7
  147. '
  148. Me.ComboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  149. Me.ComboBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  150. Me.ComboBox7.ForeColor = System.Drawing.Color.Green
  151. Me.ComboBox7.FormattingEnabled = True
  152. Me.ComboBox7.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
  153. Me.ComboBox7.Location = New System.Drawing.Point(1194, 4)
  154. Me.ComboBox7.Name = "ComboBox7"
  155. Me.ComboBox7.Size = New System.Drawing.Size(48, 24)
  156. Me.ComboBox7.TabIndex = 1179
  157. '
  158. 'Label24
  159. '
  160. Me.Label24.AutoSize = True
  161. Me.Label24.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  162. Me.Label24.ForeColor = System.Drawing.Color.Green
  163. Me.Label24.Location = New System.Drawing.Point(1161, 7)
  164. Me.Label24.Name = "Label24"
  165. Me.Label24.Size = New System.Drawing.Size(32, 16)
  166. Me.Label24.TabIndex = 1178
  167. Me.Label24.Text = "比例"
  168. '
  169. 'ComboBox6
  170. '
  171. Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  172. Me.ComboBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  173. Me.ComboBox6.ForeColor = System.Drawing.Color.Green
  174. Me.ComboBox6.FormattingEnabled = True
  175. Me.ComboBox6.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
  176. Me.ComboBox6.Location = New System.Drawing.Point(1075, 4)
  177. Me.ComboBox6.Name = "ComboBox6"
  178. Me.ComboBox6.Size = New System.Drawing.Size(84, 24)
  179. Me.ComboBox6.TabIndex = 1177
  180. '
  181. 'Label23
  182. '
  183. Me.Label23.AutoSize = True
  184. Me.Label23.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  185. Me.Label23.ForeColor = System.Drawing.Color.Green
  186. Me.Label23.Location = New System.Drawing.Point(1042, 7)
  187. Me.Label23.Name = "Label23"
  188. Me.Label23.Size = New System.Drawing.Size(32, 16)
  189. Me.Label23.TabIndex = 1176
  190. Me.Label23.Text = "業務"
  191. '
  192. 'DateTimePicker2
  193. '
  194. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  195. Me.DateTimePicker2.Location = New System.Drawing.Point(947, 4)
  196. Me.DateTimePicker2.Name = "DateTimePicker2"
  197. Me.DateTimePicker2.Size = New System.Drawing.Size(90, 23)
  198. Me.DateTimePicker2.TabIndex = 1174
  199. '
  200. 'Label22
  201. '
  202. Me.Label22.AutoSize = True
  203. Me.Label22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  204. Me.Label22.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  205. Me.Label22.Location = New System.Drawing.Point(892, 8)
  206. Me.Label22.Name = "Label22"
  207. Me.Label22.Size = New System.Drawing.Size(56, 16)
  208. Me.Label22.TabIndex = 1175
  209. Me.Label22.Text = "客戶交期"
  210. '
  211. 'TextBox18
  212. '
  213. Me.TextBox18.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  214. Me.TextBox18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  215. Me.TextBox18.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  216. Me.TextBox18.Location = New System.Drawing.Point(410, 180)
  217. Me.TextBox18.Name = "TextBox18"
  218. Me.TextBox18.Size = New System.Drawing.Size(113, 23)
  219. Me.TextBox18.TabIndex = 1172
  220. Me.TextBox18.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  221. '
  222. 'DateTimePicker1
  223. '
  224. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  225. Me.DateTimePicker1.Location = New System.Drawing.Point(799, 4)
  226. Me.DateTimePicker1.Name = "DateTimePicker1"
  227. Me.DateTimePicker1.Size = New System.Drawing.Size(90, 23)
  228. Me.DateTimePicker1.TabIndex = 1168
  229. '
  230. 'TextBox14
  231. '
  232. Me.TextBox14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  233. Me.TextBox14.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  234. Me.TextBox14.Location = New System.Drawing.Point(1105, 79)
  235. Me.TextBox14.Name = "TextBox14"
  236. Me.TextBox14.Size = New System.Drawing.Size(137, 23)
  237. Me.TextBox14.TabIndex = 1166
  238. '
  239. 'TextBox9
  240. '
  241. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  242. Me.TextBox9.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  243. Me.TextBox9.Location = New System.Drawing.Point(443, 5)
  244. Me.TextBox9.Name = "TextBox9"
  245. Me.TextBox9.Size = New System.Drawing.Size(128, 23)
  246. Me.TextBox9.TabIndex = 1164
  247. '
  248. 'ComboBox2
  249. '
  250. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  251. Me.ComboBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  252. Me.ComboBox2.ForeColor = System.Drawing.Color.Green
  253. Me.ComboBox2.FormattingEnabled = True
  254. Me.ComboBox2.Items.AddRange(New Object() {"NA", "女", "男"})
  255. Me.ComboBox2.Location = New System.Drawing.Point(631, 5)
  256. Me.ComboBox2.Name = "ComboBox2"
  257. Me.ComboBox2.Size = New System.Drawing.Size(113, 24)
  258. Me.ComboBox2.TabIndex = 1160
  259. '
  260. 'Label9
  261. '
  262. Me.Label9.AutoSize = True
  263. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  264. Me.Label9.ForeColor = System.Drawing.Color.Green
  265. Me.Label9.Location = New System.Drawing.Point(573, 8)
  266. Me.Label9.Name = "Label9"
  267. Me.Label9.Size = New System.Drawing.Size(56, 16)
  268. Me.Label9.TabIndex = 1159
  269. Me.Label9.Text = "客戶簡稱"
  270. '
  271. 'TextBox4
  272. '
  273. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  274. Me.TextBox4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  275. Me.TextBox4.Location = New System.Drawing.Point(1105, 55)
  276. Me.TextBox4.Name = "TextBox4"
  277. Me.TextBox4.Size = New System.Drawing.Size(137, 23)
  278. Me.TextBox4.TabIndex = 1158
  279. Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  280. '
  281. 'TextBox3
  282. '
  283. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  284. Me.TextBox3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  285. Me.TextBox3.Location = New System.Drawing.Point(898, 30)
  286. Me.TextBox3.Name = "TextBox3"
  287. Me.TextBox3.Size = New System.Drawing.Size(139, 23)
  288. Me.TextBox3.TabIndex = 1157
  289. Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  290. '
  291. 'TextBox26
  292. '
  293. Me.TextBox26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  294. Me.TextBox26.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  295. Me.TextBox26.Location = New System.Drawing.Point(784, 30)
  296. Me.TextBox26.Name = "TextBox26"
  297. Me.TextBox26.Size = New System.Drawing.Size(80, 23)
  298. Me.TextBox26.TabIndex = 1154
  299. Me.TextBox26.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  300. '
  301. 'TextBox12
  302. '
  303. Me.TextBox12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  304. Me.TextBox12.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  305. Me.TextBox12.Location = New System.Drawing.Point(443, 78)
  306. Me.TextBox12.Name = "TextBox12"
  307. Me.TextBox12.Size = New System.Drawing.Size(421, 23)
  308. Me.TextBox12.TabIndex = 1152
  309. '
  310. 'TextBox11
  311. '
  312. Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  313. Me.TextBox11.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  314. Me.TextBox11.Location = New System.Drawing.Point(443, 54)
  315. Me.TextBox11.Name = "TextBox11"
  316. Me.TextBox11.Size = New System.Drawing.Size(45, 23)
  317. Me.TextBox11.TabIndex = 1150
  318. Me.TextBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  319. '
  320. 'TextBox10
  321. '
  322. Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  323. Me.TextBox10.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  324. Me.TextBox10.Location = New System.Drawing.Point(542, 54)
  325. Me.TextBox10.Name = "TextBox10"
  326. Me.TextBox10.Size = New System.Drawing.Size(322, 23)
  327. Me.TextBox10.TabIndex = 1148
  328. '
  329. 'TextBox8
  330. '
  331. Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  332. Me.TextBox8.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  333. Me.TextBox8.Location = New System.Drawing.Point(898, 78)
  334. Me.TextBox8.Name = "TextBox8"
  335. Me.TextBox8.Size = New System.Drawing.Size(139, 23)
  336. Me.TextBox8.TabIndex = 1146
  337. Me.TextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  338. '
  339. 'TextBox6
  340. '
  341. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  342. Me.TextBox6.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  343. Me.TextBox6.Location = New System.Drawing.Point(898, 54)
  344. Me.TextBox6.Name = "TextBox6"
  345. Me.TextBox6.Size = New System.Drawing.Size(139, 23)
  346. Me.TextBox6.TabIndex = 1143
  347. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  348. '
  349. 'TextBox2
  350. '
  351. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  352. Me.TextBox2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  353. Me.TextBox2.Location = New System.Drawing.Point(443, 30)
  354. Me.TextBox2.Name = "TextBox2"
  355. Me.TextBox2.Size = New System.Drawing.Size(280, 23)
  356. Me.TextBox2.TabIndex = 1141
  357. '
  358. 'Label7
  359. '
  360. Me.Label7.AutoSize = True
  361. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  362. Me.Label7.ForeColor = System.Drawing.Color.Green
  363. Me.Label7.Location = New System.Drawing.Point(868, 33)
  364. Me.Label7.Name = "Label7"
  365. Me.Label7.Size = New System.Drawing.Size(32, 16)
  366. Me.Label7.TabIndex = 1145
  367. Me.Label7.Text = "電話"
  368. '
  369. 'Label6
  370. '
  371. Me.Label6.AutoSize = True
  372. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  373. Me.Label6.ForeColor = System.Drawing.Color.Green
  374. Me.Label6.Location = New System.Drawing.Point(868, 57)
  375. Me.Label6.Name = "Label6"
  376. Me.Label6.Size = New System.Drawing.Size(32, 16)
  377. Me.Label6.TabIndex = 1144
  378. Me.Label6.Text = "手機"
  379. '
  380. 'Label19
  381. '
  382. Me.Label19.AutoSize = True
  383. Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  384. Me.Label19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  385. Me.Label19.Location = New System.Drawing.Point(1047, 83)
  386. Me.Label19.Name = "Label19"
  387. Me.Label19.Size = New System.Drawing.Size(56, 16)
  388. Me.Label19.TabIndex = 1167
  389. Me.Label19.Text = "選擇資料"
  390. '
  391. 'Label16
  392. '
  393. Me.Label16.AutoSize = True
  394. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  395. Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  396. Me.Label16.Location = New System.Drawing.Point(389, 9)
  397. Me.Label16.Name = "Label16"
  398. Me.Label16.Size = New System.Drawing.Size(56, 16)
  399. Me.Label16.TabIndex = 1163
  400. Me.Label16.Text = "單據編號"
  401. '
  402. 'Label12
  403. '
  404. Me.Label12.AutoSize = True
  405. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  406. Me.Label12.ForeColor = System.Drawing.Color.Green
  407. Me.Label12.Location = New System.Drawing.Point(389, 81)
  408. Me.Label12.Name = "Label12"
  409. Me.Label12.Size = New System.Drawing.Size(56, 16)
  410. Me.Label12.TabIndex = 1153
  411. Me.Label12.Text = "送貨地址"
  412. '
  413. 'Label5
  414. '
  415. Me.Label5.AutoSize = True
  416. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  417. Me.Label5.ForeColor = System.Drawing.Color.Green
  418. Me.Label5.Location = New System.Drawing.Point(389, 33)
  419. Me.Label5.Name = "Label5"
  420. Me.Label5.Size = New System.Drawing.Size(56, 16)
  421. Me.Label5.TabIndex = 1142
  422. Me.Label5.Text = "客戶公司"
  423. '
  424. 'Label4
  425. '
  426. Me.Label4.AutoSize = True
  427. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  428. Me.Label4.ForeColor = System.Drawing.Color.Green
  429. Me.Label4.Location = New System.Drawing.Point(389, 57)
  430. Me.Label4.Name = "Label4"
  431. Me.Label4.Size = New System.Drawing.Size(56, 16)
  432. Me.Label4.TabIndex = 1151
  433. Me.Label4.Text = "郵遞區號"
  434. '
  435. 'Label10
  436. '
  437. Me.Label10.AutoSize = True
  438. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  439. Me.Label10.ForeColor = System.Drawing.Color.Green
  440. Me.Label10.Location = New System.Drawing.Point(487, 57)
  441. Me.Label10.Name = "Label10"
  442. Me.Label10.Size = New System.Drawing.Size(56, 16)
  443. Me.Label10.TabIndex = 1149
  444. Me.Label10.Text = "店面地址"
  445. '
  446. 'Label8
  447. '
  448. Me.Label8.AutoSize = True
  449. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  450. Me.Label8.ForeColor = System.Drawing.Color.Green
  451. Me.Label8.Location = New System.Drawing.Point(868, 81)
  452. Me.Label8.Name = "Label8"
  453. Me.Label8.Size = New System.Drawing.Size(32, 16)
  454. Me.Label8.TabIndex = 1147
  455. Me.Label8.Text = "傳真"
  456. '
  457. 'Label2
  458. '
  459. Me.Label2.AutoSize = True
  460. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  461. Me.Label2.ForeColor = System.Drawing.Color.Green
  462. Me.Label2.Location = New System.Drawing.Point(1048, 58)
  463. Me.Label2.Name = "Label2"
  464. Me.Label2.Size = New System.Drawing.Size(56, 16)
  465. Me.Label2.TabIndex = 1156
  466. Me.Label2.Text = "付款方式"
  467. '
  468. 'Label20
  469. '
  470. Me.Label20.AutoSize = True
  471. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  472. Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  473. Me.Label20.Location = New System.Drawing.Point(746, 8)
  474. Me.Label20.Name = "Label20"
  475. Me.Label20.Size = New System.Drawing.Size(56, 16)
  476. Me.Label20.TabIndex = 1169
  477. Me.Label20.Text = "銷售下單"
  478. '
  479. 'Label26
  480. '
  481. Me.Label26.AutoSize = True
  482. Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  483. Me.Label26.ForeColor = System.Drawing.Color.Green
  484. Me.Label26.Location = New System.Drawing.Point(729, 33)
  485. Me.Label26.Name = "Label26"
  486. Me.Label26.Size = New System.Drawing.Size(56, 16)
  487. Me.Label26.TabIndex = 1155
  488. Me.Label26.Text = "統一編號"
  489. '
  490. 'DataGridView3
  491. '
  492. DataGridViewCellStyle29.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  493. Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle29
  494. Me.DataGridView3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  495. Or System.Windows.Forms.AnchorStyles.Left) _
  496. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  497. Me.DataGridView3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  498. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  499. Me.DataGridView3.Location = New System.Drawing.Point(393, 104)
  500. Me.DataGridView3.Name = "DataGridView3"
  501. Me.DataGridView3.RowHeadersWidth = 5
  502. DataGridViewCellStyle30.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  503. Me.DataGridView3.RowsDefaultCellStyle = DataGridViewCellStyle30
  504. Me.DataGridView3.RowTemplate.Height = 24
  505. Me.DataGridView3.Size = New System.Drawing.Size(849, 466)
  506. Me.DataGridView3.TabIndex = 1165
  507. '
  508. 'DataGridView2
  509. '
  510. DataGridViewCellStyle31.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  511. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle31
  512. Me.DataGridView2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  513. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  514. Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  515. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  516. Me.DataGridView2.Location = New System.Drawing.Point(6, 5)
  517. Me.DataGridView2.Name = "DataGridView2"
  518. Me.DataGridView2.RowHeadersWidth = 5
  519. DataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  520. Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle32
  521. Me.DataGridView2.RowTemplate.Height = 24
  522. Me.DataGridView2.Size = New System.Drawing.Size(381, 525)
  523. Me.DataGridView2.TabIndex = 1170
  524. '
  525. 'NumericUpDown3
  526. '
  527. Me.NumericUpDown3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  528. Me.NumericUpDown3.DecimalPlaces = 4
  529. Me.NumericUpDown3.Location = New System.Drawing.Point(65, 584)
  530. Me.NumericUpDown3.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  531. Me.NumericUpDown3.Name = "NumericUpDown3"
  532. Me.NumericUpDown3.Size = New System.Drawing.Size(69, 23)
  533. Me.NumericUpDown3.TabIndex = 1197
  534. Me.NumericUpDown3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  535. Me.NumericUpDown3.Value = New Decimal(New Integer() {1, 0, 0, 0})
  536. '
  537. 'Label3
  538. '
  539. Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  540. Me.Label3.AutoSize = True
  541. Me.Label3.Location = New System.Drawing.Point(9, 587)
  542. Me.Label3.Name = "Label3"
  543. Me.Label3.Size = New System.Drawing.Size(56, 16)
  544. Me.Label3.TabIndex = 1196
  545. Me.Label3.Text = "當時匯率"
  546. '
  547. 'NumericUpDown2
  548. '
  549. Me.NumericUpDown2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  550. Me.NumericUpDown2.DecimalPlaces = 2
  551. Me.NumericUpDown2.Location = New System.Drawing.Point(65, 559)
  552. Me.NumericUpDown2.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  553. Me.NumericUpDown2.Name = "NumericUpDown2"
  554. Me.NumericUpDown2.Size = New System.Drawing.Size(82, 23)
  555. Me.NumericUpDown2.TabIndex = 1195
  556. Me.NumericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  557. '
  558. 'Label17
  559. '
  560. Me.Label17.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  561. Me.Label17.AutoSize = True
  562. Me.Label17.Location = New System.Drawing.Point(9, 562)
  563. Me.Label17.Name = "Label17"
  564. Me.Label17.Size = New System.Drawing.Size(56, 16)
  565. Me.Label17.TabIndex = 1194
  566. Me.Label17.Text = "成本金額"
  567. '
  568. 'Button1
  569. '
  570. Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  571. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  572. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  573. Me.Button1.Location = New System.Drawing.Point(269, 584)
  574. Me.Button1.Name = "Button1"
  575. Me.Button1.Size = New System.Drawing.Size(118, 24)
  576. Me.Button1.TabIndex = 1193
  577. Me.Button1.Text = "新增物料到退貨單"
  578. Me.Button1.UseVisualStyleBackColor = True
  579. '
  580. 'NumericUpDown1
  581. '
  582. Me.NumericUpDown1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  583. Me.NumericUpDown1.Location = New System.Drawing.Point(205, 585)
  584. Me.NumericUpDown1.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  585. Me.NumericUpDown1.Name = "NumericUpDown1"
  586. Me.NumericUpDown1.Size = New System.Drawing.Size(62, 23)
  587. Me.NumericUpDown1.TabIndex = 1192
  588. Me.NumericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  589. '
  590. 'Label13
  591. '
  592. Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  593. Me.Label13.AutoSize = True
  594. Me.Label13.Location = New System.Drawing.Point(140, 587)
  595. Me.Label13.Name = "Label13"
  596. Me.Label13.Size = New System.Drawing.Size(68, 16)
  597. Me.Label13.TabIndex = 1191
  598. Me.Label13.Text = "客戶退貨數"
  599. '
  600. 'Label11
  601. '
  602. Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  603. Me.Label11.AutoSize = True
  604. Me.Label11.Location = New System.Drawing.Point(208, 537)
  605. Me.Label11.Name = "Label11"
  606. Me.Label11.Size = New System.Drawing.Size(32, 16)
  607. Me.Label11.TabIndex = 1190
  608. Me.Label11.Text = "料號"
  609. '
  610. 'TextBox7
  611. '
  612. Me.TextBox7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  613. Me.TextBox7.Location = New System.Drawing.Point(246, 534)
  614. Me.TextBox7.Name = "TextBox7"
  615. Me.TextBox7.Size = New System.Drawing.Size(141, 23)
  616. Me.TextBox7.TabIndex = 1189
  617. '
  618. 'TextBox16
  619. '
  620. Me.TextBox16.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  621. Me.TextBox16.Location = New System.Drawing.Point(410, 121)
  622. Me.TextBox16.Name = "TextBox16"
  623. Me.TextBox16.Size = New System.Drawing.Size(113, 23)
  624. Me.TextBox16.TabIndex = 1199
  625. Me.TextBox16.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  626. '
  627. 'ComboBox3
  628. '
  629. Me.ComboBox3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  630. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  631. Me.ComboBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  632. Me.ComboBox3.ForeColor = System.Drawing.Color.Green
  633. Me.ComboBox3.FormattingEnabled = True
  634. Me.ComboBox3.Items.AddRange(New Object() {"男", "女", "NA"})
  635. Me.ComboBox3.Location = New System.Drawing.Point(410, 150)
  636. Me.ComboBox3.Name = "ComboBox3"
  637. Me.ComboBox3.Size = New System.Drawing.Size(113, 24)
  638. Me.ComboBox3.TabIndex = 1198
  639. '
  640. 'Label21
  641. '
  642. Me.Label21.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  643. Me.Label21.AutoSize = True
  644. Me.Label21.Location = New System.Drawing.Point(149, 563)
  645. Me.Label21.Name = "Label21"
  646. Me.Label21.Size = New System.Drawing.Size(56, 16)
  647. Me.Label21.TabIndex = 1205
  648. Me.Label21.Text = "本單售價"
  649. '
  650. 'Label14
  651. '
  652. Me.Label14.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  653. Me.Label14.AutoSize = True
  654. Me.Label14.Location = New System.Drawing.Point(289, 563)
  655. Me.Label14.Name = "Label14"
  656. Me.Label14.Size = New System.Drawing.Size(44, 16)
  657. Me.Label14.TabIndex = 1203
  658. Me.Label14.Text = "可退貨"
  659. '
  660. 'TextBox15
  661. '
  662. Me.TextBox15.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  663. Me.TextBox15.Location = New System.Drawing.Point(333, 559)
  664. Me.TextBox15.Name = "TextBox15"
  665. Me.TextBox15.Size = New System.Drawing.Size(54, 23)
  666. Me.TextBox15.TabIndex = 1202
  667. Me.TextBox15.Text = "0"
  668. Me.TextBox15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  669. '
  670. 'Label15
  671. '
  672. Me.Label15.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  673. Me.Label15.AutoSize = True
  674. Me.Label15.Location = New System.Drawing.Point(3, 537)
  675. Me.Label15.Name = "Label15"
  676. Me.Label15.Size = New System.Drawing.Size(68, 16)
  677. Me.Label15.TabIndex = 1201
  678. Me.Label15.Text = "供應商編號"
  679. '
  680. 'TextBox13
  681. '
  682. Me.TextBox13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  683. Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  684. Me.TextBox13.Location = New System.Drawing.Point(71, 534)
  685. Me.TextBox13.Name = "TextBox13"
  686. Me.TextBox13.Size = New System.Drawing.Size(128, 23)
  687. Me.TextBox13.TabIndex = 1200
  688. Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  689. '
  690. 'NumericUpDown4
  691. '
  692. Me.NumericUpDown4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  693. Me.NumericUpDown4.DecimalPlaces = 2
  694. Me.NumericUpDown4.Location = New System.Drawing.Point(205, 559)
  695. Me.NumericUpDown4.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  696. Me.NumericUpDown4.Name = "NumericUpDown4"
  697. Me.NumericUpDown4.Size = New System.Drawing.Size(82, 23)
  698. Me.NumericUpDown4.TabIndex = 1206
  699. Me.NumericUpDown4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  700. '
  701. 'ContextMenuStrip1
  702. '
  703. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.新增物料到銷售退貨單ToolStripMenuItem, Me.刪除採購單中選中的物料ToolStripMenuItem, Me.ToolStripSeparator1, Me.修改存檔ToolStripMenuItem})
  704. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  705. Me.ContextMenuStrip1.Size = New System.Drawing.Size(207, 104)
  706. '
  707. '重新整理ToolStripMenuItem
  708. '
  709. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  710. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  711. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  712. '
  713. 'ToolStripSeparator3
  714. '
  715. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  716. Me.ToolStripSeparator3.Size = New System.Drawing.Size(203, 6)
  717. '
  718. '新增物料到銷售退貨單ToolStripMenuItem
  719. '
  720. Me.新增物料到銷售退貨單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  721. Me.新增物料到銷售退貨單ToolStripMenuItem.Name = "新增物料到銷售退貨單ToolStripMenuItem"
  722. Me.新增物料到銷售退貨單ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  723. Me.新增物料到銷售退貨單ToolStripMenuItem.Text = "新增物料到銷售退貨單"
  724. '
  725. '刪除採購單中選中的物料ToolStripMenuItem
  726. '
  727. Me.刪除採購單中選中的物料ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  728. Me.刪除採購單中選中的物料ToolStripMenuItem.Name = "刪除採購單中選中的物料ToolStripMenuItem"
  729. Me.刪除採購單中選中的物料ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  730. Me.刪除採購單中選中的物料ToolStripMenuItem.Text = "刪除出貨單中選中的物料"
  731. '
  732. 'ToolStripSeparator1
  733. '
  734. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  735. Me.ToolStripSeparator1.Size = New System.Drawing.Size(203, 6)
  736. '
  737. '修改存檔ToolStripMenuItem
  738. '
  739. Me.修改存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  740. Me.修改存檔ToolStripMenuItem.Name = "修改存檔ToolStripMenuItem"
  741. Me.修改存檔ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  742. Me.修改存檔ToolStripMenuItem.Text = "修改存檔"
  743. '
  744. 'Button3
  745. '
  746. Me.Button3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  747. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  748. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  749. Me.Button3.ForeColor = System.Drawing.Color.Green
  750. Me.Button3.Location = New System.Drawing.Point(393, 577)
  751. Me.Button3.Name = "Button3"
  752. Me.Button3.Size = New System.Drawing.Size(849, 30)
  753. Me.Button3.TabIndex = 1209
  754. Me.Button3.Text = "修 改 存 檔"
  755. Me.Button3.UseVisualStyleBackColor = True
  756. '
  757. '銷售退貨申請
  758. '
  759. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  760. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  761. Me.ClientSize = New System.Drawing.Size(1249, 611)
  762. Me.ContextMenuStrip = Me.ContextMenuStrip1
  763. Me.Controls.Add(Me.Button3)
  764. Me.Controls.Add(Me.NumericUpDown4)
  765. Me.Controls.Add(Me.Label21)
  766. Me.Controls.Add(Me.Label14)
  767. Me.Controls.Add(Me.TextBox15)
  768. Me.Controls.Add(Me.Label15)
  769. Me.Controls.Add(Me.TextBox13)
  770. Me.Controls.Add(Me.TextBox16)
  771. Me.Controls.Add(Me.ComboBox3)
  772. Me.Controls.Add(Me.NumericUpDown3)
  773. Me.Controls.Add(Me.Label3)
  774. Me.Controls.Add(Me.NumericUpDown2)
  775. Me.Controls.Add(Me.Label17)
  776. Me.Controls.Add(Me.Button1)
  777. Me.Controls.Add(Me.NumericUpDown1)
  778. Me.Controls.Add(Me.Label13)
  779. Me.Controls.Add(Me.Label11)
  780. Me.Controls.Add(Me.TextBox7)
  781. Me.Controls.Add(Me.ComboBox9)
  782. Me.Controls.Add(Me.Label28)
  783. Me.Controls.Add(Me.ComboBox8)
  784. Me.Controls.Add(Me.Label25)
  785. Me.Controls.Add(Me.ComboBox7)
  786. Me.Controls.Add(Me.Label24)
  787. Me.Controls.Add(Me.ComboBox6)
  788. Me.Controls.Add(Me.Label23)
  789. Me.Controls.Add(Me.DateTimePicker2)
  790. Me.Controls.Add(Me.Label22)
  791. Me.Controls.Add(Me.TextBox18)
  792. Me.Controls.Add(Me.DateTimePicker1)
  793. Me.Controls.Add(Me.TextBox14)
  794. Me.Controls.Add(Me.TextBox9)
  795. Me.Controls.Add(Me.ComboBox2)
  796. Me.Controls.Add(Me.Label9)
  797. Me.Controls.Add(Me.TextBox4)
  798. Me.Controls.Add(Me.TextBox3)
  799. Me.Controls.Add(Me.TextBox26)
  800. Me.Controls.Add(Me.TextBox12)
  801. Me.Controls.Add(Me.TextBox11)
  802. Me.Controls.Add(Me.TextBox10)
  803. Me.Controls.Add(Me.TextBox8)
  804. Me.Controls.Add(Me.TextBox6)
  805. Me.Controls.Add(Me.TextBox2)
  806. Me.Controls.Add(Me.Label7)
  807. Me.Controls.Add(Me.Label6)
  808. Me.Controls.Add(Me.Label19)
  809. Me.Controls.Add(Me.Label16)
  810. Me.Controls.Add(Me.Label12)
  811. Me.Controls.Add(Me.Label5)
  812. Me.Controls.Add(Me.Label4)
  813. Me.Controls.Add(Me.Label10)
  814. Me.Controls.Add(Me.Label8)
  815. Me.Controls.Add(Me.Label2)
  816. Me.Controls.Add(Me.Label20)
  817. Me.Controls.Add(Me.Label26)
  818. Me.Controls.Add(Me.DataGridView3)
  819. Me.Controls.Add(Me.DataGridView2)
  820. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  821. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  822. Me.Name = "銷售退貨申請"
  823. Me.Text = "銷售退貨申請"
  824. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  825. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  826. CType(Me.NumericUpDown3, System.ComponentModel.ISupportInitialize).EndInit()
  827. CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit()
  828. CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
  829. CType(Me.NumericUpDown4, System.ComponentModel.ISupportInitialize).EndInit()
  830. Me.ContextMenuStrip1.ResumeLayout(False)
  831. Me.ResumeLayout(False)
  832. Me.PerformLayout()
  833. End Sub
  834. Friend WithEvents ComboBox9 As ComboBox
  835. Friend WithEvents Label28 As Label
  836. Friend WithEvents ComboBox8 As ComboBox
  837. Friend WithEvents Label25 As Label
  838. Friend WithEvents ComboBox7 As ComboBox
  839. Friend WithEvents Label24 As Label
  840. Friend WithEvents ComboBox6 As ComboBox
  841. Friend WithEvents Label23 As Label
  842. Friend WithEvents DateTimePicker2 As DateTimePicker
  843. Friend WithEvents Label22 As Label
  844. Friend WithEvents TextBox18 As TextBox
  845. Friend WithEvents DateTimePicker1 As DateTimePicker
  846. Friend WithEvents TextBox14 As TextBox
  847. Friend WithEvents TextBox9 As TextBox
  848. Friend WithEvents ComboBox2 As ComboBox
  849. Friend WithEvents Label9 As Label
  850. Friend WithEvents TextBox4 As TextBox
  851. Friend WithEvents TextBox3 As TextBox
  852. Friend WithEvents TextBox26 As TextBox
  853. Friend WithEvents TextBox12 As TextBox
  854. Friend WithEvents TextBox11 As TextBox
  855. Friend WithEvents TextBox10 As TextBox
  856. Friend WithEvents TextBox8 As TextBox
  857. Friend WithEvents TextBox6 As TextBox
  858. Friend WithEvents TextBox2 As TextBox
  859. Friend WithEvents Label7 As Label
  860. Friend WithEvents Label6 As Label
  861. Friend WithEvents Label19 As Label
  862. Friend WithEvents Label16 As Label
  863. Friend WithEvents Label12 As Label
  864. Friend WithEvents Label5 As Label
  865. Friend WithEvents Label4 As Label
  866. Friend WithEvents Label10 As Label
  867. Friend WithEvents Label8 As Label
  868. Friend WithEvents Label2 As Label
  869. Friend WithEvents Label20 As Label
  870. Friend WithEvents Label26 As Label
  871. Friend WithEvents DataGridView3 As DataGridView
  872. Friend WithEvents DataGridView2 As DataGridView
  873. Friend WithEvents NumericUpDown3 As NumericUpDown
  874. Friend WithEvents Label3 As Label
  875. Friend WithEvents NumericUpDown2 As NumericUpDown
  876. Friend WithEvents Label17 As Label
  877. Friend WithEvents Button1 As Button
  878. Friend WithEvents NumericUpDown1 As NumericUpDown
  879. Friend WithEvents Label13 As Label
  880. Friend WithEvents Label11 As Label
  881. Friend WithEvents TextBox7 As TextBox
  882. Friend WithEvents TextBox16 As TextBox
  883. Friend WithEvents ComboBox3 As ComboBox
  884. Friend WithEvents Label21 As Label
  885. Friend WithEvents Label14 As Label
  886. Friend WithEvents TextBox15 As TextBox
  887. Friend WithEvents Label15 As Label
  888. Friend WithEvents TextBox13 As TextBox
  889. Friend WithEvents NumericUpDown4 As NumericUpDown
  890. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  891. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  892. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  893. Friend WithEvents 新增物料到銷售退貨單ToolStripMenuItem As ToolStripMenuItem
  894. Friend WithEvents 刪除採購單中選中的物料ToolStripMenuItem As ToolStripMenuItem
  895. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  896. Friend WithEvents 修改存檔ToolStripMenuItem As ToolStripMenuItem
  897. Friend WithEvents Button3 As Button
  898. End Class