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

倉儲領料出庫.Designer.vb 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Me.出庫完成_bt = New System.Windows.Forms.Button()
  30. Me.領料單號_lb = New System.Windows.Forms.Label()
  31. Me.執行單號_tb = New System.Windows.Forms.TextBox()
  32. Me.出庫單據_dgv = New System.Windows.Forms.DataGridView()
  33. Me.出庫明細_dgv = New System.Windows.Forms.DataGridView()
  34. Me.規格合併_dgv = New System.Windows.Forms.DataGridView()
  35. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  36. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  37. Me.出庫完成_tsm = New System.Windows.Forms.ToolStripMenuItem()
  38. Me.圖片檔1_pb = New System.Windows.Forms.PictureBox()
  39. Me.圖片檔2_pb = New System.Windows.Forms.PictureBox()
  40. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  41. Me.大間距1_ch = New System.Windows.Forms.CheckBox()
  42. Me.中間距1_ch = New System.Windows.Forms.CheckBox()
  43. Me.小間距1_ch = New System.Windows.Forms.CheckBox()
  44. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  45. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  46. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  47. Me.語轉扭_bt = New System.Windows.Forms.Button()
  48. CType(Me.出庫單據_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  49. CType(Me.出庫明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  50. CType(Me.規格合併_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  51. Me.ContextMenuStrip1.SuspendLayout()
  52. CType(Me.圖片檔1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  53. CType(Me.圖片檔2_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  54. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  55. Me.SuspendLayout()
  56. '
  57. '出庫完成_bt
  58. '
  59. Me.出庫完成_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  60. Me.出庫完成_bt.ForeColor = System.Drawing.Color.Green
  61. Me.出庫完成_bt.Location = New System.Drawing.Point(462, 28)
  62. Me.出庫完成_bt.Name = "出庫完成_bt"
  63. Me.出庫完成_bt.Size = New System.Drawing.Size(293, 41)
  64. Me.出庫完成_bt.TabIndex = 1044
  65. Me.出庫完成_bt.Text = "出庫完成"
  66. Me.出庫完成_bt.UseVisualStyleBackColor = True
  67. '
  68. '領料單號_lb
  69. '
  70. Me.領料單號_lb.AutoSize = True
  71. Me.領料單號_lb.Location = New System.Drawing.Point(459, 7)
  72. Me.領料單號_lb.Name = "領料單號_lb"
  73. Me.領料單號_lb.Size = New System.Drawing.Size(119, 16)
  74. Me.領料單號_lb.TabIndex = 1041
  75. Me.領料單號_lb.Text = "領 料 單 號"
  76. '
  77. '執行單號_tb
  78. '
  79. Me.執行單號_tb.Location = New System.Drawing.Point(584, 4)
  80. Me.執行單號_tb.Name = "執行單號_tb"
  81. Me.執行單號_tb.Size = New System.Drawing.Size(170, 23)
  82. Me.執行單號_tb.TabIndex = 1040
  83. Me.執行單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  84. '
  85. '出庫單據_dgv
  86. '
  87. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  88. Me.出庫單據_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  89. Me.出庫單據_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  90. Or System.Windows.Forms.AnchorStyles.Left), 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(6, 22)
  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(332, 655)
  100. Me.出庫單據_dgv.TabIndex = 1039
  101. '
  102. '出庫明細_dgv
  103. '
  104. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  105. Me.出庫明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  106. Me.出庫明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  107. Or System.Windows.Forms.AnchorStyles.Left) _
  108. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  109. Me.出庫明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  110. Me.出庫明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  111. Me.出庫明細_dgv.Location = New System.Drawing.Point(342, 71)
  112. Me.出庫明細_dgv.Name = "出庫明細_dgv"
  113. Me.出庫明細_dgv.RowHeadersWidth = 5
  114. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  115. Me.出庫明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  116. Me.出庫明細_dgv.RowTemplate.Height = 24
  117. Me.出庫明細_dgv.Size = New System.Drawing.Size(1002, 606)
  118. Me.出庫明細_dgv.TabIndex = 1038
  119. '
  120. '規格合併_dgv
  121. '
  122. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  123. Me.規格合併_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  124. Me.規格合併_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  125. Me.規格合併_dgv.Location = New System.Drawing.Point(387, 109)
  126. Me.規格合併_dgv.Name = "規格合併_dgv"
  127. Me.規格合併_dgv.RowHeadersWidth = 5
  128. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  129. Me.規格合併_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  130. Me.規格合併_dgv.RowTemplate.Height = 24
  131. Me.規格合併_dgv.Size = New System.Drawing.Size(227, 141)
  132. Me.規格合併_dgv.TabIndex = 1045
  133. '
  134. 'ContextMenuStrip1
  135. '
  136. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.出庫完成_tsm})
  137. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  138. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 48)
  139. '
  140. '重新整理_tsm
  141. '
  142. Me.重新整理_tsm.Name = "重新整理_tsm"
  143. Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
  144. Me.重新整理_tsm.Text = "重新整理"
  145. '
  146. '出庫完成_tsm
  147. '
  148. Me.出庫完成_tsm.ForeColor = System.Drawing.Color.Green
  149. Me.出庫完成_tsm.Name = "出庫完成_tsm"
  150. Me.出庫完成_tsm.Size = New System.Drawing.Size(122, 22)
  151. Me.出庫完成_tsm.Text = "出庫完成"
  152. '
  153. '圖片檔1_pb
  154. '
  155. Me.圖片檔1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  156. Me.圖片檔1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  157. Me.圖片檔1_pb.Location = New System.Drawing.Point(342, 3)
  158. Me.圖片檔1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  159. Me.圖片檔1_pb.Name = "圖片檔1_pb"
  160. Me.圖片檔1_pb.Size = New System.Drawing.Size(116, 66)
  161. Me.圖片檔1_pb.TabIndex = 1043
  162. Me.圖片檔1_pb.TabStop = False
  163. '
  164. '圖片檔2_pb
  165. '
  166. Me.圖片檔2_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  167. Me.圖片檔2_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  168. Me.圖片檔2_pb.Location = New System.Drawing.Point(620, 165)
  169. Me.圖片檔2_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  170. Me.圖片檔2_pb.Name = "圖片檔2_pb"
  171. Me.圖片檔2_pb.Size = New System.Drawing.Size(81, 85)
  172. Me.圖片檔2_pb.TabIndex = 1042
  173. Me.圖片檔2_pb.TabStop = False
  174. Me.圖片檔2_pb.Visible = False
  175. '
  176. '語言_dgv
  177. '
  178. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  179. Me.語言_dgv.Location = New System.Drawing.Point(620, 109)
  180. Me.語言_dgv.Name = "語言_dgv"
  181. Me.語言_dgv.RowHeadersWidth = 5
  182. Me.語言_dgv.RowTemplate.Height = 24
  183. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  184. Me.語言_dgv.TabIndex = 1074
  185. Me.語言_dgv.Visible = False
  186. '
  187. '大間距1_ch
  188. '
  189. Me.大間距1_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  190. Me.大間距1_ch.AutoSize = True
  191. Me.大間距1_ch.Location = New System.Drawing.Point(298, 2)
  192. Me.大間距1_ch.Name = "大間距1_ch"
  193. Me.大間距1_ch.Size = New System.Drawing.Size(40, 20)
  194. Me.大間距1_ch.TabIndex = 1674
  195. Me.大間距1_ch.Text = "L3"
  196. Me.大間距1_ch.UseVisualStyleBackColor = True
  197. '
  198. '中間距1_ch
  199. '
  200. Me.中間距1_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  201. Me.中間距1_ch.AutoSize = True
  202. Me.中間距1_ch.Location = New System.Drawing.Point(255, 2)
  203. Me.中間距1_ch.Name = "中間距1_ch"
  204. Me.中間距1_ch.Size = New System.Drawing.Size(40, 20)
  205. Me.中間距1_ch.TabIndex = 1673
  206. Me.中間距1_ch.Text = "L2"
  207. Me.中間距1_ch.UseVisualStyleBackColor = True
  208. '
  209. '小間距1_ch
  210. '
  211. Me.小間距1_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  212. Me.小間距1_ch.AutoSize = True
  213. Me.小間距1_ch.Location = New System.Drawing.Point(213, 2)
  214. Me.小間距1_ch.Name = "小間距1_ch"
  215. Me.小間距1_ch.Size = New System.Drawing.Size(40, 20)
  216. Me.小間距1_ch.TabIndex = 1672
  217. Me.小間距1_ch.Text = "L1"
  218. Me.小間距1_ch.UseVisualStyleBackColor = True
  219. '
  220. '大間距_ch
  221. '
  222. Me.大間距_ch.AutoSize = True
  223. Me.大間距_ch.Location = New System.Drawing.Point(845, 48)
  224. Me.大間距_ch.Name = "大間距_ch"
  225. Me.大間距_ch.Size = New System.Drawing.Size(40, 20)
  226. Me.大間距_ch.TabIndex = 1671
  227. Me.大間距_ch.Text = "L3"
  228. Me.大間距_ch.UseVisualStyleBackColor = True
  229. '
  230. '中間距_ch
  231. '
  232. Me.中間距_ch.AutoSize = True
  233. Me.中間距_ch.Location = New System.Drawing.Point(802, 48)
  234. Me.中間距_ch.Name = "中間距_ch"
  235. Me.中間距_ch.Size = New System.Drawing.Size(40, 20)
  236. Me.中間距_ch.TabIndex = 1670
  237. Me.中間距_ch.Text = "L2"
  238. Me.中間距_ch.UseVisualStyleBackColor = True
  239. '
  240. '小間距_ch
  241. '
  242. Me.小間距_ch.AutoSize = True
  243. Me.小間距_ch.Location = New System.Drawing.Point(760, 48)
  244. Me.小間距_ch.Name = "小間距_ch"
  245. Me.小間距_ch.Size = New System.Drawing.Size(40, 20)
  246. Me.小間距_ch.TabIndex = 1669
  247. Me.小間距_ch.Text = "L1"
  248. Me.小間距_ch.UseVisualStyleBackColor = True
  249. '
  250. '語轉扭_bt
  251. '
  252. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  253. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  254. Me.語轉扭_bt.Location = New System.Drawing.Point(760, 3)
  255. Me.語轉扭_bt.Name = "語轉扭_bt"
  256. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  257. Me.語轉扭_bt.TabIndex = 1668
  258. Me.語轉扭_bt.Text = "L"
  259. Me.語轉扭_bt.UseVisualStyleBackColor = True
  260. '
  261. '倉儲領料出庫
  262. '
  263. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  264. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  265. Me.ClientSize = New System.Drawing.Size(1349, 681)
  266. Me.ContextMenuStrip = Me.ContextMenuStrip1
  267. Me.Controls.Add(Me.大間距1_ch)
  268. Me.Controls.Add(Me.中間距1_ch)
  269. Me.Controls.Add(Me.小間距1_ch)
  270. Me.Controls.Add(Me.大間距_ch)
  271. Me.Controls.Add(Me.中間距_ch)
  272. Me.Controls.Add(Me.小間距_ch)
  273. Me.Controls.Add(Me.語轉扭_bt)
  274. Me.Controls.Add(Me.語言_dgv)
  275. Me.Controls.Add(Me.規格合併_dgv)
  276. Me.Controls.Add(Me.出庫完成_bt)
  277. Me.Controls.Add(Me.圖片檔1_pb)
  278. Me.Controls.Add(Me.圖片檔2_pb)
  279. Me.Controls.Add(Me.領料單號_lb)
  280. Me.Controls.Add(Me.執行單號_tb)
  281. Me.Controls.Add(Me.出庫單據_dgv)
  282. Me.Controls.Add(Me.出庫明細_dgv)
  283. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  284. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  285. Me.Name = "倉儲領料出庫"
  286. Me.Text = "倉儲領料出庫"
  287. CType(Me.出庫單據_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  288. CType(Me.出庫明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  289. CType(Me.規格合併_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  290. Me.ContextMenuStrip1.ResumeLayout(False)
  291. CType(Me.圖片檔1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  292. CType(Me.圖片檔2_pb, System.ComponentModel.ISupportInitialize).EndInit()
  293. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  294. Me.ResumeLayout(False)
  295. Me.PerformLayout()
  296. End Sub
  297. Friend WithEvents 出庫完成_bt As Button
  298. Friend WithEvents 圖片檔1_pb As PictureBox
  299. Friend WithEvents 圖片檔2_pb As PictureBox
  300. Friend WithEvents 領料單號_lb As Label
  301. Friend WithEvents 執行單號_tb As TextBox
  302. Friend WithEvents 出庫單據_dgv As DataGridView
  303. Friend WithEvents 出庫明細_dgv As DataGridView
  304. Friend WithEvents 規格合併_dgv As DataGridView
  305. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  306. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  307. Friend WithEvents 出庫完成_tsm As ToolStripMenuItem
  308. Friend WithEvents 語言_dgv As DataGridView
  309. Friend WithEvents 大間距1_ch As CheckBox
  310. Friend WithEvents 中間距1_ch As CheckBox
  311. Friend WithEvents 小間距1_ch As CheckBox
  312. Friend WithEvents 大間距_ch As CheckBox
  313. Friend WithEvents 中間距_ch As CheckBox
  314. Friend WithEvents 小間距_ch As CheckBox
  315. Friend WithEvents 語轉扭_bt As Button
  316. End Class