説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

倉儲分區控制表.Designer.vb 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.倉儲區域_dgv = New System.Windows.Forms.DataGridView()
  26. Me.新增_bt = New System.Windows.Forms.Button()
  27. Me.修改_bt = New System.Windows.Forms.Button()
  28. Me.刪除_bt = New System.Windows.Forms.Button()
  29. Me.倉級_tb = New System.Windows.Forms.ComboBox()
  30. Me.倉級_lb = New System.Windows.Forms.Label()
  31. Me.倉名編號_tb = New System.Windows.Forms.TextBox()
  32. Me.倉名編號_lb = New System.Windows.Forms.Label()
  33. Me.倉名_lb = New System.Windows.Forms.Label()
  34. Me.倉名_tb = New System.Windows.Forms.TextBox()
  35. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  36. Me.文字_lb = New System.Windows.Forms.Label()
  37. Me.修正_tb = New System.Windows.Forms.Button()
  38. Me.倉級1_tb = New System.Windows.Forms.TextBox()
  39. Me.倉編_tb = New System.Windows.Forms.TextBox()
  40. Me.單號_bt = New System.Windows.Forms.TextBox()
  41. Me.入庫無指定_dgv = New System.Windows.Forms.DataGridView()
  42. Me.語轉扭_bt = New System.Windows.Forms.Button()
  43. Me.文字1_lb = New System.Windows.Forms.Label()
  44. Me.CXL_ch = New System.Windows.Forms.CheckBox()
  45. CType(Me.倉儲區域_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  46. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  47. CType(Me.入庫無指定_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  48. Me.SuspendLayout()
  49. '
  50. '倉儲區域_dgv
  51. '
  52. Me.倉儲區域_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  53. Or System.Windows.Forms.AnchorStyles.Left) _
  54. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  55. Me.倉儲區域_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  56. Me.倉儲區域_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  57. Me.倉儲區域_dgv.Location = New System.Drawing.Point(4, 119)
  58. Me.倉儲區域_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  59. Me.倉儲區域_dgv.Name = "倉儲區域_dgv"
  60. Me.倉儲區域_dgv.RowHeadersWidth = 5
  61. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  62. Me.倉儲區域_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  63. Me.倉儲區域_dgv.RowTemplate.Height = 24
  64. Me.倉儲區域_dgv.Size = New System.Drawing.Size(768, 557)
  65. Me.倉儲區域_dgv.TabIndex = 580
  66. '
  67. '新增_bt
  68. '
  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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  71. Me.新增_bt.Location = New System.Drawing.Point(4, 92)
  72. Me.新增_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  73. Me.新增_bt.Name = "新增_bt"
  74. Me.新增_bt.Size = New System.Drawing.Size(217, 25)
  75. Me.新增_bt.TabIndex = 587
  76. Me.新增_bt.Text = "新增"
  77. Me.新增_bt.UseVisualStyleBackColor = True
  78. '
  79. '修改_bt
  80. '
  81. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  82. Me.修改_bt.ForeColor = System.Drawing.Color.Green
  83. Me.修改_bt.Location = New System.Drawing.Point(227, 92)
  84. Me.修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  85. Me.修改_bt.Name = "修改_bt"
  86. Me.修改_bt.Size = New System.Drawing.Size(217, 25)
  87. Me.修改_bt.TabIndex = 588
  88. Me.修改_bt.Text = "修改"
  89. Me.修改_bt.UseVisualStyleBackColor = True
  90. '
  91. '刪除_bt
  92. '
  93. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  94. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  95. Me.刪除_bt.Location = New System.Drawing.Point(446, 92)
  96. Me.刪除_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  97. Me.刪除_bt.Name = "刪除_bt"
  98. Me.刪除_bt.Size = New System.Drawing.Size(217, 25)
  99. Me.刪除_bt.TabIndex = 589
  100. Me.刪除_bt.Text = "刪除"
  101. Me.刪除_bt.UseVisualStyleBackColor = True
  102. '
  103. '倉級_tb
  104. '
  105. Me.倉級_tb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  106. Me.倉級_tb.FormattingEnabled = True
  107. Me.倉級_tb.Items.AddRange(New Object() {"1", "2", "3"})
  108. Me.倉級_tb.Location = New System.Drawing.Point(109, 41)
  109. Me.倉級_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  110. Me.倉級_tb.Name = "倉級_tb"
  111. Me.倉級_tb.Size = New System.Drawing.Size(70, 24)
  112. Me.倉級_tb.TabIndex = 590
  113. '
  114. '倉級_lb
  115. '
  116. Me.倉級_lb.AutoSize = True
  117. Me.倉級_lb.Location = New System.Drawing.Point(4, 46)
  118. Me.倉級_lb.Name = "倉級_lb"
  119. Me.倉級_lb.Size = New System.Drawing.Size(50, 16)
  120. Me.倉級_lb.TabIndex = 591
  121. Me.倉級_lb.Text = "倉 級"
  122. '
  123. '倉名編號_tb
  124. '
  125. Me.倉名編號_tb.Location = New System.Drawing.Point(314, 40)
  126. Me.倉名編號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  127. Me.倉名編號_tb.Name = "倉名編號_tb"
  128. Me.倉名編號_tb.Size = New System.Drawing.Size(72, 23)
  129. Me.倉名編號_tb.TabIndex = 593
  130. '
  131. '倉名編號_lb
  132. '
  133. Me.倉名編號_lb.AutoSize = True
  134. Me.倉名編號_lb.Location = New System.Drawing.Point(185, 44)
  135. Me.倉名編號_lb.Name = "倉名編號_lb"
  136. Me.倉名編號_lb.Size = New System.Drawing.Size(74, 16)
  137. Me.倉名編號_lb.TabIndex = 594
  138. Me.倉名編號_lb.Text = "倉 名 編 號"
  139. '
  140. '倉名_lb
  141. '
  142. Me.倉名_lb.AutoSize = True
  143. Me.倉名_lb.Location = New System.Drawing.Point(4, 72)
  144. Me.倉名_lb.Name = "倉名_lb"
  145. Me.倉名_lb.Size = New System.Drawing.Size(44, 16)
  146. Me.倉名_lb.TabIndex = 596
  147. Me.倉名_lb.Text = "倉 名"
  148. '
  149. '倉名_tb
  150. '
  151. Me.倉名_tb.Location = New System.Drawing.Point(106, 68)
  152. Me.倉名_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  153. Me.倉名_tb.Name = "倉名_tb"
  154. Me.倉名_tb.Size = New System.Drawing.Size(593, 23)
  155. Me.倉名_tb.TabIndex = 595
  156. '
  157. '語言_dgv
  158. '
  159. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  160. Me.語言_dgv.Location = New System.Drawing.Point(65, 200)
  161. Me.語言_dgv.Name = "語言_dgv"
  162. Me.語言_dgv.RowHeadersWidth = 5
  163. Me.語言_dgv.RowTemplate.Height = 24
  164. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  165. Me.語言_dgv.TabIndex = 1032
  166. Me.語言_dgv.Visible = False
  167. '
  168. '文字_lb
  169. '
  170. Me.文字_lb.AutoSize = True
  171. Me.文字_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  172. Me.文字_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  173. Me.文字_lb.Location = New System.Drawing.Point(5, 23)
  174. Me.文字_lb.Name = "文字_lb"
  175. Me.文字_lb.Size = New System.Drawing.Size(449, 16)
  176. Me.文字_lb.TabIndex = 1033
  177. Me.文字_lb.Text = "如果刪除""倉級"",會影響到控制表運作;原有的單號會找不到指定的倉級,產生bug"
  178. '
  179. '修正_tb
  180. '
  181. Me.修正_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  182. Me.修正_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  183. Me.修正_tb.ForeColor = System.Drawing.Color.Green
  184. Me.修正_tb.Location = New System.Drawing.Point(1120, 41)
  185. Me.修正_tb.Name = "修正_tb"
  186. Me.修正_tb.Size = New System.Drawing.Size(225, 25)
  187. Me.修正_tb.TabIndex = 1039
  188. Me.修正_tb.Text = "修正" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  189. Me.修正_tb.UseVisualStyleBackColor = True
  190. '
  191. '倉級1_tb
  192. '
  193. Me.倉級1_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  194. Me.倉級1_tb.Enabled = False
  195. Me.倉級1_tb.Location = New System.Drawing.Point(945, 42)
  196. Me.倉級1_tb.Name = "倉級1_tb"
  197. Me.倉級1_tb.Size = New System.Drawing.Size(85, 23)
  198. Me.倉級1_tb.TabIndex = 1038
  199. Me.倉級1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  200. '
  201. '倉編_tb
  202. '
  203. Me.倉編_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  204. Me.倉編_tb.Enabled = False
  205. Me.倉編_tb.Location = New System.Drawing.Point(1033, 42)
  206. Me.倉編_tb.Name = "倉編_tb"
  207. Me.倉編_tb.Size = New System.Drawing.Size(85, 23)
  208. Me.倉編_tb.TabIndex = 1037
  209. Me.倉編_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  210. '
  211. '單號_bt
  212. '
  213. Me.單號_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  214. Me.單號_bt.Enabled = False
  215. Me.單號_bt.Location = New System.Drawing.Point(778, 42)
  216. Me.單號_bt.Name = "單號_bt"
  217. Me.單號_bt.Size = New System.Drawing.Size(164, 23)
  218. Me.單號_bt.TabIndex = 1036
  219. Me.單號_bt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  220. '
  221. '入庫無指定_dgv
  222. '
  223. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  224. Me.入庫無指定_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  225. Me.入庫無指定_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  226. Me.入庫無指定_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  227. Me.入庫無指定_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  228. Me.入庫無指定_dgv.Location = New System.Drawing.Point(778, 68)
  229. Me.入庫無指定_dgv.Name = "入庫無指定_dgv"
  230. Me.入庫無指定_dgv.RowHeadersWidth = 5
  231. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  232. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  233. Me.入庫無指定_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  234. Me.入庫無指定_dgv.RowTemplate.Height = 24
  235. Me.入庫無指定_dgv.Size = New System.Drawing.Size(567, 608)
  236. Me.入庫無指定_dgv.TabIndex = 1034
  237. '
  238. '語轉扭_bt
  239. '
  240. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  241. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  242. Me.語轉扭_bt.Location = New System.Drawing.Point(665, 92)
  243. Me.語轉扭_bt.Name = "語轉扭_bt"
  244. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  245. Me.語轉扭_bt.TabIndex = 1652
  246. Me.語轉扭_bt.Text = "L"
  247. Me.語轉扭_bt.UseVisualStyleBackColor = True
  248. '
  249. '文字1_lb
  250. '
  251. Me.文字1_lb.AutoSize = True
  252. Me.文字1_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  253. Me.文字1_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  254. Me.文字1_lb.Location = New System.Drawing.Point(4, 3)
  255. Me.文字1_lb.Name = "文字1_lb"
  256. Me.文字1_lb.Size = New System.Drawing.Size(541, 15)
  257. Me.文字1_lb.TabIndex = 1653
  258. Me.文字1_lb.Text = "修正指定倉儲單具 : 1、先選擇單據資料。 2、在選擇新的倉儲位置。 3、按下修正後即可修改指定倉儲位置。"
  259. '
  260. 'CXL_ch
  261. '
  262. Me.CXL_ch.AutoSize = True
  263. Me.CXL_ch.Location = New System.Drawing.Point(405, 44)
  264. Me.CXL_ch.Name = "CXL_ch"
  265. Me.CXL_ch.Size = New System.Drawing.Size(49, 20)
  266. Me.CXL_ch.TabIndex = 1654
  267. Me.CXL_ch.Text = "CXL"
  268. Me.CXL_ch.UseVisualStyleBackColor = True
  269. '
  270. '倉儲分區控制表
  271. '
  272. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  273. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  274. Me.ClientSize = New System.Drawing.Size(1350, 681)
  275. Me.Controls.Add(Me.CXL_ch)
  276. Me.Controls.Add(Me.語轉扭_bt)
  277. Me.Controls.Add(Me.修正_tb)
  278. Me.Controls.Add(Me.倉級1_tb)
  279. Me.Controls.Add(Me.倉編_tb)
  280. Me.Controls.Add(Me.單號_bt)
  281. Me.Controls.Add(Me.入庫無指定_dgv)
  282. Me.Controls.Add(Me.語言_dgv)
  283. Me.Controls.Add(Me.倉名_tb)
  284. Me.Controls.Add(Me.倉名編號_tb)
  285. Me.Controls.Add(Me.倉級_tb)
  286. Me.Controls.Add(Me.刪除_bt)
  287. Me.Controls.Add(Me.修改_bt)
  288. Me.Controls.Add(Me.新增_bt)
  289. Me.Controls.Add(Me.倉儲區域_dgv)
  290. Me.Controls.Add(Me.倉名_lb)
  291. Me.Controls.Add(Me.倉名編號_lb)
  292. Me.Controls.Add(Me.倉級_lb)
  293. Me.Controls.Add(Me.文字1_lb)
  294. Me.Controls.Add(Me.文字_lb)
  295. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  296. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  297. Me.Name = "倉儲分區控制表"
  298. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  299. Me.Text = "倉儲分區控制表"
  300. CType(Me.倉儲區域_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  301. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  302. CType(Me.入庫無指定_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  303. Me.ResumeLayout(False)
  304. Me.PerformLayout()
  305. End Sub
  306. Friend WithEvents 倉儲區域_dgv As DataGridView
  307. Friend WithEvents 新增_bt As Button
  308. Friend WithEvents 修改_bt As Button
  309. Friend WithEvents 刪除_bt As Button
  310. Friend WithEvents 倉級_tb As ComboBox
  311. Friend WithEvents 倉級_lb As Label
  312. Friend WithEvents 倉名編號_tb As TextBox
  313. Friend WithEvents 倉名編號_lb As Label
  314. Friend WithEvents 倉名_lb As Label
  315. Friend WithEvents 倉名_tb As TextBox
  316. Friend WithEvents 語言_dgv As DataGridView
  317. Friend WithEvents 文字_lb As Label
  318. Friend WithEvents 修正_tb As Button
  319. Friend WithEvents 倉級1_tb As TextBox
  320. Friend WithEvents 倉編_tb As TextBox
  321. Friend WithEvents 單號_bt As TextBox
  322. Friend WithEvents 入庫無指定_dgv As DataGridView
  323. Friend WithEvents 語轉扭_bt As Button
  324. Friend WithEvents 文字1_lb As Label
  325. Friend WithEvents CXL_ch As CheckBox
  326. End Class