| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359 |
- namespace Core.StlMes.Client.Mcp.Mch.MchResult
- {
- partial class FrmProcGroupPoint
- {
- /// <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()
- {
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCE_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCE_GROUP_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCE_GROUP_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCE_POINT_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCE_POINT_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATET_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATET_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
- Infragistics.Win.UltraWinGrid.RowLayout rowLayout1 = new Infragistics.Win.UltraWinGrid.RowLayout("1");
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo1 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "PROCE_NO", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo2 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "PROCE_GROUP_NO", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo3 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "PROCE_GROUP_NAME", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo4 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "PROCE_POINT_NO", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo5 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "PROCE_POINT_NAME", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo6 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CREATET_NAME", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo7 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CREATET_TIME", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo8 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "UPDATE_NAME", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo9 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "UPDATE_TIME", -1, Infragistics.Win.DefaultableBoolean.Default);
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.chkStrat = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.cmbStrat = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.dataSet1 = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn3 = new System.Data.DataColumn();
- this.dataColumn4 = new System.Data.DataColumn();
- this.dataColumn5 = new System.Data.DataColumn();
- this.dataColumn6 = new System.Data.DataColumn();
- this.dataColumn7 = new System.Data.DataColumn();
- this.dataColumn8 = new System.Data.DataColumn();
- this.dataColumn9 = new System.Data.DataColumn();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.comGxPoint = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.comProce = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chkStrat)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbStrat)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.comGxPoint)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.comProce)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
- this.SuspendLayout();
- //
- // ultraPanel1
- //
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.chkStrat);
- this.ultraPanel1.ClientArea.Controls.Add(this.cmbStrat);
- this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel1.Name = "ultraPanel1";
- this.ultraPanel1.Size = new System.Drawing.Size(1092, 42);
- this.ultraPanel1.TabIndex = 0;
- //
- // chkStrat
- //
- this.chkStrat.Location = new System.Drawing.Point(27, 10);
- this.chkStrat.Name = "chkStrat";
- this.chkStrat.Size = new System.Drawing.Size(72, 20);
- this.chkStrat.TabIndex = 892;
- this.chkStrat.Text = "加工分组";
- this.chkStrat.CheckedChanged += new System.EventHandler(this.chkStrat_CheckedChanged);
- //
- // cmbStrat
- //
- this.cmbStrat.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbStrat.Enabled = false;
- this.cmbStrat.Location = new System.Drawing.Point(101, 10);
- this.cmbStrat.Name = "cmbStrat";
- this.cmbStrat.Size = new System.Drawing.Size(95, 21);
- this.cmbStrat.TabIndex = 891;
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "NewDataSet";
- this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6,
- this.dataColumn7,
- this.dataColumn8,
- this.dataColumn9});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.ColumnName = "PROCE_NO";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "加工分组编号";
- this.dataColumn2.ColumnName = "PROCE_GROUP_NO";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "加工分组名称";
- this.dataColumn3.ColumnName = "PROCE_GROUP_NAME";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "工序点编号";
- this.dataColumn4.ColumnName = "PROCE_POINT_NO";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "工序点名称";
- this.dataColumn5.ColumnName = "PROCE_POINT_NAME";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "创建人";
- this.dataColumn6.ColumnName = "CREATET_NAME";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "创建时间";
- this.dataColumn7.ColumnName = "CREATET_TIME";
- //
- // dataColumn8
- //
- this.dataColumn8.Caption = "修改人";
- this.dataColumn8.ColumnName = "UPDATE_NAME";
- //
- // dataColumn9
- //
- this.dataColumn9.Caption = "修改时间";
- this.dataColumn9.ColumnName = "UPDATE_TIME";
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Controls.Add(this.label2);
- this.ultraGroupBox2.Controls.Add(this.label1);
- this.ultraGroupBox2.Controls.Add(this.comGxPoint);
- this.ultraGroupBox2.Controls.Add(this.comProce);
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraGroupBox2.Location = new System.Drawing.Point(0, 436);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(1092, 72);
- this.ultraGroupBox2.TabIndex = 2;
- this.ultraGroupBox2.Text = "编辑区";
- this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Location = new System.Drawing.Point(232, 37);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 897;
- this.label2.Text = "工 序 点";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Location = new System.Drawing.Point(43, 37);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 896;
- this.label1.Text = "加工分组";
- //
- // comGxPoint
- //
- this.comGxPoint.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.comGxPoint.Location = new System.Drawing.Point(291, 32);
- this.comGxPoint.Name = "comGxPoint";
- this.comGxPoint.Size = new System.Drawing.Size(95, 21);
- this.comGxPoint.TabIndex = 895;
- //
- // comProce
- //
- this.comProce.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.comProce.Location = new System.Drawing.Point(101, 32);
- this.comProce.Name = "comProce";
- this.comProce.Size = new System.Drawing.Size(95, 21);
- this.comProce.TabIndex = 893;
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.ultraGrid3);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 42);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(1092, 394);
- this.ultraGroupBox1.TabIndex = 3;
- this.ultraGroupBox1.Text = "加工分组与工序点对应关系";
- this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // ultraGrid3
- //
- this.ultraGrid3.DataMember = "Table1";
- this.ultraGrid3.DataSource = this.dataSet1;
- ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.Hidden = true;
- ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.Hidden = true;
- ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.Hidden = true;
- ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
- ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(137, 0);
- ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
- ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn9.Header.VisiblePosition = 8;
- ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(146, 0);
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9});
- rowLayout1.ColumnInfos.AddRange(new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo[] {
- rowLayoutColumnInfo1,
- rowLayoutColumnInfo2,
- rowLayoutColumnInfo3,
- rowLayoutColumnInfo4,
- rowLayoutColumnInfo5,
- rowLayoutColumnInfo6,
- rowLayoutColumnInfo7,
- rowLayoutColumnInfo8,
- rowLayoutColumnInfo9});
- rowLayout1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
- ultraGridBand1.RowLayouts.AddRange(new Infragistics.Win.UltraWinGrid.RowLayout[] {
- rowLayout1});
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
- this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid3.Location = new System.Drawing.Point(3, 18);
- this.ultraGrid3.Name = "ultraGrid3";
- this.ultraGrid3.Size = new System.Drawing.Size(1086, 373);
- this.ultraGrid3.TabIndex = 10;
- this.ultraGrid3.AfterRowActivate += new System.EventHandler(this.ultraGrid3_AfterRowActivate);
- //
- // FrmProcGroupPoint
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1092, 508);
- this.Controls.Add(this.ultraGroupBox1);
- this.Controls.Add(this.ultraGroupBox2);
- this.Controls.Add(this.ultraPanel1);
- this.Name = "FrmProcGroupPoint";
- this.Text = "加工分组与工序点对应关系";
- this.Load += new System.EventHandler(this.FrmProcGroupPoint_Load);
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ClientArea.PerformLayout();
- this.ultraPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.chkStrat)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbStrat)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- this.ultraGroupBox2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.comGxPoint)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.comProce)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkStrat;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbStrat;
- private System.Data.DataSet dataSet1;
- private System.Data.DataTable dataTable1;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataColumn dataColumn4;
- private System.Data.DataColumn dataColumn5;
- private System.Data.DataColumn dataColumn6;
- private System.Data.DataColumn dataColumn7;
- private System.Data.DataColumn dataColumn8;
- private System.Data.DataColumn dataColumn9;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor comProce;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor comGxPoint;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- }
- }
|