namespace SC_FristAidPlatform_ChestPainUnit { partial class ChestPainUnitFMCTOECGAVG { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.simpleButton_OneYear = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton_SixMonth = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton_all = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton_ThreeMonth = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.timeControl2 = new HL_FristAidPlatform_Public.TimeControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.timeControl1 = new HL_FristAidPlatform_Public.TimeControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.panelControl5 = new DevExpress.XtraEditors.PanelControl(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.panelControl6 = new DevExpress.XtraEditors.PanelControl(); this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit(); this.panelControl5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); this.panelControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit(); this.panelControl6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit(); this.tablePanel1.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.simpleButton_OneYear); this.panelControl1.Controls.Add(this.simpleButton_SixMonth); this.panelControl1.Controls.Add(this.simpleButton_all); this.panelControl1.Controls.Add(this.simpleButton_ThreeMonth); this.panelControl1.Controls.Add(this.simpleButton1); this.panelControl1.Controls.Add(this.timeControl2); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.timeControl1); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.pictureEdit2); 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(1378, 107); this.panelControl1.TabIndex = 0; // // simpleButton_OneYear // this.simpleButton_OneYear.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(176)))), ((int)(((byte)(255))))); this.simpleButton_OneYear.Appearance.Options.UseBackColor = true; this.simpleButton_OneYear.Location = new System.Drawing.Point(673, 61); this.simpleButton_OneYear.Name = "simpleButton_OneYear"; this.simpleButton_OneYear.Size = new System.Drawing.Size(79, 31); this.simpleButton_OneYear.TabIndex = 303; this.simpleButton_OneYear.Text = "近一年"; this.simpleButton_OneYear.Click += new System.EventHandler(this.simpleButton3_Click); // // simpleButton_SixMonth // this.simpleButton_SixMonth.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(176)))), ((int)(((byte)(255))))); this.simpleButton_SixMonth.Appearance.Options.UseBackColor = true; this.simpleButton_SixMonth.Location = new System.Drawing.Point(579, 61); this.simpleButton_SixMonth.Name = "simpleButton_SixMonth"; this.simpleButton_SixMonth.Size = new System.Drawing.Size(79, 31); this.simpleButton_SixMonth.TabIndex = 302; this.simpleButton_SixMonth.Text = "近六月"; this.simpleButton_SixMonth.Click += new System.EventHandler(this.simpleButton2_Click); // // simpleButton_all // this.simpleButton_all.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(176)))), ((int)(((byte)(255))))); this.simpleButton_all.Appearance.Options.UseBackColor = true; this.simpleButton_all.Location = new System.Drawing.Point(923, 54); this.simpleButton_all.Name = "simpleButton_all"; this.simpleButton_all.Size = new System.Drawing.Size(79, 31); this.simpleButton_all.TabIndex = 301; this.simpleButton_all.Text = "全部"; this.simpleButton_all.Visible = false; this.simpleButton_all.Click += new System.EventHandler(this.simpleButton_all_Click); // // simpleButton_ThreeMonth // this.simpleButton_ThreeMonth.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(176)))), ((int)(((byte)(255))))); this.simpleButton_ThreeMonth.Appearance.Options.UseBackColor = true; this.simpleButton_ThreeMonth.Location = new System.Drawing.Point(485, 61); this.simpleButton_ThreeMonth.Name = "simpleButton_ThreeMonth"; this.simpleButton_ThreeMonth.Size = new System.Drawing.Size(79, 31); this.simpleButton_ThreeMonth.TabIndex = 300; this.simpleButton_ThreeMonth.Text = "近三月"; this.simpleButton_ThreeMonth.Click += new System.EventHandler(this.simpleButton_ThisMonth_Click); // // simpleButton1 // this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240))))); 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::SC_FristAidPlatform_ChestPainUnit.Properties.Resources.查询; this.simpleButton1.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.simpleButton1.Location = new System.Drawing.Point(767, 57); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(150, 35); this.simpleButton1.TabIndex = 299; 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(332, 64); this.timeControl2.Name = "timeControl2"; this.timeControl2.Size = new System.Drawing.Size(138, 26); this.timeControl2.TabIndex = 298; this.timeControl2.TimeValue = ""; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(305, 67); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(9, 14); this.labelControl1.TabIndex = 297; this.labelControl1.Text = "~"; // // 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(145, 64); this.timeControl1.Name = "timeControl1"; this.timeControl1.Size = new System.Drawing.Size(138, 22); this.timeControl1.TabIndex = 296; this.timeControl1.TimeValue = ""; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(27, 67); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(100, 14); this.labelControl2.TabIndex = 295; this.labelControl2.Text = "首次医疗接触时间:"; // // pictureEdit2 // this.pictureEdit2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.pictureEdit2.Dock = System.Windows.Forms.DockStyle.Top; this.pictureEdit2.EditValue = global::SC_FristAidPlatform_ChestPainUnit.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(1378, 30); this.pictureEdit2.TabIndex = 294; // // panelControl2 // this.panelControl2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.panelControl2.Appearance.Options.UseBackColor = true; this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl2.Location = new System.Drawing.Point(0, 726); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1378, 42); this.panelControl2.TabIndex = 1; this.panelControl2.Visible = false; // // panelControl3 // this.panelControl3.Appearance.BackColor = System.Drawing.Color.White; this.panelControl3.Appearance.Options.UseBackColor = true; this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Controls.Add(this.panelControl5); this.panelControl3.Controls.Add(this.panelControl4); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl3.Location = new System.Drawing.Point(0, 107); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1378, 619); this.panelControl3.TabIndex = 2; // // panelControl5 // this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl5.Controls.Add(this.gridControl1); this.panelControl5.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl5.Location = new System.Drawing.Point(0, 385); this.panelControl5.Name = "panelControl5"; this.panelControl5.Size = new System.Drawing.Size(1378, 234); this.panelControl5.TabIndex = 1; // // 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(1378, 234); 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.gridColumn1, this.gridColumn2, this.gridColumn3, this.gridColumn4, this.gridColumn5}); this.gridView1.GridControl = this.gridControl1; this.gridView1.GroupPanelText = " "; this.gridView1.Name = "gridView1"; // // gridColumn1 // this.gridColumn1.Caption = "月份"; this.gridColumn1.FieldName = "Month"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; // // gridColumn2 // this.gridColumn2.Caption = "平均耗时"; this.gridColumn2.FieldName = "AVGTime"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; // // gridColumn3 // this.gridColumn3.Caption = "最大值"; this.gridColumn3.FieldName = "MaxMum"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 2; // // gridColumn4 // this.gridColumn4.Caption = "最小值"; this.gridColumn4.FieldName = "MinMum"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 3; // // gridColumn5 // this.gridColumn5.Caption = "合格病例个数"; this.gridColumn5.FieldName = "QualifiedCount"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 4; // // panelControl4 // this.panelControl4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(249))))); this.panelControl4.Appearance.Options.UseBackColor = true; this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl4.Controls.Add(this.chartControl1); this.panelControl4.Controls.Add(this.panelControl6); this.panelControl4.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl4.Location = new System.Drawing.Point(0, 0); this.panelControl4.Name = "panelControl4"; this.panelControl4.Padding = new System.Windows.Forms.Padding(10); this.panelControl4.Size = new System.Drawing.Size(1378, 385); this.panelControl4.TabIndex = 0; // // chartControl1 // this.chartControl1.BorderOptions.Color = System.Drawing.Color.White; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.Name = "Default Legend"; this.chartControl1.Location = new System.Drawing.Point(10, 47); this.chartControl1.Name = "chartControl1"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0]; this.chartControl1.Size = new System.Drawing.Size(1358, 328); this.chartControl1.TabIndex = 2; // // panelControl6 // this.panelControl6.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); this.panelControl6.Appearance.Options.UseBackColor = true; this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl6.Controls.Add(this.tablePanel1); this.panelControl6.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl6.Location = new System.Drawing.Point(10, 10); this.panelControl6.Name = "panelControl6"; this.panelControl6.Padding = new System.Windows.Forms.Padding(1); this.panelControl6.Size = new System.Drawing.Size(1358, 37); this.panelControl6.TabIndex = 1; // // tablePanel1 // this.tablePanel1.Appearance.BackColor = System.Drawing.Color.White; this.tablePanel1.Appearance.Options.UseBackColor = true; this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 70F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 70F)}); this.tablePanel1.Controls.Add(this.radioButton2); this.tablePanel1.Controls.Add(this.radioButton1); this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tablePanel1.Location = new System.Drawing.Point(1, 1); this.tablePanel1.Name = "tablePanel1"; this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)}); this.tablePanel1.Size = new System.Drawing.Size(1356, 35); this.tablePanel1.TabIndex = 0; // // radioButton2 // this.radioButton2.AutoSize = true; this.tablePanel1.SetColumn(this.radioButton2, 2); this.radioButton2.Dock = System.Windows.Forms.DockStyle.Fill; this.radioButton2.Font = new System.Drawing.Font("Tahoma", 9F); this.radioButton2.Location = new System.Drawing.Point(681, 3); this.radioButton2.Name = "radioButton2"; this.tablePanel1.SetRow(this.radioButton2, 0); this.radioButton2.Size = new System.Drawing.Size(79, 29); this.radioButton2.TabIndex = 1; this.radioButton2.Text = "柱状图"; this.radioButton2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.radioButton2.UseVisualStyleBackColor = true; this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged); // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Checked = true; this.tablePanel1.SetColumn(this.radioButton1, 1); this.radioButton1.Dock = System.Windows.Forms.DockStyle.Fill; this.radioButton1.Font = new System.Drawing.Font("Tahoma", 9F); this.radioButton1.Location = new System.Drawing.Point(596, 3); this.radioButton1.Name = "radioButton1"; this.tablePanel1.SetRow(this.radioButton1, 0); this.radioButton1.Size = new System.Drawing.Size(79, 29); this.radioButton1.TabIndex = 0; this.radioButton1.TabStop = true; this.radioButton1.Text = "折线图"; this.radioButton1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.radioButton1.UseVisualStyleBackColor = true; this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); // // ChestPainUnitFMCTOECGAVG // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1378, 768); this.Controls.Add(this.panelControl3); this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.Name = "ChestPainUnitFMCTOECGAVG"; this.Text = "首次医疗接触到首份心电图平均耗时"; this.Load += new System.EventHandler(this.ChestPainUnitFMCTOECGAVG_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(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit(); this.panelControl5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); this.panelControl4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit(); this.panelControl6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit(); this.tablePanel1.ResumeLayout(false); this.tablePanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.PictureEdit pictureEdit2; private HL_FristAidPlatform_Public.TimeControl timeControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private HL_FristAidPlatform_Public.TimeControl timeControl1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.PanelControl panelControl5; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraEditors.PanelControl panelControl4; private DevExpress.XtraEditors.PanelControl panelControl6; private DevExpress.Utils.Layout.TablePanel tablePanel1; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private DevExpress.XtraEditors.SimpleButton simpleButton_OneYear; private DevExpress.XtraEditors.SimpleButton simpleButton_SixMonth; private DevExpress.XtraEditors.SimpleButton simpleButton_all; private DevExpress.XtraEditors.SimpleButton simpleButton_ThreeMonth; private DevExpress.XtraCharts.ChartControl chartControl1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; } }