Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

frm_Chem_cert.Designer.vb 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frm_Chem_cert
  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. Me.dgv1 = New System.Windows.Forms.DataGridView()
  24. Me.dgv2 = New System.Windows.Forms.DataGridView()
  25. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  26. Me.TextBox1 = New System.Windows.Forms.TextBox()
  27. Me.Label1 = New System.Windows.Forms.Label()
  28. Me.Label2 = New System.Windows.Forms.Label()
  29. Me.chkb1 = New System.Windows.Forms.CheckedListBox()
  30. Me.Button1 = New System.Windows.Forms.Button()
  31. Me.Label3 = New System.Windows.Forms.Label()
  32. Me.Label4 = New System.Windows.Forms.Label()
  33. Me.chkb2 = New System.Windows.Forms.CheckedListBox()
  34. Me.ListBox1 = New System.Windows.Forms.ListBox()
  35. Me.Label5 = New System.Windows.Forms.Label()
  36. Me.Button2 = New System.Windows.Forms.Button()
  37. Me.Button3 = New System.Windows.Forms.Button()
  38. Me.Button4 = New System.Windows.Forms.Button()
  39. Me.Button5 = New System.Windows.Forms.Button()
  40. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  41. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  42. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
  43. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).BeginInit()
  44. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  45. Me.SuspendLayout()
  46. '
  47. 'dgv1
  48. '
  49. Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  50. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  51. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  52. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  53. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  54. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  55. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  56. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  57. Me.dgv1.DefaultCellStyle = DataGridViewCellStyle1
  58. Me.dgv1.Location = New System.Drawing.Point(36, 52)
  59. Me.dgv1.Name = "dgv1"
  60. Me.dgv1.RowHeadersWidth = 51
  61. Me.dgv1.RowTemplate.Height = 27
  62. Me.dgv1.Size = New System.Drawing.Size(146, 398)
  63. Me.dgv1.TabIndex = 0
  64. '
  65. 'dgv2
  66. '
  67. Me.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  68. Me.dgv2.Location = New System.Drawing.Point(214, 52)
  69. Me.dgv2.Name = "dgv2"
  70. Me.dgv2.RowHeadersWidth = 51
  71. Me.dgv2.RowTemplate.Height = 27
  72. Me.dgv2.Size = New System.Drawing.Size(769, 398)
  73. Me.dgv2.TabIndex = 1
  74. '
  75. 'DataGridView3
  76. '
  77. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  78. Me.DataGridView3.Location = New System.Drawing.Point(1222, 52)
  79. Me.DataGridView3.Name = "DataGridView3"
  80. Me.DataGridView3.RowHeadersWidth = 51
  81. Me.DataGridView3.RowTemplate.Height = 27
  82. Me.DataGridView3.Size = New System.Drawing.Size(101, 238)
  83. Me.DataGridView3.TabIndex = 2
  84. '
  85. 'TextBox1
  86. '
  87. Me.TextBox1.Location = New System.Drawing.Point(1047, 708)
  88. Me.TextBox1.Name = "TextBox1"
  89. Me.TextBox1.Size = New System.Drawing.Size(100, 25)
  90. Me.TextBox1.TabIndex = 3
  91. '
  92. 'Label1
  93. '
  94. Me.Label1.AutoSize = True
  95. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  96. Me.Label1.ForeColor = System.Drawing.Color.Red
  97. Me.Label1.Location = New System.Drawing.Point(33, 19)
  98. Me.Label1.Name = "Label1"
  99. Me.Label1.Size = New System.Drawing.Size(92, 25)
  100. Me.Label1.TabIndex = 4
  101. Me.Label1.Text = "庫存日期"
  102. '
  103. 'Label2
  104. '
  105. Me.Label2.AutoSize = True
  106. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  107. Me.Label2.ForeColor = System.Drawing.Color.Red
  108. Me.Label2.Location = New System.Drawing.Point(926, 708)
  109. Me.Label2.Name = "Label2"
  110. Me.Label2.Size = New System.Drawing.Size(92, 25)
  111. Me.Label2.TabIndex = 5
  112. Me.Label2.Text = "庫存日期"
  113. '
  114. 'chkb1
  115. '
  116. Me.chkb1.CheckOnClick = True
  117. Me.chkb1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  118. Me.chkb1.FormattingEnabled = True
  119. Me.chkb1.Location = New System.Drawing.Point(338, 513)
  120. Me.chkb1.Margin = New System.Windows.Forms.Padding(4)
  121. Me.chkb1.Name = "chkb1"
  122. Me.chkb1.Size = New System.Drawing.Size(207, 355)
  123. Me.chkb1.TabIndex = 50
  124. '
  125. 'Button1
  126. '
  127. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  128. Me.Button1.Location = New System.Drawing.Point(1157, 650)
  129. Me.Button1.Name = "Button1"
  130. Me.Button1.Size = New System.Drawing.Size(217, 53)
  131. Me.Button1.TabIndex = 51
  132. Me.Button1.Text = "全部導出"
  133. Me.Button1.UseVisualStyleBackColor = True
  134. '
  135. 'Label3
  136. '
  137. Me.Label3.AutoSize = True
  138. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  139. Me.Label3.ForeColor = System.Drawing.Color.Red
  140. Me.Label3.Location = New System.Drawing.Point(344, 473)
  141. Me.Label3.Name = "Label3"
  142. Me.Label3.Size = New System.Drawing.Size(92, 25)
  143. Me.Label3.TabIndex = 52
  144. Me.Label3.Text = "國內採購"
  145. '
  146. 'Label4
  147. '
  148. Me.Label4.AutoSize = True
  149. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  150. Me.Label4.ForeColor = System.Drawing.Color.Red
  151. Me.Label4.Location = New System.Drawing.Point(632, 484)
  152. Me.Label4.Name = "Label4"
  153. Me.Label4.Size = New System.Drawing.Size(92, 25)
  154. Me.Label4.TabIndex = 53
  155. Me.Label4.Text = "美金进口"
  156. '
  157. 'chkb2
  158. '
  159. Me.chkb2.CheckOnClick = True
  160. Me.chkb2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  161. Me.chkb2.FormattingEnabled = True
  162. Me.chkb2.Location = New System.Drawing.Point(637, 513)
  163. Me.chkb2.Margin = New System.Windows.Forms.Padding(4)
  164. Me.chkb2.Name = "chkb2"
  165. Me.chkb2.Size = New System.Drawing.Size(207, 355)
  166. Me.chkb2.TabIndex = 54
  167. '
  168. 'ListBox1
  169. '
  170. Me.ListBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  171. Me.ListBox1.FormattingEnabled = True
  172. Me.ListBox1.ItemHeight = 25
  173. Me.ListBox1.Location = New System.Drawing.Point(38, 513)
  174. Me.ListBox1.Name = "ListBox1"
  175. Me.ListBox1.Size = New System.Drawing.Size(120, 379)
  176. Me.ListBox1.TabIndex = 55
  177. '
  178. 'Label5
  179. '
  180. Me.Label5.AutoSize = True
  181. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  182. Me.Label5.ForeColor = System.Drawing.Color.Red
  183. Me.Label5.Location = New System.Drawing.Point(33, 485)
  184. Me.Label5.Name = "Label5"
  185. Me.Label5.Size = New System.Drawing.Size(92, 25)
  186. Me.Label5.TabIndex = 56
  187. Me.Label5.Text = "月份区间"
  188. '
  189. 'Button2
  190. '
  191. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  192. Me.Button2.Location = New System.Drawing.Point(1157, 732)
  193. Me.Button2.Name = "Button2"
  194. Me.Button2.Size = New System.Drawing.Size(217, 53)
  195. Me.Button2.TabIndex = 57
  196. Me.Button2.Text = "BHive導出"
  197. Me.Button2.UseVisualStyleBackColor = True
  198. '
  199. 'Button3
  200. '
  201. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  202. Me.Button3.Location = New System.Drawing.Point(1157, 562)
  203. Me.Button3.Name = "Button3"
  204. Me.Button3.Size = New System.Drawing.Size(217, 53)
  205. Me.Button3.TabIndex = 58
  206. Me.Button3.Text = "全部導出Incheck"
  207. Me.Button3.UseVisualStyleBackColor = True
  208. '
  209. 'Button4
  210. '
  211. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  212. Me.Button4.Location = New System.Drawing.Point(1157, 484)
  213. Me.Button4.Name = "Button4"
  214. Me.Button4.Size = New System.Drawing.Size(217, 53)
  215. Me.Button4.TabIndex = 59
  216. Me.Button4.Text = "Higg"
  217. Me.Button4.UseVisualStyleBackColor = True
  218. '
  219. 'Button5
  220. '
  221. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  222. Me.Button5.Location = New System.Drawing.Point(1157, 397)
  223. Me.Button5.Name = "Button5"
  224. Me.Button5.Size = New System.Drawing.Size(217, 53)
  225. Me.Button5.TabIndex = 60
  226. Me.Button5.Text = "环安用化工"
  227. Me.Button5.UseVisualStyleBackColor = True
  228. '
  229. 'DateTimePicker1
  230. '
  231. Me.DateTimePicker1.CalendarFont = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  232. Me.DateTimePicker1.Location = New System.Drawing.Point(1083, 348)
  233. Me.DateTimePicker1.Name = "DateTimePicker1"
  234. Me.DateTimePicker1.Size = New System.Drawing.Size(134, 25)
  235. Me.DateTimePicker1.TabIndex = 61
  236. '
  237. 'DateTimePicker2
  238. '
  239. Me.DateTimePicker2.CalendarFont = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  240. Me.DateTimePicker2.Location = New System.Drawing.Point(1233, 348)
  241. Me.DateTimePicker2.Name = "DateTimePicker2"
  242. Me.DateTimePicker2.Size = New System.Drawing.Size(134, 25)
  243. Me.DateTimePicker2.TabIndex = 62
  244. '
  245. 'frm_Chem_cert
  246. '
  247. Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
  248. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  249. Me.ClientSize = New System.Drawing.Size(1456, 925)
  250. Me.Controls.Add(Me.DateTimePicker2)
  251. Me.Controls.Add(Me.DateTimePicker1)
  252. Me.Controls.Add(Me.Button5)
  253. Me.Controls.Add(Me.Button4)
  254. Me.Controls.Add(Me.Button3)
  255. Me.Controls.Add(Me.Button2)
  256. Me.Controls.Add(Me.Label5)
  257. Me.Controls.Add(Me.ListBox1)
  258. Me.Controls.Add(Me.chkb2)
  259. Me.Controls.Add(Me.Label4)
  260. Me.Controls.Add(Me.Label3)
  261. Me.Controls.Add(Me.Button1)
  262. Me.Controls.Add(Me.chkb1)
  263. Me.Controls.Add(Me.Label2)
  264. Me.Controls.Add(Me.Label1)
  265. Me.Controls.Add(Me.TextBox1)
  266. Me.Controls.Add(Me.DataGridView3)
  267. Me.Controls.Add(Me.dgv2)
  268. Me.Controls.Add(Me.dgv1)
  269. Me.Name = "frm_Chem_cert"
  270. Me.Text = "frm_Chem_cert"
  271. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
  272. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).EndInit()
  273. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  274. Me.ResumeLayout(False)
  275. Me.PerformLayout()
  276. End Sub
  277. Friend WithEvents dgv1 As DataGridView
  278. Friend WithEvents dgv2 As DataGridView
  279. Friend WithEvents DataGridView3 As DataGridView
  280. Friend WithEvents TextBox1 As TextBox
  281. Friend WithEvents Label1 As Label
  282. Friend WithEvents Label2 As Label
  283. Friend WithEvents chkb1 As CheckedListBox
  284. Friend WithEvents Button1 As Button
  285. Friend WithEvents Label3 As Label
  286. Friend WithEvents Label4 As Label
  287. Friend WithEvents chkb2 As CheckedListBox
  288. Friend WithEvents ListBox1 As ListBox
  289. Friend WithEvents Label5 As Label
  290. Friend WithEvents Button2 As Button
  291. Friend WithEvents Button3 As Button
  292. Friend WithEvents Button4 As Button
  293. Friend WithEvents Button5 As Button
  294. Friend WithEvents DateTimePicker1 As DateTimePicker
  295. Friend WithEvents DateTimePicker2 As DateTimePicker
  296. End Class