namespace Core.LgMes.Client.lgIntegrationQuery { partial class FrmEntrustInfo { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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("HEATNO"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATIONCODE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELNAME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OPTMAN"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OPTDATE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ISACCEPT"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACCEPTMAN"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACCEPTTIME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SYSGUID"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK"); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); 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.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.label3 = new System.Windows.Forms.Label(); this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox(); this.txt_heatno = new System.Windows.Forms.TextBox(); this.txt_remark = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.dataColumn10 = new System.Data.DataColumn(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); this.SuspendLayout(); // // ultraGrid1 // this.ultraGrid1.DataSource = this.dataSet1; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(119, 0); ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(90, 0); ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(124, 0); ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(99, 0); ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(138, 0); ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0); ultraGridColumn7.Header.VisiblePosition = 6; ultraGridColumn8.Header.VisiblePosition = 7; ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(136, 0); ultraGridColumn9.Header.VisiblePosition = 8; ultraGridColumn9.Hidden = true; ultraGridColumn10.Header.VisiblePosition = 9; ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(179, 0); ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6, ultraGridColumn7, ultraGridColumn8, ultraGridColumn9, ultraGridColumn10}); ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout; this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid1.DisplayLayout.Override.AllowColMoving = Infragistics.Win.UltraWinGrid.AllowColMoving.WithinBand; this.ultraGrid1.DisplayLayout.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal; this.ultraGrid1.DisplayLayout.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal; this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.Edit; this.ultraGrid1.DisplayLayout.Override.FixedHeaderIndicator = Infragistics.Win.UltraWinGrid.FixedHeaderIndicator.None; this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1; this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 24; this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex; this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.SingleAutoDrag; this.ultraGrid1.DisplayLayout.UseFixedHeaders = true; this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGrid1.Font = new System.Drawing.Font("Tahoma", 10F); this.ultraGrid1.Location = new System.Drawing.Point(0, 52); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(690, 343); this.ultraGrid1.TabIndex = 16; this.ultraGrid1.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ultraGrid1_InitializeRow); this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate); // // 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.dataColumn10}); this.dataTable1.TableName = "Table1"; // // dataColumn1 // this.dataColumn1.Caption = "产品序号"; this.dataColumn1.ColumnName = "HEATNO"; // // dataColumn2 // this.dataColumn2.Caption = "工序"; this.dataColumn2.ColumnName = "STATIONCODE"; // // dataColumn3 // this.dataColumn3.Caption = "牌号"; this.dataColumn3.ColumnName = "STEELNAME"; // // dataColumn4 // this.dataColumn4.Caption = "下发人"; this.dataColumn4.ColumnName = "OPTMAN"; // // dataColumn5 // this.dataColumn5.Caption = "下发时间"; this.dataColumn5.ColumnName = "OPTDATE"; // // dataColumn6 // this.dataColumn6.Caption = "是否接收"; this.dataColumn6.ColumnName = "ISACCEPT"; // // dataColumn7 // this.dataColumn7.Caption = "接收人"; this.dataColumn7.ColumnName = "ACCEPTMAN"; // // dataColumn8 // this.dataColumn8.Caption = "接收时间"; this.dataColumn8.ColumnName = "ACCEPTTIME"; // // dataColumn9 // this.dataColumn9.ColumnName = "SYSGUID"; // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.label2); this.ultraGroupBox1.Controls.Add(this.label1); this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor2); this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor1); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(690, 52); this.ultraGroupBox1.TabIndex = 17; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(161, 20); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(17, 12); this.label2.TabIndex = 0; this.label2.Text = "到"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 20); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "下发日期"; // // ultraDateTimeEditor2 // this.ultraDateTimeEditor2.DateTime = new System.DateTime(2020, 11, 3, 0, 0, 0, 0); this.ultraDateTimeEditor2.FormatProvider = new System.Globalization.CultureInfo("en-US"); this.ultraDateTimeEditor2.FormatString = "yyyy-MM-dd"; this.ultraDateTimeEditor2.Location = new System.Drawing.Point(183, 16); this.ultraDateTimeEditor2.MaskInput = "yyyy-mm-dd"; this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2"; this.ultraDateTimeEditor2.Nullable = false; this.ultraDateTimeEditor2.Size = new System.Drawing.Size(90, 19); this.ultraDateTimeEditor2.TabIndex = 0; this.ultraDateTimeEditor2.UseFlatMode = Infragistics.Win.DefaultableBoolean.True; this.ultraDateTimeEditor2.Value = new System.DateTime(2020, 11, 3, 0, 0, 0, 0); // // ultraDateTimeEditor1 // this.ultraDateTimeEditor1.DateTime = new System.DateTime(2020, 11, 18, 0, 0, 0, 0); this.ultraDateTimeEditor1.FormatProvider = new System.Globalization.CultureInfo("en-US"); this.ultraDateTimeEditor1.FormatString = "yyyy-MM-dd"; this.ultraDateTimeEditor1.Location = new System.Drawing.Point(65, 16); this.ultraDateTimeEditor1.MaskInput = "yyyy-mm-dd"; this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1"; this.ultraDateTimeEditor1.Nullable = false; this.ultraDateTimeEditor1.Size = new System.Drawing.Size(90, 19); this.ultraDateTimeEditor1.TabIndex = 0; this.ultraDateTimeEditor1.UseFlatMode = Infragistics.Win.DefaultableBoolean.True; this.ultraDateTimeEditor1.Value = new System.DateTime(2020, 11, 18, 0, 0, 0, 0); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 20); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 1; this.label3.Text = "产品序号"; // // ultraGroupBox2 // this.ultraGroupBox2.Controls.Add(this.txt_remark); this.ultraGroupBox2.Controls.Add(this.label4); this.ultraGroupBox2.Controls.Add(this.txt_heatno); this.ultraGroupBox2.Controls.Add(this.label3); this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom; this.ultraGroupBox2.Location = new System.Drawing.Point(0, 395); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(690, 52); this.ultraGroupBox2.TabIndex = 18; // // txt_heatno // this.txt_heatno.Location = new System.Drawing.Point(65, 17); this.txt_heatno.Name = "txt_heatno"; this.txt_heatno.Size = new System.Drawing.Size(100, 21); this.txt_heatno.TabIndex = 2; // // txt_remark // this.txt_remark.Location = new System.Drawing.Point(228, 17); this.txt_remark.Name = "txt_remark"; this.txt_remark.Size = new System.Drawing.Size(100, 21); this.txt_remark.TabIndex = 4; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(193, 20); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(29, 12); this.label4.TabIndex = 3; this.label4.Text = "备注"; // // dataColumn10 // this.dataColumn10.Caption = "备注"; this.dataColumn10.ColumnName = "REMARK"; // // FrmEntrustInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(690, 447); this.Controls.Add(this.ultraGrid1); this.Controls.Add(this.ultraGroupBox1); this.Controls.Add(this.ultraGroupBox2); this.Name = "FrmEntrustInfo"; this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计"; this.Text = "委托下发与接收"; this.Load += new System.EventHandler(this.FrmEntrustInfo_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); this.ultraGroupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1; 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 System.Windows.Forms.Label label3; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2; private System.Windows.Forms.TextBox txt_heatno; private System.Windows.Forms.TextBox txt_remark; private System.Windows.Forms.Label label4; private System.Data.DataColumn dataColumn10; } }