Ei kuvausta
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.

Frm_BG_Record.Designer.vb 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_BG_Record
  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 窗体设计器所必需的
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下过程是 Windows 窗体设计器所必需的
  18. '可以使用 Windows 窗体设计器修改它。
  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. Me.TextBox1 = New System.Windows.Forms.TextBox()
  25. Me.Button1 = New System.Windows.Forms.Button()
  26. Me.dgv_in = New System.Windows.Forms.DataGridView()
  27. Me.Button2 = New System.Windows.Forms.Button()
  28. Me.Button3 = New System.Windows.Forms.Button()
  29. Me.Button4 = New System.Windows.Forms.Button()
  30. Me.Button5 = New System.Windows.Forms.Button()
  31. Me.Button6 = New System.Windows.Forms.Button()
  32. Me.Button7 = New System.Windows.Forms.Button()
  33. Me.Button8 = New System.Windows.Forms.Button()
  34. Me.TextBox2 = New System.Windows.Forms.TextBox()
  35. Me.dgv_out = New System.Windows.Forms.DataGridView()
  36. Me.Label1 = New System.Windows.Forms.Label()
  37. Me.Label2 = New System.Windows.Forms.Label()
  38. CType(Me.dgv_in, System.ComponentModel.ISupportInitialize).BeginInit()
  39. CType(Me.dgv_out, System.ComponentModel.ISupportInitialize).BeginInit()
  40. Me.SuspendLayout()
  41. '
  42. 'TextBox1
  43. '
  44. Me.TextBox1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  45. Me.TextBox1.Location = New System.Drawing.Point(169, 36)
  46. Me.TextBox1.Name = "TextBox1"
  47. Me.TextBox1.Size = New System.Drawing.Size(169, 29)
  48. Me.TextBox1.TabIndex = 0
  49. '
  50. 'Button1
  51. '
  52. Me.Button1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  53. Me.Button1.Location = New System.Drawing.Point(363, 35)
  54. Me.Button1.Name = "Button1"
  55. Me.Button1.Size = New System.Drawing.Size(123, 29)
  56. Me.Button1.TabIndex = 1
  57. Me.Button1.Text = "报关单号查询"
  58. Me.Button1.UseVisualStyleBackColor = True
  59. '
  60. 'dgv_in
  61. '
  62. Me.dgv_in.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  63. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  64. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  65. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  66. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  67. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  68. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  69. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  70. Me.dgv_in.DefaultCellStyle = DataGridViewCellStyle1
  71. Me.dgv_in.Location = New System.Drawing.Point(80, 83)
  72. Me.dgv_in.Name = "dgv_in"
  73. Me.dgv_in.RowTemplate.Height = 23
  74. Me.dgv_in.Size = New System.Drawing.Size(1051, 288)
  75. Me.dgv_in.TabIndex = 2
  76. '
  77. 'Button2
  78. '
  79. Me.Button2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  80. Me.Button2.Location = New System.Drawing.Point(517, 35)
  81. Me.Button2.Name = "Button2"
  82. Me.Button2.Size = New System.Drawing.Size(101, 29)
  83. Me.Button2.TabIndex = 3
  84. Me.Button2.Text = "重量查询"
  85. Me.Button2.UseVisualStyleBackColor = True
  86. '
  87. 'Button3
  88. '
  89. Me.Button3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  90. Me.Button3.Location = New System.Drawing.Point(649, 35)
  91. Me.Button3.Name = "Button3"
  92. Me.Button3.Size = New System.Drawing.Size(101, 29)
  93. Me.Button3.TabIndex = 4
  94. Me.Button3.Text = "品名查询"
  95. Me.Button3.UseVisualStyleBackColor = True
  96. '
  97. 'Button4
  98. '
  99. Me.Button4.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  100. Me.Button4.Location = New System.Drawing.Point(781, 35)
  101. Me.Button4.Name = "Button4"
  102. Me.Button4.Size = New System.Drawing.Size(101, 29)
  103. Me.Button4.TabIndex = 5
  104. Me.Button4.Text = "供应商查询"
  105. Me.Button4.UseVisualStyleBackColor = True
  106. '
  107. 'Button5
  108. '
  109. Me.Button5.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  110. Me.Button5.Location = New System.Drawing.Point(781, 392)
  111. Me.Button5.Name = "Button5"
  112. Me.Button5.Size = New System.Drawing.Size(101, 29)
  113. Me.Button5.TabIndex = 11
  114. Me.Button5.Text = "客户查询"
  115. Me.Button5.UseVisualStyleBackColor = True
  116. '
  117. 'Button6
  118. '
  119. Me.Button6.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  120. Me.Button6.Location = New System.Drawing.Point(649, 392)
  121. Me.Button6.Name = "Button6"
  122. Me.Button6.Size = New System.Drawing.Size(101, 29)
  123. Me.Button6.TabIndex = 10
  124. Me.Button6.Text = "品名查询"
  125. Me.Button6.UseVisualStyleBackColor = True
  126. '
  127. 'Button7
  128. '
  129. Me.Button7.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  130. Me.Button7.Location = New System.Drawing.Point(517, 392)
  131. Me.Button7.Name = "Button7"
  132. Me.Button7.Size = New System.Drawing.Size(101, 29)
  133. Me.Button7.TabIndex = 9
  134. Me.Button7.Text = "重量查询"
  135. Me.Button7.UseVisualStyleBackColor = True
  136. '
  137. 'Button8
  138. '
  139. Me.Button8.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  140. Me.Button8.Location = New System.Drawing.Point(372, 392)
  141. Me.Button8.Name = "Button8"
  142. Me.Button8.Size = New System.Drawing.Size(114, 29)
  143. Me.Button8.TabIndex = 7
  144. Me.Button8.Text = "报关单号查询"
  145. Me.Button8.UseVisualStyleBackColor = True
  146. '
  147. 'TextBox2
  148. '
  149. Me.TextBox2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  150. Me.TextBox2.Location = New System.Drawing.Point(178, 393)
  151. Me.TextBox2.Name = "TextBox2"
  152. Me.TextBox2.Size = New System.Drawing.Size(169, 29)
  153. Me.TextBox2.TabIndex = 6
  154. '
  155. 'dgv_out
  156. '
  157. Me.dgv_out.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  158. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  159. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  160. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  161. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  162. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  163. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  164. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  165. Me.dgv_out.DefaultCellStyle = DataGridViewCellStyle2
  166. Me.dgv_out.Location = New System.Drawing.Point(80, 443)
  167. Me.dgv_out.Name = "dgv_out"
  168. Me.dgv_out.RowTemplate.Height = 23
  169. Me.dgv_out.Size = New System.Drawing.Size(1051, 288)
  170. Me.dgv_out.TabIndex = 12
  171. '
  172. 'Label1
  173. '
  174. Me.Label1.AutoSize = True
  175. Me.Label1.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  176. Me.Label1.ForeColor = System.Drawing.Color.Red
  177. Me.Label1.Location = New System.Drawing.Point(75, 40)
  178. Me.Label1.Name = "Label1"
  179. Me.Label1.Size = New System.Drawing.Size(88, 25)
  180. Me.Label1.TabIndex = 13
  181. Me.Label1.Text = "进口查询"
  182. '
  183. 'Label2
  184. '
  185. Me.Label2.AutoSize = True
  186. Me.Label2.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  187. Me.Label2.ForeColor = System.Drawing.Color.Red
  188. Me.Label2.Location = New System.Drawing.Point(84, 397)
  189. Me.Label2.Name = "Label2"
  190. Me.Label2.Size = New System.Drawing.Size(88, 25)
  191. Me.Label2.TabIndex = 14
  192. Me.Label2.Text = "出口查询"
  193. '
  194. 'Frm_BG_Record
  195. '
  196. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  197. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  198. Me.ClientSize = New System.Drawing.Size(1262, 836)
  199. Me.Controls.Add(Me.Label2)
  200. Me.Controls.Add(Me.Label1)
  201. Me.Controls.Add(Me.dgv_out)
  202. Me.Controls.Add(Me.Button5)
  203. Me.Controls.Add(Me.Button6)
  204. Me.Controls.Add(Me.Button7)
  205. Me.Controls.Add(Me.Button8)
  206. Me.Controls.Add(Me.TextBox2)
  207. Me.Controls.Add(Me.Button4)
  208. Me.Controls.Add(Me.Button3)
  209. Me.Controls.Add(Me.Button2)
  210. Me.Controls.Add(Me.dgv_in)
  211. Me.Controls.Add(Me.Button1)
  212. Me.Controls.Add(Me.TextBox1)
  213. Me.Name = "Frm_BG_Record"
  214. Me.Text = "报关查询"
  215. CType(Me.dgv_in, System.ComponentModel.ISupportInitialize).EndInit()
  216. CType(Me.dgv_out, System.ComponentModel.ISupportInitialize).EndInit()
  217. Me.ResumeLayout(False)
  218. Me.PerformLayout()
  219. End Sub
  220. Friend WithEvents TextBox1 As TextBox
  221. Friend WithEvents Button1 As Button
  222. Friend WithEvents dgv_in As DataGridView
  223. Friend WithEvents Button2 As Button
  224. Friend WithEvents Button3 As Button
  225. Friend WithEvents Button4 As Button
  226. Friend WithEvents Button5 As Button
  227. Friend WithEvents Button6 As Button
  228. Friend WithEvents Button7 As Button
  229. Friend WithEvents Button8 As Button
  230. Friend WithEvents TextBox2 As TextBox
  231. Friend WithEvents dgv_out As DataGridView
  232. Friend WithEvents Label1 As Label
  233. Friend WithEvents Label2 As Label
  234. End Class