namespace Gs.DevApp.DevFrm.FQC
|
{
|
partial class SelectItem
|
{
|
/// <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.gcMain = new DevExpress.XtraGrid.GridControl();
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
this.btnIn = new DevExpress.XtraEditors.SimpleButton();
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
this.panelControl1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// gcMain
|
//
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcMain.Location = new System.Drawing.Point(0, 0);
|
this.gcMain.MainView = this.gridView1;
|
this.gcMain.Name = "gcMain";
|
this.gcMain.Size = new System.Drawing.Size(443, 542);
|
this.gcMain.TabIndex = 6;
|
this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// gridView1
|
//
|
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
|
this.gridView1.Appearance.Row.Options.UseFont = true;
|
this.gridView1.ColumnPanelRowHeight = 50;
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.gv_guid,
|
this.gridColumn1,
|
this.gridColumn2,
|
this.gridColumn3,
|
this.gridColumn4,
|
this.gridColumn5,
|
this.gridColumn6});
|
this.gridView1.GridControl = this.gcMain;
|
this.gridView1.IndicatorWidth = 50;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.OptionsFind.ShowSearchNavButtons = false;
|
this.gridView1.OptionsSelection.MultiSelect = true;
|
this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
|
this.gridView1.OptionsView.ShowAutoFilterRow = true;
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
//
|
// gv_guid
|
//
|
this.gv_guid.AppearanceCell.Options.UseFont = true;
|
this.gv_guid.Caption = "主键不能删除";
|
this.gv_guid.FieldName = "guid";
|
this.gv_guid.MinWidth = 10;
|
this.gv_guid.Name = "gv_guid";
|
this.gv_guid.OptionsColumn.AllowEdit = false;
|
this.gv_guid.OptionsColumn.ReadOnly = true;
|
this.gv_guid.Tag = "query_a.guid";
|
this.gv_guid.Width = 94;
|
//
|
// panelControl1
|
//
|
this.panelControl1.Controls.Add(this.btnIn);
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.panelControl1.Location = new System.Drawing.Point(0, 542);
|
this.panelControl1.Name = "panelControl1";
|
this.panelControl1.Size = new System.Drawing.Size(443, 43);
|
this.panelControl1.TabIndex = 9;
|
//
|
// btnIn
|
//
|
this.btnIn.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
this.btnIn.Appearance.Options.UseBackColor = true;
|
this.btnIn.Dock = System.Windows.Forms.DockStyle.Right;
|
this.btnIn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbuttons_16x161;
|
this.btnIn.Location = new System.Drawing.Point(347, 2);
|
this.btnIn.Name = "btnIn";
|
this.btnIn.Size = new System.Drawing.Size(94, 39);
|
this.btnIn.TabIndex = 4;
|
this.btnIn.Text = "确定导入";
|
//
|
// gridColumn1
|
//
|
this.gridColumn1.Caption = "产品ID";
|
this.gridColumn1.MinWidth = 25;
|
this.gridColumn1.Name = "gridColumn1";
|
this.gridColumn1.Visible = true;
|
this.gridColumn1.VisibleIndex = 1;
|
this.gridColumn1.Width = 94;
|
//
|
// gridColumn2
|
//
|
this.gridColumn2.Caption = "产品名称";
|
this.gridColumn2.MinWidth = 25;
|
this.gridColumn2.Name = "gridColumn2";
|
this.gridColumn2.Visible = true;
|
this.gridColumn2.VisibleIndex = 2;
|
this.gridColumn2.Width = 94;
|
//
|
// gridColumn3
|
//
|
this.gridColumn3.Caption = "规格型号";
|
this.gridColumn3.MinWidth = 25;
|
this.gridColumn3.Name = "gridColumn3";
|
this.gridColumn3.Visible = true;
|
this.gridColumn3.VisibleIndex = 3;
|
this.gridColumn3.Width = 94;
|
//
|
// gridColumn4
|
//
|
this.gridColumn4.Caption = "工单号";
|
this.gridColumn4.MinWidth = 25;
|
this.gridColumn4.Name = "gridColumn4";
|
this.gridColumn4.Visible = true;
|
this.gridColumn4.VisibleIndex = 4;
|
this.gridColumn4.Width = 94;
|
//
|
// gridColumn5
|
//
|
this.gridColumn5.Caption = "车间";
|
this.gridColumn5.MinWidth = 25;
|
this.gridColumn5.Name = "gridColumn5";
|
this.gridColumn5.Visible = true;
|
this.gridColumn5.VisibleIndex = 5;
|
this.gridColumn5.Width = 94;
|
//
|
// gridColumn6
|
//
|
this.gridColumn6.Caption = "产线";
|
this.gridColumn6.MinWidth = 25;
|
this.gridColumn6.Name = "gridColumn6";
|
this.gridColumn6.Visible = true;
|
this.gridColumn6.VisibleIndex = 6;
|
this.gridColumn6.Width = 94;
|
//
|
// SelectItem
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(443, 585);
|
this.Controls.Add(this.gcMain);
|
this.Controls.Add(this.panelControl1);
|
this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
|
this.Name = "SelectItem";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "选择工序";
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
this.panelControl1.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private DevExpress.XtraGrid.GridControl gcMain;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_guid;
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
private DevExpress.XtraEditors.SimpleButton btnIn;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
|
}
|
}
|