539 lines
33 KiB
C#
539 lines
33 KiB
C#
|
|
namespace TsSFCDevice.Client.Launch.Plan
|
|
{
|
|
partial class cfMaintenanceRecord
|
|
{
|
|
/// <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 Component 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()
|
|
{
|
|
DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager2 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true, typeof(System.Windows.Forms.UserControl));
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.gcEquipmentID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcEquipmentName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcFormName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcFormVersionCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcFormVersionRev = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcMaintenanceType = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcRealName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcCreateDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcMaintenanceDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcBanci = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.ipsFilterString = new DevExpress.XtraEditors.TextEdit();
|
|
this.ipsStartDate = new DevExpress.XtraEditors.DateEdit();
|
|
this.ipsEndDate = new DevExpress.XtraEditors.DateEdit();
|
|
this.ipsMaintenanceType = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.ipsBanci = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(frmWaiting), true, true, typeof(System.Windows.Forms.UserControl));
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsFilterString.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsStartDate.Properties.CalendarTimeProperties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsStartDate.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsEndDate.Properties.CalendarTimeProperties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsEndDate.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsMaintenanceType.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsBanci.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// splashScreenManager2
|
|
//
|
|
splashScreenManager2.ClosingDelay = 500;
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.Controls.Add(this.gridControl1);
|
|
this.layoutControl1.Controls.Add(this.ipsFilterString);
|
|
this.layoutControl1.Controls.Add(this.ipsStartDate);
|
|
this.layoutControl1.Controls.Add(this.ipsEndDate);
|
|
this.layoutControl1.Controls.Add(this.ipsMaintenanceType);
|
|
this.layoutControl1.Controls.Add(this.ipsBanci);
|
|
this.layoutControl1.Controls.Add(this.btnSearch);
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
this.layoutControl1.Root = this.Root;
|
|
this.layoutControl1.Size = new System.Drawing.Size(1038, 550);
|
|
this.layoutControl1.TabIndex = 0;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// gridControl1
|
|
//
|
|
this.gridControl1.Location = new System.Drawing.Point(12, 117);
|
|
this.gridControl1.MainView = this.gridView1;
|
|
this.gridControl1.MinimumSize = new System.Drawing.Size(1500, 0);
|
|
this.gridControl1.Name = "gridControl1";
|
|
this.gridControl1.Size = new System.Drawing.Size(1500, 404);
|
|
this.gridControl1.TabIndex = 10;
|
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.Appearance.FilterPanel.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gridView1.Appearance.FilterPanel.Options.UseFont = true;
|
|
this.gridView1.Appearance.FocusedCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gridView1.Appearance.FocusedCell.Options.UseFont = true;
|
|
this.gridView1.Appearance.FocusedRow.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gridView1.Appearance.FocusedRow.Options.UseFont = true;
|
|
this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
|
|
this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gridView1.Appearance.Row.Options.UseFont = true;
|
|
this.gridView1.Appearance.SelectedRow.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gridView1.Appearance.SelectedRow.Options.UseFont = true;
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.gcEquipmentID,
|
|
this.gcEquipmentName,
|
|
this.gcFormName,
|
|
this.gcFormVersionCode,
|
|
this.gcFormVersionRev,
|
|
this.gcMaintenanceType,
|
|
this.gcRealName,
|
|
this.gcCreateDate,
|
|
this.gcMaintenanceDate,
|
|
this.gcBanci});
|
|
this.gridView1.DetailHeight = 327;
|
|
this.gridView1.GridControl = this.gridControl1;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
this.gridView1.RowHeight = 31;
|
|
this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView_RowCellClick);
|
|
this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
|
|
//
|
|
// gcEquipmentID
|
|
//
|
|
this.gcEquipmentID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcEquipmentID.AppearanceCell.Options.UseFont = true;
|
|
this.gcEquipmentID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcEquipmentID.AppearanceHeader.Options.UseFont = true;
|
|
this.gcEquipmentID.Caption = "设备编号";
|
|
this.gcEquipmentID.FieldName = "EquipmentID";
|
|
this.gcEquipmentID.Name = "gcEquipmentID";
|
|
this.gcEquipmentID.Visible = true;
|
|
this.gcEquipmentID.VisibleIndex = 0;
|
|
//
|
|
// gcEquipmentName
|
|
//
|
|
this.gcEquipmentName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcEquipmentName.AppearanceCell.Options.UseFont = true;
|
|
this.gcEquipmentName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcEquipmentName.AppearanceHeader.Options.UseFont = true;
|
|
this.gcEquipmentName.Caption = "设备名称";
|
|
this.gcEquipmentName.FieldName = "EquipmentName";
|
|
this.gcEquipmentName.Name = "gcEquipmentName";
|
|
this.gcEquipmentName.Visible = true;
|
|
this.gcEquipmentName.VisibleIndex = 1;
|
|
//
|
|
// gcFormName
|
|
//
|
|
this.gcFormName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcFormName.AppearanceCell.Options.UseFont = true;
|
|
this.gcFormName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcFormName.AppearanceHeader.Options.UseFont = true;
|
|
this.gcFormName.Caption = "点检表名称";
|
|
this.gcFormName.FieldName = "FormName";
|
|
this.gcFormName.Name = "gcFormName";
|
|
this.gcFormName.Visible = true;
|
|
this.gcFormName.VisibleIndex = 2;
|
|
//
|
|
// gcFormVersionCode
|
|
//
|
|
this.gcFormVersionCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcFormVersionCode.AppearanceCell.Options.UseFont = true;
|
|
this.gcFormVersionCode.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcFormVersionCode.AppearanceHeader.Options.UseFont = true;
|
|
this.gcFormVersionCode.Caption = "点检表编码";
|
|
this.gcFormVersionCode.FieldName = "FormVersionCode";
|
|
this.gcFormVersionCode.Name = "gcFormVersionCode";
|
|
this.gcFormVersionCode.Visible = true;
|
|
this.gcFormVersionCode.VisibleIndex = 3;
|
|
//
|
|
// gcFormVersionRev
|
|
//
|
|
this.gcFormVersionRev.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcFormVersionRev.AppearanceCell.Options.UseFont = true;
|
|
this.gcFormVersionRev.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcFormVersionRev.AppearanceHeader.Options.UseFont = true;
|
|
this.gcFormVersionRev.Caption = "点检表版本";
|
|
this.gcFormVersionRev.FieldName = "FormVersionRev";
|
|
this.gcFormVersionRev.Name = "gcFormVersionRev";
|
|
this.gcFormVersionRev.Visible = true;
|
|
this.gcFormVersionRev.VisibleIndex = 4;
|
|
//
|
|
// gcMaintenanceType
|
|
//
|
|
this.gcMaintenanceType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcMaintenanceType.AppearanceCell.Options.UseFont = true;
|
|
this.gcMaintenanceType.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcMaintenanceType.AppearanceHeader.Options.UseFont = true;
|
|
this.gcMaintenanceType.Caption = "保养类型";
|
|
this.gcMaintenanceType.FieldName = "MaintenanceType";
|
|
this.gcMaintenanceType.Name = "gcMaintenanceType";
|
|
this.gcMaintenanceType.Visible = true;
|
|
this.gcMaintenanceType.VisibleIndex = 5;
|
|
//
|
|
// gcRealName
|
|
//
|
|
this.gcRealName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcRealName.AppearanceCell.Options.UseFont = true;
|
|
this.gcRealName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcRealName.AppearanceHeader.Options.UseFont = true;
|
|
this.gcRealName.Caption = "保养人";
|
|
this.gcRealName.FieldName = "RealName";
|
|
this.gcRealName.Name = "gcRealName";
|
|
this.gcRealName.Visible = true;
|
|
this.gcRealName.VisibleIndex = 6;
|
|
//
|
|
// gcCreateDate
|
|
//
|
|
this.gcCreateDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcCreateDate.AppearanceCell.Options.UseFont = true;
|
|
this.gcCreateDate.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcCreateDate.AppearanceHeader.Options.UseFont = true;
|
|
this.gcCreateDate.Caption = "保养时间";
|
|
this.gcCreateDate.FieldName = "CreateDate";
|
|
this.gcCreateDate.Name = "gcCreateDate";
|
|
this.gcCreateDate.Visible = true;
|
|
this.gcCreateDate.VisibleIndex = 7;
|
|
//
|
|
// gcMaintenanceDate
|
|
//
|
|
this.gcMaintenanceDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcMaintenanceDate.AppearanceCell.Options.UseFont = true;
|
|
this.gcMaintenanceDate.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcMaintenanceDate.AppearanceHeader.Options.UseFont = true;
|
|
this.gcMaintenanceDate.Caption = "预计保养日期";
|
|
this.gcMaintenanceDate.FieldName = "MaintenanceDate";
|
|
this.gcMaintenanceDate.Name = "gcMaintenanceDate";
|
|
this.gcMaintenanceDate.Visible = true;
|
|
this.gcMaintenanceDate.VisibleIndex = 8;
|
|
//
|
|
// gcBanci
|
|
//
|
|
this.gcBanci.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcBanci.AppearanceCell.Options.UseFont = true;
|
|
this.gcBanci.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gcBanci.AppearanceHeader.Options.UseFont = true;
|
|
this.gcBanci.Caption = "保养班次";
|
|
this.gcBanci.FieldName = "Banci";
|
|
this.gcBanci.Name = "gcBanci";
|
|
this.gcBanci.Visible = true;
|
|
this.gcBanci.VisibleIndex = 9;
|
|
//
|
|
// ipsFilterString
|
|
//
|
|
this.ipsFilterString.Location = new System.Drawing.Point(154, 45);
|
|
this.ipsFilterString.Name = "ipsFilterString";
|
|
this.ipsFilterString.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.ipsFilterString.Properties.Appearance.Options.UseFont = true;
|
|
this.ipsFilterString.Size = new System.Drawing.Size(411, 26);
|
|
this.ipsFilterString.StyleController = this.layoutControl1;
|
|
this.ipsFilterString.TabIndex = 4;
|
|
//
|
|
// ipsStartDate
|
|
//
|
|
this.ipsStartDate.EditValue = null;
|
|
this.ipsStartDate.Location = new System.Drawing.Point(699, 45);
|
|
this.ipsStartDate.Name = "ipsStartDate";
|
|
this.ipsStartDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.ipsStartDate.Properties.Appearance.Options.UseFont = true;
|
|
this.ipsStartDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.ipsStartDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.ipsStartDate.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.TouchUI;
|
|
this.ipsStartDate.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.False;
|
|
this.ipsStartDate.Size = new System.Drawing.Size(296, 26);
|
|
this.ipsStartDate.StyleController = this.layoutControl1;
|
|
this.ipsStartDate.TabIndex = 5;
|
|
//
|
|
// ipsEndDate
|
|
//
|
|
this.ipsEndDate.EditValue = null;
|
|
this.ipsEndDate.Location = new System.Drawing.Point(1020, 45);
|
|
this.ipsEndDate.Name = "ipsEndDate";
|
|
this.ipsEndDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.ipsEndDate.Properties.Appearance.Options.UseFont = true;
|
|
this.ipsEndDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.ipsEndDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.ipsEndDate.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.TouchUI;
|
|
this.ipsEndDate.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.False;
|
|
this.ipsEndDate.Size = new System.Drawing.Size(295, 26);
|
|
this.ipsEndDate.StyleController = this.layoutControl1;
|
|
this.ipsEndDate.TabIndex = 6;
|
|
//
|
|
// ipsMaintenanceType
|
|
//
|
|
this.ipsMaintenanceType.Location = new System.Drawing.Point(154, 75);
|
|
this.ipsMaintenanceType.Name = "ipsMaintenanceType";
|
|
this.ipsMaintenanceType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.ipsMaintenanceType.Properties.Appearance.Options.UseFont = true;
|
|
this.ipsMaintenanceType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.ipsMaintenanceType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.ipsMaintenanceType.Size = new System.Drawing.Size(411, 26);
|
|
this.ipsMaintenanceType.StyleController = this.layoutControl1;
|
|
this.ipsMaintenanceType.TabIndex = 7;
|
|
//
|
|
// ipsBanci
|
|
//
|
|
this.ipsBanci.Location = new System.Drawing.Point(699, 75);
|
|
this.ipsBanci.Name = "ipsBanci";
|
|
this.ipsBanci.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.ipsBanci.Properties.Appearance.Options.UseFont = true;
|
|
this.ipsBanci.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.ipsBanci.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.ipsBanci.Size = new System.Drawing.Size(616, 26);
|
|
this.ipsBanci.StyleController = this.layoutControl1;
|
|
this.ipsBanci.TabIndex = 8;
|
|
//
|
|
// btnSearch
|
|
//
|
|
this.btnSearch.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btnSearch.Appearance.Options.UseFont = true;
|
|
this.btnSearch.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btnSearch.AppearanceDisabled.Options.UseFont = true;
|
|
this.btnSearch.AppearanceHovered.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btnSearch.AppearanceHovered.Options.UseFont = true;
|
|
this.btnSearch.AppearancePressed.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btnSearch.AppearancePressed.Options.UseFont = true;
|
|
this.btnSearch.Location = new System.Drawing.Point(1319, 45);
|
|
this.btnSearch.MinimumSize = new System.Drawing.Size(0, 33);
|
|
this.btnSearch.Name = "btnSearch";
|
|
this.btnSearch.Size = new System.Drawing.Size(181, 33);
|
|
this.btnSearch.StyleController = this.layoutControl1;
|
|
this.btnSearch.TabIndex = 9;
|
|
this.btnSearch.Text = "搜索";
|
|
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|
//
|
|
// Root
|
|
//
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.Root.GroupBordersVisible = false;
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlGroup1,
|
|
this.layoutControlItem7});
|
|
this.Root.Name = "Root";
|
|
this.Root.Size = new System.Drawing.Size(1524, 533);
|
|
this.Root.TextVisible = false;
|
|
//
|
|
// layoutControlGroup1
|
|
//
|
|
this.layoutControlGroup1.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlGroup1.AppearanceGroup.Options.UseFont = true;
|
|
this.layoutControlGroup1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlGroup1.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem1,
|
|
this.layoutControlItem4,
|
|
this.layoutControlItem2,
|
|
this.layoutControlItem5,
|
|
this.layoutControlItem6,
|
|
this.layoutControlItem3});
|
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(1504, 105);
|
|
this.layoutControlGroup1.Text = "搜索";
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem1.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem1.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControlItem1.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem1.Control = this.ipsFilterString;
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(545, 30);
|
|
this.layoutControlItem1.Text = "设备编号/名称:";
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(118, 19);
|
|
//
|
|
// layoutControlItem4
|
|
//
|
|
this.layoutControlItem4.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem4.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem4.Control = this.ipsMaintenanceType;
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 30);
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(545, 30);
|
|
this.layoutControlItem4.Text = "保养类型:";
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(118, 19);
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem2.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem2.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem2.Control = this.ipsStartDate;
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(545, 0);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(430, 30);
|
|
this.layoutControlItem2.Text = "开始时间:";
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(118, 19);
|
|
//
|
|
// layoutControlItem5
|
|
//
|
|
this.layoutControlItem5.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem5.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem5.Control = this.ipsBanci;
|
|
this.layoutControlItem5.Location = new System.Drawing.Point(545, 30);
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
this.layoutControlItem5.Size = new System.Drawing.Size(750, 30);
|
|
this.layoutControlItem5.Text = "保养班次:";
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(118, 19);
|
|
//
|
|
// layoutControlItem6
|
|
//
|
|
this.layoutControlItem6.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControlItem6.ContentVertAlignment = DevExpress.Utils.VertAlignment.Top;
|
|
this.layoutControlItem6.Control = this.btnSearch;
|
|
this.layoutControlItem6.Location = new System.Drawing.Point(1295, 0);
|
|
this.layoutControlItem6.MinSize = new System.Drawing.Size(35, 24);
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
this.layoutControlItem6.Size = new System.Drawing.Size(185, 60);
|
|
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem6.TextVisible = false;
|
|
//
|
|
// layoutControlItem3
|
|
//
|
|
this.layoutControlItem3.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem3.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem3.Control = this.ipsEndDate;
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(975, 0);
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(320, 30);
|
|
this.layoutControlItem3.Text = " - ";
|
|
this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(16, 19);
|
|
this.layoutControlItem3.TextToControlDistance = 5;
|
|
//
|
|
// layoutControlItem7
|
|
//
|
|
this.layoutControlItem7.Control = this.gridControl1;
|
|
this.layoutControlItem7.Location = new System.Drawing.Point(0, 105);
|
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
|
this.layoutControlItem7.Size = new System.Drawing.Size(1504, 408);
|
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem7.TextVisible = false;
|
|
//
|
|
// splashScreenManager1
|
|
//
|
|
this.splashScreenManager1.ClosingDelay = 500;
|
|
//
|
|
// cfMaintenanceRecord
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.Name = "cfMaintenanceRecord";
|
|
this.Size = new System.Drawing.Size(1038, 550);
|
|
this.Load += new System.EventHandler(this.cfMaintenanceRecord_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
this.layoutControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsFilterString.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsStartDate.Properties.CalendarTimeProperties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsStartDate.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsEndDate.Properties.CalendarTimeProperties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsEndDate.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsMaintenanceType.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsBanci.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraEditors.TextEdit ipsFilterString;
|
|
private DevExpress.XtraEditors.DateEdit ipsStartDate;
|
|
private DevExpress.XtraEditors.DateEdit ipsEndDate;
|
|
private DevExpress.XtraEditors.ComboBoxEdit ipsMaintenanceType;
|
|
private DevExpress.XtraEditors.ComboBoxEdit ipsBanci;
|
|
private DevExpress.XtraEditors.SimpleButton btnSearch;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcEquipmentID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcEquipmentName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcFormName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcFormVersionCode;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcFormVersionRev;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcMaintenanceType;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcRealName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcCreateDate;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcMaintenanceDate;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcBanci;
|
|
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
|
|
}
|
|
}
|