namespace TProduct.WinFrmUI.TPump { partial class ResultJudgeForm { /// /// 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() { this.components = new System.ComponentModel.Container(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.imageComboTestGrade = new DevExpress.XtraEditors.ImageComboBoxEdit(); this.imageComboTestStandard = new DevExpress.XtraEditors.ImageComboBoxEdit(); this.btnJudge = new DevExpress.XtraEditors.SimpleButton(); this.label1 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.gridViewMain = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRequestPercent = new DevExpress.XtraGrid.Columns.GridColumn(); this.colThresholdValue = new DevExpress.XtraGrid.Columns.GridColumn(); this.colJudgeValue = new DevExpress.XtraGrid.Columns.GridColumn(); this.colJudgResult = new DevExpress.XtraGrid.Columns.GridColumn(); this.colNotice = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTargetTypeName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTargetJudgResultName2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRatedValue = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRequestValue = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.imageComboTestGrade.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.imageComboTestStandard.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).BeginInit(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.IsSplitterFixed = true; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Margin = new System.Windows.Forms.Padding(4); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.imageComboTestGrade); this.splitContainer1.Panel1.Controls.Add(this.imageComboTestStandard); this.splitContainer1.Panel1.Controls.Add(this.btnJudge); this.splitContainer1.Panel1.Controls.Add(this.label1); this.splitContainer1.Panel1.Controls.Add(this.label5); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.gridControl1); this.splitContainer1.Size = new System.Drawing.Size(1035, 525); this.splitContainer1.SplitterDistance = 70; this.splitContainer1.SplitterWidth = 5; this.splitContainer1.TabIndex = 76; // // imageComboTestGrade // this.imageComboTestGrade.Location = new System.Drawing.Point(351, 31); this.imageComboTestGrade.Name = "imageComboTestGrade"; this.imageComboTestGrade.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.imageComboTestGrade.Size = new System.Drawing.Size(121, 20); this.imageComboTestGrade.TabIndex = 77; // // imageComboTestStandard // this.imageComboTestStandard.Location = new System.Drawing.Point(100, 31); this.imageComboTestStandard.Name = "imageComboTestStandard"; this.imageComboTestStandard.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.imageComboTestStandard.Size = new System.Drawing.Size(163, 20); this.imageComboTestStandard.TabIndex = 76; this.imageComboTestStandard.SelectedIndexChanged += new System.EventHandler(this.imageComboTestStandard_SelectedIndexChanged); // // btnJudge // this.btnJudge.Location = new System.Drawing.Point(508, 27); this.btnJudge.Margin = new System.Windows.Forms.Padding(4); this.btnJudge.Name = "btnJudge"; this.btnJudge.Size = new System.Drawing.Size(126, 27); this.btnJudge.TabIndex = 71; this.btnJudge.Text = "重新判断"; this.btnJudge.Click += new System.EventHandler(this.btnJudge_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(35, 31); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 14); this.label1.TabIndex = 65; this.label1.Text = "测试标准:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(285, 34); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(67, 14); this.label5.TabIndex = 65; this.label5.Text = "测试等级:"; // // gridControl1 // this.gridControl1.Cursor = System.Windows.Forms.Cursors.Default; this.gridControl1.DataSource = this.bindingSource1; this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4); this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridViewMain; this.gridControl1.Margin = new System.Windows.Forms.Padding(4); this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(1035, 450); this.gridControl1.TabIndex = 72; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewMain}); // // bindingSource1 // this.bindingSource1.DataSource = typeof(TProduct.Model.TestJudgeItemResultViewModel); // // gridViewMain // this.gridViewMain.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridViewMain.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridViewMain.Appearance.Row.Options.UseTextOptions = true; this.gridViewMain.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridViewMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colName, this.colRequestPercent, this.colThresholdValue, this.colJudgeValue, this.colJudgResult, this.colNotice, this.colTargetTypeName, this.colTargetJudgResultName2, this.colRatedValue, this.colRequestValue}); this.gridViewMain.DetailHeight = 408; this.gridViewMain.GridControl = this.gridControl1; this.gridViewMain.Name = "gridViewMain"; this.gridViewMain.OptionsView.AllowCellMerge = true; // // colName // this.colName.Caption = "类型"; this.colName.FieldName = "Name"; this.colName.MinWidth = 23; this.colName.Name = "colName"; this.colName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.colName.Visible = true; this.colName.VisibleIndex = 1; this.colName.Width = 88; // // colRequestPercent // this.colRequestPercent.Caption = "要求( 百分率)"; this.colRequestPercent.FieldName = "RequestPercent"; this.colRequestPercent.MinWidth = 23; this.colRequestPercent.Name = "colRequestPercent"; this.colRequestPercent.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.colRequestPercent.Visible = true; this.colRequestPercent.VisibleIndex = 4; this.colRequestPercent.Width = 119; // // colThresholdValue // this.colThresholdValue.Caption = "判定依据"; this.colThresholdValue.FieldName = "ThresholdValue"; this.colThresholdValue.MinWidth = 23; this.colThresholdValue.Name = "colThresholdValue"; this.colThresholdValue.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.colThresholdValue.OptionsColumn.AllowMove = false; this.colThresholdValue.Width = 90; // // colJudgeValue // this.colJudgeValue.Caption = "判定值"; this.colJudgeValue.FieldName = "JudgeValue"; this.colJudgeValue.MinWidth = 23; this.colJudgeValue.Name = "colJudgeValue"; this.colJudgeValue.Visible = true; this.colJudgeValue.VisibleIndex = 5; this.colJudgeValue.Width = 82; // // colJudgResult // this.colJudgResult.Caption = "此项结果"; this.colJudgResult.FieldName = "ItemJudgResultName"; this.colJudgResult.MinWidth = 23; this.colJudgResult.Name = "colJudgResult"; this.colJudgResult.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.colJudgResult.Visible = true; this.colJudgResult.VisibleIndex = 6; this.colJudgResult.Width = 89; // // colNotice // this.colNotice.Caption = "备注"; this.colNotice.FieldName = "Notice"; this.colNotice.MinWidth = 23; this.colNotice.Name = "colNotice"; this.colNotice.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.colNotice.Visible = true; this.colNotice.VisibleIndex = 8; this.colNotice.Width = 232; // // colTargetTypeName // this.colTargetTypeName.Caption = "判定项"; this.colTargetTypeName.FieldName = "TargetTypeName"; this.colTargetTypeName.Name = "colTargetTypeName"; this.colTargetTypeName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True; this.colTargetTypeName.Visible = true; this.colTargetTypeName.VisibleIndex = 0; this.colTargetTypeName.Width = 78; // // colTargetJudgResultName2 // this.colTargetJudgResultName2.Caption = "判定结果"; this.colTargetJudgResultName2.FieldName = "TargetJudgResultName"; this.colTargetJudgResultName2.Name = "colTargetJudgResultName2"; this.colTargetJudgResultName2.Visible = true; this.colTargetJudgResultName2.VisibleIndex = 7; this.colTargetJudgResultName2.Width = 74; // // colRatedValue // this.colRatedValue.Caption = "额定参数"; this.colRatedValue.FieldName = "RatedValue"; this.colRatedValue.Name = "colRatedValue"; this.colRatedValue.Visible = true; this.colRatedValue.VisibleIndex = 2; this.colRatedValue.Width = 84; // // colRequestValue // this.colRequestValue.Caption = "要求(数值)"; this.colRequestValue.FieldName = "RequestValue"; this.colRequestValue.Name = "colRequestValue"; this.colRequestValue.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.colRequestValue.Visible = true; this.colRequestValue.VisibleIndex = 3; this.colRequestValue.Width = 164; // // ResultJudgeForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1035, 525); this.Controls.Add(this.splitContainer1); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "ResultJudgeForm"; this.Text = "判定"; this.Load += new System.EventHandler(this.ResultJudgeForm_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.imageComboTestGrade.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.imageComboTestStandard.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private DevExpress.XtraEditors.SimpleButton btnJudge; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label5; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridViewMain; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colRequestPercent; private DevExpress.XtraGrid.Columns.GridColumn colThresholdValue; private DevExpress.XtraGrid.Columns.GridColumn colJudgeValue; private DevExpress.XtraGrid.Columns.GridColumn colJudgResult; private DevExpress.XtraGrid.Columns.GridColumn colNotice; private System.Windows.Forms.BindingSource bindingSource1; private DevExpress.XtraGrid.Columns.GridColumn colTargetTypeName; private DevExpress.XtraGrid.Columns.GridColumn colTargetJudgResultName2; private DevExpress.XtraGrid.Columns.GridColumn colRatedValue; private DevExpress.XtraGrid.Columns.GridColumn colRequestValue; private DevExpress.XtraEditors.ImageComboBoxEdit imageComboTestGrade; private DevExpress.XtraEditors.ImageComboBoxEdit imageComboTestStandard; } }