|
|
namespace ICSSoft.Frame.APP { partial class FromICSEQPWeeklyMaintenanceAdd
{ /// <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(FromICSEQPWeeklyMaintenanceAdd)); this.btnOK = new DevExpress.XtraEditors.SimpleButton(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.txtEQPCODE = new DevExpress.XtraEditors.GridLookUpEdit(); this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); this.txtEQPNAME = new DevExpress.XtraEditors.TextEdit(); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colDateDiffID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDateDiff = new DevExpress.XtraGrid.Columns.GridColumn(); this.colAVA = new DevExpress.XtraGrid.Columns.GridColumn(); this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.btnCancle = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.txtEQPID = new DevExpress.XtraEditors.TextEdit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtEQPCODE.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEQPNAME.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEQPID.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(199, 203); 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.txtEQPCODE); this.panelControl1.Controls.Add(this.txtEQPNAME); this.panelControl1.Controls.Add(this.grdDetail); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Controls.Add(this.label3); this.panelControl1.Location = new System.Drawing.Point(1, 29); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(366, 168); this.panelControl1.TabIndex = 24; //
// txtEQPCODE
//
this.txtEQPCODE.EditValue = ""; this.txtEQPCODE.Location = new System.Drawing.Point(69, 6); this.txtEQPCODE.Name = "txtEQPCODE"; this.txtEQPCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtEQPCODE.Properties.NullText = ""; this.txtEQPCODE.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains; this.txtEQPCODE.Properties.View = this.gridLookUpEdit1View; this.txtEQPCODE.Size = new System.Drawing.Size(66, 20); this.txtEQPCODE.TabIndex = 238; this.txtEQPCODE.EditValueChanged += new System.EventHandler(this.txtEQPCODE_EditValueChanged); //
// gridLookUpEdit1View
//
this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.gridLookUpEdit1View.Name = "gridLookUpEdit1View"; this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false; //
// txtEQPNAME
//
this.txtEQPNAME.Location = new System.Drawing.Point(201, 6); this.txtEQPNAME.Name = "txtEQPNAME"; this.txtEQPNAME.Properties.ReadOnly = true; this.txtEQPNAME.Size = new System.Drawing.Size(156, 20); this.txtEQPNAME.TabIndex = 85; //
// grdDetail
//
this.grdDetail.Dock = System.Windows.Forms.DockStyle.Bottom; this.grdDetail.Location = new System.Drawing.Point(0, 35); this.grdDetail.MainView = this.grvDetail; this.grdDetail.Name = "grdDetail"; this.grdDetail.Size = new System.Drawing.Size(366, 133); this.grdDetail.TabIndex = 84; 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.colDateDiffID, this.colisSelect, this.gridColumn5, this.colDateDiff, this.colAVA}); this.grvDetail.GridControl = this.grdDetail; this.grvDetail.IndicatorWidth = 40; this.grvDetail.Name = "grvDetail"; this.grvDetail.OptionsBehavior.ReadOnly = true; this.grvDetail.OptionsSelection.MultiSelect = true; this.grvDetail.OptionsView.ColumnAutoWidth = false; this.grvDetail.OptionsView.ShowFooter = true; this.grvDetail.OptionsView.ShowGroupPanel = false; this.grvDetail.Click += new System.EventHandler(this.grvDetail_Click); //
// colDateDiffID
//
this.colDateDiffID.Caption = "DATEDIFFID"; this.colDateDiffID.FieldName = "DATEDIFFID"; this.colDateDiffID.Name = "colDateDiffID"; //
// 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 = 34; //
// gridColumn5
//
this.gridColumn5.Caption = "周期"; this.gridColumn5.FieldName = "WEEKDAYNAME"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.OptionsColumn.ReadOnly = true; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 1; this.gridColumn5.Width = 52; //
// colDateDiff
//
this.colDateDiff.Caption = "时间区间"; this.colDateDiff.FieldName = "时间区间"; this.colDateDiff.Name = "colDateDiff"; this.colDateDiff.Visible = true; this.colDateDiff.VisibleIndex = 2; //
// colAVA
//
this.colAVA.Caption = "启用"; this.colAVA.FieldName = "Available"; this.colAVA.Name = "colAVA"; this.colAVA.OptionsColumn.AllowEdit = false; this.colAVA.Visible = true; this.colAVA.VisibleIndex = 3; //
// 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; //
// label1
//
this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(141, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 14); this.label1.TabIndex = 83; this.label1.Text = "设备名称:"; //
// label3
//
this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(8, 9); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(59, 14); this.label3.TabIndex = 83; this.label3.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(96, 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(275, 203); 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(341, 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); //
// txtEQPID
//
this.txtEQPID.Location = new System.Drawing.Point(31, 205); this.txtEQPID.Name = "txtEQPID"; this.txtEQPID.Size = new System.Drawing.Size(100, 20); this.txtEQPID.TabIndex = 28; this.txtEQPID.Visible = false; this.txtEQPID.EditValueChanged += new System.EventHandler(this.txtEQPID_EditValueChanged); //
// FromICSEQPWeeklyMaintenanceAdd
//
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(368, 237); this.Controls.Add(this.txtEQPID); 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 = "FromICSEQPWeeklyMaintenanceAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormICSEquipmentAdd"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtEQPCODE.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEQPNAME.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEQPID.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 label3; private DevExpress.XtraEditors.TextEdit txtEQPNAME; private DevExpress.XtraGrid.GridControl grdDetail; private DevExpress.XtraGrid.Views.Grid.GridView grvDetail; private DevExpress.XtraGrid.Columns.GridColumn colisSelect; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn colAVA; private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.GridLookUpEdit txtEQPCODE; private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View; private DevExpress.XtraGrid.Columns.GridColumn colDateDiff; private DevExpress.XtraGrid.Columns.GridColumn colDateDiffID; private DevExpress.XtraEditors.TextEdit txtEQPID; } }
|