StableVersion4.3/HL_FristAidPlatform_PreHosp.../Form_120Main.Designer.cs

810 lines
41 KiB
C#

namespace HL_FristAidPlatform_PreHospitalEmergency
{
partial class Form_120Main
{
/// <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_120Main));
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_CreationDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.userControlForPage = new HL_FristAidPlatform_Public.UserControlForPage();
this.panel_Sel = new DevExpress.XtraEditors.PanelControl();
this.dateEdit_End = new HL_FristAidPlatform_Public.TimeControl();
this.dateEdit_Start = new HL_FristAidPlatform_Public.TimeControl();
this.simpleButton_All = new DevExpress.XtraEditors.SimpleButton();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.comboBox_Sel_Status = new DevExpress.XtraEditors.ComboBoxEdit();
this.simpleButton_ThisMonth = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_ToDay = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_ThisWeek = new DevExpress.XtraEditors.SimpleButton();
this.btn_Print = new DevExpress.XtraEditors.SimpleButton();
this.ckb_IsPrintPreview = new DevExpress.XtraEditors.CheckEdit();
this.txt_Key = new DevExpress.XtraEditors.TextEdit();
this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
this.barManager = new DevExpress.XtraBars.BarManager(this.components);
this.bar1 = 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_Delete = 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.P_Creator = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.bar3 = new DevExpress.XtraBars.Bar();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
this.gridControl_Patient = new DevExpress.XtraGrid.GridControl();
this.gridView_Patient = new DevExpress.XtraGrid.Views.Grid.GridView();
this.P_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_PatientGuid = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_Name = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_GenderName = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_Age = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_MobilePhone = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_IdentityCard = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_Attack_Address = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_PlateNumber = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_Code = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_EquipmentNumber = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_Property = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_Status = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_RegisterTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_DiseaseTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_CallHelpTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_SendAmbulanceTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_AmbulanceDepartureTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_ArrivalTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_LeaveTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_ArrivesHospitalTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.P_HospitalName = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.panel_Sel)).BeginInit();
this.panel_Sel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.comboBox_Sel_Status.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ckb_IsPrintPreview.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
this.groupControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl_Patient)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView_Patient)).BeginInit();
this.SuspendLayout();
//
// gridColumn3
//
this.gridColumn3.Caption = "gridColumn_sex";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 1;
//
// P_CreationDate
//
this.P_CreationDate.Caption = "创建时间";
this.P_CreationDate.FieldName = "CreationDate";
this.P_CreationDate.MinWidth = 23;
this.P_CreationDate.Name = "P_CreationDate";
this.P_CreationDate.Visible = true;
this.P_CreationDate.VisibleIndex = 22;
this.P_CreationDate.Width = 130;
//
// userControlForPage
//
this.userControlForPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.userControlForPage.Location = new System.Drawing.Point(2, 504);
this.userControlForPage.Name = "userControlForPage";
this.userControlForPage.Size = new System.Drawing.Size(965, 38);
this.userControlForPage.TabIndex = 18;
this.userControlForPage.myPagerEvents += new HL_FristAidPlatform_Public.UserControlForPage.MyPagerEvents(this.userControlForPage_myPagerEvents);
this.userControlForPage.exportEvents += new HL_FristAidPlatform_Public.UserControlForPage.ExportEvents(this.userControlForPage_exportEvents);
//
// panel_Sel
//
this.panel_Sel.AutoSize = true;
this.panel_Sel.Controls.Add(this.dateEdit_End);
this.panel_Sel.Controls.Add(this.dateEdit_Start);
this.panel_Sel.Controls.Add(this.simpleButton_All);
this.panel_Sel.Controls.Add(this.labelControl2);
this.panel_Sel.Controls.Add(this.comboBox_Sel_Status);
this.panel_Sel.Controls.Add(this.simpleButton_ThisMonth);
this.panel_Sel.Controls.Add(this.simpleButton_ToDay);
this.panel_Sel.Controls.Add(this.simpleButton_ThisWeek);
this.panel_Sel.Controls.Add(this.btn_Print);
this.panel_Sel.Controls.Add(this.ckb_IsPrintPreview);
this.panel_Sel.Controls.Add(this.txt_Key);
this.panel_Sel.Controls.Add(this.labelControl20);
this.panel_Sel.Controls.Add(this.labelControl14);
this.panel_Sel.Controls.Add(this.labelControl15);
this.panel_Sel.Dock = System.Windows.Forms.DockStyle.Top;
this.panel_Sel.Location = new System.Drawing.Point(2, 23);
this.panel_Sel.Name = "panel_Sel";
this.panel_Sel.Size = new System.Drawing.Size(965, 76);
this.panel_Sel.TabIndex = 17;
//
// dateEdit_End
//
this.dateEdit_End.BackColor = System.Drawing.Color.Transparent;
this.dateEdit_End.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.dateEdit_End.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmmss;
this.dateEdit_End.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmmss;
this.dateEdit_End.Location = new System.Drawing.Point(385, 10);
this.dateEdit_End.Name = "dateEdit_End";
this.dateEdit_End.Size = new System.Drawing.Size(142, 21);
this.dateEdit_End.TabIndex = 31;
this.dateEdit_End.TimeValue = "";
//
// dateEdit_Start
//
this.dateEdit_Start.BackColor = System.Drawing.Color.Transparent;
this.dateEdit_Start.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.dateEdit_Start.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmmss;
this.dateEdit_Start.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmmss;
this.dateEdit_Start.Location = new System.Drawing.Point(219, 10);
this.dateEdit_Start.Name = "dateEdit_Start";
this.dateEdit_Start.Size = new System.Drawing.Size(142, 21);
this.dateEdit_Start.TabIndex = 30;
this.dateEdit_Start.TimeValue = "";
//
// simpleButton_All
//
this.simpleButton_All.Location = new System.Drawing.Point(79, 42);
this.simpleButton_All.Name = "simpleButton_All";
this.simpleButton_All.Size = new System.Drawing.Size(68, 27);
this.simpleButton_All.TabIndex = 29;
this.simpleButton_All.Text = "全部";
this.simpleButton_All.Click += new System.EventHandler(this.simpleButton_All_Click);
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(155, 48);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(60, 14);
this.labelControl2.TabIndex = 27;
this.labelControl2.Text = "任务状态:";
//
// comboBox_Sel_Status
//
this.comboBox_Sel_Status.Location = new System.Drawing.Point(219, 45);
this.comboBox_Sel_Status.Name = "comboBox_Sel_Status";
this.comboBox_Sel_Status.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboBox_Sel_Status.Properties.Items.AddRange(new object[] {
"派发任务",
"已出发",
"到达现场",
"离开现场",
"任务完成"});
this.comboBox_Sel_Status.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.comboBox_Sel_Status.Size = new System.Drawing.Size(142, 20);
this.comboBox_Sel_Status.TabIndex = 28;
//
// simpleButton_ThisMonth
//
this.simpleButton_ThisMonth.Location = new System.Drawing.Point(5, 42);
this.simpleButton_ThisMonth.Name = "simpleButton_ThisMonth";
this.simpleButton_ThisMonth.Size = new System.Drawing.Size(68, 27);
this.simpleButton_ThisMonth.TabIndex = 25;
this.simpleButton_ThisMonth.Text = "本月";
this.simpleButton_ThisMonth.Click += new System.EventHandler(this.simpleButton_ThisMonth_Click);
//
// simpleButton_ToDay
//
this.simpleButton_ToDay.Location = new System.Drawing.Point(5, 7);
this.simpleButton_ToDay.Name = "simpleButton_ToDay";
this.simpleButton_ToDay.Size = new System.Drawing.Size(68, 27);
this.simpleButton_ToDay.TabIndex = 24;
this.simpleButton_ToDay.Text = "今天";
this.simpleButton_ToDay.Click += new System.EventHandler(this.simpleButton_ToDay_Click);
//
// simpleButton_ThisWeek
//
this.simpleButton_ThisWeek.Location = new System.Drawing.Point(79, 7);
this.simpleButton_ThisWeek.Name = "simpleButton_ThisWeek";
this.simpleButton_ThisWeek.Size = new System.Drawing.Size(68, 27);
this.simpleButton_ThisWeek.TabIndex = 23;
this.simpleButton_ThisWeek.Text = "本周";
this.simpleButton_ThisWeek.Click += new System.EventHandler(this.simpleButton_ThisWeek_Click);
//
// btn_Print
//
this.btn_Print.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Print.ImageOptions.Image")));
this.btn_Print.Location = new System.Drawing.Point(571, 26);
this.btn_Print.Name = "btn_Print";
this.btn_Print.Size = new System.Drawing.Size(157, 39);
this.btn_Print.TabIndex = 22;
this.btn_Print.Text = "打印急救任务调度单";
this.btn_Print.Click += new System.EventHandler(this.btn_Print_Click);
//
// ckb_IsPrintPreview
//
this.ckb_IsPrintPreview.EditValue = true;
this.ckb_IsPrintPreview.Location = new System.Drawing.Point(734, 46);
this.ckb_IsPrintPreview.Name = "ckb_IsPrintPreview";
this.ckb_IsPrintPreview.Properties.Caption = "直接打印";
this.ckb_IsPrintPreview.Size = new System.Drawing.Size(85, 20);
this.ckb_IsPrintPreview.TabIndex = 20;
//
// txt_Key
//
this.txt_Key.Location = new System.Drawing.Point(417, 45);
this.txt_Key.Name = "txt_Key";
this.txt_Key.Size = new System.Drawing.Size(135, 20);
this.txt_Key.TabIndex = 17;
//
// labelControl20
//
this.labelControl20.Location = new System.Drawing.Point(367, 48);
this.labelControl20.Name = "labelControl20";
this.labelControl20.Size = new System.Drawing.Size(48, 14);
this.labelControl20.TabIndex = 15;
this.labelControl20.Text = "关键词:";
//
// labelControl14
//
this.labelControl14.Location = new System.Drawing.Point(155, 13);
this.labelControl14.Name = "labelControl14";
this.labelControl14.Size = new System.Drawing.Size(60, 14);
this.labelControl14.TabIndex = 0;
this.labelControl14.Text = "登记时间:";
//
// labelControl15
//
this.labelControl15.Location = new System.Drawing.Point(367, 13);
this.labelControl15.Name = "labelControl15";
this.labelControl15.Size = new System.Drawing.Size(12, 14);
this.labelControl15.TabIndex = 0;
this.labelControl15.Text = "至";
//
// barManager
//
this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar1});
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_Delete,
this.btn_Exit});
this.barManager.MainMenu = this.bar1;
this.barManager.MaxItemId = 6;
//
// bar1
//
this.bar1.BarName = "Main menu";
this.bar1.DockCol = 0;
this.bar1.DockRow = 0;
this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar1.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_Delete, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Exit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
this.bar1.OptionsBar.DrawBorder = false;
this.bar1.OptionsBar.MultiLine = true;
this.bar1.OptionsBar.UseWholeRow = true;
this.bar1.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_Delete
//
this.btn_Delete.Caption = "删除";
this.btn_Delete.Id = 3;
this.btn_Delete.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Delete.ImageOptions.Image")));
this.btn_Delete.Name = "btn_Delete";
this.btn_Delete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Delete_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(973, 57);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 605);
this.barDockControlBottom.Manager = this.barManager;
this.barDockControlBottom.Size = new System.Drawing.Size(973, 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, 548);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(973, 57);
this.barDockControlRight.Manager = this.barManager;
this.barDockControlRight.Size = new System.Drawing.Size(0, 548);
//
// P_Creator
//
this.P_Creator.Caption = "创建人";
this.P_Creator.FieldName = "Creator";
this.P_Creator.MinWidth = 23;
this.P_Creator.Name = "P_Creator";
this.P_Creator.Visible = true;
this.P_Creator.VisibleIndex = 21;
this.P_Creator.Width = 87;
//
// gridColumn1
//
this.gridColumn1.Caption = "gridColumn_registerTime";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 0;
//
// gridColumn2
//
this.gridColumn2.Caption = "gridColumn_sex";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 1;
//
// bar3
//
this.bar3.BarName = "Main menu";
this.bar3.DockCol = 0;
this.bar3.DockRow = 0;
this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar3.OptionsBar.DrawBorder = false;
this.bar3.OptionsBar.MultiLine = true;
this.bar3.OptionsBar.UseWholeRow = true;
this.bar3.Text = "Main menu";
//
// panelControl1
//
this.panelControl1.Controls.Add(this.groupControl2);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(0, 57);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(973, 548);
this.panelControl1.TabIndex = 5;
//
// groupControl2
//
this.groupControl2.Controls.Add(this.gridControl_Patient);
this.groupControl2.Controls.Add(this.userControlForPage);
this.groupControl2.Controls.Add(this.panel_Sel);
this.groupControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupControl2.Location = new System.Drawing.Point(2, 2);
this.groupControl2.Name = "groupControl2";
this.groupControl2.Size = new System.Drawing.Size(969, 544);
this.groupControl2.TabIndex = 1;
this.groupControl2.Text = "病人列表";
//
// gridControl_Patient
//
this.gridControl_Patient.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl_Patient.Location = new System.Drawing.Point(2, 99);
this.gridControl_Patient.MainView = this.gridView_Patient;
this.gridControl_Patient.MenuManager = this.barManager;
this.gridControl_Patient.Name = "gridControl_Patient";
this.gridControl_Patient.Size = new System.Drawing.Size(965, 405);
this.gridControl_Patient.TabIndex = 0;
this.gridControl_Patient.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView_Patient});
this.gridControl_Patient.MouseClick += new System.Windows.Forms.MouseEventHandler(this.gridControl_Patient_MouseClick);
this.gridControl_Patient.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.gridControl_Patient_MouseDoubleClick);
//
// gridView_Patient
//
this.gridView_Patient.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.P_GUID,
this.P_PatientGuid,
this.P_ID,
this.P_Name,
this.P_GenderName,
this.P_Age,
this.P_MobilePhone,
this.P_IdentityCard,
this.P_Attack_Address,
this.P_PlateNumber,
this.P_Code,
this.P_EquipmentNumber,
this.P_Property,
this.P_Status,
this.P_RegisterTime,
this.P_DiseaseTime,
this.P_CallHelpTime,
this.P_SendAmbulanceTime,
this.P_AmbulanceDepartureTime,
this.P_ArrivalTime,
this.P_LeaveTime,
this.P_ArrivesHospitalTime,
this.P_HospitalName,
this.P_Creator,
this.P_CreationDate});
this.gridView_Patient.DetailHeight = 476;
this.gridView_Patient.GridControl = this.gridControl_Patient;
this.gridView_Patient.GroupPanelText = "温馨提示:双击列表中任意位置,可快速进入该患者的急救综合界面进行数据填写。";
this.gridView_Patient.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
this.gridView_Patient.Name = "gridView_Patient";
this.gridView_Patient.OptionsBehavior.Editable = false;
this.gridView_Patient.OptionsBehavior.ReadOnly = true;
this.gridView_Patient.OptionsCustomization.AllowSort = false;
this.gridView_Patient.OptionsView.ColumnAutoWidth = false;
//
// P_GUID
//
this.P_GUID.Caption = "GUID";
this.P_GUID.FieldName = "GUID";
this.P_GUID.MinWidth = 23;
this.P_GUID.Name = "P_GUID";
this.P_GUID.Width = 87;
//
// P_PatientGuid
//
this.P_PatientGuid.Caption = "PatientGuid";
this.P_PatientGuid.FieldName = "PatientGuid";
this.P_PatientGuid.Name = "P_PatientGuid";
//
// P_ID
//
this.P_ID.Caption = "编号";
this.P_ID.FieldName = "ID";
this.P_ID.MinWidth = 35;
this.P_ID.Name = "P_ID";
this.P_ID.Visible = true;
this.P_ID.VisibleIndex = 0;
this.P_ID.Width = 54;
//
// P_Name
//
this.P_Name.Caption = "姓名";
this.P_Name.FieldName = "Name";
this.P_Name.MinWidth = 70;
this.P_Name.Name = "P_Name";
this.P_Name.Visible = true;
this.P_Name.VisibleIndex = 1;
this.P_Name.Width = 70;
//
// P_GenderName
//
this.P_GenderName.Caption = "性别";
this.P_GenderName.FieldName = "GenderName";
this.P_GenderName.MinWidth = 35;
this.P_GenderName.Name = "P_GenderName";
this.P_GenderName.Visible = true;
this.P_GenderName.VisibleIndex = 2;
this.P_GenderName.Width = 70;
//
// P_Age
//
this.P_Age.Caption = "年龄";
this.P_Age.FieldName = "Age";
this.P_Age.MinWidth = 35;
this.P_Age.Name = "P_Age";
this.P_Age.Visible = true;
this.P_Age.VisibleIndex = 3;
this.P_Age.Width = 70;
//
// P_MobilePhone
//
this.P_MobilePhone.Caption = "联系电话";
this.P_MobilePhone.FieldName = "MobilePhone";
this.P_MobilePhone.MinWidth = 70;
this.P_MobilePhone.Name = "P_MobilePhone";
this.P_MobilePhone.Visible = true;
this.P_MobilePhone.VisibleIndex = 4;
this.P_MobilePhone.Width = 94;
//
// P_IdentityCard
//
this.P_IdentityCard.Caption = "身份证号码";
this.P_IdentityCard.FieldName = "IdentityCard";
this.P_IdentityCard.MinWidth = 70;
this.P_IdentityCard.Name = "P_IdentityCard";
this.P_IdentityCard.Visible = true;
this.P_IdentityCard.VisibleIndex = 5;
this.P_IdentityCard.Width = 70;
//
// P_Attack_Address
//
this.P_Attack_Address.Caption = "发病地址";
this.P_Attack_Address.FieldName = "Attack_Address";
this.P_Attack_Address.MinWidth = 23;
this.P_Attack_Address.Name = "P_Attack_Address";
this.P_Attack_Address.Visible = true;
this.P_Attack_Address.VisibleIndex = 6;
this.P_Attack_Address.Width = 87;
//
// P_PlateNumber
//
this.P_PlateNumber.Caption = "急救车牌号";
this.P_PlateNumber.FieldName = "PlateNumber";
this.P_PlateNumber.Name = "P_PlateNumber";
this.P_PlateNumber.Visible = true;
this.P_PlateNumber.VisibleIndex = 7;
//
// P_Code
//
this.P_Code.Caption = "标签卡编号";
this.P_Code.FieldName = "Code";
this.P_Code.MinWidth = 140;
this.P_Code.Name = "P_Code";
this.P_Code.Visible = true;
this.P_Code.VisibleIndex = 8;
this.P_Code.Width = 140;
//
// P_EquipmentNumber
//
this.P_EquipmentNumber.Caption = "设备号";
this.P_EquipmentNumber.FieldName = "EquipmentNumber";
this.P_EquipmentNumber.Name = "P_EquipmentNumber";
this.P_EquipmentNumber.Visible = true;
this.P_EquipmentNumber.VisibleIndex = 9;
//
// P_Property
//
this.P_Property.Caption = "任务性质";
this.P_Property.FieldName = "Property";
this.P_Property.Name = "P_Property";
this.P_Property.Visible = true;
this.P_Property.VisibleIndex = 10;
//
// P_Status
//
this.P_Status.Caption = "任务状态";
this.P_Status.FieldName = "Status";
this.P_Status.Name = "P_Status";
this.P_Status.Visible = true;
this.P_Status.VisibleIndex = 11;
//
// P_RegisterTime
//
this.P_RegisterTime.Caption = "登记时间";
this.P_RegisterTime.FieldName = "RegisterTime";
this.P_RegisterTime.MinWidth = 140;
this.P_RegisterTime.Name = "P_RegisterTime";
this.P_RegisterTime.Visible = true;
this.P_RegisterTime.VisibleIndex = 12;
this.P_RegisterTime.Width = 140;
//
// P_DiseaseTime
//
this.P_DiseaseTime.Caption = "发病时间";
this.P_DiseaseTime.FieldName = "DiseaseTime";
this.P_DiseaseTime.Name = "P_DiseaseTime";
this.P_DiseaseTime.Visible = true;
this.P_DiseaseTime.VisibleIndex = 13;
this.P_DiseaseTime.Width = 130;
//
// P_CallHelpTime
//
this.P_CallHelpTime.Caption = "呼叫时间";
this.P_CallHelpTime.FieldName = "CallHelpTime";
this.P_CallHelpTime.Name = "P_CallHelpTime";
this.P_CallHelpTime.Visible = true;
this.P_CallHelpTime.VisibleIndex = 14;
this.P_CallHelpTime.Width = 130;
//
// P_SendAmbulanceTime
//
this.P_SendAmbulanceTime.Caption = "派车时间";
this.P_SendAmbulanceTime.FieldName = "SendAmbulanceTime";
this.P_SendAmbulanceTime.Name = "P_SendAmbulanceTime";
this.P_SendAmbulanceTime.Visible = true;
this.P_SendAmbulanceTime.VisibleIndex = 15;
this.P_SendAmbulanceTime.Width = 130;
//
// P_AmbulanceDepartureTime
//
this.P_AmbulanceDepartureTime.Caption = "出发时间";
this.P_AmbulanceDepartureTime.FieldName = "AmbulanceDepartureTime";
this.P_AmbulanceDepartureTime.Name = "P_AmbulanceDepartureTime";
this.P_AmbulanceDepartureTime.Visible = true;
this.P_AmbulanceDepartureTime.VisibleIndex = 16;
this.P_AmbulanceDepartureTime.Width = 130;
//
// P_ArrivalTime
//
this.P_ArrivalTime.Caption = "到达现场时间";
this.P_ArrivalTime.FieldName = "ArrivalTime";
this.P_ArrivalTime.Name = "P_ArrivalTime";
this.P_ArrivalTime.Visible = true;
this.P_ArrivalTime.VisibleIndex = 17;
this.P_ArrivalTime.Width = 130;
//
// P_LeaveTime
//
this.P_LeaveTime.Caption = "离开现场时间";
this.P_LeaveTime.FieldName = "LeaveTime";
this.P_LeaveTime.Name = "P_LeaveTime";
this.P_LeaveTime.Visible = true;
this.P_LeaveTime.VisibleIndex = 18;
this.P_LeaveTime.Width = 130;
//
// P_ArrivesHospitalTime
//
this.P_ArrivesHospitalTime.Caption = "送达医院时间";
this.P_ArrivesHospitalTime.FieldName = "ArrivesHospitalTime";
this.P_ArrivesHospitalTime.Name = "P_ArrivesHospitalTime";
this.P_ArrivesHospitalTime.Visible = true;
this.P_ArrivesHospitalTime.VisibleIndex = 19;
this.P_ArrivesHospitalTime.Width = 130;
//
// P_HospitalName
//
this.P_HospitalName.Caption = "所属院区";
this.P_HospitalName.FieldName = "HospitalName";
this.P_HospitalName.MinWidth = 140;
this.P_HospitalName.Name = "P_HospitalName";
this.P_HospitalName.Visible = true;
this.P_HospitalName.VisibleIndex = 20;
this.P_HospitalName.Width = 140;
//
// Form_120Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(973, 605);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "Form_120Main";
this.Text = "120急救任务管理";
this.Load += new System.EventHandler(this.Form_120Main_Load);
((System.ComponentModel.ISupportInitialize)(this.panel_Sel)).EndInit();
this.panel_Sel.ResumeLayout(false);
this.panel_Sel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.comboBox_Sel_Status.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ckb_IsPrintPreview.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
this.groupControl2.ResumeLayout(false);
this.groupControl2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl_Patient)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView_Patient)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.Columns.GridColumn P_CreationDate;
private HL_FristAidPlatform_Public.UserControlForPage userControlForPage;
private DevExpress.XtraEditors.PanelControl panel_Sel;
private DevExpress.XtraEditors.SimpleButton simpleButton_ThisMonth;
private DevExpress.XtraEditors.SimpleButton simpleButton_ToDay;
private DevExpress.XtraEditors.SimpleButton simpleButton_ThisWeek;
private DevExpress.XtraEditors.SimpleButton btn_Print;
private DevExpress.XtraEditors.CheckEdit ckb_IsPrintPreview;
private DevExpress.XtraEditors.TextEdit txt_Key;
private DevExpress.XtraEditors.LabelControl labelControl20;
private DevExpress.XtraEditors.LabelControl labelControl14;
private DevExpress.XtraEditors.LabelControl labelControl15;
private DevExpress.XtraBars.BarManager barManager;
private DevExpress.XtraBars.Bar bar1;
private DevExpress.XtraBars.BarLargeButtonItem btn_Select;
private DevExpress.XtraBars.BarLargeButtonItem btn_Insert;
private DevExpress.XtraBars.BarLargeButtonItem btn_Update;
private DevExpress.XtraBars.BarLargeButtonItem btn_Delete;
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.PanelControl panelControl1;
private DevExpress.XtraEditors.GroupControl groupControl2;
private DevExpress.XtraGrid.GridControl gridControl_Patient;
private DevExpress.XtraGrid.Views.Grid.GridView gridView_Patient;
private DevExpress.XtraGrid.Columns.GridColumn P_GUID;
private DevExpress.XtraGrid.Columns.GridColumn P_ID;
private DevExpress.XtraGrid.Columns.GridColumn P_Name;
private DevExpress.XtraGrid.Columns.GridColumn P_GenderName;
private DevExpress.XtraGrid.Columns.GridColumn P_Age;
private DevExpress.XtraGrid.Columns.GridColumn P_IdentityCard;
private DevExpress.XtraGrid.Columns.GridColumn P_Code;
private DevExpress.XtraGrid.Columns.GridColumn P_RegisterTime;
private DevExpress.XtraGrid.Columns.GridColumn P_MobilePhone;
private DevExpress.XtraGrid.Columns.GridColumn P_Attack_Address;
private DevExpress.XtraGrid.Columns.GridColumn P_HospitalName;
private DevExpress.XtraGrid.Columns.GridColumn P_Creator;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraBars.Bar bar3;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.ComboBoxEdit comboBox_Sel_Status;
private DevExpress.XtraEditors.SimpleButton simpleButton_All;
private DevExpress.XtraGrid.Columns.GridColumn P_PatientGuid;
private DevExpress.XtraGrid.Columns.GridColumn P_PlateNumber;
private DevExpress.XtraGrid.Columns.GridColumn P_EquipmentNumber;
private DevExpress.XtraGrid.Columns.GridColumn P_Property;
private DevExpress.XtraGrid.Columns.GridColumn P_Status;
private DevExpress.XtraGrid.Columns.GridColumn P_DiseaseTime;
private DevExpress.XtraGrid.Columns.GridColumn P_CallHelpTime;
private DevExpress.XtraGrid.Columns.GridColumn P_SendAmbulanceTime;
private DevExpress.XtraGrid.Columns.GridColumn P_AmbulanceDepartureTime;
private DevExpress.XtraGrid.Columns.GridColumn P_ArrivalTime;
private DevExpress.XtraGrid.Columns.GridColumn P_LeaveTime;
private DevExpress.XtraGrid.Columns.GridColumn P_ArrivesHospitalTime;
private HL_FristAidPlatform_Public.TimeControl dateEdit_Start;
private HL_FristAidPlatform_Public.TimeControl dateEdit_End;
}
}