namespace Core.StlMes.Client.ZGMil.Popup { partial class FrmQcmAddAsk { /// /// 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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("QcmAddAskEntity", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JugdeApplyCode"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JudgeStoveNo"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DesginKey"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskItme"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskItmeDesc"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskSubItme"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskSubItmeDesc"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskSubItmeVal"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskSubItmeValDesc"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskIsComfrim"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskValDesc"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ComfrimName"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ComfrimTime"); Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance(); this.ultraASK_IS_COMFRIM = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.btnOK = new Infragistics.Win.Misc.UltraButton(); this.label3 = new System.Windows.Forms.Label(); this.dataSet1 = new System.Data.DataSet(); this.dtPipeSize = new System.Data.DataTable(); 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.dataColumn10 = new System.Data.DataColumn(); this.dataColumn11 = new System.Data.DataColumn(); this.dataColumn12 = new System.Data.DataColumn(); this.dataColumn13 = new System.Data.DataColumn(); this.dataColumn17 = new System.Data.DataColumn(); this.dataColumn1 = new System.Data.DataColumn(); this.qcmAddAskEntityBindingSource = new System.Windows.Forms.BindingSource(); ((System.ComponentModel.ISupportInitialize)(this.ultraASK_IS_COMFRIM)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtPipeSize)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.qcmAddAskEntityBindingSource)).BeginInit(); this.SuspendLayout(); // // ultraASK_IS_COMFRIM // this.ultraASK_IS_COMFRIM.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; valueListItem1.DataValue = "0"; valueListItem1.DisplayText = "未确认"; valueListItem2.DataValue = "1"; valueListItem2.DisplayText = "确认"; this.ultraASK_IS_COMFRIM.Items.AddRange(new Infragistics.Win.ValueListItem[] { valueListItem1, valueListItem2}); this.ultraASK_IS_COMFRIM.Location = new System.Drawing.Point(339, 14); this.ultraASK_IS_COMFRIM.Name = "ultraASK_IS_COMFRIM"; this.ultraASK_IS_COMFRIM.Size = new System.Drawing.Size(144, 21); this.ultraASK_IS_COMFRIM.TabIndex = 57; this.ultraASK_IS_COMFRIM.Visible = false; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.ultraGrid3, 0, 1); this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 58F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(747, 449); this.tableLayoutPanel1.TabIndex = 0; // // ultraGrid3 // this.ultraGrid3.DataSource = this.qcmAddAskEntityBindingSource; 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; ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.Hidden = true; 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.Hidden = true; ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn7.Header.VisiblePosition = 6; ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn8.Header.VisiblePosition = 7; ultraGridColumn8.Hidden = true; ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn9.Header.VisiblePosition = 8; ultraGridColumn10.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always; ultraGridColumn10.EditorComponent = this.ultraASK_IS_COMFRIM; ultraGridColumn10.Header.VisiblePosition = 9; ultraGridColumn10.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList; ultraGridColumn11.Header.VisiblePosition = 10; ultraGridColumn12.Header.VisiblePosition = 11; ultraGridColumn13.Header.VisiblePosition = 12; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6, ultraGridColumn7, ultraGridColumn8, ultraGridColumn9, ultraGridColumn10, ultraGridColumn11, ultraGridColumn12, ultraGridColumn13}); ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None; ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None; ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None; ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal; ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None; ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout; this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid3.DisplayLayout.InterBandSpacing = 8; appearance7.FontData.BoldAsString = "True"; this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance7; this.ultraGrid3.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom; this.ultraGrid3.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False; appearance8.BackColor = System.Drawing.Color.Transparent; this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance8; appearance9.TextVAlignAsString = "Middle"; this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance9; this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; this.ultraGrid3.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand; appearance10.BackColor = System.Drawing.Color.LightSteelBlue; appearance10.TextHAlignAsString = "Center"; appearance10.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent; this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance10; this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.ultraGrid3.DisplayLayout.Override.MaxSelectedRows = 1; this.ultraGrid3.DisplayLayout.Override.MinRowHeight = 21; appearance11.BackColor = System.Drawing.Color.LightSteelBlue; this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance11; this.ultraGrid3.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex; this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True; this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 26; this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 0; appearance12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226))))); appearance12.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254))))); appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical; appearance12.ForeColor = System.Drawing.Color.Black; this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance12; this.ultraGrid3.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGrid3.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGrid3.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single; this.ultraGrid3.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False; this.ultraGrid3.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True; this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill; this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate; this.ultraGrid3.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl; this.ultraGrid3.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand; 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, 61); this.ultraGrid3.Name = "ultraGrid3"; this.ultraGrid3.Size = new System.Drawing.Size(741, 385); this.ultraGrid3.TabIndex = 8; // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.ultraASK_IS_COMFRIM); this.ultraGroupBox1.Controls.Add(this.btnOK); this.ultraGroupBox1.Controls.Add(this.label3); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(741, 52); this.ultraGroupBox1.TabIndex = 9; this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // btnOK // this.btnOK.Location = new System.Drawing.Point(29, 14); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(77, 26); this.btnOK.TabIndex = 56; this.btnOK.Text = "确定"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.label3.Location = new System.Drawing.Point(23, 19); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(0, 12); this.label3.TabIndex = 54; // // dataSet1 // this.dataSet1.DataSetName = "NewDataSet"; this.dataSet1.Tables.AddRange(new System.Data.DataTable[] { this.dtPipeSize}); // // dtPipeSize // this.dtPipeSize.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn6, this.dataColumn7, this.dataColumn8, this.dataColumn9, this.dataColumn10, this.dataColumn11, this.dataColumn12, this.dataColumn13, this.dataColumn17, this.dataColumn1}); this.dtPipeSize.TableName = "Table3"; // // dataColumn6 // this.dataColumn6.Caption = "抽检管编号"; this.dataColumn6.ColumnName = "SAMPLE_PIPE_NO"; // // dataColumn7 // this.dataColumn7.Caption = "D1"; this.dataColumn7.ColumnName = "D1"; // // dataColumn8 // this.dataColumn8.ColumnName = "D2"; // // dataColumn9 // this.dataColumn9.ColumnName = "S1"; // // dataColumn10 // this.dataColumn10.ColumnName = "S2"; // // dataColumn11 // this.dataColumn11.ColumnName = "S3"; // // dataColumn12 // this.dataColumn12.ColumnName = "S4"; // // dataColumn13 // this.dataColumn13.Caption = "位置(管段/管体)"; this.dataColumn13.ColumnName = "LOCATION"; // // dataColumn17 // this.dataColumn17.Caption = "抽检管序号"; this.dataColumn17.ColumnName = "SAMPLE_PIPE_SEQ"; // // dataColumn1 // this.dataColumn1.Caption = "删除"; this.dataColumn1.ColumnName = "BTN_DELETE"; // // qcmAddAskEntityBindingSource // this.qcmAddAskEntityBindingSource.DataSource = typeof(Core.StlMes.Client.ZGMil.Entity.QcmAddAskEntity); // // FrmQcmAddAsk // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(747, 449); this.Controls.Add(this.tableLayoutPanel1); this.Name = "FrmQcmAddAsk"; this.Text = "附加要求分项确认"; this.Load += new System.EventHandler(this.FrmQcmAddAsk_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraASK_IS_COMFRIM)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtPipeSize)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.qcmAddAskEntityBindingSource)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3; private System.Data.DataSet dataSet1; private System.Data.DataTable dtPipeSize; private System.Data.DataColumn dataColumn6; private System.Data.DataColumn dataColumn7; private System.Data.DataColumn dataColumn8; private System.Data.DataColumn dataColumn9; private System.Data.DataColumn dataColumn10; private System.Data.DataColumn dataColumn11; private System.Data.DataColumn dataColumn12; private System.Data.DataColumn dataColumn13; private System.Data.DataColumn dataColumn17; private System.Data.DataColumn dataColumn1; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private System.Windows.Forms.Label label3; private Infragistics.Win.Misc.UltraButton btnOK; private System.Windows.Forms.BindingSource qcmAddAskEntityBindingSource; private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraASK_IS_COMFRIM; } }