namespace HL_FristAidPlatform_ChestPain_Statistics { partial class Form_Report_Basic { /// /// 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.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Report_Basic)); this.chart_Report1 = new DevExpress.XtraCharts.ChartControl(); this.btn_Report = new DevExpress.XtraEditors.SimpleButton(); this.radioGroup_ReportType = new DevExpress.XtraEditors.RadioGroup(); this.radioGroup_ViewType = new DevExpress.XtraEditors.RadioGroup(); this.radioGroup_DataType = new DevExpress.XtraEditors.RadioGroup(); this.lookUp_Hospital = new DevExpress.XtraEditors.LookUpEdit(); this.date_End = new HL_FristAidPlatform_Public.TimeControl(); this.date_Start = new HL_FristAidPlatform_Public.TimeControl(); this.lbl_ViewType = new DevExpress.XtraEditors.LabelControl(); this.lbl_ReportType = new DevExpress.XtraEditors.LabelControl(); this.gridView_Chart = new DevExpress.XtraGrid.Views.Grid.GridView(); this.grid_Chart = new DevExpress.XtraGrid.GridControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.gridView_Detail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.grid_Detail = new DevExpress.XtraGrid.GridControl(); this.lbl_DataType = new DevExpress.XtraEditors.LabelControl(); this.lbl_Hospital = new DevExpress.XtraEditors.LabelControl(); this.lbl_Date = new DevExpress.XtraEditors.LabelControl(); this.lbl_Date_Info = new DevExpress.XtraEditors.LabelControl(); this.lbl_Title = new DevExpress.XtraEditors.LabelControl(); this.xtraScrollableControl = new DevExpress.XtraEditors.XtraScrollableControl(); this.panel_Sel = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.chart_Report1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_ReportType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_ViewType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_DataType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Hospital.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Chart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grid_Chart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Detail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grid_Detail)).BeginInit(); this.xtraScrollableControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panel_Sel)).BeginInit(); this.panel_Sel.SuspendLayout(); this.SuspendLayout(); // // chart_Report1 // xyDiagram1.AxisX.Label.TextPattern = "{A:yyyy-MM}"; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chart_Report1.Diagram = xyDiagram1; this.chart_Report1.Dock = System.Windows.Forms.DockStyle.Top; this.chart_Report1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chart_Report1.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside; this.chart_Report1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chart_Report1.Legend.Name = "Default Legend"; this.chart_Report1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True; this.chart_Report1.Location = new System.Drawing.Point(0, -149); this.chart_Report1.Name = "chart_Report1"; series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series1.Name = "平均时间"; series1.View = lineSeriesView1; this.chart_Report1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chart_Report1.Size = new System.Drawing.Size(1024, 338); this.chart_Report1.TabIndex = 13; chartTitle1.Font = new System.Drawing.Font("Tahoma", 12F); chartTitle1.Text = ""; this.chart_Report1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1}); // // btn_Report // this.btn_Report.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Report.ImageOptions.Image"))); this.btn_Report.Location = new System.Drawing.Point(682, 24); this.btn_Report.Name = "btn_Report"; this.btn_Report.Size = new System.Drawing.Size(96, 40); this.btn_Report.TabIndex = 12; this.btn_Report.Text = "统计"; this.btn_Report.Click += new System.EventHandler(this.btn_Report_Click); // // radioGroup_ReportType // this.radioGroup_ReportType.EditValue = "1"; this.radioGroup_ReportType.Location = new System.Drawing.Point(273, 41); this.radioGroup_ReportType.Name = "radioGroup_ReportType"; this.radioGroup_ReportType.Properties.AllowMouseWheel = false; this.radioGroup_ReportType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "月报表")}); this.radioGroup_ReportType.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow; this.radioGroup_ReportType.Size = new System.Drawing.Size(72, 23); this.radioGroup_ReportType.TabIndex = 11; // // radioGroup_ViewType // this.radioGroup_ViewType.EditValue = "1"; this.radioGroup_ViewType.Location = new System.Drawing.Point(428, 41); this.radioGroup_ViewType.Name = "radioGroup_ViewType"; this.radioGroup_ViewType.Properties.AllowMouseWheel = false; this.radioGroup_ViewType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "折线图"), new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "柱状图")}); this.radioGroup_ViewType.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow; this.radioGroup_ViewType.Size = new System.Drawing.Size(138, 23); this.radioGroup_ViewType.TabIndex = 9; this.radioGroup_ViewType.SelectedIndexChanged += new System.EventHandler(this.radioGroup_ViewType_SelectedIndexChanged); // // radioGroup_DataType // this.radioGroup_DataType.EditValue = "-1"; this.radioGroup_DataType.Location = new System.Drawing.Point(75, 42); this.radioGroup_DataType.Name = "radioGroup_DataType"; this.radioGroup_DataType.Properties.AllowMouseWheel = false; this.radioGroup_DataType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem("-1", "全部"), new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "已上传")}); this.radioGroup_DataType.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow; this.radioGroup_DataType.Size = new System.Drawing.Size(125, 23); this.radioGroup_DataType.TabIndex = 9; // // lookUp_Hospital // this.lookUp_Hospital.Location = new System.Drawing.Point(75, 12); this.lookUp_Hospital.Name = "lookUp_Hospital"; this.lookUp_Hospital.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_Hospital.Properties.NullText = "请选择"; this.lookUp_Hospital.Size = new System.Drawing.Size(270, 20); this.lookUp_Hospital.TabIndex = 3; // // date_End // this.date_End.BackColor = System.Drawing.Color.Transparent; this.date_End.defaultBoolean = DevExpress.Utils.DefaultBoolean.False; this.date_End.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMM; this.date_End.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.date_End.Location = new System.Drawing.Point(566, 12); this.date_End.Name = "date_End"; this.date_End.Size = new System.Drawing.Size(110, 21); this.date_End.TabIndex = 7; this.date_End.TimeValue = ""; // // date_Start // this.date_Start.BackColor = System.Drawing.Color.Transparent; this.date_Start.defaultBoolean = DevExpress.Utils.DefaultBoolean.False; this.date_Start.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMM; this.date_Start.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.date_Start.Location = new System.Drawing.Point(428, 12); this.date_Start.Name = "date_Start"; this.date_Start.Size = new System.Drawing.Size(110, 21); this.date_Start.TabIndex = 5; this.date_Start.TimeValue = ""; // // lbl_ViewType // this.lbl_ViewType.Location = new System.Drawing.Point(365, 45); this.lbl_ViewType.Name = "lbl_ViewType"; this.lbl_ViewType.Size = new System.Drawing.Size(60, 14); this.lbl_ViewType.TabIndex = 8; this.lbl_ViewType.Text = "图表类型:"; // // lbl_ReportType // this.lbl_ReportType.Location = new System.Drawing.Point(210, 45); this.lbl_ReportType.Name = "lbl_ReportType"; this.lbl_ReportType.Size = new System.Drawing.Size(60, 14); this.lbl_ReportType.TabIndex = 10; this.lbl_ReportType.Text = "报表类型:"; // // gridView_Chart // this.gridView_Chart.GridControl = this.grid_Chart; this.gridView_Chart.GroupPanelText = "点击列表月份可查看数据明细"; this.gridView_Chart.IndicatorWidth = 35; this.gridView_Chart.Name = "gridView_Chart"; this.gridView_Chart.OptionsBehavior.Editable = false; this.gridView_Chart.OptionsView.ShowGroupPanel = false; this.gridView_Chart.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView_Chart_CustomDrawRowIndicator); // // grid_Chart // this.grid_Chart.Dock = System.Windows.Forms.DockStyle.Top; this.grid_Chart.Location = new System.Drawing.Point(0, 219); this.grid_Chart.MainView = this.gridView_Chart; this.grid_Chart.Name = "grid_Chart"; this.grid_Chart.Size = new System.Drawing.Size(1024, 182); this.grid_Chart.TabIndex = 15; this.grid_Chart.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView_Chart}); this.grid_Chart.MouseClick += new System.Windows.Forms.MouseEventHandler(this.grid_Chart_MouseClick); // // labelControl1 // this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.Appearance.Options.UseTextOptions = true; this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.labelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.labelControl1.Location = new System.Drawing.Point(0, 401); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(1024, 30); this.labelControl1.TabIndex = 16; this.labelControl1.Text = "数据明细(双击患者跳转到时间轴界面)"; // // gridView_Detail // this.gridView_Detail.GridControl = this.grid_Detail; this.gridView_Detail.IndicatorWidth = 35; this.gridView_Detail.Name = "gridView_Detail"; this.gridView_Detail.OptionsBehavior.Editable = false; this.gridView_Detail.OptionsView.ShowGroupPanel = false; this.gridView_Detail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView_Detail_CustomDrawRowIndicator); // // grid_Detail // this.grid_Detail.Dock = System.Windows.Forms.DockStyle.Top; this.grid_Detail.Location = new System.Drawing.Point(0, 431); this.grid_Detail.MainView = this.gridView_Detail; this.grid_Detail.Name = "grid_Detail"; this.grid_Detail.Size = new System.Drawing.Size(1024, 222); this.grid_Detail.TabIndex = 17; this.grid_Detail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView_Detail}); this.grid_Detail.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.grid_Detail_MouseDoubleClick); // // lbl_DataType // this.lbl_DataType.Location = new System.Drawing.Point(12, 46); this.lbl_DataType.Name = "lbl_DataType"; this.lbl_DataType.Size = new System.Drawing.Size(60, 14); this.lbl_DataType.TabIndex = 8; this.lbl_DataType.Text = "数据类型:"; // // lbl_Hospital // this.lbl_Hospital.Location = new System.Drawing.Point(12, 15); this.lbl_Hospital.Name = "lbl_Hospital"; this.lbl_Hospital.Size = new System.Drawing.Size(60, 14); this.lbl_Hospital.TabIndex = 2; this.lbl_Hospital.Text = "统计医院:"; // // lbl_Date // this.lbl_Date.Location = new System.Drawing.Point(365, 15); this.lbl_Date.Name = "lbl_Date"; this.lbl_Date.Size = new System.Drawing.Size(60, 14); this.lbl_Date.TabIndex = 4; this.lbl_Date.Text = "统计时间:"; // // lbl_Date_Info // this.lbl_Date_Info.Location = new System.Drawing.Point(545, 15); this.lbl_Date_Info.Name = "lbl_Date_Info"; this.lbl_Date_Info.Size = new System.Drawing.Size(12, 14); this.lbl_Date_Info.TabIndex = 6; this.lbl_Date_Info.Text = "至"; // // lbl_Title // this.lbl_Title.Appearance.ForeColor = System.Drawing.Color.Red; this.lbl_Title.Appearance.Options.UseForeColor = true; this.lbl_Title.Appearance.Options.UseTextOptions = true; this.lbl_Title.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.lbl_Title.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lbl_Title.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.lbl_Title.Dock = System.Windows.Forms.DockStyle.Top; this.lbl_Title.Location = new System.Drawing.Point(0, 189); this.lbl_Title.Name = "lbl_Title"; this.lbl_Title.Size = new System.Drawing.Size(1024, 30); this.lbl_Title.TabIndex = 14; this.lbl_Title.Text = "点击列表月份可查看数据明细"; // // xtraScrollableControl // this.xtraScrollableControl.Controls.Add(this.grid_Detail); this.xtraScrollableControl.Controls.Add(this.labelControl1); this.xtraScrollableControl.Controls.Add(this.grid_Chart); this.xtraScrollableControl.Controls.Add(this.lbl_Title); this.xtraScrollableControl.Controls.Add(this.chart_Report1); this.xtraScrollableControl.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraScrollableControl.Location = new System.Drawing.Point(5, 78); this.xtraScrollableControl.Name = "xtraScrollableControl"; this.xtraScrollableControl.Size = new System.Drawing.Size(1041, 653); this.xtraScrollableControl.TabIndex = 4; // // panel_Sel // this.panel_Sel.Controls.Add(this.btn_Report); this.panel_Sel.Controls.Add(this.radioGroup_ReportType); this.panel_Sel.Controls.Add(this.radioGroup_ViewType); this.panel_Sel.Controls.Add(this.radioGroup_DataType); this.panel_Sel.Controls.Add(this.lookUp_Hospital); this.panel_Sel.Controls.Add(this.date_End); this.panel_Sel.Controls.Add(this.date_Start); this.panel_Sel.Controls.Add(this.lbl_ViewType); this.panel_Sel.Controls.Add(this.lbl_ReportType); this.panel_Sel.Controls.Add(this.lbl_DataType); this.panel_Sel.Controls.Add(this.lbl_Hospital); this.panel_Sel.Controls.Add(this.lbl_Date); this.panel_Sel.Controls.Add(this.lbl_Date_Info); this.panel_Sel.Dock = System.Windows.Forms.DockStyle.Top; this.panel_Sel.Location = new System.Drawing.Point(5, 5); this.panel_Sel.Name = "panel_Sel"; this.panel_Sel.Size = new System.Drawing.Size(1041, 73); this.panel_Sel.TabIndex = 3; // // Form_Report_Basic // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1051, 736); this.Controls.Add(this.xtraScrollableControl); this.Controls.Add(this.panel_Sel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form_Report_Basic"; this.Padding = new System.Windows.Forms.Padding(5); this.Text = "基层版指标分析"; this.Load += new System.EventHandler(this.Form_Report_Basic_Load); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chart_Report1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_ReportType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_ViewType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_DataType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Hospital.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Chart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grid_Chart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Detail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grid_Detail)).EndInit(); this.xtraScrollableControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panel_Sel)).EndInit(); this.panel_Sel.ResumeLayout(false); this.panel_Sel.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraCharts.ChartControl chart_Report1; private DevExpress.XtraEditors.SimpleButton btn_Report; private DevExpress.XtraEditors.RadioGroup radioGroup_ReportType; private DevExpress.XtraEditors.RadioGroup radioGroup_ViewType; private DevExpress.XtraEditors.RadioGroup radioGroup_DataType; private DevExpress.XtraEditors.LookUpEdit lookUp_Hospital; private HL_FristAidPlatform_Public.TimeControl date_End; private HL_FristAidPlatform_Public.TimeControl date_Start; private DevExpress.XtraEditors.LabelControl lbl_ViewType; private DevExpress.XtraEditors.LabelControl lbl_ReportType; private DevExpress.XtraGrid.Views.Grid.GridView gridView_Chart; private DevExpress.XtraGrid.GridControl grid_Chart; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView_Detail; private DevExpress.XtraGrid.GridControl grid_Detail; private DevExpress.XtraEditors.LabelControl lbl_DataType; private DevExpress.XtraEditors.LabelControl lbl_Hospital; private DevExpress.XtraEditors.LabelControl lbl_Date; private DevExpress.XtraEditors.LabelControl lbl_Date_Info; private DevExpress.XtraEditors.LabelControl lbl_Title; private DevExpress.XtraEditors.XtraScrollableControl xtraScrollableControl; private DevExpress.XtraEditors.PanelControl panel_Sel; } }