Bez popisu
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 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  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.DataGridView3 = New System.Windows.Forms.DataGridView()
  26. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  27. Me.TextBox19 = New System.Windows.Forms.TextBox()
  28. Me.ComboBox5 = New System.Windows.Forms.ComboBox()
  29. Me.Label17 = New System.Windows.Forms.Label()
  30. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  31. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  32. Me.Label1 = New System.Windows.Forms.Label()
  33. Me.TextBox1 = New System.Windows.Forms.TextBox()
  34. Me.Button1 = New System.Windows.Forms.Button()
  35. Me.Button2 = New System.Windows.Forms.Button()
  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.CheckBox3 = New System.Windows.Forms.CheckBox()
  42. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  43. Me.Label18 = New System.Windows.Forms.Label()
  44. Me.TextBox9 = New System.Windows.Forms.TextBox()
  45. Me.Label16 = New System.Windows.Forms.Label()
  46. Me.CheckBox4 = New System.Windows.Forms.CheckBox()
  47. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  48. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  49. Me.ContextMenuStrip1.SuspendLayout()
  50. Me.SuspendLayout()
  51. '
  52. 'DataGridView3
  53. '
  54. Me.DataGridView3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  55. Or System.Windows.Forms.AnchorStyles.Left) _
  56. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  57. Me.DataGridView3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  58. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  59. Me.DataGridView3.Location = New System.Drawing.Point(7, 35)
  60. Me.DataGridView3.Name = "DataGridView3"
  61. Me.DataGridView3.RowHeadersWidth = 5
  62. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  63. Me.DataGridView3.RowsDefaultCellStyle = DataGridViewCellStyle1
  64. Me.DataGridView3.RowTemplate.Height = 24
  65. Me.DataGridView3.Size = New System.Drawing.Size(791, 570)
  66. Me.DataGridView3.TabIndex = 1085
  67. '
  68. 'DataGridView1
  69. '
  70. Me.DataGridView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  71. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  72. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  73. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  74. Me.DataGridView1.Location = New System.Drawing.Point(800, 35)
  75. Me.DataGridView1.Name = "DataGridView1"
  76. Me.DataGridView1.RowHeadersWidth = 5
  77. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  78. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle2
  79. Me.DataGridView1.RowTemplate.Height = 24
  80. Me.DataGridView1.Size = New System.Drawing.Size(443, 570)
  81. Me.DataGridView1.TabIndex = 1086
  82. '
  83. 'TextBox19
  84. '
  85. Me.TextBox19.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  86. Me.TextBox19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  87. Me.TextBox19.Location = New System.Drawing.Point(1009, 7)
  88. Me.TextBox19.Name = "TextBox19"
  89. Me.TextBox19.Size = New System.Drawing.Size(42, 23)
  90. Me.TextBox19.TabIndex = 1099
  91. '
  92. 'ComboBox5
  93. '
  94. Me.ComboBox5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  95. Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  96. Me.ComboBox5.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  97. Me.ComboBox5.ForeColor = System.Drawing.Color.Green
  98. Me.ComboBox5.FormattingEnabled = True
  99. Me.ComboBox5.Items.AddRange(New Object() {"NA", "女", "男"})
  100. Me.ComboBox5.Location = New System.Drawing.Point(898, 7)
  101. Me.ComboBox5.Name = "ComboBox5"
  102. Me.ComboBox5.Size = New System.Drawing.Size(105, 23)
  103. Me.ComboBox5.TabIndex = 1098
  104. '
  105. 'Label17
  106. '
  107. Me.Label17.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  108. Me.Label17.AutoSize = True
  109. Me.Label17.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  110. Me.Label17.Location = New System.Drawing.Point(844, 10)
  111. Me.Label17.Name = "Label17"
  112. Me.Label17.Size = New System.Drawing.Size(56, 16)
  113. Me.Label17.TabIndex = 1100
  114. Me.Label17.Text = "指定倉庫"
  115. '
  116. 'CheckBox2
  117. '
  118. Me.CheckBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  119. Me.CheckBox2.AutoSize = True
  120. Me.CheckBox2.Location = New System.Drawing.Point(1154, 7)
  121. Me.CheckBox2.Name = "CheckBox2"
  122. Me.CheckBox2.Size = New System.Drawing.Size(87, 20)
  123. Me.CheckBox2.TabIndex = 1120
  124. Me.CheckBox2.Text = "依商品排序"
  125. Me.CheckBox2.UseVisualStyleBackColor = True
  126. '
  127. 'CheckBox1
  128. '
  129. Me.CheckBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  130. Me.CheckBox1.AutoSize = True
  131. Me.CheckBox1.Location = New System.Drawing.Point(1057, 7)
  132. Me.CheckBox1.Name = "CheckBox1"
  133. Me.CheckBox1.Size = New System.Drawing.Size(99, 20)
  134. Me.CheckBox1.TabIndex = 1119
  135. Me.CheckBox1.Text = "依供應商排序"
  136. Me.CheckBox1.UseVisualStyleBackColor = True
  137. '
  138. 'Label1
  139. '
  140. Me.Label1.AutoSize = True
  141. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  142. Me.Label1.Location = New System.Drawing.Point(2, 9)
  143. Me.Label1.Name = "Label1"
  144. Me.Label1.Size = New System.Drawing.Size(68, 16)
  145. Me.Label1.TabIndex = 1121
  146. Me.Label1.Text = "訂單流水號"
  147. '
  148. 'TextBox1
  149. '
  150. Me.TextBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  151. Me.TextBox1.Location = New System.Drawing.Point(69, 6)
  152. Me.TextBox1.Name = "TextBox1"
  153. Me.TextBox1.Size = New System.Drawing.Size(120, 23)
  154. Me.TextBox1.TabIndex = 1122
  155. '
  156. 'Button1
  157. '
  158. Me.Button1.Location = New System.Drawing.Point(503, 5)
  159. Me.Button1.Name = "Button1"
  160. Me.Button1.Size = New System.Drawing.Size(84, 25)
  161. Me.Button1.TabIndex = 1123
  162. Me.Button1.Text = "出貨開單"
  163. Me.Button1.UseVisualStyleBackColor = True
  164. '
  165. 'Button2
  166. '
  167. Me.Button2.Location = New System.Drawing.Point(267, 5)
  168. Me.Button2.Name = "Button2"
  169. Me.Button2.Size = New System.Drawing.Size(84, 25)
  170. Me.Button2.TabIndex = 1124
  171. Me.Button2.Text = "齊料比對"
  172. Me.Button2.UseVisualStyleBackColor = True
  173. '
  174. 'ContextMenuStrip1
  175. '
  176. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.齊料比對ToolStripMenuItem, Me.出貨開單ToolStripMenuItem})
  177. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  178. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 76)
  179. '
  180. '重新整理ToolStripMenuItem
  181. '
  182. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  183. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  184. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  185. '
  186. 'ToolStripSeparator3
  187. '
  188. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  189. Me.ToolStripSeparator3.Size = New System.Drawing.Size(119, 6)
  190. '
  191. '齊料比對ToolStripMenuItem
  192. '
  193. Me.齊料比對ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  194. Me.齊料比對ToolStripMenuItem.Name = "齊料比對ToolStripMenuItem"
  195. Me.齊料比對ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  196. Me.齊料比對ToolStripMenuItem.Text = "齊料比對"
  197. '
  198. '出貨開單ToolStripMenuItem
  199. '
  200. Me.出貨開單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  201. Me.出貨開單ToolStripMenuItem.Name = "出貨開單ToolStripMenuItem"
  202. Me.出貨開單ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  203. Me.出貨開單ToolStripMenuItem.Text = "出貨開單"
  204. '
  205. 'CheckBox3
  206. '
  207. Me.CheckBox3.AutoSize = True
  208. Me.CheckBox3.Location = New System.Drawing.Point(191, 8)
  209. Me.CheckBox3.Name = "CheckBox3"
  210. Me.CheckBox3.Size = New System.Drawing.Size(75, 20)
  211. Me.CheckBox3.TabIndex = 1126
  212. Me.CheckBox3.Text = "出貨備齊"
  213. Me.CheckBox3.UseVisualStyleBackColor = True
  214. '
  215. 'ComboBox4
  216. '
  217. Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  218. Me.ComboBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  219. Me.ComboBox4.ForeColor = System.Drawing.Color.Green
  220. Me.ComboBox4.FormattingEnabled = True
  221. Me.ComboBox4.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
  222. Me.ComboBox4.Location = New System.Drawing.Point(413, 5)
  223. Me.ComboBox4.Name = "ComboBox4"
  224. Me.ComboBox4.Size = New System.Drawing.Size(84, 24)
  225. Me.ComboBox4.TabIndex = 1129
  226. '
  227. 'Label18
  228. '
  229. Me.Label18.AutoSize = True
  230. Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  231. Me.Label18.ForeColor = System.Drawing.Color.Green
  232. Me.Label18.Location = New System.Drawing.Point(357, 9)
  233. Me.Label18.Name = "Label18"
  234. Me.Label18.Size = New System.Drawing.Size(56, 16)
  235. Me.Label18.TabIndex = 1127
  236. Me.Label18.Text = "單據狀態"
  237. '
  238. 'TextBox9
  239. '
  240. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  241. Me.TextBox9.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  242. Me.TextBox9.Location = New System.Drawing.Point(643, 6)
  243. Me.TextBox9.Name = "TextBox9"
  244. Me.TextBox9.Size = New System.Drawing.Size(128, 23)
  245. Me.TextBox9.TabIndex = 1131
  246. '
  247. 'Label16
  248. '
  249. Me.Label16.AutoSize = True
  250. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  251. Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  252. Me.Label16.Location = New System.Drawing.Point(589, 10)
  253. Me.Label16.Name = "Label16"
  254. Me.Label16.Size = New System.Drawing.Size(56, 16)
  255. Me.Label16.TabIndex = 1130
  256. Me.Label16.Text = "出貨單號"
  257. '
  258. 'CheckBox4
  259. '
  260. Me.CheckBox4.AutoSize = True
  261. Me.CheckBox4.Location = New System.Drawing.Point(777, 8)
  262. Me.CheckBox4.Name = "CheckBox4"
  263. Me.CheckBox4.Size = New System.Drawing.Size(51, 20)
  264. Me.CheckBox4.TabIndex = 1132
  265. Me.CheckBox4.Text = "隱藏"
  266. Me.CheckBox4.UseVisualStyleBackColor = True
  267. '
  268. '訂單出貨控制表
  269. '
  270. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  271. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  272. Me.ClientSize = New System.Drawing.Size(1249, 611)
  273. Me.ContextMenuStrip = Me.ContextMenuStrip1
  274. Me.Controls.Add(Me.CheckBox4)
  275. Me.Controls.Add(Me.TextBox9)
  276. Me.Controls.Add(Me.Label16)
  277. Me.Controls.Add(Me.ComboBox4)
  278. Me.Controls.Add(Me.Label18)
  279. Me.Controls.Add(Me.Button2)
  280. Me.Controls.Add(Me.Button1)
  281. Me.Controls.Add(Me.TextBox1)
  282. Me.Controls.Add(Me.Label1)
  283. Me.Controls.Add(Me.CheckBox2)
  284. Me.Controls.Add(Me.CheckBox1)
  285. Me.Controls.Add(Me.TextBox19)
  286. Me.Controls.Add(Me.ComboBox5)
  287. Me.Controls.Add(Me.Label17)
  288. Me.Controls.Add(Me.DataGridView1)
  289. Me.Controls.Add(Me.DataGridView3)
  290. Me.Controls.Add(Me.CheckBox3)
  291. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  292. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  293. Me.Name = "訂單出貨控制表"
  294. Me.Text = "訂單出貨控制表"
  295. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  296. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  297. Me.ContextMenuStrip1.ResumeLayout(False)
  298. Me.ResumeLayout(False)
  299. Me.PerformLayout()
  300. End Sub
  301. Friend WithEvents DataGridView3 As DataGridView
  302. Friend WithEvents DataGridView1 As DataGridView
  303. Friend WithEvents TextBox19 As TextBox
  304. Friend WithEvents ComboBox5 As ComboBox
  305. Friend WithEvents Label17 As Label
  306. Friend WithEvents CheckBox2 As CheckBox
  307. Friend WithEvents CheckBox1 As CheckBox
  308. Friend WithEvents Label1 As Label
  309. Friend WithEvents TextBox1 As TextBox
  310. Friend WithEvents Button1 As Button
  311. Friend WithEvents Button2 As Button
  312. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  313. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  314. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  315. Friend WithEvents 齊料比對ToolStripMenuItem As ToolStripMenuItem
  316. Friend WithEvents 出貨開單ToolStripMenuItem As ToolStripMenuItem
  317. Friend WithEvents CheckBox3 As CheckBox
  318. Friend WithEvents ComboBox4 As ComboBox
  319. Friend WithEvents Label18 As Label
  320. Friend WithEvents TextBox9 As TextBox
  321. Friend WithEvents Label16 As Label
  322. Friend WithEvents CheckBox4 As CheckBox
  323. End Class