You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

693 lines
44 KiB
C#

namespace ZJ_BYD
{
partial class Main
{
/// <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(Main));
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
this.picminimize = new DevExpress.XtraEditors.LabelControl();
this.sysLogo = new DevExpress.XtraEditors.PictureEdit();
this.lblLineName = new DevExpress.XtraEditors.LabelControl();
this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.txtLog = new DevExpress.XtraEditors.MemoEdit();
this.stationpanel = new DevExpress.Utils.Layout.StackPanel();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.stackPanel5 = new DevExpress.Utils.Layout.StackPanel();
this.txtSubCode = new DevExpress.XtraEditors.LabelControl();
this.stackPanel4 = new DevExpress.Utils.Layout.StackPanel();
this.txtProductCode = new DevExpress.XtraEditors.LabelControl();
this.stackPanel3 = new DevExpress.Utils.Layout.StackPanel();
this.machineTypeControl = new DevExpress.XtraEditors.LabelControl();
this.stackPanel2 = new DevExpress.Utils.Layout.StackPanel();
this.btnSysSetting = new DevExpress.XtraEditors.SimpleButton();
this.btnexit = new DevExpress.XtraEditors.SimpleButton();
this.stackPanel1 = new DevExpress.Utils.Layout.StackPanel();
this.btnSearchResult = new DevExpress.XtraEditors.SimpleButton();
this.btnPassRate = new DevExpress.XtraEditors.SimpleButton();
this.gridTestInfo = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.KeyDesc = new DevExpress.XtraGrid.Columns.GridColumn();
this.Val = new DevExpress.XtraGrid.Columns.GridColumn();
this.Result = new DevExpress.XtraGrid.Columns.GridColumn();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.lbldatetime = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.sysLogo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
this.tablePanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).BeginInit();
this.splitContainerControl1.Panel2.SuspendLayout();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtLog.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.stationpanel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.stackPanel5)).BeginInit();
this.stackPanel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.stackPanel4)).BeginInit();
this.stackPanel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.stackPanel3)).BeginInit();
this.stackPanel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.stackPanel2)).BeginInit();
this.stackPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).BeginInit();
this.stackPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridTestInfo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.labelControl22);
this.panelControl1.Controls.Add(this.picminimize);
this.panelControl1.Controls.Add(this.sysLogo);
this.panelControl1.Controls.Add(this.lblLineName);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1044, 57);
this.panelControl1.TabIndex = 4;
this.panelControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelControl1_MouseDown);
this.panelControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panelControl1_MouseMove);
//
// labelControl22
//
this.labelControl22.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl22.Dock = System.Windows.Forms.DockStyle.Right;
this.labelControl22.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("labelControl22.ImageOptions.Image")));
this.labelControl22.Location = new System.Drawing.Point(917, 0);
this.labelControl22.Name = "labelControl22";
this.labelControl22.Size = new System.Drawing.Size(77, 57);
this.labelControl22.TabIndex = 7;
this.labelControl22.Text = "labelControl22";
this.labelControl22.ToolTip = "打开软键盘";
this.labelControl22.Click += new System.EventHandler(this.btn_Keyboard_Click);
//
// picminimize
//
this.picminimize.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.picminimize.Dock = System.Windows.Forms.DockStyle.Right;
this.picminimize.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("picminimize.ImageOptions.Image")));
this.picminimize.Location = new System.Drawing.Point(994, 0);
this.picminimize.Name = "picminimize";
this.picminimize.Size = new System.Drawing.Size(50, 57);
this.picminimize.TabIndex = 5;
this.picminimize.Click += new System.EventHandler(this.picminimize_Click);
//
// sysLogo
//
this.sysLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.sysLogo.Dock = System.Windows.Forms.DockStyle.Left;
this.sysLogo.Location = new System.Drawing.Point(0, 0);
this.sysLogo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.sysLogo.Name = "sysLogo";
this.sysLogo.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.sysLogo.Properties.Appearance.Options.UseBackColor = true;
this.sysLogo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.sysLogo.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
this.sysLogo.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
this.sysLogo.Size = new System.Drawing.Size(95, 57);
this.sysLogo.TabIndex = 3;
//
// lblLineName
//
this.lblLineName.Appearance.Font = new System.Drawing.Font("微软雅黑", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblLineName.Appearance.ForeColor = System.Drawing.Color.White;
this.lblLineName.Appearance.Options.UseFont = true;
this.lblLineName.Appearance.Options.UseForeColor = true;
this.lblLineName.Location = new System.Drawing.Point(103, 12);
this.lblLineName.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.lblLineName.Name = "lblLineName";
this.lblLineName.Size = new System.Drawing.Size(88, 30);
this.lblLineName.TabIndex = 1;
this.lblLineName.Text = "产线名称";
//
// tablePanel1
//
this.tablePanel1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.tablePanel1.Appearance.BorderColor = System.Drawing.Color.White;
this.tablePanel1.Appearance.Options.UseBackColor = true;
this.tablePanel1.Appearance.Options.UseBorderColor = true;
this.tablePanel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 18.74F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 58.62F)});
this.tablePanel1.Controls.Add(this.splitContainerControl1);
this.tablePanel1.Controls.Add(this.stationpanel);
this.tablePanel1.Controls.Add(this.panelControl3);
this.tablePanel1.Controls.Add(this.lbldatetime);
this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tablePanel1.Location = new System.Drawing.Point(0, 57);
this.tablePanel1.Margin = new System.Windows.Forms.Padding(0, 0, 5, 0);
this.tablePanel1.Name = "tablePanel1";
this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5F),
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 923F)});
this.tablePanel1.Size = new System.Drawing.Size(1044, 973);
this.tablePanel1.TabIndex = 5;
//
// splitContainerControl1
//
this.tablePanel1.SetColumn(this.splitContainerControl1, 1);
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl1.Horizontal = false;
this.splitContainerControl1.Location = new System.Drawing.Point(256, 53);
this.splitContainerControl1.Name = "splitContainerControl1";
//
// splitContainerControl1.Panel1
//
this.splitContainerControl1.Panel1.Text = "Panel1";
//
// splitContainerControl1.Panel2
//
this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControl1);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.tablePanel1.SetRow(this.splitContainerControl1, 1);
this.splitContainerControl1.Size = new System.Drawing.Size(785, 917);
this.splitContainerControl1.SplitterPosition = 763;
this.splitContainerControl1.TabIndex = 9;
//
// xtraTabControl1
//
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
this.xtraTabControl1.Size = new System.Drawing.Size(785, 144);
this.xtraTabControl1.TabIndex = 0;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1});
//
// xtraTabPage1
//
this.xtraTabPage1.Controls.Add(this.txtLog);
this.xtraTabPage1.Name = "xtraTabPage1";
this.xtraTabPage1.Size = new System.Drawing.Size(783, 118);
this.xtraTabPage1.Text = "操作记录";
//
// txtLog
//
this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtLog.Location = new System.Drawing.Point(0, 0);
this.txtLog.Name = "txtLog";
this.txtLog.Size = new System.Drawing.Size(783, 118);
this.txtLog.TabIndex = 0;
//
// stationpanel
//
this.stationpanel.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77)))));
this.stationpanel.Appearance.Options.UseBackColor = true;
this.stationpanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.stationpanel.Location = new System.Drawing.Point(0, 0);
this.stationpanel.Margin = new System.Windows.Forms.Padding(0);
this.stationpanel.Name = "stationpanel";
this.stationpanel.Size = new System.Drawing.Size(1040, 46);
this.stationpanel.TabIndex = 8;
//
// panelControl3
//
this.panelControl3.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77)))));
this.panelControl3.Appearance.Options.UseBackColor = true;
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl3.Controls.Add(this.stackPanel5);
this.panelControl3.Controls.Add(this.stackPanel4);
this.panelControl3.Controls.Add(this.stackPanel3);
this.panelControl3.Controls.Add(this.stackPanel2);
this.panelControl3.Controls.Add(this.stackPanel1);
this.panelControl3.Controls.Add(this.gridTestInfo);
this.panelControl3.Controls.Add(this.labelControl1);
this.panelControl3.Location = new System.Drawing.Point(3, 49);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(305, 919);
this.panelControl3.TabIndex = 6;
//
// stackPanel5
//
this.stackPanel5.Controls.Add(this.txtSubCode);
this.stackPanel5.Location = new System.Drawing.Point(3, 738);
this.stackPanel5.Name = "stackPanel5";
this.stackPanel5.Size = new System.Drawing.Size(296, 51);
this.stackPanel5.TabIndex = 4;
//
// txtSubCode
//
this.txtSubCode.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
this.txtSubCode.Appearance.ForeColor = System.Drawing.Color.White;
this.txtSubCode.Appearance.Options.UseFont = true;
this.txtSubCode.Appearance.Options.UseForeColor = true;
this.txtSubCode.Location = new System.Drawing.Point(3, 13);
this.txtSubCode.Name = "txtSubCode";
this.txtSubCode.Size = new System.Drawing.Size(100, 24);
this.txtSubCode.TabIndex = 0;
this.txtSubCode.Text = "组件条码:";
//
// stackPanel4
//
this.stackPanel4.Controls.Add(this.txtProductCode);
this.stackPanel4.Location = new System.Drawing.Point(3, 681);
this.stackPanel4.Name = "stackPanel4";
this.stackPanel4.Size = new System.Drawing.Size(296, 51);
this.stackPanel4.TabIndex = 4;
//
// txtProductCode
//
this.txtProductCode.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
this.txtProductCode.Appearance.ForeColor = System.Drawing.Color.White;
this.txtProductCode.Appearance.Options.UseFont = true;
this.txtProductCode.Appearance.Options.UseForeColor = true;
this.txtProductCode.Location = new System.Drawing.Point(3, 13);
this.txtProductCode.Name = "txtProductCode";
this.txtProductCode.Size = new System.Drawing.Size(80, 24);
this.txtProductCode.TabIndex = 0;
this.txtProductCode.Text = "主条码:";
//
// stackPanel3
//
this.stackPanel3.Controls.Add(this.machineTypeControl);
this.stackPanel3.Location = new System.Drawing.Point(3, 624);
this.stackPanel3.Name = "stackPanel3";
this.stackPanel3.Size = new System.Drawing.Size(296, 51);
this.stackPanel3.TabIndex = 4;
//
// machineTypeControl
//
this.machineTypeControl.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
this.machineTypeControl.Appearance.ForeColor = System.Drawing.Color.White;
this.machineTypeControl.Appearance.Options.UseFont = true;
this.machineTypeControl.Appearance.Options.UseForeColor = true;
this.machineTypeControl.Location = new System.Drawing.Point(3, 13);
this.machineTypeControl.Name = "machineTypeControl";
this.machineTypeControl.Size = new System.Drawing.Size(100, 24);
this.machineTypeControl.TabIndex = 0;
this.machineTypeControl.Text = "当前机型:";
//
// stackPanel2
//
this.stackPanel2.Controls.Add(this.btnSysSetting);
this.stackPanel2.Controls.Add(this.btnexit);
this.stackPanel2.Location = new System.Drawing.Point(6, 848);
this.stackPanel2.Name = "stackPanel2";
this.stackPanel2.Size = new System.Drawing.Size(290, 56);
this.stackPanel2.TabIndex = 3;
//
// btnSysSetting
//
this.btnSysSetting.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSysSetting.Appearance.ForeColor = System.Drawing.Color.White;
this.btnSysSetting.Appearance.Options.UseFont = true;
this.btnSysSetting.Appearance.Options.UseForeColor = true;
this.btnSysSetting.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSysSetting.BackgroundImage")));
this.btnSysSetting.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnSysSetting.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnSysSetting.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSysSetting.ImageOptions.Image")));
this.btnSysSetting.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btnSysSetting.Location = new System.Drawing.Point(3, 8);
this.btnSysSetting.Name = "btnSysSetting";
this.btnSysSetting.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
this.btnSysSetting.Size = new System.Drawing.Size(127, 39);
this.btnSysSetting.TabIndex = 4;
this.btnSysSetting.Text = "系统设置";
this.btnSysSetting.Click += new System.EventHandler(this.btnSysSetting_Click);
//
// btnexit
//
this.btnexit.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btnexit.Appearance.ForeColor = System.Drawing.Color.White;
this.btnexit.Appearance.Options.UseFont = true;
this.btnexit.Appearance.Options.UseForeColor = true;
this.btnexit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnexit.BackgroundImage")));
this.btnexit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnexit.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnexit.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btnexit.Location = new System.Drawing.Point(136, 8);
this.btnexit.Name = "btnexit";
this.btnexit.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
this.btnexit.Size = new System.Drawing.Size(127, 39);
this.btnexit.TabIndex = 6;
this.btnexit.Text = "系统退出";
this.btnexit.Click += new System.EventHandler(this.btnexit_Click);
//
// stackPanel1
//
this.stackPanel1.Controls.Add(this.btnSearchResult);
this.stackPanel1.Controls.Add(this.btnPassRate);
this.stackPanel1.Location = new System.Drawing.Point(6, 794);
this.stackPanel1.Name = "stackPanel1";
this.stackPanel1.Size = new System.Drawing.Size(290, 51);
this.stackPanel1.TabIndex = 2;
//
// btnSearchResult
//
this.btnSearchResult.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btnSearchResult.Appearance.ForeColor = System.Drawing.Color.White;
this.btnSearchResult.Appearance.Options.UseFont = true;
this.btnSearchResult.Appearance.Options.UseForeColor = true;
this.btnSearchResult.Appearance.Options.UseTextOptions = true;
this.btnSearchResult.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.btnSearchResult.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearchResult.BackgroundImage")));
this.btnSearchResult.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnSearchResult.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnSearchResult.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchResult.ImageOptions.Image")));
this.btnSearchResult.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btnSearchResult.Location = new System.Drawing.Point(3, 6);
this.btnSearchResult.Name = "btnSearchResult";
this.btnSearchResult.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
this.btnSearchResult.Size = new System.Drawing.Size(127, 39);
this.btnSearchResult.TabIndex = 4;
this.btnSearchResult.Text = "结果查询";
this.btnSearchResult.Click += new System.EventHandler(this.btnSearchResult_Click);
//
// btnPassRate
//
this.btnPassRate.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btnPassRate.Appearance.ForeColor = System.Drawing.Color.White;
this.btnPassRate.Appearance.Options.UseFont = true;
this.btnPassRate.Appearance.Options.UseForeColor = true;
this.btnPassRate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPassRate.BackgroundImage")));
this.btnPassRate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnPassRate.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnPassRate.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPassRate.ImageOptions.Image")));
this.btnPassRate.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btnPassRate.Location = new System.Drawing.Point(136, 6);
this.btnPassRate.Name = "btnPassRate";
this.btnPassRate.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
this.btnPassRate.Size = new System.Drawing.Size(127, 39);
this.btnPassRate.TabIndex = 5;
this.btnPassRate.Text = "合格率查询";
this.btnPassRate.Click += new System.EventHandler(this.btnPassRate_Click);
//
// gridTestInfo
//
this.gridTestInfo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.gridTestInfo.Location = new System.Drawing.Point(-3, 23);
this.gridTestInfo.MainView = this.gridView1;
this.gridTestInfo.Margin = new System.Windows.Forms.Padding(0);
this.gridTestInfo.Name = "gridTestInfo";
this.gridTestInfo.Size = new System.Drawing.Size(302, 503);
this.gridTestInfo.TabIndex = 0;
this.gridTestInfo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77)))));
this.gridView1.Appearance.Empty.Options.UseBackColor = true;
this.gridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77)))));
this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true;
this.gridView1.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77)))));
this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true;
this.gridView1.Appearance.TopNewRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77)))));
this.gridView1.Appearance.TopNewRow.Options.UseBackColor = true;
this.gridView1.Appearance.ViewCaption.BackColor = System.Drawing.Color.Transparent;
this.gridView1.Appearance.ViewCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.gridView1.Appearance.ViewCaption.ForeColor = System.Drawing.Color.White;
this.gridView1.Appearance.ViewCaption.Options.UseBackColor = true;
this.gridView1.Appearance.ViewCaption.Options.UseFont = true;
this.gridView1.Appearance.ViewCaption.Options.UseForeColor = true;
this.gridView1.Appearance.ViewCaption.Options.UseTextOptions = true;
this.gridView1.Appearance.ViewCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.KeyDesc,
this.Val,
this.Result});
this.gridView1.GridControl = this.gridTestInfo;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsSelection.EnableAppearanceFocusedRow = false;
this.gridView1.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True;
this.gridView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
this.gridView1.OptionsView.ShowGroupPanel = false;
this.gridView1.OptionsView.ShowIndicator = false;
this.gridView1.RowHeight = 30;
this.gridView1.ViewCaption = "测试信息";
this.gridView1.ViewCaptionHeight = 30;
//
// KeyDesc
//
this.KeyDesc.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77)))));
this.KeyDesc.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.KeyDesc.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.KeyDesc.AppearanceCell.Options.UseBackColor = true;
this.KeyDesc.AppearanceCell.Options.UseFont = true;
this.KeyDesc.AppearanceCell.Options.UseForeColor = true;
this.KeyDesc.AppearanceCell.Options.UseTextOptions = true;
this.KeyDesc.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.KeyDesc.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77)))));
this.KeyDesc.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.KeyDesc.AppearanceHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(185)))), ((int)(((byte)(255)))));
this.KeyDesc.AppearanceHeader.Options.UseBackColor = true;
this.KeyDesc.AppearanceHeader.Options.UseFont = true;
this.KeyDesc.AppearanceHeader.Options.UseForeColor = true;
this.KeyDesc.AppearanceHeader.Options.UseTextOptions = true;
this.KeyDesc.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.KeyDesc.Caption = "测试项";
this.KeyDesc.FieldName = "KeyDesc";
this.KeyDesc.MinWidth = 90;
this.KeyDesc.Name = "KeyDesc";
this.KeyDesc.OptionsColumn.AllowEdit = false;
this.KeyDesc.OptionsColumn.AllowFocus = false;
this.KeyDesc.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.KeyDesc.OptionsColumn.AllowMove = false;
this.KeyDesc.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.KeyDesc.OptionsColumn.ReadOnly = true;
this.KeyDesc.OptionsFilter.AllowFilter = false;
this.KeyDesc.Visible = true;
this.KeyDesc.VisibleIndex = 0;
this.KeyDesc.Width = 180;
//
// Val
//
this.Val.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77)))));
this.Val.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Val.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.Val.AppearanceCell.Options.UseBackColor = true;
this.Val.AppearanceCell.Options.UseFont = true;
this.Val.AppearanceCell.Options.UseForeColor = true;
this.Val.AppearanceCell.Options.UseTextOptions = true;
this.Val.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.Val.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77)))));
this.Val.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Val.AppearanceHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(185)))), ((int)(((byte)(255)))));
this.Val.AppearanceHeader.Options.UseBackColor = true;
this.Val.AppearanceHeader.Options.UseFont = true;
this.Val.AppearanceHeader.Options.UseForeColor = true;
this.Val.AppearanceHeader.Options.UseTextOptions = true;
this.Val.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.Val.Caption = "测试值";
this.Val.FieldName = "Val";
this.Val.MinWidth = 80;
this.Val.Name = "Val";
this.Val.OptionsColumn.AllowEdit = false;
this.Val.OptionsColumn.AllowFocus = false;
this.Val.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.Val.OptionsColumn.AllowMove = false;
this.Val.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.Val.OptionsColumn.ReadOnly = true;
this.Val.OptionsFilter.AllowFilter = false;
this.Val.Visible = true;
this.Val.VisibleIndex = 1;
this.Val.Width = 100;
//
// Result
//
this.Result.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77)))));
this.Result.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Result.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.Result.AppearanceCell.Options.UseBackColor = true;
this.Result.AppearanceCell.Options.UseFont = true;
this.Result.AppearanceCell.Options.UseForeColor = true;
this.Result.AppearanceCell.Options.UseTextOptions = true;
this.Result.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.Result.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77)))));
this.Result.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Result.AppearanceHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(185)))), ((int)(((byte)(255)))));
this.Result.AppearanceHeader.Options.UseBackColor = true;
this.Result.AppearanceHeader.Options.UseFont = true;
this.Result.AppearanceHeader.Options.UseForeColor = true;
this.Result.AppearanceHeader.Options.UseTextOptions = true;
this.Result.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.Result.Caption = "结果";
this.Result.FieldName = "Result";
this.Result.MinWidth = 80;
this.Result.Name = "Result";
this.Result.OptionsColumn.AllowEdit = false;
this.Result.OptionsColumn.AllowFocus = false;
this.Result.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.Result.OptionsColumn.AllowMove = false;
this.Result.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.Result.OptionsColumn.ReadOnly = true;
this.Result.OptionsFilter.AllowFilter = false;
this.Result.Visible = true;
this.Result.VisibleIndex = 2;
this.Result.Width = 105;
//
// labelControl1
//
this.labelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(46)))), ((int)(((byte)(120)))));
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl1.Appearance.Options.UseBackColor = true;
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Appearance.Options.UseForeColor = true;
this.labelControl1.Appearance.Options.UseTextOptions = true;
this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.labelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.labelControl1.Location = new System.Drawing.Point(0, 0);
this.labelControl1.Margin = new System.Windows.Forms.Padding(0);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(305, 23);
this.labelControl1.TabIndex = 1;
this.labelControl1.Text = "测试数据";
//
// lbldatetime
//
this.lbldatetime.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77)))));
this.lbldatetime.Appearance.Font = new System.Drawing.Font("微软雅黑", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbldatetime.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246)))));
this.lbldatetime.Appearance.Options.UseBackColor = true;
this.lbldatetime.Appearance.Options.UseFont = true;
this.lbldatetime.Appearance.Options.UseForeColor = true;
this.lbldatetime.Appearance.Options.UseTextOptions = true;
this.lbldatetime.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lbldatetime.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.lbldatetime.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lbldatetime.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.lbldatetime.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbldatetime.Location = new System.Drawing.Point(1040, 0);
this.lbldatetime.Margin = new System.Windows.Forms.Padding(0);
this.lbldatetime.Name = "lbldatetime";
this.lbldatetime.Size = new System.Drawing.Size(260, 46);
this.lbldatetime.TabIndex = 4;
this.lbldatetime.Text = "2022-03-16 00:00:00";
//
// Main
//
this.Appearance.BackColor = System.Drawing.Color.Transparent;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Tile;
this.BackgroundImageStore = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImageStore")));
this.ClientSize = new System.Drawing.Size(1044, 1030);
this.Controls.Add(this.tablePanel1);
this.Controls.Add(this.panelControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Main";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Main_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.sysLogo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
this.tablePanel1.ResumeLayout(false);
this.tablePanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit();
this.splitContainerControl1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.xtraTabPage1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtLog.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.stationpanel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.stackPanel5)).EndInit();
this.stackPanel5.ResumeLayout(false);
this.stackPanel5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.stackPanel4)).EndInit();
this.stackPanel4.ResumeLayout(false);
this.stackPanel4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.stackPanel3)).EndInit();
this.stackPanel3.ResumeLayout(false);
this.stackPanel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.stackPanel2)).EndInit();
this.stackPanel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).EndInit();
this.stackPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridTestInfo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PictureEdit sysLogo;
private DevExpress.XtraEditors.LabelControl lblLineName;
private DevExpress.Utils.Layout.TablePanel tablePanel1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn KeyDesc;
private DevExpress.XtraGrid.Columns.GridColumn Val;
private DevExpress.XtraGrid.Columns.GridColumn Result;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraGrid.GridControl gridTestInfo;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.Utils.Layout.StackPanel stationpanel;
private DevExpress.XtraEditors.LabelControl picminimize;
private DevExpress.XtraEditors.LabelControl labelControl22;
private DevExpress.Utils.Layout.StackPanel stackPanel2;
private DevExpress.XtraEditors.SimpleButton btnSysSetting;
private DevExpress.XtraEditors.SimpleButton btnexit;
private DevExpress.Utils.Layout.StackPanel stackPanel1;
private DevExpress.XtraEditors.SimpleButton btnSearchResult;
private DevExpress.XtraEditors.SimpleButton btnPassRate;
private DevExpress.XtraEditors.LabelControl lbldatetime;
private DevExpress.Utils.Layout.StackPanel stackPanel3;
private DevExpress.XtraEditors.LabelControl machineTypeControl;
private DevExpress.Utils.Layout.StackPanel stackPanel5;
private DevExpress.XtraEditors.LabelControl txtSubCode;
private DevExpress.Utils.Layout.StackPanel stackPanel4;
private DevExpress.XtraEditors.LabelControl txtProductCode;
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
private DevExpress.XtraEditors.MemoEdit txtLog;
}
}