暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

採購退貨確認.Designer.vb 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.倉名編號_tb = New System.Windows.Forms.TextBox()
  27. Me.依單據選擇_bt = New System.Windows.Forms.Button()
  28. Me.單據編號_tb = New System.Windows.Forms.TextBox()
  29. Me.Label4 = New System.Windows.Forms.Label()
  30. Me.Label20 = New System.Windows.Forms.Label()
  31. Me.入庫日期_dtp = New System.Windows.Forms.DateTimePicker()
  32. Me.全部取消_bt = New System.Windows.Forms.Button()
  33. Me.全部選擇_bt = New System.Windows.Forms.Button()
  34. Me.確認收料入庫_bt = New System.Windows.Forms.Button()
  35. Me.退貨明細_dgv = New System.Windows.Forms.DataGridView()
  36. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  37. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  38. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  39. Me.依據單號全部選擇ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  40. Me.全部選擇ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  41. Me.全部取消ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  42. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  43. Me.確認收料入庫ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  44. Me.倉名_tb = New System.Windows.Forms.TextBox()
  45. CType(Me.退貨明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  46. Me.ContextMenuStrip1.SuspendLayout()
  47. Me.SuspendLayout()
  48. '
  49. 'Label1
  50. '
  51. Me.Label1.AutoSize = True
  52. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  53. Me.Label1.Location = New System.Drawing.Point(565, 8)
  54. Me.Label1.Name = "Label1"
  55. Me.Label1.Size = New System.Drawing.Size(56, 16)
  56. Me.Label1.TabIndex = 1101
  57. Me.Label1.Text = "指定倉庫"
  58. '
  59. '倉名編號_tb
  60. '
  61. Me.倉名編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  62. Me.倉名編號_tb.Location = New System.Drawing.Point(627, 5)
  63. Me.倉名編號_tb.Name = "倉名編號_tb"
  64. Me.倉名編號_tb.Size = New System.Drawing.Size(62, 23)
  65. Me.倉名編號_tb.TabIndex = 1100
  66. '
  67. '依單據選擇_bt
  68. '
  69. Me.依單據選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  70. Me.依單據選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  71. Me.依單據選擇_bt.ForeColor = System.Drawing.Color.Olive
  72. Me.依單據選擇_bt.Location = New System.Drawing.Point(834, 5)
  73. Me.依單據選擇_bt.Name = "依單據選擇_bt"
  74. Me.依單據選擇_bt.Size = New System.Drawing.Size(132, 24)
  75. Me.依單據選擇_bt.TabIndex = 1098
  76. Me.依單據選擇_bt.Text = "依據單號全部選擇"
  77. Me.依單據選擇_bt.UseVisualStyleBackColor = True
  78. '
  79. '單據編號_tb
  80. '
  81. Me.單據編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  82. Me.單據編號_tb.Location = New System.Drawing.Point(235, 5)
  83. Me.單據編號_tb.Name = "單據編號_tb"
  84. Me.單據編號_tb.Size = New System.Drawing.Size(149, 23)
  85. Me.單據編號_tb.TabIndex = 1096
  86. '
  87. 'Label4
  88. '
  89. Me.Label4.AutoSize = True
  90. Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  91. Me.Label4.Location = New System.Drawing.Point(173, 9)
  92. Me.Label4.Name = "Label4"
  93. Me.Label4.Size = New System.Drawing.Size(56, 16)
  94. Me.Label4.TabIndex = 1097
  95. Me.Label4.Text = "單據號碼"
  96. '
  97. 'Label20
  98. '
  99. Me.Label20.AutoSize = True
  100. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  101. Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  102. Me.Label20.Location = New System.Drawing.Point(390, 9)
  103. Me.Label20.Name = "Label20"
  104. Me.Label20.Size = New System.Drawing.Size(56, 16)
  105. Me.Label20.TabIndex = 1095
  106. Me.Label20.Text = "入庫日期"
  107. '
  108. '入庫日期_dtp
  109. '
  110. Me.入庫日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  111. Me.入庫日期_dtp.Location = New System.Drawing.Point(452, 5)
  112. Me.入庫日期_dtp.Name = "入庫日期_dtp"
  113. Me.入庫日期_dtp.Size = New System.Drawing.Size(96, 23)
  114. Me.入庫日期_dtp.TabIndex = 1094
  115. '
  116. '全部取消_bt
  117. '
  118. Me.全部取消_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  119. Me.全部取消_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  120. Me.全部取消_bt.ForeColor = System.Drawing.Color.Olive
  121. Me.全部取消_bt.Location = New System.Drawing.Point(1110, 5)
  122. Me.全部取消_bt.Name = "全部取消_bt"
  123. Me.全部取消_bt.Size = New System.Drawing.Size(132, 24)
  124. Me.全部取消_bt.TabIndex = 1093
  125. Me.全部取消_bt.Text = "全部取消"
  126. Me.全部取消_bt.UseVisualStyleBackColor = True
  127. '
  128. '全部選擇_bt
  129. '
  130. Me.全部選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  131. Me.全部選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  132. Me.全部選擇_bt.ForeColor = System.Drawing.Color.Olive
  133. Me.全部選擇_bt.Location = New System.Drawing.Point(972, 5)
  134. Me.全部選擇_bt.Name = "全部選擇_bt"
  135. Me.全部選擇_bt.Size = New System.Drawing.Size(132, 24)
  136. Me.全部選擇_bt.TabIndex = 1092
  137. Me.全部選擇_bt.Text = "全部選擇"
  138. Me.全部選擇_bt.UseVisualStyleBackColor = True
  139. '
  140. '確認收料入庫_bt
  141. '
  142. Me.確認收料入庫_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  143. Me.確認收料入庫_bt.ForeColor = System.Drawing.Color.Green
  144. Me.確認收料入庫_bt.Location = New System.Drawing.Point(6, 5)
  145. Me.確認收料入庫_bt.Name = "確認收料入庫_bt"
  146. Me.確認收料入庫_bt.Size = New System.Drawing.Size(161, 24)
  147. Me.確認收料入庫_bt.TabIndex = 1091
  148. Me.確認收料入庫_bt.Text = "確認收料入庫"
  149. Me.確認收料入庫_bt.UseVisualStyleBackColor = True
  150. '
  151. '退貨明細_dgv
  152. '
  153. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  154. Me.退貨明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  155. Me.退貨明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  156. Or System.Windows.Forms.AnchorStyles.Left) _
  157. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  158. Me.退貨明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  159. Me.退貨明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  160. Me.退貨明細_dgv.Location = New System.Drawing.Point(7, 31)
  161. Me.退貨明細_dgv.Name = "退貨明細_dgv"
  162. Me.退貨明細_dgv.RowHeadersWidth = 5
  163. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  164. Me.退貨明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  165. Me.退貨明細_dgv.RowTemplate.Height = 24
  166. Me.退貨明細_dgv.Size = New System.Drawing.Size(1235, 575)
  167. Me.退貨明細_dgv.TabIndex = 1090
  168. '
  169. 'ContextMenuStrip1
  170. '
  171. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.依據單號全部選擇ToolStripMenuItem, Me.全部選擇ToolStripMenuItem, Me.全部取消ToolStripMenuItem, Me.ToolStripSeparator1, Me.確認收料入庫ToolStripMenuItem})
  172. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  173. Me.ContextMenuStrip1.Size = New System.Drawing.Size(171, 126)
  174. '
  175. '重新整理ToolStripMenuItem
  176. '
  177. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  178. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  179. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  180. '
  181. 'ToolStripSeparator3
  182. '
  183. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  184. Me.ToolStripSeparator3.Size = New System.Drawing.Size(167, 6)
  185. '
  186. '依據單號全部選擇ToolStripMenuItem
  187. '
  188. Me.依據單號全部選擇ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive
  189. Me.依據單號全部選擇ToolStripMenuItem.Name = "依據單號全部選擇ToolStripMenuItem"
  190. Me.依據單號全部選擇ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  191. Me.依據單號全部選擇ToolStripMenuItem.Text = "依據單號全部選擇"
  192. '
  193. '全部選擇ToolStripMenuItem
  194. '
  195. Me.全部選擇ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive
  196. Me.全部選擇ToolStripMenuItem.Name = "全部選擇ToolStripMenuItem"
  197. Me.全部選擇ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  198. Me.全部選擇ToolStripMenuItem.Text = "全部選擇"
  199. '
  200. '全部取消ToolStripMenuItem
  201. '
  202. Me.全部取消ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive
  203. Me.全部取消ToolStripMenuItem.Name = "全部取消ToolStripMenuItem"
  204. Me.全部取消ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  205. Me.全部取消ToolStripMenuItem.Text = "全部取消"
  206. '
  207. 'ToolStripSeparator1
  208. '
  209. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  210. Me.ToolStripSeparator1.Size = New System.Drawing.Size(167, 6)
  211. '
  212. '確認收料入庫ToolStripMenuItem
  213. '
  214. Me.確認收料入庫ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  215. Me.確認收料入庫ToolStripMenuItem.Name = "確認收料入庫ToolStripMenuItem"
  216. Me.確認收料入庫ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  217. Me.確認收料入庫ToolStripMenuItem.Text = "確認收料入庫"
  218. '
  219. '倉名_tb
  220. '
  221. Me.倉名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  222. Me.倉名_tb.Location = New System.Drawing.Point(695, 5)
  223. Me.倉名_tb.Name = "倉名_tb"
  224. Me.倉名_tb.Size = New System.Drawing.Size(62, 23)
  225. Me.倉名_tb.TabIndex = 1102
  226. '
  227. '採購退貨確認
  228. '
  229. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  230. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  231. Me.ClientSize = New System.Drawing.Size(1249, 611)
  232. Me.ContextMenuStrip = Me.ContextMenuStrip1
  233. Me.Controls.Add(Me.倉名_tb)
  234. Me.Controls.Add(Me.Label1)
  235. Me.Controls.Add(Me.倉名編號_tb)
  236. Me.Controls.Add(Me.依單據選擇_bt)
  237. Me.Controls.Add(Me.單據編號_tb)
  238. Me.Controls.Add(Me.Label4)
  239. Me.Controls.Add(Me.Label20)
  240. Me.Controls.Add(Me.入庫日期_dtp)
  241. Me.Controls.Add(Me.全部取消_bt)
  242. Me.Controls.Add(Me.全部選擇_bt)
  243. Me.Controls.Add(Me.確認收料入庫_bt)
  244. Me.Controls.Add(Me.退貨明細_dgv)
  245. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  246. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  247. Me.Name = "採購退貨確認"
  248. Me.Text = "採購退貨確認"
  249. CType(Me.退貨明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  250. Me.ContextMenuStrip1.ResumeLayout(False)
  251. Me.ResumeLayout(False)
  252. Me.PerformLayout()
  253. End Sub
  254. Friend WithEvents Label1 As Label
  255. Friend WithEvents 倉名編號_tb As TextBox
  256. Friend WithEvents 依單據選擇_bt As Button
  257. Friend WithEvents 單據編號_tb As TextBox
  258. Friend WithEvents Label4 As Label
  259. Friend WithEvents Label20 As Label
  260. Friend WithEvents 入庫日期_dtp As DateTimePicker
  261. Friend WithEvents 全部取消_bt As Button
  262. Friend WithEvents 全部選擇_bt As Button
  263. Friend WithEvents 確認收料入庫_bt As Button
  264. Friend WithEvents 退貨明細_dgv As DataGridView
  265. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  266. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  267. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  268. Friend WithEvents 依據單號全部選擇ToolStripMenuItem As ToolStripMenuItem
  269. Friend WithEvents 全部選擇ToolStripMenuItem As ToolStripMenuItem
  270. Friend WithEvents 全部取消ToolStripMenuItem As ToolStripMenuItem
  271. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  272. Friend WithEvents 確認收料入庫ToolStripMenuItem As ToolStripMenuItem
  273. Friend WithEvents 倉名_tb As TextBox
  274. End Class