暫無描述
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_Print_report.Designer.vb 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_Print_report
  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.Button1 = New System.Windows.Forms.Button()
  26. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  27. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  28. Me.rb_bjl_out = New System.Windows.Forms.RadioButton()
  29. Me.rb_bjl_in = New System.Windows.Forms.RadioButton()
  30. Me.rb_finish_out = New System.Windows.Forms.RadioButton()
  31. Me.rb_wb_in = New System.Windows.Forms.RadioButton()
  32. Me.rb_finish_in = New System.Windows.Forms.RadioButton()
  33. Me.rb_chem_in = New System.Windows.Forms.RadioButton()
  34. Me.rb_chem_out = New System.Windows.Forms.RadioButton()
  35. Me.rb_wb_out = New System.Windows.Forms.RadioButton()
  36. Me.Button2 = New System.Windows.Forms.Button()
  37. Me.dgv1 = New System.Windows.Forms.DataGridView()
  38. Me.dgv2 = New System.Windows.Forms.DataGridView()
  39. Me.GroupBox1.SuspendLayout()
  40. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
  41. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).BeginInit()
  42. Me.SuspendLayout()
  43. '
  44. 'Button1
  45. '
  46. Me.Button1.Location = New System.Drawing.Point(24, 404)
  47. Me.Button1.Name = "Button1"
  48. Me.Button1.Size = New System.Drawing.Size(116, 65)
  49. Me.Button1.TabIndex = 0
  50. Me.Button1.Text = "导入台帐"
  51. Me.Button1.UseVisualStyleBackColor = True
  52. '
  53. 'OpenFileDialog1
  54. '
  55. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  56. '
  57. 'GroupBox1
  58. '
  59. Me.GroupBox1.Controls.Add(Me.rb_bjl_out)
  60. Me.GroupBox1.Controls.Add(Me.rb_bjl_in)
  61. Me.GroupBox1.Controls.Add(Me.rb_finish_out)
  62. Me.GroupBox1.Controls.Add(Me.rb_wb_in)
  63. Me.GroupBox1.Controls.Add(Me.rb_finish_in)
  64. Me.GroupBox1.Controls.Add(Me.rb_chem_in)
  65. Me.GroupBox1.Controls.Add(Me.rb_chem_out)
  66. Me.GroupBox1.Controls.Add(Me.rb_wb_out)
  67. Me.GroupBox1.Location = New System.Drawing.Point(655, 40)
  68. Me.GroupBox1.Name = "GroupBox1"
  69. Me.GroupBox1.Size = New System.Drawing.Size(301, 221)
  70. Me.GroupBox1.TabIndex = 1
  71. Me.GroupBox1.TabStop = False
  72. Me.GroupBox1.Text = "GroupBox1"
  73. '
  74. 'rb_bjl_out
  75. '
  76. Me.rb_bjl_out.AutoSize = True
  77. Me.rb_bjl_out.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  78. Me.rb_bjl_out.Location = New System.Drawing.Point(161, 154)
  79. Me.rb_bjl_out.Name = "rb_bjl_out"
  80. Me.rb_bjl_out.Size = New System.Drawing.Size(124, 25)
  81. Me.rb_bjl_out.TabIndex = 8
  82. Me.rb_bjl_out.TabStop = True
  83. Me.rb_bjl_out.Text = "边角料出库单"
  84. Me.rb_bjl_out.UseVisualStyleBackColor = True
  85. '
  86. 'rb_bjl_in
  87. '
  88. Me.rb_bjl_in.AutoSize = True
  89. Me.rb_bjl_in.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  90. Me.rb_bjl_in.Location = New System.Drawing.Point(25, 154)
  91. Me.rb_bjl_in.Name = "rb_bjl_in"
  92. Me.rb_bjl_in.Size = New System.Drawing.Size(124, 25)
  93. Me.rb_bjl_in.TabIndex = 7
  94. Me.rb_bjl_in.TabStop = True
  95. Me.rb_bjl_in.Text = "边角料入库单"
  96. Me.rb_bjl_in.UseVisualStyleBackColor = True
  97. '
  98. 'rb_finish_out
  99. '
  100. Me.rb_finish_out.AutoSize = True
  101. Me.rb_finish_out.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  102. Me.rb_finish_out.Location = New System.Drawing.Point(161, 113)
  103. Me.rb_finish_out.Name = "rb_finish_out"
  104. Me.rb_finish_out.Size = New System.Drawing.Size(108, 25)
  105. Me.rb_finish_out.TabIndex = 6
  106. Me.rb_finish_out.TabStop = True
  107. Me.rb_finish_out.Text = "成品出库单"
  108. Me.rb_finish_out.UseVisualStyleBackColor = True
  109. Me.rb_finish_out.Visible = False
  110. '
  111. 'rb_wb_in
  112. '
  113. Me.rb_wb_in.AutoSize = True
  114. Me.rb_wb_in.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  115. Me.rb_wb_in.Location = New System.Drawing.Point(25, 29)
  116. Me.rb_wb_in.Name = "rb_wb_in"
  117. Me.rb_wb_in.Size = New System.Drawing.Size(108, 25)
  118. Me.rb_wb_in.TabIndex = 0
  119. Me.rb_wb_in.TabStop = True
  120. Me.rb_wb_in.Text = "蓝皮入库单"
  121. Me.rb_wb_in.UseVisualStyleBackColor = True
  122. '
  123. 'rb_finish_in
  124. '
  125. Me.rb_finish_in.AutoSize = True
  126. Me.rb_finish_in.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  127. Me.rb_finish_in.Location = New System.Drawing.Point(25, 113)
  128. Me.rb_finish_in.Name = "rb_finish_in"
  129. Me.rb_finish_in.Size = New System.Drawing.Size(108, 25)
  130. Me.rb_finish_in.TabIndex = 5
  131. Me.rb_finish_in.TabStop = True
  132. Me.rb_finish_in.Text = "成品入库单"
  133. Me.rb_finish_in.UseVisualStyleBackColor = True
  134. '
  135. 'rb_chem_in
  136. '
  137. Me.rb_chem_in.AutoSize = True
  138. Me.rb_chem_in.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  139. Me.rb_chem_in.Location = New System.Drawing.Point(25, 69)
  140. Me.rb_chem_in.Name = "rb_chem_in"
  141. Me.rb_chem_in.Size = New System.Drawing.Size(108, 25)
  142. Me.rb_chem_in.TabIndex = 2
  143. Me.rb_chem_in.TabStop = True
  144. Me.rb_chem_in.Text = "化料入库单"
  145. Me.rb_chem_in.UseVisualStyleBackColor = True
  146. '
  147. 'rb_chem_out
  148. '
  149. Me.rb_chem_out.AutoSize = True
  150. Me.rb_chem_out.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  151. Me.rb_chem_out.Location = New System.Drawing.Point(161, 69)
  152. Me.rb_chem_out.Name = "rb_chem_out"
  153. Me.rb_chem_out.Size = New System.Drawing.Size(108, 25)
  154. Me.rb_chem_out.TabIndex = 4
  155. Me.rb_chem_out.TabStop = True
  156. Me.rb_chem_out.Text = "化料调拨单"
  157. Me.rb_chem_out.UseVisualStyleBackColor = True
  158. '
  159. 'rb_wb_out
  160. '
  161. Me.rb_wb_out.AutoSize = True
  162. Me.rb_wb_out.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  163. Me.rb_wb_out.Location = New System.Drawing.Point(161, 29)
  164. Me.rb_wb_out.Name = "rb_wb_out"
  165. Me.rb_wb_out.Size = New System.Drawing.Size(108, 25)
  166. Me.rb_wb_out.TabIndex = 3
  167. Me.rb_wb_out.TabStop = True
  168. Me.rb_wb_out.Text = "蓝皮调拨单"
  169. Me.rb_wb_out.UseVisualStyleBackColor = True
  170. '
  171. 'Button2
  172. '
  173. Me.Button2.Location = New System.Drawing.Point(1104, 83)
  174. Me.Button2.Name = "Button2"
  175. Me.Button2.Size = New System.Drawing.Size(116, 65)
  176. Me.Button2.TabIndex = 2
  177. Me.Button2.Text = "打印单据"
  178. Me.Button2.UseVisualStyleBackColor = True
  179. '
  180. 'dgv1
  181. '
  182. Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  183. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  184. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  185. DataGridViewCellStyle1.Font = New System.Drawing.Font("微软雅黑", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  186. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  187. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  188. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  189. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  190. Me.dgv1.DefaultCellStyle = DataGridViewCellStyle1
  191. Me.dgv1.Location = New System.Drawing.Point(234, 40)
  192. Me.dgv1.Name = "dgv1"
  193. Me.dgv1.RowTemplate.Height = 23
  194. Me.dgv1.Size = New System.Drawing.Size(415, 221)
  195. Me.dgv1.TabIndex = 3
  196. '
  197. 'dgv2
  198. '
  199. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  200. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
  201. DataGridViewCellStyle2.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  202. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
  203. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  204. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  205. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  206. Me.dgv2.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
  207. Me.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  208. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  209. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  210. DataGridViewCellStyle3.Font = New System.Drawing.Font("微软雅黑", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  211. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  212. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  213. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  214. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  215. Me.dgv2.DefaultCellStyle = DataGridViewCellStyle3
  216. Me.dgv2.Location = New System.Drawing.Point(234, 291)
  217. Me.dgv2.Name = "dgv2"
  218. Me.dgv2.RowTemplate.Height = 23
  219. Me.dgv2.Size = New System.Drawing.Size(832, 536)
  220. Me.dgv2.TabIndex = 4
  221. '
  222. 'Frm_Print_report
  223. '
  224. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  225. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  226. Me.ClientSize = New System.Drawing.Size(1344, 877)
  227. Me.Controls.Add(Me.dgv2)
  228. Me.Controls.Add(Me.dgv1)
  229. Me.Controls.Add(Me.Button2)
  230. Me.Controls.Add(Me.GroupBox1)
  231. Me.Controls.Add(Me.Button1)
  232. Me.Name = "Frm_Print_report"
  233. Me.Text = "Frm_Print_report"
  234. Me.GroupBox1.ResumeLayout(False)
  235. Me.GroupBox1.PerformLayout()
  236. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
  237. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).EndInit()
  238. Me.ResumeLayout(False)
  239. End Sub
  240. Friend WithEvents Button1 As Button
  241. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  242. Friend WithEvents GroupBox1 As GroupBox
  243. Friend WithEvents rb_finish_out As RadioButton
  244. Friend WithEvents rb_wb_in As RadioButton
  245. Friend WithEvents rb_finish_in As RadioButton
  246. Friend WithEvents rb_chem_in As RadioButton
  247. Friend WithEvents rb_chem_out As RadioButton
  248. Friend WithEvents rb_wb_out As RadioButton
  249. Friend WithEvents Button2 As Button
  250. Friend WithEvents dgv1 As DataGridView
  251. Friend WithEvents dgv2 As DataGridView
  252. Friend WithEvents rb_bjl_out As RadioButton
  253. Friend WithEvents rb_bjl_in As RadioButton
  254. End Class