123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Frm_Print_report
- Inherits System.Windows.Forms.Form
-
- 'Form 重写 Dispose,以清理组件列表。
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
-
- 'Windows 窗体设计器所必需的
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下过程是 Windows 窗体设计器所必需的
- '可以使用 Windows 窗体设计器修改它。
- '不要使用代码编辑器修改它。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
- Me.GroupBox1 = New System.Windows.Forms.GroupBox()
- Me.rb_bjl_out = New System.Windows.Forms.RadioButton()
- Me.rb_bjl_in = New System.Windows.Forms.RadioButton()
- Me.rb_finish_out = New System.Windows.Forms.RadioButton()
- Me.rb_wb_in = New System.Windows.Forms.RadioButton()
- Me.rb_finish_in = New System.Windows.Forms.RadioButton()
- Me.rb_chem_in = New System.Windows.Forms.RadioButton()
- Me.rb_chem_out = New System.Windows.Forms.RadioButton()
- Me.rb_wb_out = New System.Windows.Forms.RadioButton()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.dgv1 = New System.Windows.Forms.DataGridView()
- Me.dgv2 = New System.Windows.Forms.DataGridView()
- Me.GroupBox1.SuspendLayout()
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv2, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(24, 404)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(116, 65)
- Me.Button1.TabIndex = 0
- Me.Button1.Text = "导入台帐"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'OpenFileDialog1
- '
- Me.OpenFileDialog1.FileName = "OpenFileDialog1"
- '
- 'GroupBox1
- '
- Me.GroupBox1.Controls.Add(Me.rb_bjl_out)
- Me.GroupBox1.Controls.Add(Me.rb_bjl_in)
- Me.GroupBox1.Controls.Add(Me.rb_finish_out)
- Me.GroupBox1.Controls.Add(Me.rb_wb_in)
- Me.GroupBox1.Controls.Add(Me.rb_finish_in)
- Me.GroupBox1.Controls.Add(Me.rb_chem_in)
- Me.GroupBox1.Controls.Add(Me.rb_chem_out)
- Me.GroupBox1.Controls.Add(Me.rb_wb_out)
- Me.GroupBox1.Location = New System.Drawing.Point(655, 40)
- Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Size = New System.Drawing.Size(301, 221)
- Me.GroupBox1.TabIndex = 1
- Me.GroupBox1.TabStop = False
- Me.GroupBox1.Text = "GroupBox1"
- '
- 'rb_bjl_out
- '
- Me.rb_bjl_out.AutoSize = True
- Me.rb_bjl_out.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.rb_bjl_out.Location = New System.Drawing.Point(161, 154)
- Me.rb_bjl_out.Name = "rb_bjl_out"
- Me.rb_bjl_out.Size = New System.Drawing.Size(124, 25)
- Me.rb_bjl_out.TabIndex = 8
- Me.rb_bjl_out.TabStop = True
- Me.rb_bjl_out.Text = "边角料出库单"
- Me.rb_bjl_out.UseVisualStyleBackColor = True
- '
- 'rb_bjl_in
- '
- Me.rb_bjl_in.AutoSize = True
- Me.rb_bjl_in.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.rb_bjl_in.Location = New System.Drawing.Point(25, 154)
- Me.rb_bjl_in.Name = "rb_bjl_in"
- Me.rb_bjl_in.Size = New System.Drawing.Size(124, 25)
- Me.rb_bjl_in.TabIndex = 7
- Me.rb_bjl_in.TabStop = True
- Me.rb_bjl_in.Text = "边角料入库单"
- Me.rb_bjl_in.UseVisualStyleBackColor = True
- '
- 'rb_finish_out
- '
- Me.rb_finish_out.AutoSize = True
- Me.rb_finish_out.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.rb_finish_out.Location = New System.Drawing.Point(161, 113)
- Me.rb_finish_out.Name = "rb_finish_out"
- Me.rb_finish_out.Size = New System.Drawing.Size(108, 25)
- Me.rb_finish_out.TabIndex = 6
- Me.rb_finish_out.TabStop = True
- Me.rb_finish_out.Text = "成品出库单"
- Me.rb_finish_out.UseVisualStyleBackColor = True
- Me.rb_finish_out.Visible = False
- '
- 'rb_wb_in
- '
- Me.rb_wb_in.AutoSize = True
- Me.rb_wb_in.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.rb_wb_in.Location = New System.Drawing.Point(25, 29)
- Me.rb_wb_in.Name = "rb_wb_in"
- Me.rb_wb_in.Size = New System.Drawing.Size(108, 25)
- Me.rb_wb_in.TabIndex = 0
- Me.rb_wb_in.TabStop = True
- Me.rb_wb_in.Text = "蓝皮入库单"
- Me.rb_wb_in.UseVisualStyleBackColor = True
- '
- 'rb_finish_in
- '
- Me.rb_finish_in.AutoSize = True
- Me.rb_finish_in.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.rb_finish_in.Location = New System.Drawing.Point(25, 113)
- Me.rb_finish_in.Name = "rb_finish_in"
- Me.rb_finish_in.Size = New System.Drawing.Size(108, 25)
- Me.rb_finish_in.TabIndex = 5
- Me.rb_finish_in.TabStop = True
- Me.rb_finish_in.Text = "成品入库单"
- Me.rb_finish_in.UseVisualStyleBackColor = True
- '
- 'rb_chem_in
- '
- Me.rb_chem_in.AutoSize = True
- Me.rb_chem_in.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.rb_chem_in.Location = New System.Drawing.Point(25, 69)
- Me.rb_chem_in.Name = "rb_chem_in"
- Me.rb_chem_in.Size = New System.Drawing.Size(108, 25)
- Me.rb_chem_in.TabIndex = 2
- Me.rb_chem_in.TabStop = True
- Me.rb_chem_in.Text = "化料入库单"
- Me.rb_chem_in.UseVisualStyleBackColor = True
- '
- 'rb_chem_out
- '
- Me.rb_chem_out.AutoSize = True
- Me.rb_chem_out.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.rb_chem_out.Location = New System.Drawing.Point(161, 69)
- Me.rb_chem_out.Name = "rb_chem_out"
- Me.rb_chem_out.Size = New System.Drawing.Size(108, 25)
- Me.rb_chem_out.TabIndex = 4
- Me.rb_chem_out.TabStop = True
- Me.rb_chem_out.Text = "化料调拨单"
- Me.rb_chem_out.UseVisualStyleBackColor = True
- '
- 'rb_wb_out
- '
- Me.rb_wb_out.AutoSize = True
- Me.rb_wb_out.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.rb_wb_out.Location = New System.Drawing.Point(161, 29)
- Me.rb_wb_out.Name = "rb_wb_out"
- Me.rb_wb_out.Size = New System.Drawing.Size(108, 25)
- Me.rb_wb_out.TabIndex = 3
- Me.rb_wb_out.TabStop = True
- Me.rb_wb_out.Text = "蓝皮调拨单"
- Me.rb_wb_out.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.Location = New System.Drawing.Point(1104, 83)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(116, 65)
- Me.Button2.TabIndex = 2
- Me.Button2.Text = "打印单据"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'dgv1
- '
- Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle1.Font = New System.Drawing.Font("微软雅黑", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv1.DefaultCellStyle = DataGridViewCellStyle1
- Me.dgv1.Location = New System.Drawing.Point(234, 40)
- Me.dgv1.Name = "dgv1"
- Me.dgv1.RowTemplate.Height = 23
- Me.dgv1.Size = New System.Drawing.Size(415, 221)
- Me.dgv1.TabIndex = 3
- '
- 'dgv2
- '
- DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.dgv2.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
- Me.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle3.Font = New System.Drawing.Font("微软雅黑", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv2.DefaultCellStyle = DataGridViewCellStyle3
- Me.dgv2.Location = New System.Drawing.Point(234, 291)
- Me.dgv2.Name = "dgv2"
- Me.dgv2.RowTemplate.Height = 23
- Me.dgv2.Size = New System.Drawing.Size(832, 536)
- Me.dgv2.TabIndex = 4
- '
- 'Frm_Print_report
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1344, 877)
- Me.Controls.Add(Me.dgv2)
- Me.Controls.Add(Me.dgv1)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.GroupBox1)
- Me.Controls.Add(Me.Button1)
- Me.Name = "Frm_Print_report"
- Me.Text = "Frm_Print_report"
- Me.GroupBox1.ResumeLayout(False)
- Me.GroupBox1.PerformLayout()
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv2, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents Button1 As Button
- Friend WithEvents OpenFileDialog1 As OpenFileDialog
- Friend WithEvents GroupBox1 As GroupBox
- Friend WithEvents rb_finish_out As RadioButton
- Friend WithEvents rb_wb_in As RadioButton
- Friend WithEvents rb_finish_in As RadioButton
- Friend WithEvents rb_chem_in As RadioButton
- Friend WithEvents rb_chem_out As RadioButton
- Friend WithEvents rb_wb_out As RadioButton
- Friend WithEvents Button2 As Button
- Friend WithEvents dgv1 As DataGridView
- Friend WithEvents dgv2 As DataGridView
- Friend WithEvents rb_bjl_out As RadioButton
- Friend WithEvents rb_bjl_in As RadioButton
- End Class
|