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 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(銷售退貨確認))
  26. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  27. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  28. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  29. Me.依據單號全部選擇ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  30. Me.全部選擇ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  31. Me.全部取消ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  32. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  33. Me.確認收料入庫ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  34. Me.佣金修改_bt = New System.Windows.Forms.Button()
  35. Me.司機比例_cb = New System.Windows.Forms.ComboBox()
  36. Me.Label28 = New System.Windows.Forms.Label()
  37. Me.司機_cb = New System.Windows.Forms.ComboBox()
  38. Me.Label25 = New System.Windows.Forms.Label()
  39. Me.業務比例_cb = New System.Windows.Forms.ComboBox()
  40. Me.Label24 = New System.Windows.Forms.Label()
  41. Me.業務_cb = New System.Windows.Forms.ComboBox()
  42. Me.Label23 = New System.Windows.Forms.Label()
  43. Me.訂單編號_tb = New System.Windows.Forms.TextBox()
  44. Me.Label1 = New System.Windows.Forms.Label()
  45. Me.依單據選擇_bt = New System.Windows.Forms.Button()
  46. Me.單據號碼_tb = New System.Windows.Forms.TextBox()
  47. Me.出貨日期_dtp = New System.Windows.Forms.DateTimePicker()
  48. Me.全部取消_bt = New System.Windows.Forms.Button()
  49. Me.全部選擇_bt = New System.Windows.Forms.Button()
  50. Me.銷退確認_bt = New System.Windows.Forms.Button()
  51. Me.銷售退貨_dgv = New System.Windows.Forms.DataGridView()
  52. Me.Label4 = New System.Windows.Forms.Label()
  53. Me.Label20 = New System.Windows.Forms.Label()
  54. Me.ContextMenuStrip1.SuspendLayout()
  55. CType(Me.銷售退貨_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  56. Me.SuspendLayout()
  57. '
  58. 'ContextMenuStrip1
  59. '
  60. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.依據單號全部選擇ToolStripMenuItem, Me.全部選擇ToolStripMenuItem, Me.全部取消ToolStripMenuItem, Me.ToolStripSeparator1, Me.確認收料入庫ToolStripMenuItem})
  61. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  62. Me.ContextMenuStrip1.Size = New System.Drawing.Size(171, 126)
  63. '
  64. '重新整理ToolStripMenuItem
  65. '
  66. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  67. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  68. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  69. '
  70. 'ToolStripSeparator3
  71. '
  72. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  73. Me.ToolStripSeparator3.Size = New System.Drawing.Size(167, 6)
  74. '
  75. '依據單號全部選擇ToolStripMenuItem
  76. '
  77. Me.依據單號全部選擇ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive
  78. Me.依據單號全部選擇ToolStripMenuItem.Name = "依據單號全部選擇ToolStripMenuItem"
  79. Me.依據單號全部選擇ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  80. Me.依據單號全部選擇ToolStripMenuItem.Text = "依據單號全部選擇"
  81. '
  82. '全部選擇ToolStripMenuItem
  83. '
  84. Me.全部選擇ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive
  85. Me.全部選擇ToolStripMenuItem.Name = "全部選擇ToolStripMenuItem"
  86. Me.全部選擇ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  87. Me.全部選擇ToolStripMenuItem.Text = "全部選擇"
  88. '
  89. '全部取消ToolStripMenuItem
  90. '
  91. Me.全部取消ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive
  92. Me.全部取消ToolStripMenuItem.Name = "全部取消ToolStripMenuItem"
  93. Me.全部取消ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  94. Me.全部取消ToolStripMenuItem.Text = "全部取消"
  95. '
  96. 'ToolStripSeparator1
  97. '
  98. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  99. Me.ToolStripSeparator1.Size = New System.Drawing.Size(167, 6)
  100. '
  101. '確認收料入庫ToolStripMenuItem
  102. '
  103. Me.確認收料入庫ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  104. Me.確認收料入庫ToolStripMenuItem.Name = "確認收料入庫ToolStripMenuItem"
  105. Me.確認收料入庫ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  106. Me.確認收料入庫ToolStripMenuItem.Text = "確認物料出貨"
  107. '
  108. '佣金修改_bt
  109. '
  110. Me.佣金修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  111. Me.佣金修改_bt.ForeColor = System.Drawing.Color.Green
  112. Me.佣金修改_bt.Location = New System.Drawing.Point(660, 5)
  113. Me.佣金修改_bt.Name = "佣金修改_bt"
  114. Me.佣金修改_bt.Size = New System.Drawing.Size(95, 50)
  115. Me.佣金修改_bt.TabIndex = 1169
  116. Me.佣金修改_bt.Text = "業務、司機占比修改存檔" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  117. Me.佣金修改_bt.UseVisualStyleBackColor = True
  118. '
  119. '司機比例_cb
  120. '
  121. Me.司機比例_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  122. Me.司機比例_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  123. Me.司機比例_cb.ForeColor = System.Drawing.Color.Green
  124. Me.司機比例_cb.FormattingEnabled = True
  125. Me.司機比例_cb.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
  126. Me.司機比例_cb.Location = New System.Drawing.Point(564, 5)
  127. Me.司機比例_cb.Name = "司機比例_cb"
  128. Me.司機比例_cb.Size = New System.Drawing.Size(90, 24)
  129. Me.司機比例_cb.TabIndex = 1168
  130. '
  131. 'Label28
  132. '
  133. Me.Label28.AutoSize = True
  134. Me.Label28.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  135. Me.Label28.ForeColor = System.Drawing.Color.Green
  136. Me.Label28.Location = New System.Drawing.Point(526, 10)
  137. Me.Label28.Name = "Label28"
  138. Me.Label28.Size = New System.Drawing.Size(32, 16)
  139. Me.Label28.TabIndex = 1167
  140. Me.Label28.Text = "比例"
  141. '
  142. '司機_cb
  143. '
  144. Me.司機_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  145. Me.司機_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  146. Me.司機_cb.ForeColor = System.Drawing.Color.Green
  147. Me.司機_cb.FormattingEnabled = True
  148. Me.司機_cb.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
  149. Me.司機_cb.Location = New System.Drawing.Point(426, 5)
  150. Me.司機_cb.Name = "司機_cb"
  151. Me.司機_cb.Size = New System.Drawing.Size(90, 24)
  152. Me.司機_cb.TabIndex = 1166
  153. '
  154. 'Label25
  155. '
  156. Me.Label25.AutoSize = True
  157. Me.Label25.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  158. Me.Label25.ForeColor = System.Drawing.Color.Green
  159. Me.Label25.Location = New System.Drawing.Point(388, 10)
  160. Me.Label25.Name = "Label25"
  161. Me.Label25.Size = New System.Drawing.Size(32, 16)
  162. Me.Label25.TabIndex = 1165
  163. Me.Label25.Text = "司機"
  164. '
  165. '業務比例_cb
  166. '
  167. Me.業務比例_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  168. Me.業務比例_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  169. Me.業務比例_cb.ForeColor = System.Drawing.Color.Green
  170. Me.業務比例_cb.FormattingEnabled = True
  171. Me.業務比例_cb.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
  172. Me.業務比例_cb.Location = New System.Drawing.Point(288, 5)
  173. Me.業務比例_cb.Name = "業務比例_cb"
  174. Me.業務比例_cb.Size = New System.Drawing.Size(90, 24)
  175. Me.業務比例_cb.TabIndex = 1164
  176. '
  177. 'Label24
  178. '
  179. Me.Label24.AutoSize = True
  180. Me.Label24.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  181. Me.Label24.ForeColor = System.Drawing.Color.Green
  182. Me.Label24.Location = New System.Drawing.Point(250, 10)
  183. Me.Label24.Name = "Label24"
  184. Me.Label24.Size = New System.Drawing.Size(32, 16)
  185. Me.Label24.TabIndex = 1163
  186. Me.Label24.Text = "比例"
  187. '
  188. '業務_cb
  189. '
  190. Me.業務_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  191. Me.業務_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  192. Me.業務_cb.ForeColor = System.Drawing.Color.Green
  193. Me.業務_cb.FormattingEnabled = True
  194. Me.業務_cb.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
  195. Me.業務_cb.Location = New System.Drawing.Point(150, 5)
  196. Me.業務_cb.Name = "業務_cb"
  197. Me.業務_cb.Size = New System.Drawing.Size(90, 24)
  198. Me.業務_cb.TabIndex = 1162
  199. '
  200. 'Label23
  201. '
  202. Me.Label23.AutoSize = True
  203. Me.Label23.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  204. Me.Label23.ForeColor = System.Drawing.Color.Green
  205. Me.Label23.Location = New System.Drawing.Point(112, 10)
  206. Me.Label23.Name = "Label23"
  207. Me.Label23.Size = New System.Drawing.Size(32, 16)
  208. Me.Label23.TabIndex = 1161
  209. Me.Label23.Text = "業務"
  210. '
  211. '訂單編號_tb
  212. '
  213. Me.訂單編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  214. Me.訂單編號_tb.Location = New System.Drawing.Point(526, 31)
  215. Me.訂單編號_tb.Name = "訂單編號_tb"
  216. Me.訂單編號_tb.Size = New System.Drawing.Size(128, 23)
  217. Me.訂單編號_tb.TabIndex = 1159
  218. '
  219. 'Label1
  220. '
  221. Me.Label1.AutoSize = True
  222. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  223. Me.Label1.Location = New System.Drawing.Point(464, 35)
  224. Me.Label1.Name = "Label1"
  225. Me.Label1.Size = New System.Drawing.Size(56, 16)
  226. Me.Label1.TabIndex = 1160
  227. Me.Label1.Text = "訂單編號"
  228. '
  229. '依單據選擇_bt
  230. '
  231. Me.依單據選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  232. Me.依單據選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  233. Me.依單據選擇_bt.ForeColor = System.Drawing.Color.Olive
  234. Me.依單據選擇_bt.Location = New System.Drawing.Point(987, 5)
  235. Me.依單據選擇_bt.Name = "依單據選擇_bt"
  236. Me.依單據選擇_bt.Size = New System.Drawing.Size(113, 49)
  237. Me.依單據選擇_bt.TabIndex = 1158
  238. Me.依單據選擇_bt.Text = "依據單號全部選擇"
  239. Me.依單據選擇_bt.UseVisualStyleBackColor = True
  240. '
  241. '單據號碼_tb
  242. '
  243. Me.單據號碼_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  244. Me.單據號碼_tb.Location = New System.Drawing.Point(169, 32)
  245. Me.單據號碼_tb.Name = "單據號碼_tb"
  246. Me.單據號碼_tb.Size = New System.Drawing.Size(137, 23)
  247. Me.單據號碼_tb.TabIndex = 1156
  248. '
  249. '出貨日期_dtp
  250. '
  251. Me.出貨日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  252. Me.出貨日期_dtp.Location = New System.Drawing.Point(367, 31)
  253. Me.出貨日期_dtp.Name = "出貨日期_dtp"
  254. Me.出貨日期_dtp.Size = New System.Drawing.Size(91, 23)
  255. Me.出貨日期_dtp.TabIndex = 1154
  256. '
  257. '全部取消_bt
  258. '
  259. Me.全部取消_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  260. Me.全部取消_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  261. Me.全部取消_bt.ForeColor = System.Drawing.Color.Olive
  262. Me.全部取消_bt.Location = New System.Drawing.Point(1177, 5)
  263. Me.全部取消_bt.Name = "全部取消_bt"
  264. Me.全部取消_bt.Size = New System.Drawing.Size(65, 49)
  265. Me.全部取消_bt.TabIndex = 1153
  266. Me.全部取消_bt.Text = "全部取消"
  267. Me.全部取消_bt.UseVisualStyleBackColor = True
  268. '
  269. '全部選擇_bt
  270. '
  271. Me.全部選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  272. Me.全部選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  273. Me.全部選擇_bt.ForeColor = System.Drawing.Color.Olive
  274. Me.全部選擇_bt.Location = New System.Drawing.Point(1106, 5)
  275. Me.全部選擇_bt.Name = "全部選擇_bt"
  276. Me.全部選擇_bt.Size = New System.Drawing.Size(65, 49)
  277. Me.全部選擇_bt.TabIndex = 1152
  278. Me.全部選擇_bt.Text = "全部選擇"
  279. Me.全部選擇_bt.UseVisualStyleBackColor = True
  280. '
  281. '銷退確認_bt
  282. '
  283. Me.銷退確認_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  284. Me.銷退確認_bt.ForeColor = System.Drawing.Color.Green
  285. Me.銷退確認_bt.Location = New System.Drawing.Point(6, 6)
  286. Me.銷退確認_bt.Name = "銷退確認_bt"
  287. Me.銷退確認_bt.Size = New System.Drawing.Size(100, 48)
  288. Me.銷退確認_bt.TabIndex = 1151
  289. Me.銷退確認_bt.Text = "銷售退貨確認"
  290. Me.銷退確認_bt.UseVisualStyleBackColor = True
  291. '
  292. '銷售退貨_dgv
  293. '
  294. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  295. Me.銷售退貨_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  296. Me.銷售退貨_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  297. Or System.Windows.Forms.AnchorStyles.Left) _
  298. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  299. Me.銷售退貨_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  300. Me.銷售退貨_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  301. Me.銷售退貨_dgv.Location = New System.Drawing.Point(7, 58)
  302. Me.銷售退貨_dgv.Name = "銷售退貨_dgv"
  303. Me.銷售退貨_dgv.RowHeadersWidth = 5
  304. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  305. Me.銷售退貨_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  306. Me.銷售退貨_dgv.RowTemplate.Height = 24
  307. Me.銷售退貨_dgv.Size = New System.Drawing.Size(1235, 547)
  308. Me.銷售退貨_dgv.TabIndex = 1150
  309. '
  310. 'Label4
  311. '
  312. Me.Label4.AutoSize = True
  313. Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  314. Me.Label4.Location = New System.Drawing.Point(107, 35)
  315. Me.Label4.Name = "Label4"
  316. Me.Label4.Size = New System.Drawing.Size(56, 16)
  317. Me.Label4.TabIndex = 1157
  318. Me.Label4.Text = "單據號碼"
  319. '
  320. 'Label20
  321. '
  322. Me.Label20.AutoSize = True
  323. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  324. Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  325. Me.Label20.Location = New System.Drawing.Point(312, 35)
  326. Me.Label20.Name = "Label20"
  327. Me.Label20.Size = New System.Drawing.Size(56, 16)
  328. Me.Label20.TabIndex = 1155
  329. Me.Label20.Text = "出貨日期"
  330. '
  331. '銷售退貨確認
  332. '
  333. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  334. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  335. Me.ClientSize = New System.Drawing.Size(1249, 611)
  336. Me.ContextMenuStrip = Me.ContextMenuStrip1
  337. Me.Controls.Add(Me.佣金修改_bt)
  338. Me.Controls.Add(Me.司機比例_cb)
  339. Me.Controls.Add(Me.Label28)
  340. Me.Controls.Add(Me.司機_cb)
  341. Me.Controls.Add(Me.Label25)
  342. Me.Controls.Add(Me.業務比例_cb)
  343. Me.Controls.Add(Me.Label24)
  344. Me.Controls.Add(Me.業務_cb)
  345. Me.Controls.Add(Me.Label23)
  346. Me.Controls.Add(Me.訂單編號_tb)
  347. Me.Controls.Add(Me.Label1)
  348. Me.Controls.Add(Me.依單據選擇_bt)
  349. Me.Controls.Add(Me.單據號碼_tb)
  350. Me.Controls.Add(Me.出貨日期_dtp)
  351. Me.Controls.Add(Me.全部取消_bt)
  352. Me.Controls.Add(Me.全部選擇_bt)
  353. Me.Controls.Add(Me.銷退確認_bt)
  354. Me.Controls.Add(Me.銷售退貨_dgv)
  355. Me.Controls.Add(Me.Label4)
  356. Me.Controls.Add(Me.Label20)
  357. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  358. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  359. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  360. Me.Name = "銷售退貨確認"
  361. Me.Text = "銷售退貨確認"
  362. Me.ContextMenuStrip1.ResumeLayout(False)
  363. CType(Me.銷售退貨_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  364. Me.ResumeLayout(False)
  365. Me.PerformLayout()
  366. End Sub
  367. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  368. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  369. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  370. Friend WithEvents 依據單號全部選擇ToolStripMenuItem As ToolStripMenuItem
  371. Friend WithEvents 全部選擇ToolStripMenuItem As ToolStripMenuItem
  372. Friend WithEvents 全部取消ToolStripMenuItem As ToolStripMenuItem
  373. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  374. Friend WithEvents 確認收料入庫ToolStripMenuItem As ToolStripMenuItem
  375. Friend WithEvents 佣金修改_bt As Button
  376. Friend WithEvents 司機比例_cb As ComboBox
  377. Friend WithEvents Label28 As Label
  378. Friend WithEvents 司機_cb As ComboBox
  379. Friend WithEvents Label25 As Label
  380. Friend WithEvents 業務比例_cb As ComboBox
  381. Friend WithEvents Label24 As Label
  382. Friend WithEvents 業務_cb As ComboBox
  383. Friend WithEvents Label23 As Label
  384. Friend WithEvents 訂單編號_tb As TextBox
  385. Friend WithEvents Label1 As Label
  386. Friend WithEvents 依單據選擇_bt As Button
  387. Friend WithEvents 單據號碼_tb As TextBox
  388. Friend WithEvents 出貨日期_dtp As DateTimePicker
  389. Friend WithEvents 全部取消_bt As Button
  390. Friend WithEvents 全部選擇_bt As Button
  391. Friend WithEvents 銷退確認_bt As Button
  392. Friend WithEvents 銷售退貨_dgv As DataGridView
  393. Friend WithEvents Label4 As Label
  394. Friend WithEvents Label20 As Label
  395. End Class