namespace MaiMuAOI.SysUI.DefectPicShow
{
partial class DataQueryFrm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataQueryFrm));
this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
this.skinTabControl1 = new CCWin.SkinControl.SkinTabControl();
this.skinTabPage7 = new CCWin.SkinControl.SkinTabPage();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.btnClear = new System.Windows.Forms.PictureBox();
this.skinButton3 = new CCWin.SkinControl.SkinButton();
this.skinButton1 = new CCWin.SkinControl.SkinButton();
this.skinButton2 = new CCWin.SkinControl.SkinButton();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.cbProductCode = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.pageCtrl1 = new MaiMuAOI.SysUI.DefectPicShow.PageCtrl();
this.skinTabPage8 = new CCWin.SkinControl.SkinTabPage();
this.skinTabPage9 = new CCWin.SkinControl.SkinTabPage();
this.skinTabPage10 = new CCWin.SkinControl.SkinTabPage();
this.skinTabControl1.SuspendLayout();
this.skinTabPage7.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.btnClear)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// uiTitel1
//
this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
this.uiTitel1.FatherForm = null;
this.uiTitel1.Location = new System.Drawing.Point(0, 0);
this.uiTitel1.Name = "uiTitel1";
this.uiTitel1.Size = new System.Drawing.Size(1354, 46);
this.uiTitel1.TabIndex = 35;
//
// skinTabControl1
//
this.skinTabControl1.Alignment = System.Windows.Forms.TabAlignment.Left;
this.skinTabControl1.AnimatorType = CCWin.SkinControl.AnimationType.HorizSlide;
this.skinTabControl1.CloseRect = new System.Drawing.Rectangle(2, 2, 12, 12);
this.skinTabControl1.Controls.Add(this.skinTabPage7);
this.skinTabControl1.Controls.Add(this.skinTabPage8);
this.skinTabControl1.Controls.Add(this.skinTabPage9);
this.skinTabControl1.Controls.Add(this.skinTabPage10);
this.skinTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.skinTabControl1.HeadBack = null;
this.skinTabControl1.ImgTxtOffset = new System.Drawing.Point(0, 0);
this.skinTabControl1.ItemSize = new System.Drawing.Size(36, 75);
this.skinTabControl1.Location = new System.Drawing.Point(0, 46);
this.skinTabControl1.Multiline = true;
this.skinTabControl1.Name = "skinTabControl1";
this.skinTabControl1.PageArrowDown = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowDown")));
this.skinTabControl1.PageArrowHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowHover")));
this.skinTabControl1.PageCloseHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseHover")));
this.skinTabControl1.PageCloseNormal = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseNormal")));
this.skinTabControl1.PageDown = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageDown")));
this.skinTabControl1.PageDownTxtColor = System.Drawing.Color.White;
this.skinTabControl1.PageHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageHover")));
this.skinTabControl1.PageHoverTxtColor = System.Drawing.Color.White;
this.skinTabControl1.PageImagePosition = CCWin.SkinControl.SkinTabControl.ePageImagePosition.Left;
this.skinTabControl1.PageNorml = null;
this.skinTabControl1.PageNormlTxtColor = System.Drawing.Color.White;
this.skinTabControl1.SelectedIndex = 0;
this.skinTabControl1.Size = new System.Drawing.Size(1354, 635);
this.skinTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.skinTabControl1.TabIndex = 36;
//
// skinTabPage7
//
this.skinTabPage7.BackColor = System.Drawing.Color.White;
this.skinTabPage7.Controls.Add(this.tableLayoutPanel1);
this.skinTabPage7.Dock = System.Windows.Forms.DockStyle.Fill;
this.skinTabPage7.Location = new System.Drawing.Point(75, 0);
this.skinTabPage7.Name = "skinTabPage7";
this.skinTabPage7.Size = new System.Drawing.Size(1279, 635);
this.skinTabPage7.TabIndex = 0;
this.skinTabPage7.TabItemImage = null;
this.skinTabPage7.Text = "数据查询";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.pageCtrl1, 0, 2);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1279, 635);
this.tableLayoutPanel1.TabIndex = 0;
//
// panel1
//
this.panel1.Controls.Add(this.btnClear);
this.panel1.Controls.Add(this.skinButton3);
this.panel1.Controls.Add(this.skinButton1);
this.panel1.Controls.Add(this.skinButton2);
this.panel1.Controls.Add(this.dateTimePicker2);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.dateTimePicker1);
this.panel1.Controls.Add(this.comboBox3);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.comboBox2);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.comboBox1);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.cbProductCode);
this.panel1.Controls.Add(this.label3);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1273, 49);
this.panel1.TabIndex = 0;
//
// btnClear
//
this.btnClear.Image = ((System.Drawing.Image)(resources.GetObject("btnClear.Image")));
this.btnClear.Location = new System.Drawing.Point(253, 17);
this.btnClear.Margin = new System.Windows.Forms.Padding(2);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(21, 19);
this.btnClear.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.btnClear.TabIndex = 101;
this.btnClear.TabStop = false;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// skinButton3
//
this.skinButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.skinButton3.BackColor = System.Drawing.Color.White;
this.skinButton3.BaseColor = System.Drawing.Color.Red;
this.skinButton3.BorderColor = System.Drawing.Color.Red;
this.skinButton3.ControlState = CCWin.SkinClass.ControlState.Normal;
this.skinButton3.DownBack = null;
this.skinButton3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.skinButton3.ForeColor = System.Drawing.SystemColors.ControlText;
this.skinButton3.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
this.skinButton3.InnerBorderColor = System.Drawing.Color.Red;
this.skinButton3.Location = new System.Drawing.Point(1202, 11);
this.skinButton3.MouseBack = null;
this.skinButton3.Name = "skinButton3";
this.skinButton3.NormlBack = null;
this.skinButton3.RoundStyle = CCWin.SkinClass.RoundStyle.All;
this.skinButton3.Size = new System.Drawing.Size(61, 27);
this.skinButton3.TabIndex = 100;
this.skinButton3.Text = "删除";
this.skinButton3.UseVisualStyleBackColor = false;
this.skinButton3.Click += new System.EventHandler(this.skinButton3_Click);
//
// skinButton1
//
this.skinButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.skinButton1.BackColor = System.Drawing.Color.White;
this.skinButton1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
this.skinButton1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
this.skinButton1.DownBack = null;
this.skinButton1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.skinButton1.ForeColor = System.Drawing.SystemColors.ControlText;
this.skinButton1.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
this.skinButton1.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
this.skinButton1.Location = new System.Drawing.Point(1127, 11);
this.skinButton1.MouseBack = null;
this.skinButton1.Name = "skinButton1";
this.skinButton1.NormlBack = null;
this.skinButton1.RoundStyle = CCWin.SkinClass.RoundStyle.All;
this.skinButton1.Size = new System.Drawing.Size(61, 27);
this.skinButton1.TabIndex = 99;
this.skinButton1.Text = "导出";
this.skinButton1.UseVisualStyleBackColor = false;
this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
//
// skinButton2
//
this.skinButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.skinButton2.BackColor = System.Drawing.Color.Transparent;
this.skinButton2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
this.skinButton2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
this.skinButton2.ControlState = CCWin.SkinClass.ControlState.Normal;
this.skinButton2.DownBack = null;
this.skinButton2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.skinButton2.ForeColor = System.Drawing.SystemColors.ControlText;
this.skinButton2.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
this.skinButton2.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
this.skinButton2.Location = new System.Drawing.Point(1052, 11);
this.skinButton2.MouseBack = null;
this.skinButton2.Name = "skinButton2";
this.skinButton2.NormlBack = null;
this.skinButton2.RoundStyle = CCWin.SkinClass.RoundStyle.All;
this.skinButton2.Size = new System.Drawing.Size(61, 27);
this.skinButton2.TabIndex = 98;
this.skinButton2.Text = "查询";
this.skinButton2.UseVisualStyleBackColor = false;
this.skinButton2.Click += new System.EventHandler(this.skinButton2_Click);
//
// dateTimePicker2
//
this.dateTimePicker2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.dateTimePicker2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dateTimePicker2.Location = new System.Drawing.Point(905, 12);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(130, 26);
this.dateTimePicker2.TabIndex = 20;
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.Black;
this.label6.Location = new System.Drawing.Point(877, 16);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(23, 20);
this.label6.TabIndex = 21;
this.label6.Text = "至";
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.Black;
this.label5.Location = new System.Drawing.Point(686, 16);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(51, 20);
this.label5.TabIndex = 20;
this.label5.Text = "日期:";
//
// dateTimePicker1
//
this.dateTimePicker1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.dateTimePicker1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dateTimePicker1.Location = new System.Drawing.Point(742, 12);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(130, 26);
this.dateTimePicker1.TabIndex = 19;
//
// comboBox3
//
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"",
"未修复",
"修复",
"异常"});
this.comboBox3.Location = new System.Drawing.Point(609, 11);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(73, 28);
this.comboBox3.TabIndex = 18;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.Black;
this.label4.Location = new System.Drawing.Point(553, 15);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(51, 20);
this.label4.TabIndex = 17;
this.label4.Text = "修复:";
//
// comboBox2
//
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"",
"合格",
"不合格"});
this.comboBox2.Location = new System.Drawing.Point(475, 12);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(73, 28);
this.comboBox2.TabIndex = 16;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.Black;
this.label2.Location = new System.Drawing.Point(419, 15);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(51, 20);
this.label2.TabIndex = 15;
this.label2.Text = "合格:";
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"",
"未比对",
"通过",
"未通过"});
this.comboBox1.Location = new System.Drawing.Point(341, 12);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(73, 28);
this.comboBox1.TabIndex = 14;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Black;
this.label1.Location = new System.Drawing.Point(285, 15);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(51, 20);
this.label1.TabIndex = 13;
this.label1.Text = "比对:";
//
// cbProductCode
//
this.cbProductCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbProductCode.FormattingEnabled = true;
this.cbProductCode.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5"});
this.cbProductCode.Location = new System.Drawing.Point(58, 13);
this.cbProductCode.Name = "cbProductCode";
this.cbProductCode.Size = new System.Drawing.Size(190, 28);
this.cbProductCode.TabIndex = 12;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.Black;
this.label3.Location = new System.Drawing.Point(2, 16);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(51, 20);
this.label3.TabIndex = 11;
this.label3.Text = "料号:";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToResizeRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(3, 58);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(1273, 530);
this.dataGridView1.TabIndex = 1;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// pageCtrl1
//
this.pageCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pageCtrl1.Location = new System.Drawing.Point(3, 594);
this.pageCtrl1.Name = "pageCtrl1";
this.pageCtrl1.PageIndex = 1;
this.pageCtrl1.PageSize = 30;
this.pageCtrl1.RecordCount = 0;
this.pageCtrl1.Size = new System.Drawing.Size(1273, 38);
this.pageCtrl1.TabIndex = 2;
//
// skinTabPage8
//
this.skinTabPage8.BackColor = System.Drawing.Color.White;
this.skinTabPage8.Dock = System.Windows.Forms.DockStyle.Fill;
this.skinTabPage8.Location = new System.Drawing.Point(75, 0);
this.skinTabPage8.Name = "skinTabPage8";
this.skinTabPage8.Size = new System.Drawing.Size(1279, 635);
this.skinTabPage8.TabIndex = 1;
this.skinTabPage8.TabItemImage = null;
this.skinTabPage8.Text = "良率分析";
//
// skinTabPage9
//
this.skinTabPage9.BackColor = System.Drawing.Color.White;
this.skinTabPage9.Dock = System.Windows.Forms.DockStyle.Fill;
this.skinTabPage9.Location = new System.Drawing.Point(75, 0);
this.skinTabPage9.Name = "skinTabPage9";
this.skinTabPage9.Size = new System.Drawing.Size(1279, 635);
this.skinTabPage9.TabIndex = 2;
this.skinTabPage9.TabItemImage = null;
this.skinTabPage9.Text = "缺陷统计";
//
// skinTabPage10
//
this.skinTabPage10.BackColor = System.Drawing.Color.White;
this.skinTabPage10.Dock = System.Windows.Forms.DockStyle.Fill;
this.skinTabPage10.Location = new System.Drawing.Point(75, 0);
this.skinTabPage10.Name = "skinTabPage10";
this.skinTabPage10.Size = new System.Drawing.Size(1279, 635);
this.skinTabPage10.TabIndex = 3;
this.skinTabPage10.TabItemImage = null;
this.skinTabPage10.Text = "PT趋势分析";
//
// DataQueryFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1354, 681);
this.Controls.Add(this.skinTabControl1);
this.Controls.Add(this.uiTitel1);
this.Name = "DataQueryFrm";
this.Text = "数据查询终端";
this.Load += new System.EventHandler(this.DataQueryFrm_Load);
this.SizeChanged += new System.EventHandler(this.DataQueryFrm_SizeChanged);
this.skinTabControl1.ResumeLayout(false);
this.skinTabPage7.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.btnClear)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
private CCWin.SkinControl.SkinTabControl skinTabControl1;
private CCWin.SkinControl.SkinTabPage skinTabPage7;
private CCWin.SkinControl.SkinTabPage skinTabPage8;
private CCWin.SkinControl.SkinTabPage skinTabPage9;
private CCWin.SkinControl.SkinTabPage skinTabPage10;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cbProductCode;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Label label2;
private CCWin.SkinControl.SkinButton skinButton2;
private CCWin.SkinControl.SkinButton skinButton3;
private CCWin.SkinControl.SkinButton skinButton1;
private System.Windows.Forms.DataGridView dataGridView1;
private PageCtrl pageCtrl1;
private System.Windows.Forms.PictureBox btnClear;
}
}