Sin descripción
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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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. Me.選擇供應商_cb = New System.Windows.Forms.ComboBox()
  27. Me.Label25 = New System.Windows.Forms.Label()
  28. Me.物料_dgv = New System.Windows.Forms.DataGridView()
  29. Me.類別清單_cb = New System.Windows.Forms.ComboBox()
  30. Me.Label1 = New System.Windows.Forms.Label()
  31. Me.明細表_dgv = New System.Windows.Forms.DataGridView()
  32. Me.選擇日期_dtp = New System.Windows.Forms.DateTimePicker()
  33. Me.Label3 = New System.Windows.Forms.Label()
  34. Me.料號_tb = New System.Windows.Forms.TextBox()
  35. Me.Panel3 = New System.Windows.Forms.Panel()
  36. Me.日期_tb = New System.Windows.Forms.TextBox()
  37. Me.流水號_tb = New System.Windows.Forms.TextBox()
  38. Me.收支單中新增一筆空白資料_bt = New System.Windows.Forms.Button()
  39. Me.刪除選中的一筆資料_bt = New System.Windows.Forms.Button()
  40. Me.申請_bt = New System.Windows.Forms.Button()
  41. Me.查詢_bt = New System.Windows.Forms.Button()
  42. Me.選擇供應商1_cb = New System.Windows.Forms.ComboBox()
  43. Me.Label2 = New System.Windows.Forms.Label()
  44. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  45. CType(Me.物料_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  46. CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  47. Me.Panel3.SuspendLayout()
  48. Me.SuspendLayout()
  49. '
  50. '選擇供應商_cb
  51. '
  52. Me.選擇供應商_cb.FormattingEnabled = True
  53. Me.選擇供應商_cb.Location = New System.Drawing.Point(301, 11)
  54. Me.選擇供應商_cb.Name = "選擇供應商_cb"
  55. Me.選擇供應商_cb.Size = New System.Drawing.Size(156, 24)
  56. Me.選擇供應商_cb.TabIndex = 1733
  57. '
  58. 'Label25
  59. '
  60. Me.Label25.AutoSize = True
  61. Me.Label25.ImeMode = System.Windows.Forms.ImeMode.NoControl
  62. Me.Label25.Location = New System.Drawing.Point(227, 14)
  63. Me.Label25.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  64. Me.Label25.Name = "Label25"
  65. Me.Label25.Size = New System.Drawing.Size(67, 16)
  66. Me.Label25.TabIndex = 1732
  67. Me.Label25.Text = "選擇供應商"
  68. '
  69. '物料_dgv
  70. '
  71. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  72. Me.物料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  73. Me.物料_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  74. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  75. Me.物料_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  76. Me.物料_dgv.BackgroundColor = System.Drawing.Color.White
  77. Me.物料_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  78. Me.物料_dgv.Location = New System.Drawing.Point(4, 43)
  79. Me.物料_dgv.Margin = New System.Windows.Forms.Padding(4)
  80. Me.物料_dgv.Name = "物料_dgv"
  81. Me.物料_dgv.ReadOnly = True
  82. Me.物料_dgv.RowHeadersWidth = 5
  83. Me.物料_dgv.RowTemplate.Height = 24
  84. Me.物料_dgv.Size = New System.Drawing.Size(498, 641)
  85. Me.物料_dgv.TabIndex = 1731
  86. '
  87. '類別清單_cb
  88. '
  89. Me.類別清單_cb.FormattingEnabled = True
  90. Me.類別清單_cb.Location = New System.Drawing.Point(63, 11)
  91. Me.類別清單_cb.Name = "類別清單_cb"
  92. Me.類別清單_cb.Size = New System.Drawing.Size(157, 24)
  93. Me.類別清單_cb.TabIndex = 1736
  94. '
  95. 'Label1
  96. '
  97. Me.Label1.AutoSize = True
  98. Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
  99. Me.Label1.Location = New System.Drawing.Point(1, 14)
  100. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  101. Me.Label1.Name = "Label1"
  102. Me.Label1.Size = New System.Drawing.Size(55, 16)
  103. Me.Label1.TabIndex = 1735
  104. Me.Label1.Text = "選擇類別"
  105. '
  106. '明細表_dgv
  107. '
  108. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  109. Me.明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  110. Me.明細表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  111. Or System.Windows.Forms.AnchorStyles.Left) _
  112. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  113. Me.明細表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  114. Me.明細表_dgv.BackgroundColor = System.Drawing.Color.White
  115. Me.明細表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  116. Me.明細表_dgv.Location = New System.Drawing.Point(510, 43)
  117. Me.明細表_dgv.Margin = New System.Windows.Forms.Padding(4)
  118. Me.明細表_dgv.Name = "明細表_dgv"
  119. Me.明細表_dgv.RowHeadersWidth = 5
  120. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  121. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  122. Me.明細表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  123. Me.明細表_dgv.RowTemplate.Height = 24
  124. Me.明細表_dgv.Size = New System.Drawing.Size(820, 641)
  125. Me.明細表_dgv.TabIndex = 1737
  126. '
  127. '選擇日期_dtp
  128. '
  129. Me.選擇日期_dtp.Location = New System.Drawing.Point(572, 11)
  130. Me.選擇日期_dtp.Name = "選擇日期_dtp"
  131. Me.選擇日期_dtp.Size = New System.Drawing.Size(139, 23)
  132. Me.選擇日期_dtp.TabIndex = 1738
  133. '
  134. 'Label3
  135. '
  136. Me.Label3.AutoSize = True
  137. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  138. Me.Label3.Location = New System.Drawing.Point(510, 16)
  139. Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  140. Me.Label3.Name = "Label3"
  141. Me.Label3.Size = New System.Drawing.Size(55, 16)
  142. Me.Label3.TabIndex = 1739
  143. Me.Label3.Text = "選擇日期"
  144. '
  145. '料號_tb
  146. '
  147. Me.料號_tb.Location = New System.Drawing.Point(4, 35)
  148. Me.料號_tb.Margin = New System.Windows.Forms.Padding(4)
  149. Me.料號_tb.Name = "料號_tb"
  150. Me.料號_tb.ReadOnly = True
  151. Me.料號_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  152. Me.料號_tb.Size = New System.Drawing.Size(44, 23)
  153. Me.料號_tb.TabIndex = 1722
  154. '
  155. 'Panel3
  156. '
  157. Me.Panel3.Controls.Add(Me.日期_tb)
  158. Me.Panel3.Controls.Add(Me.流水號_tb)
  159. Me.Panel3.Controls.Add(Me.料號_tb)
  160. Me.Panel3.Location = New System.Drawing.Point(572, 215)
  161. Me.Panel3.Name = "Panel3"
  162. Me.Panel3.Size = New System.Drawing.Size(53, 115)
  163. Me.Panel3.TabIndex = 1743
  164. Me.Panel3.Visible = False
  165. '
  166. '日期_tb
  167. '
  168. Me.日期_tb.Location = New System.Drawing.Point(4, 66)
  169. Me.日期_tb.Margin = New System.Windows.Forms.Padding(4)
  170. Me.日期_tb.Name = "日期_tb"
  171. Me.日期_tb.ReadOnly = True
  172. Me.日期_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  173. Me.日期_tb.Size = New System.Drawing.Size(44, 23)
  174. Me.日期_tb.TabIndex = 1723
  175. '
  176. '流水號_tb
  177. '
  178. Me.流水號_tb.Location = New System.Drawing.Point(4, 4)
  179. Me.流水號_tb.Margin = New System.Windows.Forms.Padding(4)
  180. Me.流水號_tb.Name = "流水號_tb"
  181. Me.流水號_tb.ReadOnly = True
  182. Me.流水號_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  183. Me.流水號_tb.Size = New System.Drawing.Size(44, 23)
  184. Me.流水號_tb.TabIndex = 1720
  185. '
  186. '收支單中新增一筆空白資料_bt
  187. '
  188. Me.收支單中新增一筆空白資料_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Edit_Text
  189. Me.收支單中新增一筆空白資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  190. Me.收支單中新增一筆空白資料_bt.ForeColor = System.Drawing.Color.Green
  191. Me.收支單中新增一筆空白資料_bt.Location = New System.Drawing.Point(957, 2)
  192. Me.收支單中新增一筆空白資料_bt.Margin = New System.Windows.Forms.Padding(4)
  193. Me.收支單中新增一筆空白資料_bt.Name = "收支單中新增一筆空白資料_bt"
  194. Me.收支單中新增一筆空白資料_bt.Size = New System.Drawing.Size(38, 38)
  195. Me.收支單中新增一筆空白資料_bt.TabIndex = 1741
  196. Me.收支單中新增一筆空白資料_bt.UseVisualStyleBackColor = True
  197. '
  198. '刪除選中的一筆資料_bt
  199. '
  200. Me.刪除選中的一筆資料_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close
  201. Me.刪除選中的一筆資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  202. Me.刪除選中的一筆資料_bt.ForeColor = System.Drawing.Color.Red
  203. Me.刪除選中的一筆資料_bt.Location = New System.Drawing.Point(1002, 2)
  204. Me.刪除選中的一筆資料_bt.Margin = New System.Windows.Forms.Padding(4)
  205. Me.刪除選中的一筆資料_bt.Name = "刪除選中的一筆資料_bt"
  206. Me.刪除選中的一筆資料_bt.Size = New System.Drawing.Size(38, 38)
  207. Me.刪除選中的一筆資料_bt.TabIndex = 1742
  208. Me.刪除選中的一筆資料_bt.UseVisualStyleBackColor = True
  209. '
  210. '申請_bt
  211. '
  212. Me.申請_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Sendnow
  213. Me.申請_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  214. Me.申請_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  215. Me.申請_bt.Location = New System.Drawing.Point(1047, 3)
  216. Me.申請_bt.Margin = New System.Windows.Forms.Padding(4)
  217. Me.申請_bt.Name = "申請_bt"
  218. Me.申請_bt.Size = New System.Drawing.Size(38, 38)
  219. Me.申請_bt.TabIndex = 1740
  220. Me.申請_bt.UseVisualStyleBackColor = True
  221. '
  222. '查詢_bt
  223. '
  224. Me.查詢_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.下載
  225. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  226. Me.查詢_bt.Location = New System.Drawing.Point(464, 3)
  227. Me.查詢_bt.Margin = New System.Windows.Forms.Padding(4)
  228. Me.查詢_bt.Name = "查詢_bt"
  229. Me.查詢_bt.Size = New System.Drawing.Size(38, 38)
  230. Me.查詢_bt.TabIndex = 1734
  231. Me.查詢_bt.UseVisualStyleBackColor = True
  232. '
  233. '選擇供應商1_cb
  234. '
  235. Me.選擇供應商1_cb.FormattingEnabled = True
  236. Me.選擇供應商1_cb.Location = New System.Drawing.Point(794, 10)
  237. Me.選擇供應商1_cb.Name = "選擇供應商1_cb"
  238. Me.選擇供應商1_cb.Size = New System.Drawing.Size(156, 24)
  239. Me.選擇供應商1_cb.TabIndex = 1745
  240. '
  241. 'Label2
  242. '
  243. Me.Label2.AutoSize = True
  244. Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
  245. Me.Label2.Location = New System.Drawing.Point(720, 13)
  246. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  247. Me.Label2.Name = "Label2"
  248. Me.Label2.Size = New System.Drawing.Size(67, 16)
  249. Me.Label2.TabIndex = 1744
  250. Me.Label2.Text = "選擇供應商"
  251. '
  252. 'ToolTip1
  253. '
  254. Me.ToolTip1.IsBalloon = True
  255. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  256. Me.ToolTip1.ToolTipTitle = "系統說明"
  257. '
  258. '物料入庫系統
  259. '
  260. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  261. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  262. Me.ClientSize = New System.Drawing.Size(1334, 691)
  263. Me.Controls.Add(Me.選擇供應商1_cb)
  264. Me.Controls.Add(Me.Label2)
  265. Me.Controls.Add(Me.Panel3)
  266. Me.Controls.Add(Me.收支單中新增一筆空白資料_bt)
  267. Me.Controls.Add(Me.刪除選中的一筆資料_bt)
  268. Me.Controls.Add(Me.申請_bt)
  269. Me.Controls.Add(Me.Label3)
  270. Me.Controls.Add(Me.選擇日期_dtp)
  271. Me.Controls.Add(Me.明細表_dgv)
  272. Me.Controls.Add(Me.類別清單_cb)
  273. Me.Controls.Add(Me.Label1)
  274. Me.Controls.Add(Me.查詢_bt)
  275. Me.Controls.Add(Me.選擇供應商_cb)
  276. Me.Controls.Add(Me.Label25)
  277. Me.Controls.Add(Me.物料_dgv)
  278. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  279. Me.Margin = New System.Windows.Forms.Padding(4)
  280. Me.Name = "物料入庫系統"
  281. Me.Text = "物料入庫系統"
  282. CType(Me.物料_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  283. CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  284. Me.Panel3.ResumeLayout(False)
  285. Me.Panel3.PerformLayout()
  286. Me.ResumeLayout(False)
  287. Me.PerformLayout()
  288. End Sub
  289. Friend WithEvents 選擇供應商_cb As ComboBox
  290. Friend WithEvents Label25 As Label
  291. Friend WithEvents 物料_dgv As DataGridView
  292. Friend WithEvents 查詢_bt As Button
  293. Friend WithEvents 類別清單_cb As ComboBox
  294. Friend WithEvents Label1 As Label
  295. Friend WithEvents 明細表_dgv As DataGridView
  296. Friend WithEvents 選擇日期_dtp As DateTimePicker
  297. Friend WithEvents Label3 As Label
  298. Friend WithEvents 收支單中新增一筆空白資料_bt As Button
  299. Friend WithEvents 刪除選中的一筆資料_bt As Button
  300. Friend WithEvents 申請_bt As Button
  301. Friend WithEvents 料號_tb As TextBox
  302. Friend WithEvents Panel3 As Panel
  303. Friend WithEvents 流水號_tb As TextBox
  304. Friend WithEvents 日期_tb As TextBox
  305. Friend WithEvents 選擇供應商1_cb As ComboBox
  306. Friend WithEvents Label2 As Label
  307. Friend WithEvents ToolTip1 As ToolTip
  308. End Class