| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907 |
- namespace Core.LgMes.Client.LgIntegrationQuery
- {
- partial class frmProcess_Items
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCESSID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NAME_");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DESCRIPTION");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RECORDER");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INPUTTIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ISHAVE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TABLE_NAME");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("PROCESSID");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("NAME_");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("DESCRIPTION");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("RECORDER");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("INPUTTIME");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("FLAG");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ISHAVE");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("TABLE_NAME");
- Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTITEMID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTITEMNAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMCLASS");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTTYPE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RECORDER");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INPUTTIME");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CRAFTITEMID");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn10 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CRAFTITEMNAME");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn11 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ITEMCLASS");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn12 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CRAFTTYPE");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn13 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("RECORDER");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn14 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("INPUTTIME");
- Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTITEMID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTITEMNAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMCLASS");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTTYPE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OPERATOR");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INPUTTIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMNUM");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UCCHOOSE", 0);
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn15 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CRAFTITEMID");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn16 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CRAFTITEMNAME");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn17 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ITEMCLASS");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn18 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CRAFTTYPE");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn19 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("OPERATOR");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn20 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("INPUTTIME");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn21 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ITEMNUM");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn22 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("TABLE_NAME");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn23 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("COMMENTS");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnQuery");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnAdd");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnUpdate");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnDel");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnExcel");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnExit");
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.ulGridProcess = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.uldtsrcProcess = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
- this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ulcmbTableName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ulcmeTableName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label9 = new System.Windows.Forms.Label();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.ulcmeStyle_Process = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label8 = new System.Windows.Forms.Label();
- this.txtDescription = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.txtName = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.txtBH = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.ulGridItems = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.uldtsrcItems = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
- this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label4 = new System.Windows.Forms.Label();
- this.ulcmeType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.txtItmeName = new System.Windows.Forms.TextBox();
- this.txtID = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.ulGridMain = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.AddItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.UpdateItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.DelItem = new System.Windows.Forms.ToolStripMenuItem();
- this.uldtsrcMain = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
- this.treeView1 = new System.Windows.Forms.TreeView();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.Add = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.Update = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.Del = new System.Windows.Forms.ToolStripMenuItem();
- this.uldtsrcTableName = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
- this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
- this.ulTab = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
- this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
- this.ultraTabPageControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulGridProcess)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uldtsrcProcess)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
- this.ultraExpandableGroupBox1.SuspendLayout();
- this.ultraExpandableGroupBoxPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulcmbTableName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulcmeTableName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulcmeStyle_Process)).BeginInit();
- this.ultraTabPageControl2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulGridItems)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uldtsrcItems)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
- this.ultraExpandableGroupBox2.SuspendLayout();
- this.ultraExpandableGroupBoxPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulcmeType)).BeginInit();
- this.ultraTabPageControl3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulGridMain)).BeginInit();
- this.contextMenuStrip2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uldtsrcMain)).BeginInit();
- this.contextMenuStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uldtsrcTableName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulTab)).BeginInit();
- this.ulTab.SuspendLayout();
- this.SuspendLayout();
- //
- // ultraTabPageControl1
- //
- this.ultraTabPageControl1.Controls.Add(this.ulGridProcess);
- this.ultraTabPageControl1.Controls.Add(this.ultraExpandableGroupBox1);
- this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
- this.ultraTabPageControl1.Name = "ultraTabPageControl1";
- this.ultraTabPageControl1.Size = new System.Drawing.Size(1008, 481);
- //
- // ulGridProcess
- //
- this.ulGridProcess.DataSource = this.uldtsrcProcess;
- ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn1.Header.Caption = "工序编码";
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.Width = 100;
- ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn2.Header.Caption = "工序名称";
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.Width = 89;
- ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn3.Header.Caption = "工序说明";
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.Width = 179;
- ultraGridColumn4.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
- ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn4.Header.Caption = "维护人";
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.Width = 77;
- ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn5.Header.Caption = "维护时间";
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.Hidden = true;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.Hidden = true;
- ultraGridColumn8.Header.Caption = "炼钢作业表名";
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8});
- this.ulGridProcess.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ulGridProcess.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ulGridProcess.Location = new System.Drawing.Point(0, 0);
- this.ulGridProcess.Name = "ulGridProcess";
- this.ulGridProcess.Size = new System.Drawing.Size(1008, 381);
- this.ulGridProcess.TabIndex = 2;
- this.ulGridProcess.AfterRowActivate += new System.EventHandler(this.ulGridProcess_AfterRowActivate_1);
- //
- // uldtsrcProcess
- //
- this.uldtsrcProcess.Band.Columns.AddRange(new object[] {
- ultraDataColumn1,
- ultraDataColumn2,
- ultraDataColumn3,
- ultraDataColumn4,
- ultraDataColumn5,
- ultraDataColumn6,
- ultraDataColumn7,
- ultraDataColumn8});
- //
- // ultraExpandableGroupBox1
- //
- this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(788, 145);
- this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 381);
- this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
- this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1008, 100);
- this.ultraExpandableGroupBox1.TabIndex = 1;
- this.ultraExpandableGroupBox1.Text = "编辑区域";
- this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ulcmbTableName);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ulcmeTableName);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label9);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.checkBox1);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ulcmeStyle_Process);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label8);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtDescription);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label3);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtName);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label2);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtBH);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label1);
- this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1004, 78);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- //
- // ulcmbTableName
- //
- this.ulcmbTableName.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem1.DataValue = "LG";
- valueListItem1.DisplayText = "炼钢";
- valueListItem2.DataValue = "ZG";
- valueListItem2.DisplayText = "轧钢";
- this.ulcmbTableName.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem1,
- valueListItem2});
- this.ulcmbTableName.Location = new System.Drawing.Point(103, 37);
- this.ulcmbTableName.Name = "ulcmbTableName";
- this.ulcmbTableName.Size = new System.Drawing.Size(145, 21);
- this.ulcmbTableName.TabIndex = 21;
- //
- // ulcmeTableName
- //
- this.ulcmeTableName.Location = new System.Drawing.Point(864, 8);
- this.ulcmeTableName.Name = "ulcmeTableName";
- this.ulcmeTableName.Size = new System.Drawing.Size(21, 21);
- this.ulcmeTableName.TabIndex = 20;
- this.ulcmeTableName.Visible = false;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.BackColor = System.Drawing.Color.Transparent;
- this.label9.Location = new System.Drawing.Point(8, 40);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(89, 12);
- this.label9.TabIndex = 18;
- this.label9.Text = "对应炼钢作业表";
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Checked = true;
- this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkBox1.Location = new System.Drawing.Point(800, 37);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(72, 16);
- this.checkBox1.TabIndex = 17;
- this.checkBox1.Text = "有效标志";
- this.checkBox1.UseVisualStyleBackColor = true;
- //
- // ulcmeStyle_Process
- //
- this.ulcmeStyle_Process.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem3.DataValue = "炼钢";
- valueListItem3.DisplayText = "炼钢";
- this.ulcmeStyle_Process.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem3});
- this.ulcmeStyle_Process.Location = new System.Drawing.Point(103, 6);
- this.ulcmeStyle_Process.Name = "ulcmeStyle_Process";
- this.ulcmeStyle_Process.Size = new System.Drawing.Size(145, 21);
- this.ulcmeStyle_Process.TabIndex = 16;
- this.ulcmeStyle_Process.ValueChanged += new System.EventHandler(this.ulcmeStyle_Process_ValueChanged);
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.BackColor = System.Drawing.Color.Transparent;
- this.label8.Location = new System.Drawing.Point(44, 10);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(53, 12);
- this.label8.TabIndex = 15;
- this.label8.Text = "工序类型";
- //
- // txtDescription
- //
- this.txtDescription.Location = new System.Drawing.Point(323, 37);
- this.txtDescription.MaxLength = 99;
- this.txtDescription.Name = "txtDescription";
- this.txtDescription.Size = new System.Drawing.Size(447, 21);
- this.txtDescription.TabIndex = 11;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Location = new System.Drawing.Point(264, 41);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 10;
- this.label3.Text = "工序说明";
- //
- // txtName
- //
- this.txtName.Location = new System.Drawing.Point(525, 8);
- this.txtName.MaxLength = 50;
- this.txtName.Name = "txtName";
- this.txtName.Size = new System.Drawing.Size(245, 21);
- this.txtName.TabIndex = 9;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Location = new System.Drawing.Point(469, 12);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 8;
- this.label2.Text = "工序名称";
- //
- // txtBH
- //
- this.txtBH.Location = new System.Drawing.Point(323, 8);
- this.txtBH.MaxLength = 20;
- this.txtBH.Name = "txtBH";
- this.txtBH.Size = new System.Drawing.Size(120, 21);
- this.txtBH.TabIndex = 7;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Location = new System.Drawing.Point(264, 11);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 6;
- this.label1.Text = "工序编码";
- //
- // ultraTabPageControl2
- //
- this.ultraTabPageControl2.Controls.Add(this.ulGridItems);
- this.ultraTabPageControl2.Controls.Add(this.ultraExpandableGroupBox2);
- this.ultraTabPageControl2.Location = new System.Drawing.Point(2, 2);
- this.ultraTabPageControl2.Name = "ultraTabPageControl2";
- this.ultraTabPageControl2.Size = new System.Drawing.Size(1008, 481);
- //
- // ulGridItems
- //
- this.ulGridItems.DataSource = this.uldtsrcItems;
- ultraGridColumn9.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
- ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn9.Header.Caption = "工艺参数编码";
- ultraGridColumn9.Header.VisiblePosition = 1;
- ultraGridColumn9.Width = 122;
- ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn10.Header.Caption = "工艺参数名称";
- ultraGridColumn10.Header.VisiblePosition = 2;
- ultraGridColumn10.Width = 300;
- ultraGridColumn11.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
- ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn11.Header.Caption = "工艺参数类型";
- ultraGridColumn11.Header.VisiblePosition = 3;
- ultraGridColumn11.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
- ultraGridColumn11.Width = 127;
- ultraGridColumn12.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
- ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn12.Header.Caption = "工艺类型";
- ultraGridColumn12.Header.VisiblePosition = 0;
- ultraGridColumn12.Width = 97;
- ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn13.Header.Caption = "维护人";
- ultraGridColumn13.Header.VisiblePosition = 4;
- ultraGridColumn13.Width = 90;
- ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn14.Format = "yyyy-MM-dd HH:mm";
- ultraGridColumn14.Header.Caption = "维护时间";
- ultraGridColumn14.Header.VisiblePosition = 5;
- ultraGridColumn14.Width = 149;
- ultraGridBand2.Columns.AddRange(new object[] {
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12,
- ultraGridColumn13,
- ultraGridColumn14});
- this.ulGridItems.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
- this.ulGridItems.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- this.ulGridItems.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ulGridItems.Location = new System.Drawing.Point(0, 0);
- this.ulGridItems.Name = "ulGridItems";
- this.ulGridItems.Size = new System.Drawing.Size(1008, 391);
- this.ulGridItems.TabIndex = 6;
- this.ulGridItems.Text = "ultraGrid2";
- this.ulGridItems.AfterRowActivate += new System.EventHandler(this.ulGridItems_AfterRowActivate);
- //
- // uldtsrcItems
- //
- this.uldtsrcItems.Band.Columns.AddRange(new object[] {
- ultraDataColumn9,
- ultraDataColumn10,
- ultraDataColumn11,
- ultraDataColumn12,
- ultraDataColumn13,
- ultraDataColumn14});
- //
- // ultraExpandableGroupBox2
- //
- this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
- this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(1008, 69);
- this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 391);
- this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
- this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(1008, 90);
- this.ultraExpandableGroupBox2.TabIndex = 7;
- this.ultraExpandableGroupBox2.Text = "编辑区域";
- this.ultraExpandableGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
- //
- // ultraExpandableGroupBoxPanel2
- //
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraComboEditor1);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label4);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ulcmeType);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.txtItmeName);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.txtID);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label5);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label6);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label7);
- this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(2, 20);
- this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
- this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(1004, 68);
- this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
- //
- // ultraComboEditor1
- //
- this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem5.DataValue = "炼钢";
- valueListItem5.DisplayText = "炼钢";
- this.ultraComboEditor1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem5});
- this.ultraComboEditor1.Location = new System.Drawing.Point(64, 23);
- this.ultraComboEditor1.Name = "ultraComboEditor1";
- this.ultraComboEditor1.Size = new System.Drawing.Size(93, 21);
- this.ultraComboEditor1.TabIndex = 18;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Location = new System.Drawing.Point(8, 28);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 17;
- this.label4.Text = "工艺类型";
- //
- // ulcmeType
- //
- this.ulcmeType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.ulcmeType.Location = new System.Drawing.Point(822, 23);
- this.ulcmeType.Name = "ulcmeType";
- this.ulcmeType.Size = new System.Drawing.Size(116, 21);
- this.ulcmeType.TabIndex = 6;
- //
- // txtItmeName
- //
- this.txtItmeName.Location = new System.Drawing.Point(437, 23);
- this.txtItmeName.Name = "txtItmeName";
- this.txtItmeName.Size = new System.Drawing.Size(287, 21);
- this.txtItmeName.TabIndex = 5;
- //
- // txtID
- //
- this.txtID.Location = new System.Drawing.Point(251, 23);
- this.txtID.MaxLength = 10;
- this.txtID.Name = "txtID";
- this.txtID.Size = new System.Drawing.Size(100, 21);
- this.txtID.TabIndex = 4;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(751, 27);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(65, 12);
- this.label5.TabIndex = 2;
- this.label5.Text = "参数项类型";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(371, 27);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(65, 12);
- this.label6.TabIndex = 1;
- this.label6.Text = "参数项名称";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(185, 27);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(65, 12);
- this.label7.TabIndex = 0;
- this.label7.Text = "参数项编码";
- //
- // ultraTabPageControl3
- //
- this.ultraTabPageControl3.Controls.Add(this.ulGridMain);
- this.ultraTabPageControl3.Controls.Add(this.treeView1);
- this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
- this.ultraTabPageControl3.Name = "ultraTabPageControl3";
- this.ultraTabPageControl3.Size = new System.Drawing.Size(1008, 481);
- //
- // ulGridMain
- //
- this.ulGridMain.ContextMenuStrip = this.contextMenuStrip2;
- this.ulGridMain.DataSource = this.uldtsrcMain;
- ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn15.Header.Caption = "工艺参数编码";
- ultraGridColumn15.Header.VisiblePosition = 1;
- ultraGridColumn15.Width = 102;
- ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn16.Header.Caption = "工艺参数说明";
- ultraGridColumn16.Header.VisiblePosition = 2;
- ultraGridColumn16.Width = 124;
- ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn17.Header.Caption = "参数类型";
- ultraGridColumn17.Header.VisiblePosition = 3;
- ultraGridColumn17.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
- ultraGridColumn17.Width = 59;
- ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
- ultraGridColumn18.Header.Caption = "工艺类型";
- ultraGridColumn18.Header.VisiblePosition = 4;
- ultraGridColumn18.Hidden = true;
- ultraGridColumn18.Width = 83;
- ultraGridColumn19.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
- ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn19.Header.Caption = "维护人";
- ultraGridColumn19.Header.VisiblePosition = 6;
- ultraGridColumn19.Width = 97;
- ultraGridColumn20.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
- ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn20.Header.Caption = "维护时间";
- ultraGridColumn20.Header.VisiblePosition = 7;
- ultraGridColumn20.Width = 153;
- ultraGridColumn21.DefaultCellValue = "1";
- ultraGridColumn21.Header.Caption = "维护个数";
- ultraGridColumn21.Header.VisiblePosition = 5;
- ultraGridColumn21.MaskInput = "nnnnn";
- ultraGridColumn21.MaxValue = 99;
- ultraGridColumn21.MinValue = 1;
- ultraGridColumn21.Width = 43;
- ultraGridColumn22.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
- appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- ultraGridColumn22.CellAppearance = appearance1;
- ultraGridColumn22.DataType = typeof(bool);
- ultraGridColumn22.DefaultCellValue = false;
- ultraGridColumn22.Header.Caption = "选择";
- ultraGridColumn22.Header.VisiblePosition = 0;
- ultraGridColumn22.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
- ultraGridColumn22.Width = 49;
- ultraGridBand3.Columns.AddRange(new object[] {
- ultraGridColumn15,
- ultraGridColumn16,
- ultraGridColumn17,
- ultraGridColumn18,
- ultraGridColumn19,
- ultraGridColumn20,
- ultraGridColumn21,
- ultraGridColumn22});
- this.ulGridMain.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
- this.ulGridMain.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
- this.ulGridMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ulGridMain.Location = new System.Drawing.Point(344, 0);
- this.ulGridMain.Name = "ulGridMain";
- this.ulGridMain.Size = new System.Drawing.Size(664, 481);
- this.ulGridMain.TabIndex = 18;
- this.ulGridMain.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ulGrid_InitializeRow);
- //
- // contextMenuStrip2
- //
- this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.AddItem,
- this.toolStripSeparator1,
- this.UpdateItem,
- this.toolStripSeparator2,
- this.DelItem});
- this.contextMenuStrip2.Name = "contextMenuStrip2";
- this.contextMenuStrip2.Size = new System.Drawing.Size(195, 82);
- this.contextMenuStrip2.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip2_ItemClicked);
- //
- // AddItem
- //
- this.AddItem.Name = "AddItem";
- this.AddItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
- this.AddItem.Size = new System.Drawing.Size(194, 22);
- this.AddItem.Text = "增加工艺参数";
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(191, 6);
- //
- // UpdateItem
- //
- this.UpdateItem.Name = "UpdateItem";
- this.UpdateItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U)));
- this.UpdateItem.Size = new System.Drawing.Size(194, 22);
- this.UpdateItem.Text = "修改工艺参数";
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(191, 6);
- //
- // DelItem
- //
- this.DelItem.Name = "DelItem";
- this.DelItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
- this.DelItem.Size = new System.Drawing.Size(194, 22);
- this.DelItem.Text = "删除工艺参数";
- //
- // uldtsrcMain
- //
- this.uldtsrcMain.Band.Columns.AddRange(new object[] {
- ultraDataColumn15,
- ultraDataColumn16,
- ultraDataColumn17,
- ultraDataColumn18,
- ultraDataColumn19,
- ultraDataColumn20,
- ultraDataColumn21});
- //
- // treeView1
- //
- this.treeView1.BackColor = System.Drawing.Color.WhiteSmoke;
- this.treeView1.ContextMenuStrip = this.contextMenuStrip1;
- this.treeView1.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
- this.treeView1.FullRowSelect = true;
- this.treeView1.HideSelection = false;
- this.treeView1.HotTracking = true;
- this.treeView1.LineColor = System.Drawing.Color.Blue;
- this.treeView1.Location = new System.Drawing.Point(0, 0);
- this.treeView1.Name = "treeView1";
- this.treeView1.Size = new System.Drawing.Size(344, 481);
- this.treeView1.TabIndex = 19;
- this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
- //
- // contextMenuStrip1
- //
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.Add,
- this.toolStripSeparator3,
- this.Update,
- this.toolStripSeparator4,
- this.Del});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(171, 82);
- this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1_ItemClicked);
- //
- // Add
- //
- this.Add.Name = "Add";
- this.Add.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
- this.Add.Size = new System.Drawing.Size(170, 22);
- this.Add.Text = "增加工序";
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(167, 6);
- //
- // Update
- //
- this.Update.Name = "Update";
- this.Update.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U)));
- this.Update.Size = new System.Drawing.Size(170, 22);
- this.Update.Text = "修改工序";
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(167, 6);
- //
- // Del
- //
- this.Del.Name = "Del";
- this.Del.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
- this.Del.Size = new System.Drawing.Size(170, 22);
- this.Del.Text = "删除工序";
- //
- // uldtsrcTableName
- //
- this.uldtsrcTableName.Band.Columns.AddRange(new object[] {
- ultraDataColumn22,
- ultraDataColumn23});
- //
- // ultraToolbarsManager1
- //
- this.ultraToolbarsManager1.DesignerFlags = 1;
- this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
- this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
- buttonTool7.SharedPropsInternal.Caption = "刷新(&Q)";
- buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool8.SharedPropsInternal.Caption = "增加(&A)";
- buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool9.SharedPropsInternal.Caption = "修改(&U)";
- buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool10.SharedPropsInternal.Caption = "删除(&D)";
- buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool11.SharedPropsInternal.Caption = "导出(&P)";
- buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool12.SharedPropsInternal.Caption = "关闭(&C)";
- buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool7,
- buttonTool8,
- buttonTool9,
- buttonTool10,
- buttonTool11,
- buttonTool12});
- //
- // ulTab
- //
- this.ulTab.Controls.Add(this.ultraTabSharedControlsPage1);
- this.ulTab.Controls.Add(this.ultraTabPageControl1);
- this.ulTab.Controls.Add(this.ultraTabPageControl2);
- this.ulTab.Controls.Add(this.ultraTabPageControl3);
- this.ulTab.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ulTab.Location = new System.Drawing.Point(0, 0);
- this.ulTab.Name = "ulTab";
- this.ulTab.SharedControlsPage = this.ultraTabSharedControlsPage1;
- this.ulTab.Size = new System.Drawing.Size(1012, 507);
- this.ulTab.TabIndex = 1;
- this.ulTab.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
- ultraTab1.Key = "ulTabProcess";
- ultraTab1.TabPage = this.ultraTabPageControl1;
- ultraTab1.Text = "工序管理";
- ultraTab2.Key = "ulTabItems";
- ultraTab2.TabPage = this.ultraTabPageControl2;
- ultraTab2.Text = "工艺参数管理";
- ultraTab3.Key = "ulTabSet";
- ultraTab3.TabPage = this.ultraTabPageControl3;
- ultraTab3.Text = "工序与工艺参数管理";
- this.ulTab.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
- ultraTab1,
- ultraTab2,
- ultraTab3});
- this.ulTab.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2003;
- this.ulTab.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ulTab_SelectedTabChanged);
- //
- // ultraTabSharedControlsPage1
- //
- this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
- this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
- this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1008, 481);
- //
- // frmProcess_Items
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1012, 507);
- this.Controls.Add(this.ulTab);
- this.Name = "frmProcess_Items";
- this.Text = "工序与工艺参数管理";
- this.Load += new System.EventHandler(this.frmProcess_Items_Load);
- this.ultraTabPageControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ulGridProcess)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uldtsrcProcess)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
- this.ultraExpandableGroupBox1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulcmbTableName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulcmeTableName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulcmeStyle_Process)).EndInit();
- this.ultraTabPageControl2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ulGridItems)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uldtsrcItems)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
- this.ultraExpandableGroupBox2.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulcmeType)).EndInit();
- this.ultraTabPageControl3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ulGridMain)).EndInit();
- this.contextMenuStrip2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uldtsrcMain)).EndInit();
- this.contextMenuStrip1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uldtsrcTableName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulTab)).EndInit();
- this.ulTab.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
- private Infragistics.Win.UltraWinTabControl.UltraTabControl ulTab;
- private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- private Infragistics.Win.UltraWinDataSource.UltraDataSource uldtsrcProcess;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl3;
- private System.Windows.Forms.TextBox txtDescription;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox txtName;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtBH;
- private System.Windows.Forms.Label label1;
- private Infragistics.Win.UltraWinGrid.UltraGrid ulGridItems;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ulcmeType;
- private System.Windows.Forms.TextBox txtItmeName;
- private System.Windows.Forms.TextBox txtID;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private Infragistics.Win.UltraWinGrid.UltraGrid ulGridMain;
- private System.Windows.Forms.TreeView treeView1;
- private Infragistics.Win.UltraWinDataSource.UltraDataSource uldtsrcItems;
- private Infragistics.Win.UltraWinDataSource.UltraDataSource uldtsrcMain;
- private Infragistics.Win.UltraWinDataSource.UltraDataSource uldtsrcTableName;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ulcmeStyle_Process;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.CheckBox checkBox1;
- private Infragistics.Win.UltraWinGrid.UltraGrid ulGridProcess;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
- private System.Windows.Forms.Label label4;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ulcmeTableName;
- private System.Windows.Forms.Label label9;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ulcmbTableName;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private System.Windows.Forms.ToolStripMenuItem Add;
- private System.Windows.Forms.ToolStripMenuItem Update;
- private System.Windows.Forms.ToolStripMenuItem Del;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
- private System.Windows.Forms.ToolStripMenuItem AddItem;
- private System.Windows.Forms.ToolStripMenuItem UpdateItem;
- private System.Windows.Forms.ToolStripMenuItem DelItem;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- }
- }
|