Няма описание
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 15KB

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