StableVersion4.3/HL_FristAidPlatform_PreHosp.../Form_DeviceManagement.Desig...

569 lines
31 KiB
C#

namespace HL_FristAidPlatform_PreHospitalEmergency
{
partial class Form_DeviceManagement
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_DeviceManagement));
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_DeviceName = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_Specifications = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_Number = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_TermOfValidity = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_CompleteState = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_CleanState = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_MaintenanceDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_CheckPeople = new DevExpress.XtraGrid.Columns.GridColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.userControlForPage = new HL_FristAidPlatform_Public.UserControlForPage();
this.panel3 = new System.Windows.Forms.Panel();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.textEdit_CompleteState = new DevExpress.XtraEditors.TextEdit();
this.barManager = new DevExpress.XtraBars.BarManager(this.components);
this.bar2 = new DevExpress.XtraBars.Bar();
this.btn_Select = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Insert = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Update = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Save = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Exit = new DevExpress.XtraBars.BarLargeButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.textEdit_CheckPeople = new DevExpress.XtraEditors.TextEdit();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.textEdit_CleanState = new DevExpress.XtraEditors.TextEdit();
this.textEdit_Number = new DevExpress.XtraEditors.TextEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.textEdit_Specifications = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.textEdit_DeviceName = new DevExpress.XtraEditors.TextEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.bar4 = new DevExpress.XtraBars.Bar();
this.time_TermOfValidity = new HL_FristAidPlatform_Public.TimeControl();
this.time_MaintenanceDate = new HL_FristAidPlatform_Public.TimeControl();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit_CompleteState.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_CheckPeople.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_CleanState.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_Number.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_Specifications.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_DeviceName.Properties)).BeginInit();
this.SuspendLayout();
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Location = new System.Drawing.Point(0, 0);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(962, 384);
this.gridControl1.TabIndex = 0;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
this.gridControl1.Load += new System.EventHandler(this.gridControl1_Load);
//
// gridView1
//
this.gridView1.ColumnPanelRowHeight = 0;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn_GUID,
this.gridColumn_DeviceName,
this.gridColumn_Specifications,
this.gridColumn_Number,
this.gridColumn_TermOfValidity,
this.gridColumn_CompleteState,
this.gridColumn_CleanState,
this.gridColumn_MaintenanceDate,
this.gridColumn_CheckPeople});
this.gridView1.FooterPanelHeight = 0;
this.gridView1.GridControl = this.gridControl1;
this.gridView1.GroupPanelText = " ";
this.gridView1.GroupRowHeight = 0;
this.gridView1.LevelIndent = 0;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.Editable = false;
this.gridView1.PreviewIndent = 0;
this.gridView1.RowHeight = 0;
this.gridView1.ViewCaptionHeight = 0;
//
// gridColumn_GUID
//
this.gridColumn_GUID.Caption = "GUID";
this.gridColumn_GUID.FieldName = "GUID";
this.gridColumn_GUID.Name = "gridColumn_GUID";
//
// gridColumn_DeviceName
//
this.gridColumn_DeviceName.Caption = "设备名称";
this.gridColumn_DeviceName.FieldName = "DeviceName";
this.gridColumn_DeviceName.Name = "gridColumn_DeviceName";
this.gridColumn_DeviceName.Visible = true;
this.gridColumn_DeviceName.VisibleIndex = 0;
//
// gridColumn_Specifications
//
this.gridColumn_Specifications.Caption = "规格";
this.gridColumn_Specifications.FieldName = "Specifications";
this.gridColumn_Specifications.Name = "gridColumn_Specifications";
this.gridColumn_Specifications.Visible = true;
this.gridColumn_Specifications.VisibleIndex = 1;
//
// gridColumn_Number
//
this.gridColumn_Number.Caption = "数量";
this.gridColumn_Number.FieldName = "Number";
this.gridColumn_Number.Name = "gridColumn_Number";
this.gridColumn_Number.Visible = true;
this.gridColumn_Number.VisibleIndex = 2;
//
// gridColumn_TermOfValidity
//
this.gridColumn_TermOfValidity.Caption = "有效期";
this.gridColumn_TermOfValidity.FieldName = "TermOfValidity";
this.gridColumn_TermOfValidity.Name = "gridColumn_TermOfValidity";
this.gridColumn_TermOfValidity.Visible = true;
this.gridColumn_TermOfValidity.VisibleIndex = 5;
//
// gridColumn_CompleteState
//
this.gridColumn_CompleteState.Caption = "完备状态";
this.gridColumn_CompleteState.FieldName = "CompleteState";
this.gridColumn_CompleteState.Name = "gridColumn_CompleteState";
this.gridColumn_CompleteState.Visible = true;
this.gridColumn_CompleteState.VisibleIndex = 3;
//
// gridColumn_CleanState
//
this.gridColumn_CleanState.Caption = "清洁状态";
this.gridColumn_CleanState.FieldName = "CleanState";
this.gridColumn_CleanState.Name = "gridColumn_CleanState";
this.gridColumn_CleanState.Visible = true;
this.gridColumn_CleanState.VisibleIndex = 4;
//
// gridColumn_MaintenanceDate
//
this.gridColumn_MaintenanceDate.Caption = "维护日期";
this.gridColumn_MaintenanceDate.FieldName = "MaintenanceDate";
this.gridColumn_MaintenanceDate.Name = "gridColumn_MaintenanceDate";
this.gridColumn_MaintenanceDate.Visible = true;
this.gridColumn_MaintenanceDate.VisibleIndex = 6;
//
// gridColumn_CheckPeople
//
this.gridColumn_CheckPeople.Caption = "核对人";
this.gridColumn_CheckPeople.FieldName = "CheckPeople";
this.gridColumn_CheckPeople.Name = "gridColumn_CheckPeople";
this.gridColumn_CheckPeople.Visible = true;
this.gridColumn_CheckPeople.VisibleIndex = 7;
//
// panel1
//
this.panel1.Controls.Add(this.userControlForPage);
this.panel1.Controls.Add(this.gridControl1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 146);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(962, 384);
this.panel1.TabIndex = 1;
//
// userControlForPage
//
this.userControlForPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.userControlForPage.Location = new System.Drawing.Point(0, 346);
this.userControlForPage.Margin = new System.Windows.Forms.Padding(6);
this.userControlForPage.Name = "userControlForPage";
this.userControlForPage.Size = new System.Drawing.Size(962, 38);
this.userControlForPage.TabIndex = 19;
this.userControlForPage.myPagerEvents += new HL_FristAidPlatform_Public.UserControlForPage.MyPagerEvents(this.userControlForPage_myPagerEvents);
//
// panel3
//
this.panel3.Controls.Add(this.time_MaintenanceDate);
this.panel3.Controls.Add(this.time_TermOfValidity);
this.panel3.Controls.Add(this.labelControl4);
this.panel3.Controls.Add(this.textEdit_CompleteState);
this.panel3.Controls.Add(this.textEdit_CheckPeople);
this.panel3.Controls.Add(this.labelControl8);
this.panel3.Controls.Add(this.labelControl7);
this.panel3.Controls.Add(this.labelControl6);
this.panel3.Controls.Add(this.labelControl5);
this.panel3.Controls.Add(this.textEdit_CleanState);
this.panel3.Controls.Add(this.textEdit_Number);
this.panel3.Controls.Add(this.labelControl3);
this.panel3.Controls.Add(this.textEdit_Specifications);
this.panel3.Controls.Add(this.labelControl2);
this.panel3.Controls.Add(this.textEdit_DeviceName);
this.panel3.Controls.Add(this.labelControl1);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(0, 57);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(962, 89);
this.panel3.TabIndex = 3;
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(644, 18);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(48, 14);
this.labelControl4.TabIndex = 17;
this.labelControl4.Text = "完备状态";
//
// textEdit_CompleteState
//
this.textEdit_CompleteState.Location = new System.Drawing.Point(698, 15);
this.textEdit_CompleteState.MenuManager = this.barManager;
this.textEdit_CompleteState.Name = "textEdit_CompleteState";
this.textEdit_CompleteState.Size = new System.Drawing.Size(100, 20);
this.textEdit_CompleteState.TabIndex = 16;
//
// barManager
//
this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar2});
this.barManager.DockControls.Add(this.barDockControlTop);
this.barManager.DockControls.Add(this.barDockControlBottom);
this.barManager.DockControls.Add(this.barDockControlLeft);
this.barManager.DockControls.Add(this.barDockControlRight);
this.barManager.Form = this;
this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.btn_Select,
this.btn_Insert,
this.btn_Update,
this.btn_Save,
this.btn_Exit});
this.barManager.MainMenu = this.bar2;
this.barManager.MaxItemId = 6;
//
// bar2
//
this.bar2.BarName = "Main menu";
this.bar2.DockCol = 0;
this.bar2.DockRow = 0;
this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Select, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Insert, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Update, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Save, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Exit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
this.bar2.OptionsBar.DrawBorder = false;
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
this.bar2.Text = "Main menu";
//
// btn_Select
//
this.btn_Select.Caption = "查询";
this.btn_Select.Id = 0;
this.btn_Select.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Select.ImageOptions.Image")));
this.btn_Select.Name = "btn_Select";
this.btn_Select.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Select_ItemClick);
//
// btn_Insert
//
this.btn_Insert.Caption = "新增";
this.btn_Insert.Id = 1;
this.btn_Insert.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Insert.ImageOptions.Image")));
this.btn_Insert.Name = "btn_Insert";
this.btn_Insert.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Insert_ItemClick);
//
// btn_Update
//
this.btn_Update.Caption = "修改";
this.btn_Update.Id = 2;
this.btn_Update.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Update.ImageOptions.Image")));
this.btn_Update.Name = "btn_Update";
this.btn_Update.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Update_ItemClick);
//
// btn_Save
//
this.btn_Save.Caption = "保存";
this.btn_Save.Id = 4;
this.btn_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Save.ImageOptions.Image")));
this.btn_Save.Name = "btn_Save";
this.btn_Save.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Save_ItemClick);
//
// btn_Exit
//
this.btn_Exit.Caption = "退出";
this.btn_Exit.Id = 5;
this.btn_Exit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Exit.ImageOptions.Image")));
this.btn_Exit.Name = "btn_Exit";
this.btn_Exit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Exit_ItemClick);
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Manager = this.barManager;
this.barDockControlTop.Size = new System.Drawing.Size(962, 57);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 530);
this.barDockControlBottom.Manager = this.barManager;
this.barDockControlBottom.Size = new System.Drawing.Size(962, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 57);
this.barDockControlLeft.Manager = this.barManager;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 473);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(962, 57);
this.barDockControlRight.Manager = this.barManager;
this.barDockControlRight.Size = new System.Drawing.Size(0, 473);
//
// textEdit_CheckPeople
//
this.textEdit_CheckPeople.Location = new System.Drawing.Point(698, 55);
this.textEdit_CheckPeople.MenuManager = this.barManager;
this.textEdit_CheckPeople.Name = "textEdit_CheckPeople";
this.textEdit_CheckPeople.Size = new System.Drawing.Size(100, 20);
this.textEdit_CheckPeople.TabIndex = 15;
//
// labelControl8
//
this.labelControl8.Location = new System.Drawing.Point(656, 58);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(36, 14);
this.labelControl8.TabIndex = 14;
this.labelControl8.Text = "核对人";
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(24, 58);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(48, 14);
this.labelControl7.TabIndex = 12;
this.labelControl7.Text = "清洁状态";
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(435, 58);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(48, 14);
this.labelControl6.TabIndex = 10;
this.labelControl6.Text = "维护日期";
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(226, 58);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(36, 14);
this.labelControl5.TabIndex = 8;
this.labelControl5.Text = "有效期";
//
// textEdit_CleanState
//
this.textEdit_CleanState.Location = new System.Drawing.Point(78, 55);
this.textEdit_CleanState.MenuManager = this.barManager;
this.textEdit_CleanState.Name = "textEdit_CleanState";
this.textEdit_CleanState.Size = new System.Drawing.Size(100, 20);
this.textEdit_CleanState.TabIndex = 7;
//
// textEdit_Number
//
this.textEdit_Number.Location = new System.Drawing.Point(489, 15);
this.textEdit_Number.MenuManager = this.barManager;
this.textEdit_Number.Name = "textEdit_Number";
this.textEdit_Number.Size = new System.Drawing.Size(120, 20);
this.textEdit_Number.TabIndex = 5;
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(459, 18);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(24, 14);
this.labelControl3.TabIndex = 4;
this.labelControl3.Text = "数量";
//
// textEdit_Specifications
//
this.textEdit_Specifications.Location = new System.Drawing.Point(268, 15);
this.textEdit_Specifications.MenuManager = this.barManager;
this.textEdit_Specifications.Name = "textEdit_Specifications";
this.textEdit_Specifications.Size = new System.Drawing.Size(120, 20);
this.textEdit_Specifications.TabIndex = 3;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(214, 18);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(48, 14);
this.labelControl2.TabIndex = 2;
this.labelControl2.Text = "设备规格";
//
// textEdit_DeviceName
//
this.textEdit_DeviceName.Location = new System.Drawing.Point(78, 15);
this.textEdit_DeviceName.MenuManager = this.barManager;
this.textEdit_DeviceName.Name = "textEdit_DeviceName";
this.textEdit_DeviceName.Size = new System.Drawing.Size(100, 20);
this.textEdit_DeviceName.TabIndex = 1;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(24, 18);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(48, 14);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "设备名称";
//
// bar4
//
this.bar4.BarName = "Main menu";
this.bar4.DockCol = 0;
this.bar4.DockRow = 0;
this.bar4.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar4.OptionsBar.DrawBorder = false;
this.bar4.OptionsBar.MultiLine = true;
this.bar4.OptionsBar.UseWholeRow = true;
this.bar4.Text = "Main menu";
//
// time_TermOfValidity
//
this.time_TermOfValidity.BackColor = System.Drawing.Color.Transparent;
this.time_TermOfValidity.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.time_TermOfValidity.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.time_TermOfValidity.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.time_TermOfValidity.Location = new System.Drawing.Point(268, 56);
this.time_TermOfValidity.Name = "time_TermOfValidity";
this.time_TermOfValidity.Size = new System.Drawing.Size(120, 27);
this.time_TermOfValidity.TabIndex = 18;
this.time_TermOfValidity.TimeValue = "";
//
// time_MaintenanceDate
//
this.time_MaintenanceDate.BackColor = System.Drawing.Color.Transparent;
this.time_MaintenanceDate.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.time_MaintenanceDate.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.time_MaintenanceDate.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.time_MaintenanceDate.Location = new System.Drawing.Point(489, 56);
this.time_MaintenanceDate.Name = "time_MaintenanceDate";
this.time_MaintenanceDate.Size = new System.Drawing.Size(120, 27);
this.time_MaintenanceDate.TabIndex = 19;
this.time_MaintenanceDate.TimeValue = "";
//
// Form_DeviceManagement
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(962, 530);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel3);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "Form_DeviceManagement";
this.Text = "设备管理";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_DeviceManagement_FormClosed);
this.Load += new System.EventHandler(this.Form_DeviceManagement_Load);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit_CompleteState.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_CheckPeople.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_CleanState.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_Number.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_Specifications.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_DeviceName.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_DeviceName;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Specifications;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Number;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_TermOfValidity;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_CompleteState;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_MaintenanceDate;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_CheckPeople;
private System.Windows.Forms.Panel panel3;
private DevExpress.XtraBars.Bar bar4;
private DevExpress.XtraBars.BarManager barManager;
private DevExpress.XtraBars.Bar bar2;
private DevExpress.XtraBars.BarLargeButtonItem btn_Select;
private DevExpress.XtraBars.BarLargeButtonItem btn_Insert;
private DevExpress.XtraBars.BarLargeButtonItem btn_Update;
private DevExpress.XtraBars.BarLargeButtonItem btn_Save;
private DevExpress.XtraBars.BarLargeButtonItem btn_Exit;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraEditors.TextEdit textEdit_Specifications;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.TextEdit textEdit_DeviceName;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.TextEdit textEdit_Number;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.TextEdit textEdit_CleanState;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.TextEdit textEdit_CheckPeople;
private DevExpress.XtraEditors.LabelControl labelControl8;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_CleanState;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.TextEdit textEdit_CompleteState;
private HL_FristAidPlatform_Public.UserControlForPage userControlForPage;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_GUID;
private HL_FristAidPlatform_Public.TimeControl time_MaintenanceDate;
private HL_FristAidPlatform_Public.TimeControl time_TermOfValidity;
}
}