/* Create By GS EasyCode */
|
namespace Gs.DevApp.DevFrm
|
{
|
partial class UnitMatrixing
|
{
|
/// <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.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
this.split1 = new DevExpress.XtraEditors.SplitContainerControl();
|
this.gcMain1 = new DevExpress.XtraGrid.GridControl();
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.guid = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.tiemNo = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.convmol = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.convden = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.altUnits = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.valStates = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.remark1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.remark2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.remark3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.remark4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.remark5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.fumbrella = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.fsubsidiary = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.cjName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.syName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.pageBar1 = new UserControls.Data.UcPageBar();
|
this.tiemId = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.tiemName = new DevExpress.XtraGrid.Columns.GridColumn();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
this.xtraTabControl1.SuspendLayout();
|
this.xtraTabPage1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.split1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).BeginInit();
|
this.split1.Panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).BeginInit();
|
this.split1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcMain1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// toolBarMenu1
|
//
|
this.toolBarMenu1.chkParameter = null;
|
this.toolBarMenu1.currentAction = null;
|
this.toolBarMenu1.defaultActions = "查询";
|
this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.toolBarMenu1.guidKey = null;
|
this.toolBarMenu1.isSetBtn = false;
|
this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
|
this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(5);
|
this.toolBarMenu1.Name = "toolBarMenu1";
|
this.toolBarMenu1.rptParameter = null;
|
this.toolBarMenu1.Size = new System.Drawing.Size(1410, 98);
|
this.toolBarMenu1.TabIndex = 0;
|
this.toolBarMenu1.xlsInService = null;
|
this.toolBarMenu1.xlsOutParameter = null;
|
//
|
// xtraTabControl1
|
//
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 98);
|
this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4);
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
|
this.xtraTabControl1.Size = new System.Drawing.Size(1410, 736);
|
this.xtraTabControl1.TabIndex = 3;
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
this.xtraTabPage1});
|
//
|
// xtraTabPage1
|
//
|
this.xtraTabPage1.Controls.Add(this.split1);
|
this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4);
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
this.xtraTabPage1.Size = new System.Drawing.Size(1408, 698);
|
this.xtraTabPage1.Text = "数据列表";
|
//
|
// split1
|
//
|
this.split1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
|
this.split1.Horizontal = false;
|
this.split1.Location = new System.Drawing.Point(0, 0);
|
this.split1.Margin = new System.Windows.Forms.Padding(4);
|
this.split1.Name = "split1";
|
//
|
// split1.Panel1
|
//
|
this.split1.Panel1.Controls.Add(this.gcMain1);
|
this.split1.Panel1.Controls.Add(this.pageBar1);
|
this.split1.Panel1.Text = "Panel1";
|
//
|
// split1.Panel2
|
//
|
this.split1.Panel2.Text = "Panel2";
|
this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
|
this.split1.Size = new System.Drawing.Size(1408, 698);
|
this.split1.SplitterPosition = 0;
|
this.split1.TabIndex = 0;
|
//
|
// gcMain1
|
//
|
this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcMain1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4);
|
this.gcMain1.Location = new System.Drawing.Point(0, 0);
|
this.gcMain1.MainView = this.gridView1;
|
this.gcMain1.Margin = new System.Windows.Forms.Padding(4);
|
this.gcMain1.Name = "gcMain1";
|
this.gcMain1.Size = new System.Drawing.Size(1408, 635);
|
this.gcMain1.TabIndex = 2;
|
this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// gridView1
|
//
|
this.gridView1.Appearance.Row.Options.UseFont = true;
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.guid,
|
this.tiemNo,
|
this.tiemId,
|
this.tiemName,
|
this.convmol,
|
this.convden,
|
this.altUnits,
|
this.valStates,
|
this.remark1,
|
this.remark2,
|
this.remark3,
|
this.remark4,
|
this.remark5,
|
this.fumbrella,
|
this.fsubsidiary,
|
this.cjName,
|
this.syName});
|
this.gridView1.DetailHeight = 428;
|
this.gridView1.GridControl = this.gcMain1;
|
this.gridView1.IndicatorWidth = 62;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.OptionsFind.ShowSearchNavButtons = false;
|
this.gridView1.OptionsView.ShowAutoFilterRow = true;
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
//
|
// guid
|
//
|
this.guid.Caption = "guid";
|
this.guid.FieldName = "guid";
|
this.guid.MinWidth = 30;
|
this.guid.Name = "guid";
|
this.guid.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Max, "AboutGuid", "MAX={0}")});
|
this.guid.Tag = "guid";
|
this.guid.Width = 112;
|
//
|
// tiemNo
|
//
|
this.tiemNo.Caption = "物料编码";
|
this.tiemNo.FieldName = "tiemNo";
|
this.tiemNo.MinWidth = 30;
|
this.tiemNo.Name = "tiemNo";
|
this.tiemNo.Tag = "tiemNo";
|
this.tiemNo.Visible = true;
|
this.tiemNo.VisibleIndex = 0;
|
this.tiemNo.Width = 94;
|
//
|
// convmol
|
//
|
this.convmol.Caption = "换算分子";
|
this.convmol.FieldName = "convmol";
|
this.convmol.MinWidth = 30;
|
this.convmol.Name = "convmol";
|
this.convmol.Tag = "convmol";
|
this.convmol.Visible = true;
|
this.convmol.VisibleIndex = 1;
|
this.convmol.Width = 112;
|
//
|
// convden
|
//
|
this.convden.Caption = "换算分母";
|
this.convden.FieldName = "convden";
|
this.convden.MinWidth = 30;
|
this.convden.Name = "convden";
|
this.convden.Tag = "convden";
|
this.convden.Visible = true;
|
this.convden.VisibleIndex = 2;
|
this.convden.Width = 112;
|
//
|
// altUnits
|
//
|
this.altUnits.Caption = "换算单位";
|
this.altUnits.FieldName = "altUnits";
|
this.altUnits.MinWidth = 30;
|
this.altUnits.Name = "altUnits";
|
this.altUnits.Tag = "altUnits";
|
this.altUnits.Visible = true;
|
this.altUnits.VisibleIndex = 3;
|
this.altUnits.Width = 112;
|
//
|
// valStates
|
//
|
this.valStates.Caption = "有效码";
|
this.valStates.FieldName = "valStates";
|
this.valStates.MinWidth = 30;
|
this.valStates.Name = "valStates";
|
this.valStates.Tag = "valStates";
|
this.valStates.Visible = true;
|
this.valStates.VisibleIndex = 4;
|
this.valStates.Width = 112;
|
//
|
// remark1
|
//
|
this.remark1.Caption = "remark1";
|
this.remark1.FieldName = "remark1";
|
this.remark1.MinWidth = 30;
|
this.remark1.Name = "remark1";
|
this.remark1.Tag = "remark1";
|
this.remark1.Visible = true;
|
this.remark1.VisibleIndex = 5;
|
this.remark1.Width = 112;
|
//
|
// remark2
|
//
|
this.remark2.Caption = "remark2";
|
this.remark2.FieldName = "remark2";
|
this.remark2.MinWidth = 30;
|
this.remark2.Name = "remark2";
|
this.remark2.Tag = "remark2";
|
this.remark2.Visible = true;
|
this.remark2.VisibleIndex = 6;
|
this.remark2.Width = 112;
|
//
|
// remark3
|
//
|
this.remark3.Caption = "remark3";
|
this.remark3.FieldName = "remark3";
|
this.remark3.MinWidth = 30;
|
this.remark3.Name = "remark3";
|
this.remark3.Tag = "remark3";
|
this.remark3.Visible = true;
|
this.remark3.VisibleIndex = 7;
|
this.remark3.Width = 112;
|
//
|
// remark4
|
//
|
this.remark4.Caption = "remark4";
|
this.remark4.FieldName = "remark4";
|
this.remark4.MinWidth = 30;
|
this.remark4.Name = "remark4";
|
this.remark4.Tag = "remark4";
|
this.remark4.Visible = true;
|
this.remark4.VisibleIndex = 8;
|
this.remark4.Width = 112;
|
//
|
// remark5
|
//
|
this.remark5.Caption = "remark5";
|
this.remark5.FieldName = "remark5";
|
this.remark5.MinWidth = 30;
|
this.remark5.Name = "remark5";
|
this.remark5.Tag = "remark5";
|
this.remark5.Visible = true;
|
this.remark5.VisibleIndex = 9;
|
this.remark5.Width = 112;
|
//
|
// fumbrella
|
//
|
this.fumbrella.Caption = "创建组织编码";
|
this.fumbrella.FieldName = "fumbrella";
|
this.fumbrella.MinWidth = 30;
|
this.fumbrella.Name = "fumbrella";
|
this.fumbrella.Tag = "fumbrella";
|
this.fumbrella.Visible = true;
|
this.fumbrella.VisibleIndex = 10;
|
this.fumbrella.Width = 112;
|
//
|
// fsubsidiary
|
//
|
this.fsubsidiary.Caption = "使用组织编码";
|
this.fsubsidiary.FieldName = "fsubsidiary";
|
this.fsubsidiary.MinWidth = 30;
|
this.fsubsidiary.Name = "fsubsidiary";
|
this.fsubsidiary.Tag = "fsubsidiary";
|
this.fsubsidiary.Visible = true;
|
this.fsubsidiary.VisibleIndex = 11;
|
this.fsubsidiary.Width = 112;
|
//
|
// cjName
|
//
|
this.cjName.Caption = "创建组织";
|
this.cjName.FieldName = "cjName";
|
this.cjName.MinWidth = 30;
|
this.cjName.Name = "cjName";
|
this.cjName.Tag = "cjName";
|
this.cjName.Visible = true;
|
this.cjName.VisibleIndex = 12;
|
this.cjName.Width = 112;
|
//
|
// syName
|
//
|
this.syName.Caption = "使用组织";
|
this.syName.FieldName = "syName";
|
this.syName.MinWidth = 30;
|
this.syName.Name = "syName";
|
this.syName.Tag = "syName";
|
this.syName.Visible = true;
|
this.syName.VisibleIndex = 13;
|
this.syName.Width = 112;
|
//
|
// pageBar1
|
//
|
this.pageBar1.CurrentPage = 1;
|
this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.pageBar1.Location = new System.Drawing.Point(0, 635);
|
this.pageBar1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
this.pageBar1.Name = "pageBar1";
|
this.pageBar1.RecordCount = 0;
|
this.pageBar1.Size = new System.Drawing.Size(1408, 48);
|
this.pageBar1.TabIndex = 4;
|
this.pageBar1.TotalPages = 0;
|
//
|
// tiemId
|
//
|
this.tiemId.Caption = "物料id";
|
this.tiemId.FieldName = "tiemId";
|
this.tiemId.MinWidth = 30;
|
this.tiemId.Name = "tiemId";
|
this.tiemId.Tag = "tiemId";
|
this.tiemId.Visible = true;
|
this.tiemId.VisibleIndex = 14;
|
this.tiemId.Width = 112;
|
//
|
// tiemName
|
//
|
this.tiemName.Caption = "物料名称";
|
this.tiemName.FieldName = "tiemName";
|
this.tiemName.MinWidth = 30;
|
this.tiemName.Name = "tiemName";
|
this.tiemName.Tag = "tiemName";
|
this.tiemName.Visible = true;
|
this.tiemName.VisibleIndex = 15;
|
this.tiemName.Width = 112;
|
//
|
// UnitMatrixing
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1410, 834);
|
this.Controls.Add(this.xtraTabControl1);
|
this.Controls.Add(this.toolBarMenu1);
|
this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
|
this.Margin = new System.Windows.Forms.Padding(4);
|
this.Name = "UnitMatrixing";
|
this.Text = "物料单位换算信息";
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
this.xtraTabControl1.ResumeLayout(false);
|
this.xtraTabPage1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).EndInit();
|
this.split1.Panel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.split1)).EndInit();
|
this.split1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gcMain1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
#endregion
|
private UserControl.UcToolBarMenu toolBarMenu1;
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
private DevExpress.XtraEditors.SplitContainerControl split1;
|
private DevExpress.XtraGrid.GridControl gcMain1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private UserControls.Data.UcPageBar pageBar1;
|
private DevExpress.XtraGrid.Columns.GridColumn guid;
|
private DevExpress.XtraGrid.Columns.GridColumn tiemNo;
|
private DevExpress.XtraGrid.Columns.GridColumn convmol;
|
private DevExpress.XtraGrid.Columns.GridColumn convden;
|
private DevExpress.XtraGrid.Columns.GridColumn altUnits;
|
private DevExpress.XtraGrid.Columns.GridColumn valStates;
|
private DevExpress.XtraGrid.Columns.GridColumn remark1;
|
private DevExpress.XtraGrid.Columns.GridColumn remark2;
|
private DevExpress.XtraGrid.Columns.GridColumn remark3;
|
private DevExpress.XtraGrid.Columns.GridColumn remark4;
|
private DevExpress.XtraGrid.Columns.GridColumn remark5;
|
private DevExpress.XtraGrid.Columns.GridColumn fumbrella;
|
private DevExpress.XtraGrid.Columns.GridColumn fsubsidiary;
|
private DevExpress.XtraGrid.Columns.GridColumn cjName;
|
private DevExpress.XtraGrid.Columns.GridColumn syName;
|
private DevExpress.XtraGrid.Columns.GridColumn tiemId;
|
private DevExpress.XtraGrid.Columns.GridColumn tiemName;
|
}
|
}
|