namespace Gs.DevApp.DevFrm.FQC
|
{
|
partial class UcChouJianList
|
{
|
/// <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 Component 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()
|
{
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
|
this.gcMx14 = new DevExpress.XtraGrid.GridControl();
|
this.gvMx14 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.gvMx2guid = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gvMx2itemBarcode = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gvMx2quantity = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gvMx2itemSname = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.layoutMxMsg2 = new DevExpress.XtraLayout.LayoutControl();
|
this.txtChouJian = new DevExpress.XtraEditors.TextEdit();
|
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem30 = new DevExpress.XtraLayout.LayoutControlItem();
|
((System.ComponentModel.ISupportInitialize)(this.gcMx14)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvMx14)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
|
this.panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.layoutMxMsg2)).BeginInit();
|
this.layoutMxMsg2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtChouJian.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).BeginInit();
|
this.SuspendLayout();
|
//
|
// gcMx14
|
//
|
this.gcMx14.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcMx14.Location = new System.Drawing.Point(0, 47);
|
this.gcMx14.MainView = this.gvMx14;
|
this.gcMx14.Name = "gcMx14";
|
this.gcMx14.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repositoryItemButtonEdit1});
|
this.gcMx14.Size = new System.Drawing.Size(1223, 621);
|
this.gcMx14.TabIndex = 2;
|
this.gcMx14.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvMx14});
|
//
|
// gvMx14
|
//
|
this.gvMx14.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
this.gvMx14.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
|
this.gvMx14.Appearance.Row.Options.UseFont = true;
|
this.gvMx14.ColumnPanelRowHeight = 50;
|
this.gvMx14.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.gvMx2guid,
|
this.gridColumn12,
|
this.gvMx2itemBarcode,
|
this.gvMx2quantity,
|
this.gridColumn16,
|
this.gvMx2itemSname,
|
this.gridColumn34,
|
this.gridColumn35,
|
this.gridColumn36,
|
this.gridColumn11,
|
this.gridColumn31});
|
this.gvMx14.GridControl = this.gcMx14;
|
this.gvMx14.Name = "gvMx14";
|
this.gvMx14.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
|
this.gvMx14.OptionsFind.ShowSearchNavButtons = false;
|
this.gvMx14.OptionsView.ShowGroupPanel = false;
|
//
|
// gvMx2guid
|
//
|
this.gvMx2guid.AppearanceCell.Options.UseFont = true;
|
this.gvMx2guid.Caption = "主键GUID";
|
this.gvMx2guid.FieldName = "guid";
|
this.gvMx2guid.MinWidth = 50;
|
this.gvMx2guid.Name = "gvMx2guid";
|
this.gvMx2guid.OptionsColumn.ReadOnly = true;
|
this.gvMx2guid.Tag = "query_a.guid";
|
this.gvMx2guid.Width = 94;
|
//
|
// gridColumn12
|
//
|
this.gridColumn12.Caption = "是否抽检";
|
this.gridColumn12.FieldName = "isCheck";
|
this.gridColumn12.MaxWidth = 50;
|
this.gridColumn12.MinWidth = 50;
|
this.gridColumn12.Name = "gridColumn12";
|
this.gridColumn12.OptionsColumn.ReadOnly = true;
|
this.gridColumn12.Visible = true;
|
this.gridColumn12.VisibleIndex = 0;
|
this.gridColumn12.Width = 50;
|
//
|
// gvMx2itemBarcode
|
//
|
this.gvMx2itemBarcode.AppearanceCell.Options.UseFont = true;
|
this.gvMx2itemBarcode.Caption = "条码编号";
|
this.gvMx2itemBarcode.FieldName = "itemBarcode";
|
this.gvMx2itemBarcode.MinWidth = 50;
|
this.gvMx2itemBarcode.Name = "gvMx2itemBarcode";
|
this.gvMx2itemBarcode.OptionsColumn.ReadOnly = true;
|
this.gvMx2itemBarcode.Tag = "query_a.ITEM_BARCODE";
|
this.gvMx2itemBarcode.Visible = true;
|
this.gvMx2itemBarcode.VisibleIndex = 1;
|
this.gvMx2itemBarcode.Width = 94;
|
//
|
// gvMx2quantity
|
//
|
this.gvMx2quantity.AppearanceCell.Options.UseFont = true;
|
this.gvMx2quantity.Caption = "工单编号";
|
this.gvMx2quantity.FieldName = "daa001";
|
this.gvMx2quantity.MinWidth = 50;
|
this.gvMx2quantity.Name = "gvMx2quantity";
|
this.gvMx2quantity.OptionsColumn.ReadOnly = true;
|
this.gvMx2quantity.Tag = "query_a.QUANTITY";
|
this.gvMx2quantity.Visible = true;
|
this.gvMx2quantity.VisibleIndex = 2;
|
this.gvMx2quantity.Width = 94;
|
//
|
// gridColumn16
|
//
|
this.gridColumn16.Caption = "产品编码";
|
this.gridColumn16.FieldName = "itemNo";
|
this.gridColumn16.MinWidth = 25;
|
this.gridColumn16.Name = "gridColumn16";
|
this.gridColumn16.OptionsColumn.ReadOnly = true;
|
this.gridColumn16.Visible = true;
|
this.gridColumn16.VisibleIndex = 3;
|
this.gridColumn16.Width = 94;
|
//
|
// gvMx2itemSname
|
//
|
this.gvMx2itemSname.AppearanceCell.Options.UseFont = true;
|
this.gvMx2itemSname.Caption = "物料名称 ";
|
this.gvMx2itemSname.FieldName = "itemName";
|
this.gvMx2itemSname.MinWidth = 50;
|
this.gvMx2itemSname.Name = "gvMx2itemSname";
|
this.gvMx2itemSname.OptionsColumn.ReadOnly = true;
|
this.gvMx2itemSname.Tag = "query_a.ITEM_SNAME";
|
this.gvMx2itemSname.Visible = true;
|
this.gvMx2itemSname.VisibleIndex = 4;
|
this.gvMx2itemSname.Width = 94;
|
//
|
// gridColumn34
|
//
|
this.gridColumn34.Caption = "单位";
|
this.gridColumn34.FieldName = "dwName";
|
this.gridColumn34.MinWidth = 25;
|
this.gridColumn34.Name = "gridColumn34";
|
this.gridColumn34.OptionsColumn.ReadOnly = true;
|
this.gridColumn34.Visible = true;
|
this.gridColumn34.VisibleIndex = 5;
|
this.gridColumn34.Width = 94;
|
//
|
// gridColumn35
|
//
|
this.gridColumn35.Caption = "数量";
|
this.gridColumn35.FieldName = "quantity";
|
this.gridColumn35.MinWidth = 25;
|
this.gridColumn35.Name = "gridColumn35";
|
this.gridColumn35.OptionsColumn.ReadOnly = true;
|
this.gridColumn35.Visible = true;
|
this.gridColumn35.VisibleIndex = 6;
|
this.gridColumn35.Width = 94;
|
//
|
// gridColumn36
|
//
|
this.gridColumn36.Caption = "待入库数";
|
this.gridColumn36.FieldName = "wrkQty";
|
this.gridColumn36.MinWidth = 25;
|
this.gridColumn36.Name = "gridColumn36";
|
this.gridColumn36.OptionsColumn.ReadOnly = true;
|
this.gridColumn36.Visible = true;
|
this.gridColumn36.VisibleIndex = 7;
|
this.gridColumn36.Width = 94;
|
//
|
// gridColumn11
|
//
|
this.gridColumn11.Caption = "已入库数";
|
this.gridColumn11.FieldName = "rkQty";
|
this.gridColumn11.MinWidth = 25;
|
this.gridColumn11.Name = "gridColumn11";
|
this.gridColumn11.OptionsColumn.ReadOnly = true;
|
this.gridColumn11.Visible = true;
|
this.gridColumn11.VisibleIndex = 8;
|
this.gridColumn11.Width = 94;
|
//
|
// gridColumn31
|
//
|
this.gridColumn31.Caption = "托板码";
|
this.gridColumn31.FieldName = "tbBarcode";
|
this.gridColumn31.MinWidth = 25;
|
this.gridColumn31.Name = "gridColumn31";
|
this.gridColumn31.OptionsColumn.ReadOnly = true;
|
this.gridColumn31.Visible = true;
|
this.gridColumn31.VisibleIndex = 9;
|
this.gridColumn31.Width = 94;
|
//
|
// repositoryItemButtonEdit1
|
//
|
this.repositoryItemButtonEdit1.AutoHeight = false;
|
editorButtonImageOptions1.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16;
|
editorButtonImageOptions1.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
|
this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "移出", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
|
this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.layoutMxMsg2);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(1223, 47);
|
this.panel1.TabIndex = 3;
|
//
|
// layoutMxMsg2
|
//
|
this.layoutMxMsg2.Controls.Add(this.txtChouJian);
|
this.layoutMxMsg2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.layoutMxMsg2.Location = new System.Drawing.Point(0, 0);
|
this.layoutMxMsg2.Name = "layoutMxMsg2";
|
this.layoutMxMsg2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 157, 812, 500);
|
this.layoutMxMsg2.Root = this.layoutControlGroup2;
|
this.layoutMxMsg2.Size = new System.Drawing.Size(1223, 47);
|
this.layoutMxMsg2.TabIndex = 0;
|
this.layoutMxMsg2.Text = "layoutControl1";
|
//
|
// txtChouJian
|
//
|
this.txtChouJian.Location = new System.Drawing.Point(136, 4);
|
this.txtChouJian.Name = "txtChouJian";
|
this.txtChouJian.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
|
this.txtChouJian.Properties.Appearance.Options.UseFont = true;
|
this.txtChouJian.Size = new System.Drawing.Size(270, 36);
|
this.txtChouJian.StyleController = this.layoutMxMsg2;
|
this.txtChouJian.TabIndex = 4;
|
//
|
// layoutControlGroup2
|
//
|
this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.layoutControlGroup2.GroupBordersVisible = false;
|
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem30});
|
this.layoutControlGroup2.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
this.layoutControlGroup2.Name = "Root";
|
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition1.Width = 100D;
|
columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition2.Width = 100D;
|
columnDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition3.Width = 100D;
|
this.layoutControlGroup2.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
columnDefinition1,
|
columnDefinition2,
|
columnDefinition3});
|
rowDefinition1.Height = 100D;
|
rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
this.layoutControlGroup2.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition1});
|
this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
|
this.layoutControlGroup2.Size = new System.Drawing.Size(1223, 47);
|
this.layoutControlGroup2.TextVisible = false;
|
//
|
// layoutControlItem30
|
//
|
this.layoutControlItem30.Control = this.txtChouJian;
|
this.layoutControlItem30.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem30.Name = "layoutControlItem30";
|
this.layoutControlItem30.Size = new System.Drawing.Size(406, 43);
|
this.layoutControlItem30.Text = "请录入抽检的条码";
|
this.layoutControlItem30.TextSize = new System.Drawing.Size(120, 18);
|
//
|
// UcChouJianList
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.gcMx14);
|
this.Controls.Add(this.panel1);
|
this.Name = "UcChouJianList";
|
this.Size = new System.Drawing.Size(1223, 668);
|
((System.ComponentModel.ISupportInitialize)(this.gcMx14)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvMx14)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
|
this.panel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.layoutMxMsg2)).EndInit();
|
this.layoutMxMsg2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.txtChouJian.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gcMx14;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvMx14;
|
private DevExpress.XtraGrid.Columns.GridColumn gvMx2guid;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
|
private DevExpress.XtraGrid.Columns.GridColumn gvMx2itemBarcode;
|
private DevExpress.XtraGrid.Columns.GridColumn gvMx2quantity;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
|
private DevExpress.XtraGrid.Columns.GridColumn gvMx2itemSname;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn34;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn35;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn36;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn31;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
|
private System.Windows.Forms.Panel panel1;
|
private DevExpress.XtraLayout.LayoutControl layoutMxMsg2;
|
private DevExpress.XtraEditors.TextEdit txtChouJian;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem30;
|
}
|
}
|