Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Frm_RETAN_COST.Designer.vb 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class Frm_retan_cost
  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.領料清單_dgv = New System.Windows.Forms.DataGridView()
  23. Me.日期清單_lb = New System.Windows.Forms.ListBox()
  24. Me.合計_dgv = New System.Windows.Forms.DataGridView()
  25. Me.領料明細_dgv = New System.Windows.Forms.DataGridView()
  26. Me.流程卡查询_bt = New System.Windows.Forms.Button()
  27. Me.BTN_NO = New System.Windows.Forms.Button()
  28. Me.查詢_tb = New System.Windows.Forms.TextBox()
  29. Me.客户查询_bt = New System.Windows.Forms.Button()
  30. Me.BTN_COLOR = New System.Windows.Forms.Button()
  31. Me.Button1 = New System.Windows.Forms.Button()
  32. Me.Button2 = New System.Windows.Forms.Button()
  33. Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
  34. Me.Panel1 = New System.Windows.Forms.Panel()
  35. CType(Me.領料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  36. CType(Me.合計_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  37. CType(Me.領料明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  38. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
  39. Me.SplitContainer1.Panel1.SuspendLayout()
  40. Me.SplitContainer1.Panel2.SuspendLayout()
  41. Me.SplitContainer1.SuspendLayout()
  42. Me.Panel1.SuspendLayout()
  43. Me.SuspendLayout()
  44. '
  45. '領料清單_dgv
  46. '
  47. Me.領料清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  48. Or System.Windows.Forms.AnchorStyles.Left) _
  49. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  50. Me.領料清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  51. Me.領料清單_dgv.BackgroundColor = System.Drawing.Color.White
  52. Me.領料清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  53. Me.領料清單_dgv.Location = New System.Drawing.Point(0, 38)
  54. Me.領料清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  55. Me.領料清單_dgv.Name = "領料清單_dgv"
  56. Me.領料清單_dgv.RowHeadersWidth = 5
  57. Me.領料清單_dgv.RowTemplate.Height = 23
  58. Me.領料清單_dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  59. Me.領料清單_dgv.Size = New System.Drawing.Size(888, 306)
  60. Me.領料清單_dgv.TabIndex = 0
  61. '
  62. '日期清單_lb
  63. '
  64. Me.日期清單_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  65. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  66. Me.日期清單_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  67. Me.日期清單_lb.FormattingEnabled = True
  68. Me.日期清單_lb.ItemHeight = 16
  69. Me.日期清單_lb.Location = New System.Drawing.Point(2, 2)
  70. Me.日期清單_lb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  71. Me.日期清單_lb.Name = "日期清單_lb"
  72. Me.日期清單_lb.Size = New System.Drawing.Size(106, 708)
  73. Me.日期清單_lb.TabIndex = 1
  74. '
  75. '合計_dgv
  76. '
  77. Me.合計_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  78. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  79. Me.合計_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  80. Me.合計_dgv.BackgroundColor = System.Drawing.Color.White
  81. Me.合計_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  82. Me.合計_dgv.Location = New System.Drawing.Point(888, 0)
  83. Me.合計_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  84. Me.合計_dgv.Name = "合計_dgv"
  85. Me.合計_dgv.RowHeadersWidth = 5
  86. Me.合計_dgv.RowTemplate.Height = 23
  87. Me.合計_dgv.Size = New System.Drawing.Size(423, 344)
  88. Me.合計_dgv.TabIndex = 2
  89. '
  90. '領料明細_dgv
  91. '
  92. Me.領料明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  93. Me.領料明細_dgv.BackgroundColor = System.Drawing.Color.White
  94. Me.領料明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  95. Me.領料明細_dgv.Dock = System.Windows.Forms.DockStyle.Fill
  96. Me.領料明細_dgv.Location = New System.Drawing.Point(0, 0)
  97. Me.領料明細_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  98. Me.領料明細_dgv.Name = "領料明細_dgv"
  99. Me.領料明細_dgv.RowHeadersWidth = 5
  100. Me.領料明細_dgv.RowTemplate.Height = 23
  101. Me.領料明細_dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  102. Me.領料明細_dgv.Size = New System.Drawing.Size(1311, 356)
  103. Me.領料明細_dgv.TabIndex = 3
  104. '
  105. '流程卡查询_bt
  106. '
  107. Me.流程卡查询_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  108. Me.流程卡查询_bt.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  109. Me.流程卡查询_bt.Location = New System.Drawing.Point(127, 1)
  110. Me.流程卡查询_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  111. Me.流程卡查询_bt.Name = "流程卡查询_bt"
  112. Me.流程卡查询_bt.Size = New System.Drawing.Size(120, 35)
  113. Me.流程卡查询_bt.TabIndex = 6
  114. Me.流程卡查询_bt.Text = "流程卡查询(&Z)"
  115. Me.流程卡查询_bt.UseVisualStyleBackColor = False
  116. '
  117. 'BTN_NO
  118. '
  119. Me.BTN_NO.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  120. Me.BTN_NO.Location = New System.Drawing.Point(129, 47)
  121. Me.BTN_NO.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  122. Me.BTN_NO.Name = "BTN_NO"
  123. Me.BTN_NO.Size = New System.Drawing.Size(120, 35)
  124. Me.BTN_NO.TabIndex = 8
  125. Me.BTN_NO.Text = "领料单查询(&V)"
  126. Me.BTN_NO.UseVisualStyleBackColor = True
  127. '
  128. '查詢_tb
  129. '
  130. Me.查詢_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  131. Me.查詢_tb.Location = New System.Drawing.Point(3, 90)
  132. Me.查詢_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  133. Me.查詢_tb.Name = "查詢_tb"
  134. Me.查詢_tb.Size = New System.Drawing.Size(246, 29)
  135. Me.查詢_tb.TabIndex = 9
  136. '
  137. '客户查询_bt
  138. '
  139. Me.客户查询_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  140. Me.客户查询_bt.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  141. Me.客户查询_bt.Location = New System.Drawing.Point(1, 1)
  142. Me.客户查询_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  143. Me.客户查询_bt.Name = "客户查询_bt"
  144. Me.客户查询_bt.Size = New System.Drawing.Size(120, 35)
  145. Me.客户查询_bt.TabIndex = 10
  146. Me.客户查询_bt.Text = "客户查询(&X)"
  147. Me.客户查询_bt.UseVisualStyleBackColor = False
  148. '
  149. 'BTN_COLOR
  150. '
  151. Me.BTN_COLOR.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  152. Me.BTN_COLOR.Location = New System.Drawing.Point(3, 47)
  153. Me.BTN_COLOR.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  154. Me.BTN_COLOR.Name = "BTN_COLOR"
  155. Me.BTN_COLOR.Size = New System.Drawing.Size(120, 35)
  156. Me.BTN_COLOR.TabIndex = 12
  157. Me.BTN_COLOR.Text = "颜色查询(&B)"
  158. Me.BTN_COLOR.UseVisualStyleBackColor = True
  159. '
  160. 'Button1
  161. '
  162. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  163. Me.Button1.Location = New System.Drawing.Point(129, 4)
  164. Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  165. Me.Button1.Name = "Button1"
  166. Me.Button1.Size = New System.Drawing.Size(120, 35)
  167. Me.Button1.TabIndex = 14
  168. Me.Button1.Text = "鞋厂查询(&V)"
  169. Me.Button1.UseVisualStyleBackColor = True
  170. '
  171. 'Button2
  172. '
  173. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. Me.Button2.Location = New System.Drawing.Point(3, 4)
  175. Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  176. Me.Button2.Name = "Button2"
  177. Me.Button2.Size = New System.Drawing.Size(120, 35)
  178. Me.Button2.TabIndex = 16
  179. Me.Button2.Text = "品牌查询(&V)"
  180. Me.Button2.UseVisualStyleBackColor = True
  181. '
  182. 'SplitContainer1
  183. '
  184. Me.SplitContainer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  185. Or System.Windows.Forms.AnchorStyles.Left) _
  186. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  187. Me.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  188. Me.SplitContainer1.Location = New System.Drawing.Point(109, 2)
  189. Me.SplitContainer1.Name = "SplitContainer1"
  190. Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
  191. '
  192. 'SplitContainer1.Panel1
  193. '
  194. Me.SplitContainer1.Panel1.Controls.Add(Me.Panel1)
  195. Me.SplitContainer1.Panel1.Controls.Add(Me.領料清單_dgv)
  196. Me.SplitContainer1.Panel1.Controls.Add(Me.合計_dgv)
  197. Me.SplitContainer1.Panel1.Controls.Add(Me.流程卡查询_bt)
  198. Me.SplitContainer1.Panel1.Controls.Add(Me.客户查询_bt)
  199. '
  200. 'SplitContainer1.Panel2
  201. '
  202. Me.SplitContainer1.Panel2.Controls.Add(Me.領料明細_dgv)
  203. Me.SplitContainer1.Size = New System.Drawing.Size(1313, 708)
  204. Me.SplitContainer1.SplitterDistance = 346
  205. Me.SplitContainer1.TabIndex = 18
  206. '
  207. 'Panel1
  208. '
  209. Me.Panel1.Controls.Add(Me.Button2)
  210. Me.Panel1.Controls.Add(Me.查詢_tb)
  211. Me.Panel1.Controls.Add(Me.Button1)
  212. Me.Panel1.Controls.Add(Me.BTN_NO)
  213. Me.Panel1.Controls.Add(Me.BTN_COLOR)
  214. Me.Panel1.Location = New System.Drawing.Point(45, 68)
  215. Me.Panel1.Name = "Panel1"
  216. Me.Panel1.Size = New System.Drawing.Size(385, 180)
  217. Me.Panel1.TabIndex = 17
  218. '
  219. 'Frm_retan_cost
  220. '
  221. Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
  222. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
  223. Me.ClientSize = New System.Drawing.Size(1426, 713)
  224. Me.Controls.Add(Me.日期清單_lb)
  225. Me.Controls.Add(Me.SplitContainer1)
  226. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  227. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  228. Me.Name = "Frm_retan_cost"
  229. Me.Text = "染色领料记录"
  230. CType(Me.領料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  231. CType(Me.合計_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  232. CType(Me.領料明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  233. Me.SplitContainer1.Panel1.ResumeLayout(False)
  234. Me.SplitContainer1.Panel2.ResumeLayout(False)
  235. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
  236. Me.SplitContainer1.ResumeLayout(False)
  237. Me.Panel1.ResumeLayout(False)
  238. Me.Panel1.PerformLayout()
  239. Me.ResumeLayout(False)
  240. End Sub
  241. Friend WithEvents 領料清單_dgv As DataGridView
  242. Friend WithEvents 日期清單_lb As ListBox
  243. Friend WithEvents 合計_dgv As DataGridView
  244. Friend WithEvents 領料明細_dgv As DataGridView
  245. Friend WithEvents 流程卡查询_bt As Button
  246. Friend WithEvents BTN_NO As Button
  247. Friend WithEvents 查詢_tb As TextBox
  248. Friend WithEvents 客户查询_bt As Button
  249. Friend WithEvents BTN_COLOR As Button
  250. Friend WithEvents Button1 As Button
  251. Friend WithEvents Button2 As Button
  252. Friend WithEvents SplitContainer1 As SplitContainer
  253. Friend WithEvents Panel1 As Panel
  254. End Class