天津投入产出系统后端
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.

418 lines
23 KiB

namespace QMAPP.WinForm.Forms.InformationSearch
{
partial class FisM100ListForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FisM100ListForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
QMFrameWork.Data.DataPage dataPage1 = new QMFrameWork.Data.DataPage();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbSearch = new System.Windows.Forms.ToolStripButton();
this.DGFisInfo = new System.Windows.Forms.DataGridView();
this.panelSearchTitle = new System.Windows.Forms.Panel();
this.lblSearchTitle = new System.Windows.Forms.Label();
this.panelSearch = new System.Windows.Forms.Panel();
this.dtpONLINETIMEEND = new DateTimePickerA();
this.dtpONLINETIMESTART = new DateTimePickerA();
this.panel1 = new System.Windows.Forms.Panel();
this.pager1 = new QMAPP.WinForm.Controls.Pager();
this.Pid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.VWSEQ = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.KIN = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.VIN = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CP5A = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LINENO = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PMATERIALNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.READFLAG = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CHANGEFLAG = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DGFisInfo)).BeginInit();
this.panelSearchTitle.SuspendLayout();
this.panelSearch.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(262, 16);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(24, 20);
this.label5.TabIndex = 2;
this.label5.Text = "至";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(12, 17);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(69, 20);
this.label4.TabIndex = 0;
this.label4.Text = "上线时间";
//
// toolStrip1
//
this.toolStrip1.AutoSize = false;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbSearch});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(984, 70);
this.toolStrip1.Stretch = true;
this.toolStrip1.TabIndex = 2;
this.toolStrip1.Text = "toolStrip1";
//
// tsbSearch
//
this.tsbSearch.AutoSize = false;
this.tsbSearch.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
this.tsbSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSearch.Name = "tsbSearch";
this.tsbSearch.Size = new System.Drawing.Size(100, 60);
this.tsbSearch.Text = "查询";
this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
//
// DGFisInfo
//
this.DGFisInfo.AllowUserToAddRows = false;
this.DGFisInfo.AllowUserToDeleteRows = false;
this.DGFisInfo.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.DGFisInfo.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.DGFisInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.DGFisInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DGFisInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Pid,
this.VWSEQ,
this.KIN,
this.VIN,
this.CP5A,
this.LINENO,
this.PMATERIALNO,
this.READFLAG,
this.CHANGEFLAG,
this.CREATETIME});
this.DGFisInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.DGFisInfo.Location = new System.Drawing.Point(0, 0);
this.DGFisInfo.Name = "DGFisInfo";
this.DGFisInfo.ReadOnly = true;
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.DGFisInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle11;
this.DGFisInfo.RowTemplate.Height = 23;
this.DGFisInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DGFisInfo.Size = new System.Drawing.Size(984, 442);
this.DGFisInfo.TabIndex = 3;
this.DGFisInfo.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DG_RowPostPaint);
//
// panelSearchTitle
//
this.panelSearchTitle.BackColor = System.Drawing.SystemColors.ScrollBar;
this.panelSearchTitle.Controls.Add(this.lblSearchTitle);
this.panelSearchTitle.Dock = System.Windows.Forms.DockStyle.Top;
this.panelSearchTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panelSearchTitle.Location = new System.Drawing.Point(0, 70);
this.panelSearchTitle.Name = "panelSearchTitle";
this.panelSearchTitle.Size = new System.Drawing.Size(984, 35);
this.panelSearchTitle.TabIndex = 8;
//
// lblSearchTitle
//
this.lblSearchTitle.AutoSize = true;
this.lblSearchTitle.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSearchTitle.Location = new System.Drawing.Point(15, 7);
this.lblSearchTitle.Name = "lblSearchTitle";
this.lblSearchTitle.Size = new System.Drawing.Size(69, 20);
this.lblSearchTitle.TabIndex = 0;
this.lblSearchTitle.Text = "查询条件";
//
// panelSearch
//
this.panelSearch.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.panelSearch.Controls.Add(this.dtpONLINETIMEEND);
this.panelSearch.Controls.Add(this.dtpONLINETIMESTART);
this.panelSearch.Controls.Add(this.label4);
this.panelSearch.Controls.Add(this.label5);
this.panelSearch.Dock = System.Windows.Forms.DockStyle.Top;
this.panelSearch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panelSearch.Location = new System.Drawing.Point(0, 105);
this.panelSearch.Name = "panelSearch";
this.panelSearch.Size = new System.Drawing.Size(984, 55);
this.panelSearch.TabIndex = 9;
//
// dtpONLINETIMEEND
//
this.dtpONLINETIMEEND.CustomFormat = " ";
this.dtpONLINETIMEEND.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.dtpONLINETIMEEND.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpONLINETIMEEND.FormatString = "yyyy年MM月dd日";
this.dtpONLINETIMEEND.Location = new System.Drawing.Point(292, 13);
this.dtpONLINETIMEEND.Name = "dtpONLINETIMEEND";
this.dtpONLINETIMEEND.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpONLINETIMEEND.Size = new System.Drawing.Size(169, 26);
this.dtpONLINETIMEEND.TabIndex = 8;
this.dtpONLINETIMEEND.ValueX = null;
//
// dtpONLINETIMESTART
//
this.dtpONLINETIMESTART.CustomFormat = " ";
this.dtpONLINETIMESTART.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.dtpONLINETIMESTART.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpONLINETIMESTART.FormatString = "yyyy年MM月dd日";
this.dtpONLINETIMESTART.Location = new System.Drawing.Point(87, 13);
this.dtpONLINETIMESTART.Name = "dtpONLINETIMESTART";
this.dtpONLINETIMESTART.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpONLINETIMESTART.Size = new System.Drawing.Size(169, 26);
this.dtpONLINETIMESTART.TabIndex = 7;
this.dtpONLINETIMESTART.ValueX = null;
//
// panel1
//
this.panel1.Controls.Add(this.DGFisInfo);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 160);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(984, 442);
this.panel1.TabIndex = 10;
//
// pager1
//
dataPage1.KeyName = null;
dataPage1.PageCount = 0;
dataPage1.PageIndex = 1;
dataPage1.PageSize = 50;
dataPage1.RecordCount = 0;
dataPage1.Result = null;
dataPage1.SortExpression = null;
this.pager1.DataPage = dataPage1;
this.pager1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pager1.Location = new System.Drawing.Point(0, 602);
this.pager1.Name = "pager1";
this.pager1.OSearch = null;
this.pager1.Size = new System.Drawing.Size(984, 40);
this.pager1.TabIndex = 7;
this.pager1.EventPaging += new QMAPP.WinForm.Controls.EventPagingHandler(this.pager1_EventPaging);
//
// Pid
//
this.Pid.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.Pid.DataPropertyName = "PID";
this.Pid.HeaderText = "Pid";
this.Pid.Name = "Pid";
this.Pid.ReadOnly = true;
this.Pid.Visible = false;
this.Pid.Width = 60;
//
// VWSEQ
//
this.VWSEQ.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.VWSEQ.DataPropertyName = "VWSEQ";
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.VWSEQ.DefaultCellStyle = dataGridViewCellStyle2;
this.VWSEQ.FillWeight = 90F;
this.VWSEQ.HeaderText = "大众顺序号";
this.VWSEQ.Name = "VWSEQ";
this.VWSEQ.ReadOnly = true;
this.VWSEQ.Width = 180;
//
// KIN
//
this.KIN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.KIN.DataPropertyName = "KIN";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.KIN.DefaultCellStyle = dataGridViewCellStyle3;
this.KIN.HeaderText = "kin号";
this.KIN.Name = "KIN";
this.KIN.ReadOnly = true;
this.KIN.Width = 110;
//
// VIN
//
this.VIN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.VIN.DataPropertyName = "VIN";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F);
this.VIN.DefaultCellStyle = dataGridViewCellStyle4;
this.VIN.HeaderText = "Vin号";
this.VIN.Name = "VIN";
this.VIN.ReadOnly = true;
this.VIN.Width = 110;
//
// CP5A
//
this.CP5A.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.CP5A.DataPropertyName = "CP5A";
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15.75F);
this.CP5A.DefaultCellStyle = dataGridViewCellStyle5;
this.CP5A.HeaderText = "上线时间";
this.CP5A.Name = "CP5A";
this.CP5A.ReadOnly = true;
this.CP5A.Width = 110;
//
// LINENO
//
this.LINENO.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.LINENO.DataPropertyName = "LINENO";
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F);
this.LINENO.DefaultCellStyle = dataGridViewCellStyle6;
this.LINENO.HeaderText = "生产线";
this.LINENO.Name = "LINENO";
this.LINENO.ReadOnly = true;
this.LINENO.Width = 250;
//
// PMATERIALNO
//
this.PMATERIALNO.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.PMATERIALNO.DataPropertyName = "PMATERIALNO";
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 15.75F);
this.PMATERIALNO.DefaultCellStyle = dataGridViewCellStyle7;
this.PMATERIALNO.HeaderText = "零件号";
this.PMATERIALNO.Name = "PMATERIALNO";
this.PMATERIALNO.ReadOnly = true;
this.PMATERIALNO.Width = 180;
//
// READFLAG
//
this.READFLAG.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.READFLAG.DataPropertyName = "READFLAG";
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 15.75F);
this.READFLAG.DefaultCellStyle = dataGridViewCellStyle8;
this.READFLAG.HeaderText = "读取";
this.READFLAG.Name = "READFLAG";
this.READFLAG.ReadOnly = true;
this.READFLAG.Width = 90;
//
// CHANGEFLAG
//
this.CHANGEFLAG.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.CHANGEFLAG.DataPropertyName = "CHANGEFLAG";
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 15.75F);
this.CHANGEFLAG.DefaultCellStyle = dataGridViewCellStyle9;
this.CHANGEFLAG.HeaderText = "修改";
this.CHANGEFLAG.Name = "CHANGEFLAG";
this.CHANGEFLAG.ReadOnly = true;
this.CHANGEFLAG.Width = 110;
//
// CREATETIME
//
this.CREATETIME.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.CREATETIME.DataPropertyName = "CREATETIME";
dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 15.75F);
this.CREATETIME.DefaultCellStyle = dataGridViewCellStyle10;
this.CREATETIME.HeaderText = "创建时间";
this.CREATETIME.Name = "CREATETIME";
this.CREATETIME.ReadOnly = true;
this.CREATETIME.Width = 180;
//
// FisM100ListForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(984, 642);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panelSearch);
this.Controls.Add(this.panelSearchTitle);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.pager1);
this.Name = "FisM100ListForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FIS M100生产信息";
this.Load += new System.EventHandler(this.Form_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.DGFisInfo)).EndInit();
this.panelSearchTitle.ResumeLayout(false);
this.panelSearchTitle.PerformLayout();
this.panelSearch.ResumeLayout(false);
this.panelSearch.PerformLayout();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbSearch;
private System.Windows.Forms.DataGridView DGFisInfo;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private Controls.Pager pager1;
private System.Windows.Forms.Panel panelSearchTitle;
private System.Windows.Forms.Label lblSearchTitle;
private System.Windows.Forms.Panel panelSearch;
private System.Windows.Forms.Panel panel1;
private DateTimePickerA dtpONLINETIMESTART;
private DateTimePickerA dtpONLINETIMEEND;
private System.Windows.Forms.DataGridViewTextBoxColumn Pid;
private System.Windows.Forms.DataGridViewTextBoxColumn VWSEQ;
private System.Windows.Forms.DataGridViewTextBoxColumn KIN;
private System.Windows.Forms.DataGridViewTextBoxColumn VIN;
private System.Windows.Forms.DataGridViewTextBoxColumn CP5A;
private System.Windows.Forms.DataGridViewTextBoxColumn LINENO;
private System.Windows.Forms.DataGridViewTextBoxColumn PMATERIALNO;
private System.Windows.Forms.DataGridViewTextBoxColumn READFLAG;
private System.Windows.Forms.DataGridViewTextBoxColumn CHANGEFLAG;
private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
}
}