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

361 lines
20 KiB

namespace QMAPP.WinForm.Forms.Operation
{
partial class MainOperationSearchForm
{
/// <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(MainOperationSearchForm));
QMFrameWork.Data.DataPage dataPage1 = new QMFrameWork.Data.DataPage();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.panelSearch = new System.Windows.Forms.Panel();
this.dateOpeEnd = new DateTimePickerA();
this.dateOpeStart = new DateTimePickerA();
this.cbxProduceShift = new System.Windows.Forms.ComboBox();
this.lblProduceShift = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.lblProductCode = new System.Windows.Forms.Label();
this.txtProductCode = new System.Windows.Forms.TextBox();
this.lblOperateDate = new System.Windows.Forms.Label();
this.lblSearchTitle = new System.Windows.Forms.Label();
this.panelSearchTitle = new System.Windows.Forms.Panel();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbSearch = new System.Windows.Forms.ToolStripButton();
this.tbtnSearch = new System.Windows.Forms.ToolStripButton();
this.panel1 = new System.Windows.Forms.Panel();
this.pager1 = new QMAPP.WinForm.Controls.Pager();
this.DGData = new System.Windows.Forms.DataGridView();
this.panel3 = new System.Windows.Forms.Panel();
this.panelSearch.SuspendLayout();
this.panelSearchTitle.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DGData)).BeginInit();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panelSearch
//
this.panelSearch.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.panelSearch.Controls.Add(this.dateOpeEnd);
this.panelSearch.Controls.Add(this.dateOpeStart);
this.panelSearch.Controls.Add(this.cbxProduceShift);
this.panelSearch.Controls.Add(this.lblProduceShift);
this.panelSearch.Controls.Add(this.label1);
this.panelSearch.Controls.Add(this.lblProductCode);
this.panelSearch.Controls.Add(this.txtProductCode);
this.panelSearch.Controls.Add(this.lblOperateDate);
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, 60);
this.panelSearch.TabIndex = 9;
//
// dateOpeEnd
//
this.dateOpeEnd.CalendarFont = new System.Drawing.Font("微软雅黑", 11F);
this.dateOpeEnd.CustomFormat = " ";
this.dateOpeEnd.Font = new System.Drawing.Font("微软雅黑", 11F);
this.dateOpeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateOpeEnd.FormatString = "yyyy-MM-dd HH:mm:ss";
this.dateOpeEnd.Location = new System.Drawing.Point(769, 18);
this.dateOpeEnd.Name = "dateOpeEnd";
this.dateOpeEnd.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateOpeEnd.Size = new System.Drawing.Size(190, 27);
this.dateOpeEnd.TabIndex = 3;
this.dateOpeEnd.ValueX = null;
//
// dateOpeStart
//
this.dateOpeStart.CalendarFont = new System.Drawing.Font("微软雅黑", 11F);
this.dateOpeStart.CustomFormat = " ";
this.dateOpeStart.Font = new System.Drawing.Font("微软雅黑", 11F);
this.dateOpeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateOpeStart.FormatString = "yyyy-MM-dd HH:mm:ss";
this.dateOpeStart.Location = new System.Drawing.Point(558, 18);
this.dateOpeStart.Name = "dateOpeStart";
this.dateOpeStart.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateOpeStart.Size = new System.Drawing.Size(190, 27);
this.dateOpeStart.TabIndex = 3;
this.dateOpeStart.ValueX = null;
//
// cbxProduceShift
//
this.cbxProduceShift.DisplayMember = "Key";
this.cbxProduceShift.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbxProduceShift.FormattingEnabled = true;
this.cbxProduceShift.Location = new System.Drawing.Point(78, 17);
this.cbxProduceShift.Name = "cbxProduceShift";
this.cbxProduceShift.Size = new System.Drawing.Size(120, 28);
this.cbxProduceShift.TabIndex = 2;
this.cbxProduceShift.ValueMember = "Value";
//
// lblProduceShift
//
this.lblProduceShift.AutoSize = true;
this.lblProduceShift.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblProduceShift.Location = new System.Drawing.Point(29, 21);
this.lblProduceShift.Name = "lblProduceShift";
this.lblProduceShift.Size = new System.Drawing.Size(39, 20);
this.lblProduceShift.TabIndex = 0;
this.lblProduceShift.Text = "班次";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(746, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(24, 20);
this.label1.TabIndex = 0;
this.label1.Text = "至";
//
// lblProductCode
//
this.lblProductCode.AutoSize = true;
this.lblProductCode.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblProductCode.Location = new System.Drawing.Point(223, 22);
this.lblProductCode.Name = "lblProductCode";
this.lblProductCode.Size = new System.Drawing.Size(69, 20);
this.lblProductCode.TabIndex = 0;
this.lblProductCode.Text = "产品条码";
//
// txtProductCode
//
this.txtProductCode.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtProductCode.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.txtProductCode.Location = new System.Drawing.Point(299, 18);
this.txtProductCode.MaxLength = 30;
this.txtProductCode.Name = "txtProductCode";
this.txtProductCode.Size = new System.Drawing.Size(160, 27);
this.txtProductCode.TabIndex = 1;
//
// lblOperateDate
//
this.lblOperateDate.AutoSize = true;
this.lblOperateDate.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblOperateDate.Location = new System.Drawing.Point(480, 22);
this.lblOperateDate.Name = "lblOperateDate";
this.lblOperateDate.Size = new System.Drawing.Size(69, 20);
this.lblOperateDate.TabIndex = 0;
this.lblOperateDate.Text = "操作时间";
//
// 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 = "查询条件";
//
// 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;
//
// toolStrip1
//
this.toolStrip1.AutoSize = false;
this.toolStrip1.Font = new System.Drawing.Font("宋体", 9F);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbSearch,
this.tbtnSearch});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
this.toolStrip1.Size = new System.Drawing.Size(984, 70);
this.toolStrip1.TabIndex = 7;
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(140, 60);
this.tsbSearch.Text = "查询";
this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
//
// tbtnSearch
//
this.tbtnSearch.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.tbtnSearch.AutoSize = false;
this.tbtnSearch.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tbtnSearch.Image = ((System.Drawing.Image)(resources.GetObject("tbtnSearch.Image")));
this.tbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbtnSearch.Name = "tbtnSearch";
this.tbtnSearch.Size = new System.Drawing.Size(140, 60);
this.tbtnSearch.Text = "返回加工";
this.tbtnSearch.Click += new System.EventHandler(this.tbtnSearch_Click);
//
// panel1
//
this.panel1.Controls.Add(this.pager1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 627);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(984, 35);
this.panel1.TabIndex = 12;
//
// 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.Fill;
this.pager1.Location = new System.Drawing.Point(0, 0);
this.pager1.Name = "pager1";
this.pager1.OSearch = null;
this.pager1.Size = new System.Drawing.Size(984, 35);
this.pager1.TabIndex = 0;
this.pager1.EventPaging += new QMAPP.WinForm.Controls.EventPagingHandler(this.pager1_EventPaging);
//
// DGData
//
this.DGData.AllowUserToAddRows = false;
this.DGData.AllowUserToDeleteRows = false;
this.DGData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.DGData.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.DGData.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.False;
this.DGData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.DGData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.DGData.DefaultCellStyle = dataGridViewCellStyle2;
this.DGData.Dock = System.Windows.Forms.DockStyle.Fill;
this.DGData.Location = new System.Drawing.Point(0, 0);
this.DGData.Name = "DGData";
this.DGData.ReadOnly = true;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.DGData.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.DGData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
this.DGData.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.DGData.RowTemplate.Height = 23;
this.DGData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DGData.Size = new System.Drawing.Size(984, 462);
this.DGData.TabIndex = 11;
this.DGData.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DGData_RowPostPaint);
//
// panel3
//
this.panel3.Controls.Add(this.DGData);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 165);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(984, 462);
this.panel3.TabIndex = 14;
//
// MainOperationSearchForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(984, 662);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panelSearch);
this.Controls.Add(this.panelSearchTitle);
this.Controls.Add(this.toolStrip1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "MainOperationSearchForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "加工查询";
this.TopMost = true;
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.MainOperationSearchForm_Load);
this.panelSearch.ResumeLayout(false);
this.panelSearch.PerformLayout();
this.panelSearchTitle.ResumeLayout(false);
this.panelSearchTitle.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.DGData)).EndInit();
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelSearch;
private System.Windows.Forms.Label lblProductCode;
private System.Windows.Forms.Label lblSearchTitle;
private System.Windows.Forms.Panel panelSearchTitle;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tbtnSearch;
private System.Windows.Forms.TextBox txtProductCode;
private System.Windows.Forms.Label lblProduceShift;
private System.Windows.Forms.ComboBox cbxProduceShift;
private System.Windows.Forms.Label lblOperateDate;
private System.Windows.Forms.Label label1;
private DateTimePickerA dateOpeStart;
private DateTimePickerA dateOpeEnd;
private System.Windows.Forms.ToolStripButton tsbSearch;
private System.Windows.Forms.Panel panel1;
private Controls.Pager pager1;
private System.Windows.Forms.DataGridView DGData;
private System.Windows.Forms.Panel panel3;
}
}