StableVersion4.3/HL_FristAidPlatform_PreHosp.../From_AccidentCensus.Designe...

382 lines
21 KiB
C#

namespace HL_FristAidPlatform_PreHospitalEmergency
{
partial class From_AccidentCensus
{
/// <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()
{
DevExpress.XtraCharts.ChartTitle chartTitle2 = new DevExpress.XtraCharts.ChartTitle();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
this.radioButton5 = new System.Windows.Forms.RadioButton();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.timeControl2 = new HL_FristAidPlatform_Public.TimeControl();
this.timeControl1 = new HL_FristAidPlatform_Public.TimeControl();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn_AccidentDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_AccidentName = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumnPatientNumber = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_ActualPatientNumber = new DevExpress.XtraGrid.Columns.GridColumn();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.userControlForPage = new HL_FristAidPlatform_Public.UserControlForPage();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
this.SuspendLayout();
//
// panelControl1
//
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.pictureEdit2);
this.panelControl1.Controls.Add(this.radioButton5);
this.panelControl1.Controls.Add(this.radioButton4);
this.panelControl1.Controls.Add(this.radioButton3);
this.panelControl1.Controls.Add(this.radioButton2);
this.panelControl1.Controls.Add(this.radioButton1);
this.panelControl1.Controls.Add(this.simpleButton1);
this.panelControl1.Controls.Add(this.timeControl2);
this.panelControl1.Controls.Add(this.timeControl1);
this.panelControl1.Controls.Add(this.label7);
this.panelControl1.Controls.Add(this.label6);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1376, 119);
this.panelControl1.TabIndex = 0;
//
// pictureEdit2
//
this.pictureEdit2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.pictureEdit2.Dock = System.Windows.Forms.DockStyle.Top;
this.pictureEdit2.EditValue = global::HL_FristAidPlatform_PreHospitalEmergency.Properties.Resources.;
this.pictureEdit2.Location = new System.Drawing.Point(0, 0);
this.pictureEdit2.Name = "pictureEdit2";
this.pictureEdit2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.pictureEdit2.Properties.Appearance.ForeColor = System.Drawing.Color.White;
this.pictureEdit2.Properties.Appearance.Options.UseFont = true;
this.pictureEdit2.Properties.Appearance.Options.UseForeColor = true;
this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pictureEdit2.Properties.Caption.Alignment = System.Drawing.ContentAlignment.MiddleLeft;
this.pictureEdit2.Properties.Caption.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pictureEdit2.Properties.Caption.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.pictureEdit2.Properties.Caption.Appearance.Options.UseBackColor = true;
this.pictureEdit2.Properties.Caption.Appearance.Options.UseFont = true;
this.pictureEdit2.Properties.Caption.Offset = new System.Drawing.Point(40, 0);
this.pictureEdit2.Properties.Caption.Text = "接警重大事故查询";
this.pictureEdit2.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
this.pictureEdit2.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
this.pictureEdit2.Size = new System.Drawing.Size(1376, 26);
this.pictureEdit2.TabIndex = 290;
//
// radioButton5
//
this.radioButton5.AutoSize = true;
this.radioButton5.Location = new System.Drawing.Point(262, 49);
this.radioButton5.Name = "radioButton5";
this.radioButton5.Size = new System.Drawing.Size(61, 18);
this.radioButton5.TabIndex = 22;
this.radioButton5.Text = "月统计";
this.radioButton5.UseVisualStyleBackColor = true;
//
// radioButton4
//
this.radioButton4.AutoSize = true;
this.radioButton4.Location = new System.Drawing.Point(442, 49);
this.radioButton4.Name = "radioButton4";
this.radioButton4.Size = new System.Drawing.Size(61, 18);
this.radioButton4.TabIndex = 21;
this.radioButton4.Text = "年统计";
this.radioButton4.UseVisualStyleBackColor = true;
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Location = new System.Drawing.Point(346, 49);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(73, 18);
this.radioButton3.TabIndex = 20;
this.radioButton3.Text = "季度统计";
this.radioButton3.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(178, 49);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(61, 18);
this.radioButton2.TabIndex = 19;
this.radioButton2.Text = "周统计";
this.radioButton2.UseVisualStyleBackColor = true;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(94, 49);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(61, 18);
this.radioButton1.TabIndex = 18;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "日统计";
this.radioButton1.UseVisualStyleBackColor = true;
//
// simpleButton1
//
this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(133)))), ((int)(((byte)(228)))));
this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.simpleButton1.Appearance.Options.UseBackColor = true;
this.simpleButton1.Appearance.Options.UseFont = true;
this.simpleButton1.ImageOptions.Image = global::HL_FristAidPlatform_PreHospitalEmergency.Properties.Resources.;
this.simpleButton1.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.simpleButton1.Location = new System.Drawing.Point(535, 76);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(150, 35);
this.simpleButton1.TabIndex = 17;
this.simpleButton1.Text = "查询";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// timeControl2
//
this.timeControl2.BackColor = System.Drawing.Color.Transparent;
this.timeControl2.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.timeControl2.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.timeControl2.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.timeControl2.Location = new System.Drawing.Point(302, 85);
this.timeControl2.Name = "timeControl2";
this.timeControl2.Size = new System.Drawing.Size(203, 30);
this.timeControl2.TabIndex = 16;
this.timeControl2.TimeValue = "";
//
// timeControl1
//
this.timeControl1.BackColor = System.Drawing.Color.Transparent;
this.timeControl1.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.timeControl1.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.timeControl1.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.timeControl1.Location = new System.Drawing.Point(96, 85);
this.timeControl1.Name = "timeControl1";
this.timeControl1.Size = new System.Drawing.Size(167, 30);
this.timeControl1.TabIndex = 14;
this.timeControl1.TimeValue = "";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(274, 87);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(16, 14);
this.label7.TabIndex = 15;
this.label7.Text = "~";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(17, 87);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 14);
this.label6.TabIndex = 13;
this.label6.Text = "开始时间:";
//
// panelControl2
//
this.panelControl2.Controls.Add(this.chartControl1);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl2.Location = new System.Drawing.Point(0, 119);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(1376, 449);
this.panelControl2.TabIndex = 0;
//
// chartControl1
//
this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl1.Legend.Name = "Default Legend";
this.chartControl1.Location = new System.Drawing.Point(2, 2);
this.chartControl1.Name = "chartControl1";
this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
this.chartControl1.Size = new System.Drawing.Size(1372, 445);
this.chartControl1.TabIndex = 0;
chartTitle2.Text = "接警重大事故统计";
this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
chartTitle2});
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Location = new System.Drawing.Point(2, 2);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(1372, 143);
this.gridControl1.TabIndex = 0;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn_AccidentDate,
this.gridColumn_AccidentName,
this.gridColumn1,
this.gridColumnPatientNumber,
this.gridColumn_ActualPatientNumber});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.GroupPanelText = " ";
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.Editable = false;
this.gridView1.OptionsBehavior.ReadOnly = true;
//
// gridColumn_AccidentDate
//
this.gridColumn_AccidentDate.Caption = "事故日期";
this.gridColumn_AccidentDate.FieldName = "AccidentDate";
this.gridColumn_AccidentDate.Name = "gridColumn_AccidentDate";
this.gridColumn_AccidentDate.Visible = true;
this.gridColumn_AccidentDate.VisibleIndex = 0;
//
// gridColumn_AccidentName
//
this.gridColumn_AccidentName.Caption = "事故名称";
this.gridColumn_AccidentName.FieldName = "AccidentName";
this.gridColumn_AccidentName.Name = "gridColumn_AccidentName";
this.gridColumn_AccidentName.Visible = true;
this.gridColumn_AccidentName.VisibleIndex = 1;
//
// gridColumn1
//
this.gridColumn1.Caption = "事件号";
this.gridColumn1.FieldName = "DispatchNo";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 2;
//
// gridColumnPatientNumber
//
this.gridColumnPatientNumber.Caption = "患者人数";
this.gridColumnPatientNumber.FieldName = "PatientNumber";
this.gridColumnPatientNumber.Name = "gridColumnPatientNumber";
this.gridColumnPatientNumber.Visible = true;
this.gridColumnPatientNumber.VisibleIndex = 3;
//
// gridColumn_ActualPatientNumber
//
this.gridColumn_ActualPatientNumber.Caption = "实际患者人数";
this.gridColumn_ActualPatientNumber.FieldName = "ActualPatientNumber";
this.gridColumn_ActualPatientNumber.Name = "gridColumn_ActualPatientNumber";
this.gridColumn_ActualPatientNumber.Visible = true;
this.gridColumn_ActualPatientNumber.VisibleIndex = 4;
//
// panelControl3
//
this.panelControl3.Controls.Add(this.gridControl1);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl3.Location = new System.Drawing.Point(0, 568);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(1376, 147);
this.panelControl3.TabIndex = 1;
//
// userControlForPage
//
this.userControlForPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.userControlForPage.Location = new System.Drawing.Point(0, 715);
this.userControlForPage.Name = "userControlForPage";
this.userControlForPage.Size = new System.Drawing.Size(1376, 38);
this.userControlForPage.TabIndex = 21;
this.userControlForPage.myPagerEvents += new HL_FristAidPlatform_Public.UserControlForPage.MyPagerEvents(this.userControlForPage_myPagerEvents);
//
// From_AccidentCensus
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1376, 753);
this.Controls.Add(this.panelControl3);
this.Controls.Add(this.userControlForPage);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.panelControl1);
this.Name = "From_AccidentCensus";
this.Text = "接警重大事故统计";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.From_AccidentCensus_FormClosed);
this.Load += new System.EventHandler(this.From_AccidentCensus_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraCharts.ChartControl chartControl1;
private System.Windows.Forms.RadioButton radioButton5;
private System.Windows.Forms.RadioButton radioButton4;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private HL_FristAidPlatform_Public.TimeControl timeControl2;
private HL_FristAidPlatform_Public.TimeControl timeControl1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_AccidentDate;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_AccidentName;
private DevExpress.XtraEditors.PanelControl panelControl3;
private HL_FristAidPlatform_Public.UserControlForPage userControlForPage;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumnPatientNumber;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_ActualPatientNumber;
private DevExpress.XtraEditors.PictureEdit pictureEdit2;
}
}