暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Frm_BG_IN_SUM.Designer.vb 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_BG_IN_SUM
  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. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.dgv_XNO = New System.Windows.Forms.DataGridView()
  26. Me.Label1 = New System.Windows.Forms.Label()
  27. Me.dtp2 = New System.Windows.Forms.DateTimePicker()
  28. Me.dtp1 = New System.Windows.Forms.DateTimePicker()
  29. Me.Button3 = New System.Windows.Forms.Button()
  30. Me.Label4 = New System.Windows.Forms.Label()
  31. Me.Label3 = New System.Windows.Forms.Label()
  32. Me.Label2 = New System.Windows.Forms.Label()
  33. Me.TextBox3 = New System.Windows.Forms.TextBox()
  34. Me.TextBox2 = New System.Windows.Forms.TextBox()
  35. Me.TextBox1 = New System.Windows.Forms.TextBox()
  36. Me.Button1 = New System.Windows.Forms.Button()
  37. Me.ListBox2 = New System.Windows.Forms.ListBox()
  38. Me.ListBox1 = New System.Windows.Forms.ListBox()
  39. Me.dtp3 = New System.Windows.Forms.DateTimePicker()
  40. Me.dgv1 = New System.Windows.Forms.DataGridView()
  41. Me.dgv_matl = New System.Windows.Forms.DataGridView()
  42. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  43. Me.rb1 = New System.Windows.Forms.RadioButton()
  44. Me.RB2 = New System.Windows.Forms.RadioButton()
  45. CType(Me.dgv_XNO, System.ComponentModel.ISupportInitialize).BeginInit()
  46. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
  47. CType(Me.dgv_matl, System.ComponentModel.ISupportInitialize).BeginInit()
  48. Me.GroupBox1.SuspendLayout()
  49. Me.SuspendLayout()
  50. '
  51. 'dgv_XNO
  52. '
  53. Me.dgv_XNO.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  54. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  55. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  56. DataGridViewCellStyle1.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  57. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  58. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  59. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  60. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  61. Me.dgv_XNO.DefaultCellStyle = DataGridViewCellStyle1
  62. Me.dgv_XNO.Location = New System.Drawing.Point(12, 68)
  63. Me.dgv_XNO.Name = "dgv_XNO"
  64. Me.dgv_XNO.RowTemplate.Height = 23
  65. Me.dgv_XNO.Size = New System.Drawing.Size(494, 402)
  66. Me.dgv_XNO.TabIndex = 15
  67. '
  68. 'Label1
  69. '
  70. Me.Label1.AutoSize = True
  71. Me.Label1.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  72. Me.Label1.ForeColor = System.Drawing.Color.Black
  73. Me.Label1.Location = New System.Drawing.Point(165, 36)
  74. Me.Label1.Name = "Label1"
  75. Me.Label1.Size = New System.Drawing.Size(31, 25)
  76. Me.Label1.TabIndex = 14
  77. Me.Label1.Text = "至"
  78. '
  79. 'dtp2
  80. '
  81. Me.dtp2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  82. Me.dtp2.Location = New System.Drawing.Point(199, 33)
  83. Me.dtp2.Name = "dtp2"
  84. Me.dtp2.Size = New System.Drawing.Size(147, 29)
  85. Me.dtp2.TabIndex = 13
  86. '
  87. 'dtp1
  88. '
  89. Me.dtp1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  90. Me.dtp1.Location = New System.Drawing.Point(12, 33)
  91. Me.dtp1.Name = "dtp1"
  92. Me.dtp1.Size = New System.Drawing.Size(147, 29)
  93. Me.dtp1.TabIndex = 12
  94. '
  95. 'Button3
  96. '
  97. Me.Button3.Location = New System.Drawing.Point(497, 29)
  98. Me.Button3.Name = "Button3"
  99. Me.Button3.Size = New System.Drawing.Size(61, 29)
  100. Me.Button3.TabIndex = 11
  101. Me.Button3.Text = "查询"
  102. Me.Button3.UseVisualStyleBackColor = True
  103. '
  104. 'Label4
  105. '
  106. Me.Label4.AutoSize = True
  107. Me.Label4.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  108. Me.Label4.ForeColor = System.Drawing.Color.Red
  109. Me.Label4.Location = New System.Drawing.Point(840, 844)
  110. Me.Label4.Name = "Label4"
  111. Me.Label4.Size = New System.Drawing.Size(50, 25)
  112. Me.Label4.TabIndex = 33
  113. Me.Label4.Text = "重量"
  114. Me.Label4.Visible = False
  115. '
  116. 'Label3
  117. '
  118. Me.Label3.AutoSize = True
  119. Me.Label3.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  120. Me.Label3.ForeColor = System.Drawing.Color.Red
  121. Me.Label3.Location = New System.Drawing.Point(840, 794)
  122. Me.Label3.Name = "Label3"
  123. Me.Label3.Size = New System.Drawing.Size(50, 25)
  124. Me.Label3.TabIndex = 32
  125. Me.Label3.Text = "尺数"
  126. Me.Label3.Visible = False
  127. '
  128. 'Label2
  129. '
  130. Me.Label2.AutoSize = True
  131. Me.Label2.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  132. Me.Label2.ForeColor = System.Drawing.Color.Red
  133. Me.Label2.Location = New System.Drawing.Point(840, 746)
  134. Me.Label2.Name = "Label2"
  135. Me.Label2.Size = New System.Drawing.Size(50, 25)
  136. Me.Label2.TabIndex = 31
  137. Me.Label2.Text = "笔数"
  138. Me.Label2.Visible = False
  139. '
  140. 'TextBox3
  141. '
  142. Me.TextBox3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  143. Me.TextBox3.Location = New System.Drawing.Point(892, 842)
  144. Me.TextBox3.Name = "TextBox3"
  145. Me.TextBox3.Size = New System.Drawing.Size(100, 29)
  146. Me.TextBox3.TabIndex = 30
  147. Me.TextBox3.Visible = False
  148. '
  149. 'TextBox2
  150. '
  151. Me.TextBox2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  152. Me.TextBox2.Location = New System.Drawing.Point(892, 792)
  153. Me.TextBox2.Name = "TextBox2"
  154. Me.TextBox2.Size = New System.Drawing.Size(100, 29)
  155. Me.TextBox2.TabIndex = 29
  156. Me.TextBox2.Visible = False
  157. '
  158. 'TextBox1
  159. '
  160. Me.TextBox1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  161. Me.TextBox1.Location = New System.Drawing.Point(892, 744)
  162. Me.TextBox1.Name = "TextBox1"
  163. Me.TextBox1.Size = New System.Drawing.Size(100, 29)
  164. Me.TextBox1.TabIndex = 28
  165. Me.TextBox1.Visible = False
  166. '
  167. 'Button1
  168. '
  169. Me.Button1.Location = New System.Drawing.Point(1266, 580)
  170. Me.Button1.Name = "Button1"
  171. Me.Button1.Size = New System.Drawing.Size(61, 29)
  172. Me.Button1.TabIndex = 27
  173. Me.Button1.Text = "出口报关"
  174. Me.Button1.UseVisualStyleBackColor = True
  175. Me.Button1.Visible = False
  176. '
  177. 'ListBox2
  178. '
  179. Me.ListBox2.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  180. Me.ListBox2.FormattingEnabled = True
  181. Me.ListBox2.ItemHeight = 19
  182. Me.ListBox2.Location = New System.Drawing.Point(1093, 635)
  183. Me.ListBox2.Name = "ListBox2"
  184. Me.ListBox2.Size = New System.Drawing.Size(147, 99)
  185. Me.ListBox2.TabIndex = 26
  186. Me.ListBox2.Visible = False
  187. '
  188. 'ListBox1
  189. '
  190. Me.ListBox1.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  191. Me.ListBox1.FormattingEnabled = True
  192. Me.ListBox1.ItemHeight = 19
  193. Me.ListBox1.Location = New System.Drawing.Point(1093, 740)
  194. Me.ListBox1.Name = "ListBox1"
  195. Me.ListBox1.Size = New System.Drawing.Size(147, 137)
  196. Me.ListBox1.TabIndex = 25
  197. Me.ListBox1.Visible = False
  198. '
  199. 'dtp3
  200. '
  201. Me.dtp3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  202. Me.dtp3.Location = New System.Drawing.Point(1093, 580)
  203. Me.dtp3.Name = "dtp3"
  204. Me.dtp3.Size = New System.Drawing.Size(147, 29)
  205. Me.dtp3.TabIndex = 24
  206. Me.dtp3.Visible = False
  207. '
  208. 'dgv1
  209. '
  210. Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  211. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  212. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  213. DataGridViewCellStyle2.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  214. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  215. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  216. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  217. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  218. Me.dgv1.DefaultCellStyle = DataGridViewCellStyle2
  219. Me.dgv1.Location = New System.Drawing.Point(528, 68)
  220. Me.dgv1.Name = "dgv1"
  221. Me.dgv1.RowTemplate.Height = 23
  222. Me.dgv1.Size = New System.Drawing.Size(1047, 822)
  223. Me.dgv1.TabIndex = 34
  224. '
  225. 'dgv_matl
  226. '
  227. Me.dgv_matl.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  228. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  229. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  230. DataGridViewCellStyle3.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  231. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  232. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  233. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  234. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  235. Me.dgv_matl.DefaultCellStyle = DataGridViewCellStyle3
  236. Me.dgv_matl.Location = New System.Drawing.Point(12, 488)
  237. Me.dgv_matl.Name = "dgv_matl"
  238. Me.dgv_matl.RowTemplate.Height = 23
  239. Me.dgv_matl.Size = New System.Drawing.Size(494, 402)
  240. Me.dgv_matl.TabIndex = 35
  241. '
  242. 'GroupBox1
  243. '
  244. Me.GroupBox1.Controls.Add(Me.rb1)
  245. Me.GroupBox1.Controls.Add(Me.RB2)
  246. Me.GroupBox1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  247. Me.GroupBox1.Location = New System.Drawing.Point(352, 18)
  248. Me.GroupBox1.Name = "GroupBox1"
  249. Me.GroupBox1.Size = New System.Drawing.Size(126, 44)
  250. Me.GroupBox1.TabIndex = 36
  251. Me.GroupBox1.TabStop = False
  252. '
  253. 'rb1
  254. '
  255. Me.rb1.AutoSize = True
  256. Me.rb1.Checked = True
  257. Me.rb1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  258. Me.rb1.Location = New System.Drawing.Point(6, 16)
  259. Me.rb1.Name = "rb1"
  260. Me.rb1.Size = New System.Drawing.Size(57, 23)
  261. Me.rb1.TabIndex = 3
  262. Me.rb1.TabStop = True
  263. Me.rb1.Text = "报关"
  264. Me.rb1.UseVisualStyleBackColor = True
  265. '
  266. 'RB2
  267. '
  268. Me.RB2.AutoSize = True
  269. Me.RB2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  270. Me.RB2.Location = New System.Drawing.Point(69, 14)
  271. Me.RB2.Name = "RB2"
  272. Me.RB2.Size = New System.Drawing.Size(54, 26)
  273. Me.RB2.TabIndex = 2
  274. Me.RB2.Text = "进厂"
  275. Me.RB2.UseCompatibleTextRendering = True
  276. Me.RB2.UseVisualStyleBackColor = True
  277. '
  278. 'Frm_BG_IN_SUM
  279. '
  280. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  281. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  282. Me.ClientSize = New System.Drawing.Size(1603, 969)
  283. Me.Controls.Add(Me.Label4)
  284. Me.Controls.Add(Me.Label3)
  285. Me.Controls.Add(Me.Label2)
  286. Me.Controls.Add(Me.TextBox3)
  287. Me.Controls.Add(Me.TextBox2)
  288. Me.Controls.Add(Me.TextBox1)
  289. Me.Controls.Add(Me.Button1)
  290. Me.Controls.Add(Me.ListBox2)
  291. Me.Controls.Add(Me.ListBox1)
  292. Me.Controls.Add(Me.dtp3)
  293. Me.Controls.Add(Me.GroupBox1)
  294. Me.Controls.Add(Me.dgv_matl)
  295. Me.Controls.Add(Me.dgv1)
  296. Me.Controls.Add(Me.dgv_XNO)
  297. Me.Controls.Add(Me.Label1)
  298. Me.Controls.Add(Me.dtp2)
  299. Me.Controls.Add(Me.dtp1)
  300. Me.Controls.Add(Me.Button3)
  301. Me.Name = "Frm_BG_IN_SUM"
  302. Me.Text = "进口查询"
  303. CType(Me.dgv_XNO, System.ComponentModel.ISupportInitialize).EndInit()
  304. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
  305. CType(Me.dgv_matl, System.ComponentModel.ISupportInitialize).EndInit()
  306. Me.GroupBox1.ResumeLayout(False)
  307. Me.GroupBox1.PerformLayout()
  308. Me.ResumeLayout(False)
  309. Me.PerformLayout()
  310. End Sub
  311. Friend WithEvents dgv_XNO As DataGridView
  312. Friend WithEvents Label1 As Label
  313. Friend WithEvents dtp2 As DateTimePicker
  314. Friend WithEvents dtp1 As DateTimePicker
  315. Friend WithEvents Button3 As Button
  316. Friend WithEvents Label4 As Label
  317. Friend WithEvents Label3 As Label
  318. Friend WithEvents Label2 As Label
  319. Friend WithEvents TextBox3 As TextBox
  320. Friend WithEvents TextBox2 As TextBox
  321. Friend WithEvents TextBox1 As TextBox
  322. Friend WithEvents Button1 As Button
  323. Friend WithEvents ListBox2 As ListBox
  324. Friend WithEvents ListBox1 As ListBox
  325. Friend WithEvents dtp3 As DateTimePicker
  326. Friend WithEvents dgv1 As DataGridView
  327. Friend WithEvents dgv_matl As DataGridView
  328. Friend WithEvents GroupBox1 As GroupBox
  329. Friend WithEvents rb1 As RadioButton
  330. Friend WithEvents RB2 As RadioButton
  331. End Class