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

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