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

449 lines
22 KiB

namespace QMAPP.WinForm.Forms.Mend
{
partial class MendStaticForm
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MendStaticForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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 dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbSearch = new System.Windows.Forms.ToolStripButton();
this.tbtnSearch = new System.Windows.Forms.ToolStripButton();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.panelSearchTitle = new System.Windows.Forms.Panel();
this.lblSearchTitle = new System.Windows.Forms.Label();
this.DGData = new System.Windows.Forms.DataGridView();
this.panel3 = new System.Windows.Forms.Panel();
this.panelSearch = new System.Windows.Forms.Panel();
this.labelSum = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.comMinuteEnd = new System.Windows.Forms.ComboBox();
this.comHourEnd = new System.Windows.Forms.ComboBox();
this.comMinuteStart = new System.Windows.Forms.ComboBox();
this.comHourStart = new System.Windows.Forms.ComboBox();
this.dpOpeEnd = new System.Windows.Forms.DateTimePicker();
this.dpOpeStart = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.lblOperateDate = new System.Windows.Forms.Label();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.PRODUCESHIFTTCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MENDSUM = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.toolStrip1.SuspendLayout();
this.panelSearchTitle.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DGData)).BeginInit();
this.panel3.SuspendLayout();
this.panelSearch.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
this.SuspendLayout();
//
// 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.toolStripButton1});
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(964, 70);
this.toolStrip1.TabIndex = 8;
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);
//
// 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.Visible = false;
//
// toolStripButton1
//
this.toolStripButton1.AutoSize = false;
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStripButton1.Image = global::QMAPP.WinForm.Resource1.cancle;
this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(100, 60);
this.toolStripButton1.Text = "关闭";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// 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(964, 35);
this.panelSearchTitle.TabIndex = 16;
//
// 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 = "查询条件";
//
// 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;
this.DGData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.PRODUCESHIFTTCODE,
this.MENDSUM});
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.DGData.DefaultCellStyle = dataGridViewCellStyle4;
this.DGData.Dock = System.Windows.Forms.DockStyle.Fill;
this.DGData.Location = new System.Drawing.Point(0, 60);
this.DGData.Name = "DGData";
this.DGData.ReadOnly = true;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.DGData.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
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(964, 229);
this.DGData.TabIndex = 11;
//
// panel3
//
this.panel3.Controls.Add(this.DGData);
this.panel3.Controls.Add(this.panelSearch);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 105);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(964, 289);
this.panel3.TabIndex = 18;
//
// panelSearch
//
this.panelSearch.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.panelSearch.Controls.Add(this.labelSum);
this.panelSearch.Controls.Add(this.label13);
this.panelSearch.Controls.Add(this.comMinuteEnd);
this.panelSearch.Controls.Add(this.comHourEnd);
this.panelSearch.Controls.Add(this.comMinuteStart);
this.panelSearch.Controls.Add(this.comHourStart);
this.panelSearch.Controls.Add(this.dpOpeEnd);
this.panelSearch.Controls.Add(this.dpOpeStart);
this.panelSearch.Controls.Add(this.label1);
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, 0);
this.panelSearch.Name = "panelSearch";
this.panelSearch.Size = new System.Drawing.Size(964, 60);
this.panelSearch.TabIndex = 17;
//
// labelSum
//
this.labelSum.AutoSize = true;
this.labelSum.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelSum.Location = new System.Drawing.Point(843, 20);
this.labelSum.Name = "labelSum";
this.labelSum.Size = new System.Drawing.Size(0, 24);
this.labelSum.TabIndex = 11;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.Location = new System.Drawing.Point(725, 18);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(106, 24);
this.label13.TabIndex = 10;
this.label13.Text = "维修数量";
//
// comMinuteEnd
//
this.comMinuteEnd.FormattingEnabled = true;
this.comMinuteEnd.Items.AddRange(new object[] {
"0",
"5",
"10",
"15",
"20",
"25",
"30",
"35",
"40",
"45",
"50",
"55"});
this.comMinuteEnd.Location = new System.Drawing.Point(492, 16);
this.comMinuteEnd.Name = "comMinuteEnd";
this.comMinuteEnd.Size = new System.Drawing.Size(40, 25);
this.comMinuteEnd.TabIndex = 9;
//
// comHourEnd
//
this.comHourEnd.FormattingEnabled = true;
this.comHourEnd.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23"});
this.comHourEnd.Location = new System.Drawing.Point(449, 16);
this.comHourEnd.Name = "comHourEnd";
this.comHourEnd.Size = new System.Drawing.Size(40, 25);
this.comHourEnd.TabIndex = 8;
//
// comMinuteStart
//
this.comMinuteStart.FormattingEnabled = true;
this.comMinuteStart.Items.AddRange(new object[] {
"0",
"5",
"10",
"15",
"20",
"25",
"30",
"35",
"40",
"45",
"50",
"55"});
this.comMinuteStart.Location = new System.Drawing.Point(251, 16);
this.comMinuteStart.Name = "comMinuteStart";
this.comMinuteStart.Size = new System.Drawing.Size(40, 25);
this.comMinuteStart.TabIndex = 7;
//
// comHourStart
//
this.comHourStart.FormattingEnabled = true;
this.comHourStart.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23"});
this.comHourStart.Location = new System.Drawing.Point(208, 16);
this.comHourStart.Name = "comHourStart";
this.comHourStart.Size = new System.Drawing.Size(40, 25);
this.comHourStart.TabIndex = 6;
//
// dpOpeEnd
//
this.dpOpeEnd.Location = new System.Drawing.Point(326, 17);
this.dpOpeEnd.Name = "dpOpeEnd";
this.dpOpeEnd.Size = new System.Drawing.Size(120, 23);
this.dpOpeEnd.TabIndex = 5;
//
// dpOpeStart
//
this.dpOpeStart.Location = new System.Drawing.Point(85, 17);
this.dpOpeStart.Name = "dpOpeStart";
this.dpOpeStart.Size = new System.Drawing.Size(120, 23);
this.dpOpeStart.TabIndex = 4;
//
// 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(296, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(24, 20);
this.label1.TabIndex = 0;
this.label1.Text = "至";
//
// 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(15, 18);
this.lblOperateDate.Name = "lblOperateDate";
this.lblOperateDate.Size = new System.Drawing.Size(69, 20);
this.lblOperateDate.TabIndex = 0;
this.lblOperateDate.Text = "操作时间";
//
// PRODUCESHIFTTCODE
//
this.PRODUCESHIFTTCODE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.PRODUCESHIFTTCODE.DataPropertyName = "PRODUCESHIFTTCODE";
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.PRODUCESHIFTTCODE.DefaultCellStyle = dataGridViewCellStyle2;
this.PRODUCESHIFTTCODE.HeaderText = "生产班次";
this.PRODUCESHIFTTCODE.Name = "PRODUCESHIFTTCODE";
this.PRODUCESHIFTTCODE.ReadOnly = true;
this.PRODUCESHIFTTCODE.Width = 150;
//
// MENDSUM
//
this.MENDSUM.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.MENDSUM.DataPropertyName = "MENDSUM";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.MENDSUM.DefaultCellStyle = dataGridViewCellStyle3;
this.MENDSUM.HeaderText = "数量";
this.MENDSUM.Name = "MENDSUM";
this.MENDSUM.ReadOnly = true;
this.MENDSUM.Width = 150;
//
// MendStaticForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(964, 394);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panelSearchTitle);
this.Controls.Add(this.toolStrip1);
this.Name = "MendStaticForm";
this.Text = "维修统计";
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.panelSearchTitle.ResumeLayout(false);
this.panelSearchTitle.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.DGData)).EndInit();
this.panel3.ResumeLayout(false);
this.panelSearch.ResumeLayout(false);
this.panelSearch.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbSearch;
private System.Windows.Forms.ToolStripButton tbtnSearch;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.Panel panelSearchTitle;
private System.Windows.Forms.Label lblSearchTitle;
private System.Windows.Forms.DataGridView DGData;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.ComboBox comMinuteEnd;
private System.Windows.Forms.ComboBox comHourEnd;
private System.Windows.Forms.Panel panelSearch;
private System.Windows.Forms.ComboBox comMinuteStart;
private System.Windows.Forms.ComboBox comHourStart;
private System.Windows.Forms.DateTimePicker dpOpeEnd;
private System.Windows.Forms.DateTimePicker dpOpeStart;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblOperateDate;
private System.Windows.Forms.BindingSource bindingSource1;
private System.Windows.Forms.Label labelSum;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCESHIFTTCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn MENDSUM;
}
}