namespace Gs.DevApp.DevFrm.QC
|
{
|
partial class Frm_MesQaItemsDetect01Input
|
{
|
/// <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.gcMx1 = new DevExpress.XtraGrid.GridControl();
|
this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// gcMx1
|
//
|
this.gcMx1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcMx1.Location = new System.Drawing.Point(0, 0);
|
this.gcMx1.MainView = this.gvMx1;
|
this.gcMx1.Name = "gcMx1";
|
this.gcMx1.Size = new System.Drawing.Size(918, 549);
|
this.gcMx1.TabIndex = 0;
|
this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvMx1});
|
//
|
// gvMx1
|
//
|
this.gvMx1.GridControl = this.gcMx1;
|
this.gvMx1.Name = "gvMx1";
|
//
|
// Frm_MesQaItemsDetect01Input
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(918, 549);
|
this.Controls.Add(this.gcMx1);
|
this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
|
this.MinimizeBox = false;
|
this.Name = "Frm_MesQaItemsDetect01Input";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "样本快速录入";
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gcMx1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvMx1;
|
}
|
}
|