|
|
namespace ICSSoft.Frame.APP { partial class FormICSEQPDataAdd
{ /// <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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSEQPDataAdd)); this.btnOK = new DevExpress.XtraEditors.SimpleButton(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn(); this.colEQPID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colEQPCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colEQPName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCKGROUP = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCKGROUPDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCKItemCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCKItemCodeDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSetValueMax = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSetValueMin = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRealValue = new DevExpress.XtraGrid.Columns.GridColumn(); this.colUNIT = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); this.txtCKGROUP = new DevExpress.XtraEditors.ButtonEdit(); this.label3 = new System.Windows.Forms.Label(); this.txtEQPCode = new DevExpress.XtraEditors.ButtonEdit(); this.label1 = new System.Windows.Forms.Label(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.btnCancle = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCKGROUP.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).BeginInit(); this.SuspendLayout(); //
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnOK.Appearance.ForeColor = System.Drawing.Color.White; this.btnOK.Appearance.Options.UseFont = true; this.btnOK.Appearance.Options.UseForeColor = true; this.btnOK.Appearance.Options.UseTextOptions = true; this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image"))); this.btnOK.Location = new System.Drawing.Point(439, 447); this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false; this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(70, 30); this.btnOK.TabIndex = 23; this.btnOK.Text = "保存"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); //
// panelControl1
//
this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.grdDetail); this.panelControl1.Controls.Add(this.txtCKGROUP); this.panelControl1.Controls.Add(this.label3); this.panelControl1.Controls.Add(this.txtEQPCode); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Location = new System.Drawing.Point(1, 29); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(606, 412); this.panelControl1.TabIndex = 24; //
// grdDetail
//
this.grdDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grdDetail.Location = new System.Drawing.Point(0, 68); this.grdDetail.MainView = this.grvDetail; this.grdDetail.Name = "grdDetail"; this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemButtonEdit1, this.repositoryItemButtonEdit2, this.repositoryItemButtonEdit3}); this.grdDetail.Size = new System.Drawing.Size(606, 344); this.grdDetail.TabIndex = 95; this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grvDetail, this.grvAdvDetail}); //
// grvDetail
//
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colisSelect, this.colEQPID, this.colEQPCode, this.colEQPName, this.colCKGROUP, this.colCKGROUPDESC, this.colCKItemCode, this.colCKItemCodeDESC, this.colSetValueMax, this.colSetValueMin, this.colRealValue, this.colUNIT, this.colMUSERName, this.colMTIME}); this.grvDetail.GridControl = this.grdDetail; this.grvDetail.IndicatorWidth = 40; this.grvDetail.Name = "grvDetail"; this.grvDetail.OptionsSelection.MultiSelect = true; this.grvDetail.OptionsView.ColumnAutoWidth = false; this.grvDetail.OptionsView.ShowFooter = true; this.grvDetail.OptionsView.ShowGroupPanel = false; //
// colisSelect
//
this.colisSelect.Caption = "选择"; this.colisSelect.FieldName = "isSelect"; this.colisSelect.Name = "colisSelect"; this.colisSelect.OptionsColumn.AllowEdit = false; this.colisSelect.Visible = true; this.colisSelect.VisibleIndex = 0; this.colisSelect.Width = 48; //
// colEQPID
//
this.colEQPID.Caption = "设备ID"; this.colEQPID.FieldName = "EQPID"; this.colEQPID.Name = "colEQPID"; //
// colEQPCode
//
this.colEQPCode.Caption = "设备编号"; this.colEQPCode.FieldName = "EQPCode"; this.colEQPCode.Name = "colEQPCode"; this.colEQPCode.OptionsColumn.AllowEdit = false; this.colEQPCode.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways; //
// colEQPName
//
this.colEQPName.Caption = "设备名称"; this.colEQPName.FieldName = "EQPName"; this.colEQPName.Name = "colEQPName"; this.colEQPName.OptionsColumn.AllowEdit = false; this.colEQPName.Width = 104; //
// colCKGROUP
//
this.colCKGROUP.Caption = "检验项目组"; this.colCKGROUP.FieldName = "CKGROUP"; this.colCKGROUP.Name = "colCKGROUP"; this.colCKGROUP.OptionsColumn.AllowEdit = false; this.colCKGROUP.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways; this.colCKGROUP.Width = 127; //
// colCKGROUPDESC
//
this.colCKGROUPDESC.Caption = "检验项目组描述"; this.colCKGROUPDESC.FieldName = "CKGROUPDESC"; this.colCKGROUPDESC.Name = "colCKGROUPDESC"; this.colCKGROUPDESC.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways; this.colCKGROUPDESC.Width = 104; //
// colCKItemCode
//
this.colCKItemCode.Caption = "检验项目"; this.colCKItemCode.FieldName = "CKItemCode"; this.colCKItemCode.Name = "colCKItemCode"; this.colCKItemCode.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways; this.colCKItemCode.Visible = true; this.colCKItemCode.VisibleIndex = 1; //
// colCKItemCodeDESC
//
this.colCKItemCodeDESC.Caption = "检验项目描述"; this.colCKItemCodeDESC.FieldName = "CKItemCodeDESC"; this.colCKItemCodeDESC.Name = "colCKItemCodeDESC"; this.colCKItemCodeDESC.Visible = true; this.colCKItemCodeDESC.VisibleIndex = 2; //
// colSetValueMax
//
this.colSetValueMax.Caption = "最大设定值"; this.colSetValueMax.FieldName = "SetValueMax"; this.colSetValueMax.Name = "colSetValueMax"; this.colSetValueMax.Visible = true; this.colSetValueMax.VisibleIndex = 3; //
// colSetValueMin
//
this.colSetValueMin.Caption = "最小设定值"; this.colSetValueMin.FieldName = "SetValueMin"; this.colSetValueMin.Name = "colSetValueMin"; this.colSetValueMin.Visible = true; this.colSetValueMin.VisibleIndex = 4; //
// colRealValue
//
this.colRealValue.Caption = "实际值"; this.colRealValue.FieldName = "RealValue"; this.colRealValue.Name = "colRealValue"; this.colRealValue.Visible = true; this.colRealValue.VisibleIndex = 5; //
// colUNIT
//
this.colUNIT.Caption = "单位"; this.colUNIT.FieldName = "UNIT"; this.colUNIT.Name = "colUNIT"; this.colUNIT.Visible = true; this.colUNIT.VisibleIndex = 6; this.colUNIT.Width = 51; //
// colMUSERName
//
this.colMUSERName.Caption = "维护人"; this.colMUSERName.FieldName = "MUSERName"; this.colMUSERName.Name = "colMUSERName"; this.colMUSERName.OptionsColumn.AllowEdit = false; this.colMUSERName.Visible = true; this.colMUSERName.VisibleIndex = 7; //
// colMTIME
//
this.colMTIME.Caption = "维护时间"; this.colMTIME.FieldName = "MTIME"; this.colMTIME.Name = "colMTIME"; this.colMTIME.OptionsColumn.AllowEdit = false; this.colMTIME.Visible = true; this.colMTIME.VisibleIndex = 8; //
// repositoryItemButtonEdit1
//
this.repositoryItemButtonEdit1.AutoHeight = false; this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; //
// repositoryItemButtonEdit2
//
this.repositoryItemButtonEdit2.AutoHeight = false; this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2"; //
// repositoryItemButtonEdit3
//
this.repositoryItemButtonEdit3.AutoHeight = false; this.repositoryItemButtonEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.repositoryItemButtonEdit3.Name = "repositoryItemButtonEdit3"; //
// grvAdvDetail
//
this.grvAdvDetail.GridControl = this.grdDetail; this.grvAdvDetail.Name = "grvAdvDetail"; this.grvAdvDetail.OptionsBehavior.ReadOnly = true; this.grvAdvDetail.OptionsSelection.MultiSelect = true; this.grvAdvDetail.OptionsView.ShowFooter = true; this.grvAdvDetail.OptionsView.ShowGroupPanel = false; //
// txtCKGROUP
//
this.txtCKGROUP.EditValue = ""; this.txtCKGROUP.Location = new System.Drawing.Point(408, 27); this.txtCKGROUP.Name = "txtCKGROUP"; this.txtCKGROUP.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtCKGROUP.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txtCKGROUP.Size = new System.Drawing.Size(156, 20); this.txtCKGROUP.TabIndex = 87; this.txtCKGROUP.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtCKGROUP_ButtonClick); //
// label3
//
this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(35, 30); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(59, 14); this.label3.TabIndex = 83; this.label3.Text = "设备编号:"; //
// txtEQPCode
//
this.txtEQPCode.EditValue = ""; this.txtEQPCode.Location = new System.Drawing.Point(123, 27); this.txtEQPCode.Name = "txtEQPCode"; this.txtEQPCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtEQPCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txtEQPCode.Size = new System.Drawing.Size(156, 20); this.txtEQPCode.TabIndex = 69; this.txtEQPCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtEQPCode_ButtonClick); //
// label1
//
this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(319, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(71, 14); this.label1.TabIndex = 38; this.label1.Text = "检验项目组:"; //
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl1.Location = new System.Drawing.Point(1, 3); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(128, 21); this.labelControl1.TabIndex = 25; this.labelControl1.Text = "设备检测信息编辑"; //
// btnCancle
//
this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White; this.btnCancle.Appearance.Options.UseFont = true; this.btnCancle.Appearance.Options.UseForeColor = true; this.btnCancle.Appearance.Options.UseTextOptions = true; this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image"))); this.btnCancle.Location = new System.Drawing.Point(515, 447); this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCancle.Name = "btnCancle"; this.btnCancle.Size = new System.Drawing.Size(70, 30); this.btnCancle.TabIndex = 26; this.btnCancle.Text = "取消"; this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click); //
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.Appearance.ForeColor = System.Drawing.Color.White; this.btnClose.Appearance.Options.UseFont = true; this.btnClose.Appearance.Options.UseForeColor = true; this.btnClose.Appearance.Options.UseTextOptions = true; this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(581, 3); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(26, 21); this.btnClose.TabIndex = 27; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); //
// FormICSEQPDataAdd
//
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(608, 481); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnCancle); this.Controls.Add(this.labelControl1); this.Controls.Add(this.panelControl1); this.Controls.Add(this.btnOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormICSEQPDataAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormICSEquipmentAdd"; //this.Load += new System.EventHandler(this.FormICSEQPDataAdd_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCKGROUP.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnOK; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton btnCancle; private DevExpress.XtraEditors.SimpleButton btnClose; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.ButtonEdit txtEQPCode; private System.Windows.Forms.Label label3; private DevExpress.XtraEditors.ButtonEdit txtCKGROUP; private DevExpress.XtraGrid.GridControl grdDetail; private DevExpress.XtraGrid.Views.Grid.GridView grvDetail; private DevExpress.XtraGrid.Columns.GridColumn colisSelect; private DevExpress.XtraGrid.Columns.GridColumn colEQPID; private DevExpress.XtraGrid.Columns.GridColumn colEQPCode; private DevExpress.XtraGrid.Columns.GridColumn colEQPName; private DevExpress.XtraGrid.Columns.GridColumn colCKGROUP; private DevExpress.XtraGrid.Columns.GridColumn colCKGROUPDESC; private DevExpress.XtraGrid.Columns.GridColumn colCKItemCode; private DevExpress.XtraGrid.Columns.GridColumn colCKItemCodeDESC; private DevExpress.XtraGrid.Columns.GridColumn colSetValueMax; private DevExpress.XtraGrid.Columns.GridColumn colSetValueMin; private DevExpress.XtraGrid.Columns.GridColumn colRealValue; private DevExpress.XtraGrid.Columns.GridColumn colUNIT; private DevExpress.XtraGrid.Columns.GridColumn colMUSERName; private DevExpress.XtraGrid.Columns.GridColumn colMTIME; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit3; private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail; } }
|