Brak opisu
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 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  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.倉名編號_tb = New System.Windows.Forms.TextBox()
  30. Me.倉級_tb = New System.Windows.Forms.TextBox()
  31. Me.指定倉庫_tb = New System.Windows.Forms.TextBox()
  32. Me.出庫完成_bt = New System.Windows.Forms.Button()
  33. Me.圖片檔1_pb = New System.Windows.Forms.PictureBox()
  34. Me.圖片檔2_pb = New System.Windows.Forms.PictureBox()
  35. Me.指定出庫單號_tb = New System.Windows.Forms.TextBox()
  36. Me.出庫單據_dgv = New System.Windows.Forms.DataGridView()
  37. Me.出庫明細_dgv = New System.Windows.Forms.DataGridView()
  38. Me.規格合併_dgv = New System.Windows.Forms.DataGridView()
  39. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  40. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  41. Me.出庫完成_tsm = New System.Windows.Forms.ToolStripMenuItem()
  42. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  43. Me.倉名編號_lb = New System.Windows.Forms.Label()
  44. Me.倉級_lb = New System.Windows.Forms.Label()
  45. Me.指定倉庫_lb = New System.Windows.Forms.Label()
  46. Me.指定出庫單號_lb = New System.Windows.Forms.Label()
  47. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  48. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  49. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  50. Me.語轉扭_bt = New System.Windows.Forms.Button()
  51. CType(Me.圖片檔1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  52. CType(Me.圖片檔2_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  53. CType(Me.出庫單據_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  54. CType(Me.出庫明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  55. CType(Me.規格合併_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  56. Me.ContextMenuStrip1.SuspendLayout()
  57. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  58. Me.SuspendLayout()
  59. '
  60. '倉名編號_tb
  61. '
  62. Me.倉名編號_tb.Location = New System.Drawing.Point(930, 78)
  63. Me.倉名編號_tb.Name = "倉名編號_tb"
  64. Me.倉名編號_tb.Size = New System.Drawing.Size(75, 23)
  65. Me.倉名編號_tb.TabIndex = 1036
  66. Me.倉名編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  67. '
  68. '倉級_tb
  69. '
  70. Me.倉級_tb.Location = New System.Drawing.Point(706, 78)
  71. Me.倉級_tb.Name = "倉級_tb"
  72. Me.倉級_tb.Size = New System.Drawing.Size(75, 23)
  73. Me.倉級_tb.TabIndex = 1034
  74. Me.倉級_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  75. '
  76. '指定倉庫_tb
  77. '
  78. Me.指定倉庫_tb.Location = New System.Drawing.Point(645, 51)
  79. Me.指定倉庫_tb.Name = "指定倉庫_tb"
  80. Me.指定倉庫_tb.Size = New System.Drawing.Size(360, 23)
  81. Me.指定倉庫_tb.TabIndex = 1032
  82. Me.指定倉庫_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  83. '
  84. '出庫完成_bt
  85. '
  86. Me.出庫完成_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  87. Me.出庫完成_bt.ForeColor = System.Drawing.Color.Green
  88. Me.出庫完成_bt.Location = New System.Drawing.Point(1011, 3)
  89. Me.出庫完成_bt.Name = "出庫完成_bt"
  90. Me.出庫完成_bt.Size = New System.Drawing.Size(333, 72)
  91. Me.出庫完成_bt.TabIndex = 1030
  92. Me.出庫完成_bt.Text = "出庫完成"
  93. Me.出庫完成_bt.UseVisualStyleBackColor = True
  94. '
  95. '圖片檔1_pb
  96. '
  97. Me.圖片檔1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  98. Me.圖片檔1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  99. Me.圖片檔1_pb.Location = New System.Drawing.Point(364, 4)
  100. Me.圖片檔1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  101. Me.圖片檔1_pb.Name = "圖片檔1_pb"
  102. Me.圖片檔1_pb.Size = New System.Drawing.Size(191, 98)
  103. Me.圖片檔1_pb.TabIndex = 1029
  104. Me.圖片檔1_pb.TabStop = False
  105. '
  106. '圖片檔2_pb
  107. '
  108. Me.圖片檔2_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  109. Me.圖片檔2_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  110. Me.圖片檔2_pb.Location = New System.Drawing.Point(642, 194)
  111. Me.圖片檔2_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  112. Me.圖片檔2_pb.Name = "圖片檔2_pb"
  113. Me.圖片檔2_pb.Size = New System.Drawing.Size(78, 85)
  114. Me.圖片檔2_pb.TabIndex = 1028
  115. Me.圖片檔2_pb.TabStop = False
  116. Me.圖片檔2_pb.Visible = False
  117. '
  118. '指定出庫單號_tb
  119. '
  120. Me.指定出庫單號_tb.Location = New System.Drawing.Point(803, 3)
  121. Me.指定出庫單號_tb.Name = "指定出庫單號_tb"
  122. Me.指定出庫單號_tb.Size = New System.Drawing.Size(202, 23)
  123. Me.指定出庫單號_tb.TabIndex = 1026
  124. Me.指定出庫單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  125. '
  126. '出庫單據_dgv
  127. '
  128. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  129. Me.出庫單據_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  130. Me.出庫單據_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  131. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  132. Me.出庫單據_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  133. Me.出庫單據_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  134. Me.出庫單據_dgv.Location = New System.Drawing.Point(5, 5)
  135. Me.出庫單據_dgv.Name = "出庫單據_dgv"
  136. Me.出庫單據_dgv.RowHeadersWidth = 5
  137. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  138. Me.出庫單據_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  139. Me.出庫單據_dgv.RowTemplate.Height = 24
  140. Me.出庫單據_dgv.Size = New System.Drawing.Size(353, 670)
  141. Me.出庫單據_dgv.TabIndex = 1025
  142. '
  143. '出庫明細_dgv
  144. '
  145. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  146. Me.出庫明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  147. Me.出庫明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  148. Or System.Windows.Forms.AnchorStyles.Left) _
  149. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  150. Me.出庫明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  151. Me.出庫明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  152. Me.出庫明細_dgv.Location = New System.Drawing.Point(364, 103)
  153. Me.出庫明細_dgv.Name = "出庫明細_dgv"
  154. Me.出庫明細_dgv.RowHeadersWidth = 5
  155. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  156. Me.出庫明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  157. Me.出庫明細_dgv.RowTemplate.Height = 24
  158. Me.出庫明細_dgv.Size = New System.Drawing.Size(980, 573)
  159. Me.出庫明細_dgv.TabIndex = 1024
  160. '
  161. '規格合併_dgv
  162. '
  163. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  164. Me.規格合併_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  165. Me.規格合併_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  166. Me.規格合併_dgv.Location = New System.Drawing.Point(409, 138)
  167. Me.規格合併_dgv.Name = "規格合併_dgv"
  168. Me.規格合併_dgv.RowHeadersWidth = 5
  169. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  170. Me.規格合併_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  171. Me.規格合併_dgv.RowTemplate.Height = 24
  172. Me.規格合併_dgv.Size = New System.Drawing.Size(227, 141)
  173. Me.規格合併_dgv.TabIndex = 1038
  174. '
  175. 'ContextMenuStrip1
  176. '
  177. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.出庫完成_tsm})
  178. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  179. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 48)
  180. '
  181. '重新整理_tsm
  182. '
  183. Me.重新整理_tsm.Name = "重新整理_tsm"
  184. Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
  185. Me.重新整理_tsm.Text = "重新整理"
  186. '
  187. '出庫完成_tsm
  188. '
  189. Me.出庫完成_tsm.ForeColor = System.Drawing.Color.Green
  190. Me.出庫完成_tsm.Name = "出庫完成_tsm"
  191. Me.出庫完成_tsm.Size = New System.Drawing.Size(122, 22)
  192. Me.出庫完成_tsm.Text = "出庫完成"
  193. Me.出庫完成_tsm.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage
  194. '
  195. '語言_dgv
  196. '
  197. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  198. Me.語言_dgv.Location = New System.Drawing.Point(642, 138)
  199. Me.語言_dgv.Name = "語言_dgv"
  200. Me.語言_dgv.RowHeadersWidth = 5
  201. Me.語言_dgv.RowTemplate.Height = 24
  202. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  203. Me.語言_dgv.TabIndex = 1066
  204. Me.語言_dgv.Visible = False
  205. '
  206. '倉名編號_lb
  207. '
  208. Me.倉名編號_lb.AutoSize = True
  209. Me.倉名編號_lb.Location = New System.Drawing.Point(853, 81)
  210. Me.倉名編號_lb.Name = "倉名編號_lb"
  211. Me.倉名編號_lb.Size = New System.Drawing.Size(74, 16)
  212. Me.倉名編號_lb.TabIndex = 1070
  213. Me.倉名編號_lb.Text = "倉 名 編 號"
  214. '
  215. '倉級_lb
  216. '
  217. Me.倉級_lb.AutoSize = True
  218. Me.倉級_lb.Location = New System.Drawing.Point(650, 81)
  219. Me.倉級_lb.Name = "倉級_lb"
  220. Me.倉級_lb.Size = New System.Drawing.Size(50, 16)
  221. Me.倉級_lb.TabIndex = 1069
  222. Me.倉級_lb.Text = "倉 級"
  223. '
  224. '指定倉庫_lb
  225. '
  226. Me.指定倉庫_lb.AutoSize = True
  227. Me.指定倉庫_lb.Location = New System.Drawing.Point(647, 33)
  228. Me.指定倉庫_lb.Name = "指定倉庫_lb"
  229. Me.指定倉庫_lb.Size = New System.Drawing.Size(137, 16)
  230. Me.指定倉庫_lb.TabIndex = 1068
  231. Me.指定倉庫_lb.Text = "指 定 倉 庫"
  232. '
  233. '指定出庫單號_lb
  234. '
  235. Me.指定出庫單號_lb.AutoSize = True
  236. Me.指定出庫單號_lb.Location = New System.Drawing.Point(646, 6)
  237. Me.指定出庫單號_lb.Name = "指定出庫單號_lb"
  238. Me.指定出庫單號_lb.Size = New System.Drawing.Size(155, 16)
  239. Me.指定出庫單號_lb.TabIndex = 1067
  240. Me.指定出庫單號_lb.Text = "指 定 出 庫 單 號"
  241. '
  242. '大間距_ch
  243. '
  244. Me.大間距_ch.AutoSize = True
  245. Me.大間距_ch.Location = New System.Drawing.Point(1096, 78)
  246. Me.大間距_ch.Name = "大間距_ch"
  247. Me.大間距_ch.Size = New System.Drawing.Size(40, 20)
  248. Me.大間距_ch.TabIndex = 1657
  249. Me.大間距_ch.Text = "L3"
  250. Me.大間距_ch.UseVisualStyleBackColor = True
  251. '
  252. '中間距_ch
  253. '
  254. Me.中間距_ch.AutoSize = True
  255. Me.中間距_ch.Location = New System.Drawing.Point(1053, 78)
  256. Me.中間距_ch.Name = "中間距_ch"
  257. Me.中間距_ch.Size = New System.Drawing.Size(40, 20)
  258. Me.中間距_ch.TabIndex = 1656
  259. Me.中間距_ch.Text = "L2"
  260. Me.中間距_ch.UseVisualStyleBackColor = True
  261. '
  262. '小間距_ch
  263. '
  264. Me.小間距_ch.AutoSize = True
  265. Me.小間距_ch.Location = New System.Drawing.Point(1011, 78)
  266. Me.小間距_ch.Name = "小間距_ch"
  267. Me.小間距_ch.Size = New System.Drawing.Size(40, 20)
  268. Me.小間距_ch.TabIndex = 1655
  269. Me.小間距_ch.Text = "L1"
  270. Me.小間距_ch.UseVisualStyleBackColor = True
  271. '
  272. '語轉扭_bt
  273. '
  274. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  275. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  276. Me.語轉扭_bt.Location = New System.Drawing.Point(1319, 76)
  277. Me.語轉扭_bt.Name = "語轉扭_bt"
  278. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  279. Me.語轉扭_bt.TabIndex = 1658
  280. Me.語轉扭_bt.Text = "L"
  281. Me.語轉扭_bt.UseVisualStyleBackColor = True
  282. '
  283. '倉儲指定出庫作業
  284. '
  285. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  286. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  287. Me.ClientSize = New System.Drawing.Size(1349, 681)
  288. Me.ContextMenuStrip = Me.ContextMenuStrip1
  289. Me.Controls.Add(Me.語轉扭_bt)
  290. Me.Controls.Add(Me.大間距_ch)
  291. Me.Controls.Add(Me.中間距_ch)
  292. Me.Controls.Add(Me.小間距_ch)
  293. Me.Controls.Add(Me.倉名編號_lb)
  294. Me.Controls.Add(Me.倉級_lb)
  295. Me.Controls.Add(Me.指定倉庫_lb)
  296. Me.Controls.Add(Me.指定出庫單號_lb)
  297. Me.Controls.Add(Me.語言_dgv)
  298. Me.Controls.Add(Me.規格合併_dgv)
  299. Me.Controls.Add(Me.倉名編號_tb)
  300. Me.Controls.Add(Me.倉級_tb)
  301. Me.Controls.Add(Me.指定倉庫_tb)
  302. Me.Controls.Add(Me.出庫完成_bt)
  303. Me.Controls.Add(Me.圖片檔1_pb)
  304. Me.Controls.Add(Me.圖片檔2_pb)
  305. Me.Controls.Add(Me.指定出庫單號_tb)
  306. Me.Controls.Add(Me.出庫單據_dgv)
  307. Me.Controls.Add(Me.出庫明細_dgv)
  308. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  309. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  310. Me.Name = "倉儲指定出庫作業"
  311. Me.Text = "倉儲指定出庫作業"
  312. CType(Me.圖片檔1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  313. CType(Me.圖片檔2_pb, System.ComponentModel.ISupportInitialize).EndInit()
  314. CType(Me.出庫單據_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  315. CType(Me.出庫明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  316. CType(Me.規格合併_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  317. Me.ContextMenuStrip1.ResumeLayout(False)
  318. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  319. Me.ResumeLayout(False)
  320. Me.PerformLayout()
  321. End Sub
  322. Friend WithEvents 倉名編號_tb As TextBox
  323. Friend WithEvents 倉級_tb As TextBox
  324. Friend WithEvents 指定倉庫_tb As TextBox
  325. Friend WithEvents 出庫完成_bt As Button
  326. Friend WithEvents 圖片檔1_pb As PictureBox
  327. Friend WithEvents 圖片檔2_pb As PictureBox
  328. Friend WithEvents 指定出庫單號_tb As TextBox
  329. Friend WithEvents 出庫單據_dgv As DataGridView
  330. Friend WithEvents 出庫明細_dgv As DataGridView
  331. Friend WithEvents 規格合併_dgv As DataGridView
  332. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  333. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  334. Friend WithEvents 出庫完成_tsm As ToolStripMenuItem
  335. Friend WithEvents 語言_dgv As DataGridView
  336. Friend WithEvents 倉名編號_lb As Label
  337. Friend WithEvents 倉級_lb As Label
  338. Friend WithEvents 指定倉庫_lb As Label
  339. Friend WithEvents 指定出庫單號_lb As Label
  340. Friend WithEvents 大間距_ch As CheckBox
  341. Friend WithEvents 中間距_ch As CheckBox
  342. Friend WithEvents 小間距_ch As CheckBox
  343. Friend WithEvents 語轉扭_bt As Button
  344. End Class