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.
345 lines
15 KiB
345 lines
15 KiB
namespace QMAPP.WinForm.Forms.TianJin
|
|
{
|
|
partial class TJFrmCarCardPrintShow
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.tcEmployee = new System.Windows.Forms.TabControl();
|
|
this.tpPrint = new System.Windows.Forms.TabPage();
|
|
this.dgvMat = new System.Windows.Forms.DataGridView();
|
|
this.ITEMNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.VIN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.CODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnPrint = new System.Windows.Forms.Button();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.tsslbl_Message = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.statusStrip = new System.Windows.Forms.StatusStrip();
|
|
this.tsslblMessage = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tcEmployee.SuspendLayout();
|
|
this.tpPrint.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvMat)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.statusStrip.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tcEmployee
|
|
//
|
|
this.tcEmployee.Controls.Add(this.tpPrint);
|
|
this.tcEmployee.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tcEmployee.Location = new System.Drawing.Point(0, 0);
|
|
this.tcEmployee.Name = "tcEmployee";
|
|
this.tcEmployee.SelectedIndex = 0;
|
|
this.tcEmployee.Size = new System.Drawing.Size(789, 431);
|
|
this.tcEmployee.TabIndex = 67;
|
|
//
|
|
// tpPrint
|
|
//
|
|
this.tpPrint.Controls.Add(this.dgvMat);
|
|
this.tpPrint.Location = new System.Drawing.Point(4, 22);
|
|
this.tpPrint.Name = "tpPrint";
|
|
this.tpPrint.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tpPrint.Size = new System.Drawing.Size(781, 405);
|
|
this.tpPrint.TabIndex = 0;
|
|
this.tpPrint.Text = "贴车单";
|
|
this.tpPrint.UseVisualStyleBackColor = true;
|
|
//
|
|
// dgvMat
|
|
//
|
|
this.dgvMat.AllowUserToAddRows = false;
|
|
this.dgvMat.AllowUserToDeleteRows = false;
|
|
this.dgvMat.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvMat.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvMat.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.ITEMNO,
|
|
this.Column1,
|
|
this.VIN,
|
|
this.CODE,
|
|
this.NAME,
|
|
this.CREATETIME,
|
|
this.Column2,
|
|
this.Column3,
|
|
this.Column4,
|
|
this.Column5,
|
|
this.Column6,
|
|
this.Column7,
|
|
this.Column8,
|
|
this.Column9,
|
|
this.Column10,
|
|
this.Column11});
|
|
this.dgvMat.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgvMat.Location = new System.Drawing.Point(3, 3);
|
|
this.dgvMat.Name = "dgvMat";
|
|
this.dgvMat.RowTemplate.Height = 23;
|
|
this.dgvMat.Size = new System.Drawing.Size(775, 399);
|
|
this.dgvMat.TabIndex = 1;
|
|
//
|
|
// ITEMNO
|
|
//
|
|
this.ITEMNO.DataPropertyName = "ROWINDEX";
|
|
this.ITEMNO.HeaderText = "序号";
|
|
this.ITEMNO.Name = "ITEMNO";
|
|
this.ITEMNO.Width = 60;
|
|
//
|
|
// Column1
|
|
//
|
|
this.Column1.DataPropertyName = "VWSEQ";
|
|
this.Column1.HeaderText = "大众顺序号";
|
|
this.Column1.Name = "Column1";
|
|
//
|
|
// VIN
|
|
//
|
|
this.VIN.DataPropertyName = "VIN";
|
|
this.VIN.HeaderText = "VIN号";
|
|
this.VIN.Name = "VIN";
|
|
this.VIN.ReadOnly = true;
|
|
this.VIN.Width = 200;
|
|
//
|
|
// CODE
|
|
//
|
|
this.CODE.DataPropertyName = "PRODNO";
|
|
this.CODE.HeaderText = "零件号";
|
|
this.CODE.Name = "CODE";
|
|
this.CODE.ReadOnly = true;
|
|
this.CODE.Width = 150;
|
|
//
|
|
// NAME
|
|
//
|
|
this.NAME.DataPropertyName = "CARSETDESC_CN";
|
|
this.NAME.HeaderText = "总成描述";
|
|
this.NAME.Name = "NAME";
|
|
this.NAME.ReadOnly = true;
|
|
//
|
|
// CREATETIME
|
|
//
|
|
this.CREATETIME.DataPropertyName = "CP5A";
|
|
this.CREATETIME.HeaderText = "上线时间";
|
|
this.CREATETIME.Name = "CREATETIME";
|
|
this.CREATETIME.ReadOnly = true;
|
|
this.CREATETIME.Width = 120;
|
|
//
|
|
// Column2
|
|
//
|
|
this.Column2.DataPropertyName = "KIN";
|
|
this.Column2.HeaderText = "Column2";
|
|
this.Column2.Name = "Column2";
|
|
this.Column2.Visible = false;
|
|
//
|
|
// Column3
|
|
//
|
|
this.Column3.DataPropertyName = "LINENO";
|
|
this.Column3.HeaderText = "Column3";
|
|
this.Column3.Name = "Column3";
|
|
this.Column3.Visible = false;
|
|
//
|
|
// Column4
|
|
//
|
|
this.Column4.DataPropertyName = "SANBARCODE";
|
|
this.Column4.HeaderText = "Column4";
|
|
this.Column4.Name = "Column4";
|
|
this.Column4.Visible = false;
|
|
//
|
|
// Column5
|
|
//
|
|
this.Column5.DataPropertyName = "SCANDATE";
|
|
this.Column5.HeaderText = "Column5";
|
|
this.Column5.Name = "Column5";
|
|
this.Column5.Visible = false;
|
|
//
|
|
// Column6
|
|
//
|
|
this.Column6.DataPropertyName = "PASTEDETAILED_CARD_KEY";
|
|
this.Column6.HeaderText = "Column6";
|
|
this.Column6.Name = "Column6";
|
|
this.Column6.Visible = false;
|
|
//
|
|
// Column7
|
|
//
|
|
this.Column7.DataPropertyName = "FIS_KEY";
|
|
this.Column7.HeaderText = "Column7";
|
|
this.Column7.Name = "Column7";
|
|
this.Column7.Visible = false;
|
|
//
|
|
// Column8
|
|
//
|
|
this.Column8.DataPropertyName = "PASTE_CARD_KEY";
|
|
this.Column8.HeaderText = "Column8";
|
|
this.Column8.Name = "Column8";
|
|
this.Column8.Visible = false;
|
|
//
|
|
// Column9
|
|
//
|
|
this.Column9.DataPropertyName = "PASTECARDNO";
|
|
this.Column9.HeaderText = "Column9";
|
|
this.Column9.Name = "Column9";
|
|
this.Column9.Visible = false;
|
|
//
|
|
// Column10
|
|
//
|
|
this.Column10.DataPropertyName = "PRODUCTIONNAME";
|
|
this.Column10.HeaderText = "Column10";
|
|
this.Column10.Name = "Column10";
|
|
this.Column10.Visible = false;
|
|
//
|
|
// Column11
|
|
//
|
|
this.Column11.DataPropertyName = "DGVROWINDEX";
|
|
this.Column11.HeaderText = "Column11";
|
|
this.Column11.Name = "Column11";
|
|
this.Column11.Visible = false;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.btnPrint);
|
|
this.panel1.Controls.Add(this.btnClose);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel1.Location = new System.Drawing.Point(0, 431);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(789, 51);
|
|
this.panel1.TabIndex = 69;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.ForeColor = System.Drawing.Color.Red;
|
|
this.label1.Location = new System.Drawing.Point(282, 22);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(0, 16);
|
|
this.label1.TabIndex = 10;
|
|
//
|
|
// btnPrint
|
|
//
|
|
this.btnPrint.Location = new System.Drawing.Point(528, 22);
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.Size = new System.Drawing.Size(75, 21);
|
|
this.btnPrint.TabIndex = 7;
|
|
this.btnPrint.Text = "打印";
|
|
this.btnPrint.UseVisualStyleBackColor = true;
|
|
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnClose.Location = new System.Drawing.Point(622, 22);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 21);
|
|
this.btnClose.TabIndex = 9;
|
|
this.btnClose.Text = "关闭";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// tsslbl_Message
|
|
//
|
|
this.tsslbl_Message.Name = "tsslbl_Message";
|
|
this.tsslbl_Message.Size = new System.Drawing.Size(0, 17);
|
|
//
|
|
// statusStrip
|
|
//
|
|
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsslblMessage,
|
|
this.tsslbl_Message});
|
|
this.statusStrip.Location = new System.Drawing.Point(0, 482);
|
|
this.statusStrip.Name = "statusStrip";
|
|
this.statusStrip.Size = new System.Drawing.Size(789, 22);
|
|
this.statusStrip.TabIndex = 68;
|
|
this.statusStrip.Text = "statusStrip1";
|
|
//
|
|
// tsslblMessage
|
|
//
|
|
this.tsslblMessage.Name = "tsslblMessage";
|
|
this.tsslblMessage.Size = new System.Drawing.Size(68, 17);
|
|
this.tsslblMessage.Text = "消息提示:";
|
|
//
|
|
// FrmCarCardPrintShow
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(789, 504);
|
|
this.Controls.Add(this.tcEmployee);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.statusStrip);
|
|
this.Name = "FrmCarCardPrintShow";
|
|
this.Text = "贴车单打印";
|
|
this.Load += new System.EventHandler(this.FrmCarCardPrintShow_Load);
|
|
this.tcEmployee.ResumeLayout(false);
|
|
this.tpPrint.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvMat)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.statusStrip.ResumeLayout(false);
|
|
this.statusStrip.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tcEmployee;
|
|
private System.Windows.Forms.TabPage tpPrint;
|
|
private System.Windows.Forms.DataGridView dgvMat;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ITEMNO;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn VIN;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CODE;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn NAME;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnPrint;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.ToolStripStatusLabel tsslbl_Message;
|
|
private System.Windows.Forms.StatusStrip statusStrip;
|
|
private System.Windows.Forms.ToolStripStatusLabel tsslblMessage;
|
|
}
|
|
}
|