namespace HL_FristAidPlatform_Apoplexy { partial class Form_AverageONTRate { /// /// 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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); DevExpress.XtraCharts.ChartTitle chartTitle2 = new DevExpress.XtraCharts.ChartTitle(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.tab_Time = new DevExpress.Utils.Layout.TablePanel(); this.sButton_Query = new DevExpress.XtraEditors.SimpleButton(); this.sButton_ThisYear = new DevExpress.XtraEditors.SimpleButton(); this.sButton_ThisMonth = new DevExpress.XtraEditors.SimpleButton(); this.sButton_LastMonth = new DevExpress.XtraEditors.SimpleButton(); this.panel_endTime = new DevExpress.XtraEditors.PanelControl(); this.time_endTime = new HL_FristAidPlatform_Public.TimeControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.time_starTime = new HL_FristAidPlatform_Public.TimeControl(); this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tab_Time)).BeginInit(); this.tab_Time.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panel_endTime)).BeginInit(); this.panel_endTime.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); this.panelControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Controls.Add(this.chartControl1); this.panelControl1.Controls.Add(this.panelControl2); this.panelControl1.Controls.Add(this.pictureEdit2); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1347, 789); this.panelControl1.TabIndex = 0; // // chartControl1 // this.chartControl1.AppearanceNameSerializable = "Nature Colors"; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Title.Text = "分钟"; xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartControl1.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside; this.chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl1.Legend.Name = "Default Legend"; this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True; this.chartControl1.Location = new System.Drawing.Point(2, 108); this.chartControl1.Name = "chartControl1"; this.chartControl1.PaletteName = "tongji"; this.chartControl1.PaletteRepository.Add("tongji", new DevExpress.XtraCharts.Palette("tongji", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(153)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(153)))), ((int)(((byte)(0)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(190)))), ((int)(((byte)(107))))), System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(190)))), ((int)(((byte)(107))))))})); series1.Name = "Series 1"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chartControl1.Size = new System.Drawing.Size(1343, 679); this.chartControl1.TabIndex = 0; chartTitle1.Text = "发病至溶栓平均时间(分钟)统计"; chartTitle2.Indent = 1; chartTitle2.Text = ""; this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1, chartTitle2}); // // panelControl2 // this.panelControl2.Appearance.BackColor = System.Drawing.Color.White; this.panelControl2.Appearance.Options.UseBackColor = true; this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.tab_Time); this.panelControl2.Controls.Add(this.panel_endTime); this.panelControl2.Controls.Add(this.panelControl4); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl2.Location = new System.Drawing.Point(2, 37); this.panelControl2.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.panelControl2.LookAndFeel.UseDefaultLookAndFeel = false; this.panelControl2.Name = "panelControl2"; this.panelControl2.Padding = new System.Windows.Forms.Padding(50, 10, 10, 10); this.panelControl2.Size = new System.Drawing.Size(1343, 71); this.panelControl2.TabIndex = 297; // // tab_Time // this.tab_Time.AutoSize = true; this.tab_Time.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 15F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 15F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 20F)}); this.tab_Time.Controls.Add(this.sButton_Query); this.tab_Time.Controls.Add(this.sButton_ThisYear); this.tab_Time.Controls.Add(this.sButton_ThisMonth); this.tab_Time.Controls.Add(this.sButton_LastMonth); this.tab_Time.Dock = System.Windows.Forms.DockStyle.Left; this.tab_Time.Location = new System.Drawing.Point(581, 10); this.tab_Time.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); this.tab_Time.Name = "tab_Time"; this.tab_Time.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)}); this.tab_Time.Size = new System.Drawing.Size(507, 51); this.tab_Time.TabIndex = 308; // // sButton_Query // this.sButton_Query.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(165)))), ((int)(((byte)(231))))); this.sButton_Query.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.sButton_Query.Appearance.ForeColor = System.Drawing.Color.White; this.sButton_Query.Appearance.Options.UseBackColor = true; this.sButton_Query.Appearance.Options.UseFont = true; this.sButton_Query.Appearance.Options.UseForeColor = true; this.tab_Time.SetColumn(this.sButton_Query, 2); this.sButton_Query.Dock = System.Windows.Forms.DockStyle.Fill; this.sButton_Query.ImageOptions.Image = global::HL_FristAidPlatform_Apoplexy.Properties.Resources.查询; this.sButton_Query.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.sButton_Query.Location = new System.Drawing.Point(341, 3); this.sButton_Query.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.sButton_Query.LookAndFeel.UseDefaultLookAndFeel = false; this.sButton_Query.Name = "sButton_Query"; this.tab_Time.SetRow(this.sButton_Query, 0); this.sButton_Query.Size = new System.Drawing.Size(163, 45); this.sButton_Query.TabIndex = 4; this.sButton_Query.Text = "查询"; this.sButton_Query.Click += new System.EventHandler(this.sButton_Query_Click); // // sButton_ThisYear // this.sButton_ThisYear.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(133)))), ((int)(((byte)(228))))); this.sButton_ThisYear.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.sButton_ThisYear.Appearance.ForeColor = System.Drawing.Color.White; this.sButton_ThisYear.Appearance.Options.UseBackColor = true; this.sButton_ThisYear.Appearance.Options.UseFont = true; this.sButton_ThisYear.Appearance.Options.UseForeColor = true; this.tab_Time.SetColumn(this.sButton_ThisYear, 1); this.sButton_ThisYear.Dock = System.Windows.Forms.DockStyle.Fill; this.sButton_ThisYear.Location = new System.Drawing.Point(172, 3); this.sButton_ThisYear.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.sButton_ThisYear.LookAndFeel.UseDefaultLookAndFeel = false; this.sButton_ThisYear.Name = "sButton_ThisYear"; this.tab_Time.SetRow(this.sButton_ThisYear, 0); this.sButton_ThisYear.Size = new System.Drawing.Size(163, 45); this.sButton_ThisYear.TabIndex = 3; this.sButton_ThisYear.Text = "今年"; this.sButton_ThisYear.Click += new System.EventHandler(this.sButton_ThisYear_Click); // // sButton_ThisMonth // this.sButton_ThisMonth.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(165)))), ((int)(((byte)(231))))); this.sButton_ThisMonth.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.sButton_ThisMonth.Appearance.ForeColor = System.Drawing.Color.White; this.sButton_ThisMonth.Appearance.Options.UseBackColor = true; this.sButton_ThisMonth.Appearance.Options.UseFont = true; this.sButton_ThisMonth.Appearance.Options.UseForeColor = true; this.tab_Time.SetColumn(this.sButton_ThisMonth, 0); this.sButton_ThisMonth.Dock = System.Windows.Forms.DockStyle.Fill; this.sButton_ThisMonth.Location = new System.Drawing.Point(3, 3); this.sButton_ThisMonth.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.sButton_ThisMonth.LookAndFeel.UseDefaultLookAndFeel = false; this.sButton_ThisMonth.Name = "sButton_ThisMonth"; this.tab_Time.SetRow(this.sButton_ThisMonth, 0); this.sButton_ThisMonth.Size = new System.Drawing.Size(163, 45); this.sButton_ThisMonth.TabIndex = 1; this.sButton_ThisMonth.Text = "上一年"; this.sButton_ThisMonth.Click += new System.EventHandler(this.sButton_ThisMonth_Click); // // sButton_LastMonth // this.sButton_LastMonth.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(133)))), ((int)(((byte)(228))))); this.sButton_LastMonth.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.sButton_LastMonth.Appearance.ForeColor = System.Drawing.Color.White; this.sButton_LastMonth.Appearance.Options.UseBackColor = true; this.sButton_LastMonth.Appearance.Options.UseFont = true; this.sButton_LastMonth.Appearance.Options.UseForeColor = true; this.tab_Time.SetColumn(this.sButton_LastMonth, 0); this.sButton_LastMonth.Dock = System.Windows.Forms.DockStyle.Fill; this.sButton_LastMonth.Location = new System.Drawing.Point(3, 3); this.sButton_LastMonth.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.sButton_LastMonth.LookAndFeel.UseDefaultLookAndFeel = false; this.sButton_LastMonth.Name = "sButton_LastMonth"; this.tab_Time.SetRow(this.sButton_LastMonth, 0); this.sButton_LastMonth.Size = new System.Drawing.Size(163, 45); this.sButton_LastMonth.TabIndex = 0; this.sButton_LastMonth.Text = "上月"; // // panel_endTime // this.panel_endTime.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panel_endTime.Controls.Add(this.time_endTime); this.panel_endTime.Controls.Add(this.labelControl2); this.panel_endTime.Dock = System.Windows.Forms.DockStyle.Left; this.panel_endTime.Location = new System.Drawing.Point(335, 10); this.panel_endTime.Name = "panel_endTime"; this.panel_endTime.Padding = new System.Windows.Forms.Padding(14); this.panel_endTime.Size = new System.Drawing.Size(246, 51); this.panel_endTime.TabIndex = 307; // // time_endTime // this.time_endTime.BackColor = System.Drawing.Color.Transparent; this.time_endTime.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.time_endTime.Font = new System.Drawing.Font("Tahoma", 11F); this.time_endTime.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMM; this.time_endTime.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.time_endTime.Location = new System.Drawing.Point(42, 10); this.time_endTime.Name = "time_endTime"; this.time_endTime.Size = new System.Drawing.Size(177, 28); this.time_endTime.TabIndex = 296; this.time_endTime.TimeValue = ""; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Location = new System.Drawing.Point(8, 17); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(11, 18); this.labelControl2.TabIndex = 295; this.labelControl2.Text = "~"; // // panelControl4 // this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl4.Controls.Add(this.labelControl1); this.panelControl4.Controls.Add(this.time_starTime); this.panelControl4.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl4.Location = new System.Drawing.Point(50, 10); this.panelControl4.Name = "panelControl4"; this.panelControl4.Padding = new System.Windows.Forms.Padding(14); this.panelControl4.Size = new System.Drawing.Size(285, 51); this.panelControl4.TabIndex = 306; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Location = new System.Drawing.Point(22, 16); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(65, 18); this.labelControl1.TabIndex = 297; this.labelControl1.Text = "建档时间:"; // // time_starTime // this.time_starTime.BackColor = System.Drawing.Color.Transparent; this.time_starTime.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.time_starTime.Font = new System.Drawing.Font("Tahoma", 11F); this.time_starTime.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMM; this.time_starTime.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.time_starTime.Location = new System.Drawing.Point(103, 12); this.time_starTime.Name = "time_starTime"; this.time_starTime.Size = new System.Drawing.Size(177, 28); this.time_starTime.TabIndex = 294; this.time_starTime.TimeValue = ""; // // pictureEdit2 // this.pictureEdit2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.pictureEdit2.Dock = System.Windows.Forms.DockStyle.Top; this.pictureEdit2.EditValue = global::HL_FristAidPlatform_Apoplexy.Properties.Resources.标题背景; this.pictureEdit2.Location = new System.Drawing.Point(2, 2); 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(1343, 35); this.pictureEdit2.TabIndex = 296; // // gridColumn1 // this.gridColumn1.Caption = "性别"; this.gridColumn1.FieldName = "Gender"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 1; // // gridColumn2 // this.gridColumn2.Caption = "性别"; this.gridColumn2.FieldName = "Gender"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; // // Form_AverageONTRate // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1347, 789); this.Controls.Add(this.panelControl1); this.Name = "Form_AverageONTRate"; this.Text = "发病至溶栓平均时间统计"; this.Load += new System.EventHandler(this.Form_ThrombolysisIntracranialHemorrhageRate_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.panelControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tab_Time)).EndInit(); this.tab_Time.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panel_endTime)).EndInit(); this.panel_endTime.ResumeLayout(false); this.panel_endTime.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); this.panelControl4.ResumeLayout(false); this.panelControl4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraCharts.ChartControl chartControl1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.PictureEdit pictureEdit2; private DevExpress.Utils.Layout.TablePanel tab_Time; private DevExpress.XtraEditors.SimpleButton sButton_Query; private DevExpress.XtraEditors.SimpleButton sButton_ThisYear; private DevExpress.XtraEditors.SimpleButton sButton_ThisMonth; private DevExpress.XtraEditors.SimpleButton sButton_LastMonth; private DevExpress.XtraEditors.PanelControl panel_endTime; private HL_FristAidPlatform_Public.TimeControl time_endTime; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.PanelControl panelControl4; private DevExpress.XtraEditors.LabelControl labelControl1; private HL_FristAidPlatform_Public.TimeControl time_starTime; } }