namespace HL_FristAidPlatform_ChestPain { partial class Form_PatientLog { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_PatientLog)); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.sbt_Excel = new DevExpress.XtraEditors.SimpleButton(); this.sbt_Query = new DevExpress.XtraEditors.SimpleButton(); this.sbt_All = new DevExpress.XtraEditors.SimpleButton(); this.sbt_Year = new DevExpress.XtraEditors.SimpleButton(); this.sbt_June = new DevExpress.XtraEditors.SimpleButton(); this.sbt_March = new DevExpress.XtraEditors.SimpleButton(); this.sbt_Month = new DevExpress.XtraEditors.SimpleButton(); this.time_endTime = new HL_FristAidPlatform_Public.TimeControl(); this.time_startTime = new HL_FristAidPlatform_Public.TimeControl(); this.labelControl14 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); 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.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.sbt_Excel); this.panelControl1.Controls.Add(this.sbt_Query); this.panelControl1.Controls.Add(this.sbt_All); this.panelControl1.Controls.Add(this.sbt_Year); this.panelControl1.Controls.Add(this.sbt_June); this.panelControl1.Controls.Add(this.sbt_March); this.panelControl1.Controls.Add(this.sbt_Month); this.panelControl1.Controls.Add(this.time_endTime); this.panelControl1.Controls.Add(this.time_startTime); this.panelControl1.Controls.Add(this.labelControl14); this.panelControl1.Controls.Add(this.labelControl3); 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(1142, 71); this.panelControl1.TabIndex = 2; // // sbt_Excel // this.sbt_Excel.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.sbt_Excel.Appearance.Options.UseFont = true; this.sbt_Excel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("sbt_Excel.ImageOptions.Image"))); this.sbt_Excel.Location = new System.Drawing.Point(1012, 18); this.sbt_Excel.Name = "sbt_Excel"; this.sbt_Excel.Size = new System.Drawing.Size(118, 30); this.sbt_Excel.TabIndex = 32; this.sbt_Excel.Text = "生成Excel"; this.sbt_Excel.Click += new System.EventHandler(this.sbt_Excel_Click); // // sbt_Query // this.sbt_Query.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.sbt_Query.Appearance.Options.UseFont = true; this.sbt_Query.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("sbt_Query.ImageOptions.Image"))); this.sbt_Query.Location = new System.Drawing.Point(436, 18); this.sbt_Query.Name = "sbt_Query"; this.sbt_Query.Size = new System.Drawing.Size(75, 30); this.sbt_Query.TabIndex = 31; this.sbt_Query.Text = "查询"; this.sbt_Query.Click += new System.EventHandler(this.sbt_Query_Click); // // sbt_All // this.sbt_All.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.sbt_All.Appearance.Options.UseFont = true; this.sbt_All.Location = new System.Drawing.Point(923, 18); this.sbt_All.Name = "sbt_All"; this.sbt_All.Size = new System.Drawing.Size(75, 30); this.sbt_All.TabIndex = 30; this.sbt_All.Text = "全部"; this.sbt_All.Click += new System.EventHandler(this.sbt_All_Click); // // sbt_Year // this.sbt_Year.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.sbt_Year.Appearance.Options.UseFont = true; this.sbt_Year.Location = new System.Drawing.Point(824, 18); this.sbt_Year.Name = "sbt_Year"; this.sbt_Year.Size = new System.Drawing.Size(75, 30); this.sbt_Year.TabIndex = 29; this.sbt_Year.Text = "近一年"; this.sbt_Year.Click += new System.EventHandler(this.sbt_Year_Click); // // sbt_June // this.sbt_June.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.sbt_June.Appearance.Options.UseFont = true; this.sbt_June.Location = new System.Drawing.Point(725, 18); this.sbt_June.Name = "sbt_June"; this.sbt_June.Size = new System.Drawing.Size(75, 30); this.sbt_June.TabIndex = 28; this.sbt_June.Text = "近六月"; this.sbt_June.Click += new System.EventHandler(this.sbt_June_Click); // // sbt_March // this.sbt_March.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.sbt_March.Appearance.Options.UseFont = true; this.sbt_March.Location = new System.Drawing.Point(626, 18); this.sbt_March.Name = "sbt_March"; this.sbt_March.Size = new System.Drawing.Size(75, 30); this.sbt_March.TabIndex = 27; this.sbt_March.Text = "近三月"; this.sbt_March.Click += new System.EventHandler(this.sbt_March_Click); // // sbt_Month // this.sbt_Month.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.sbt_Month.Appearance.Options.UseFont = true; this.sbt_Month.Location = new System.Drawing.Point(527, 18); this.sbt_Month.Name = "sbt_Month"; this.sbt_Month.Size = new System.Drawing.Size(75, 30); this.sbt_Month.TabIndex = 26; this.sbt_Month.Text = "本月"; this.sbt_Month.Click += new System.EventHandler(this.sbt_Month_Click); // // 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.yyyyMMdd; this.time_endTime.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.time_endTime.Location = new System.Drawing.Point(278, 23); this.time_endTime.Name = "time_endTime"; this.time_endTime.Size = new System.Drawing.Size(140, 20); this.time_endTime.TabIndex = 25; this.time_endTime.TimeValue = ""; // // time_startTime // this.time_startTime.BackColor = System.Drawing.Color.Transparent; this.time_startTime.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.time_startTime.Font = new System.Drawing.Font("Tahoma", 11F); this.time_startTime.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd; this.time_startTime.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.time_startTime.Location = new System.Drawing.Point(102, 23); this.time_startTime.Name = "time_startTime"; this.time_startTime.Size = new System.Drawing.Size(140, 20); this.time_startTime.TabIndex = 24; this.time_startTime.TimeValue = ""; // // labelControl14 // this.labelControl14.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl14.Appearance.Options.UseFont = true; this.labelControl14.Location = new System.Drawing.Point(21, 24); this.labelControl14.Name = "labelControl14"; this.labelControl14.Size = new System.Drawing.Size(75, 18); this.labelControl14.TabIndex = 23; this.labelControl14.Text = "登记时间:"; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Location = new System.Drawing.Point(254, 24); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(15, 18); this.labelControl3.TabIndex = 22; this.labelControl3.Text = "至"; // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(0, 71); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(1142, 560); this.gridControl1.TabIndex = 3; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F); this.gridView1.Appearance.HeaderPanel.Options.UseFont = true; this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 11F); this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.Appearance.Row.Options.UseTextOptions = true; this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn3, this.gridColumn4, this.gridColumn5, this.gridColumn6, this.gridColumn7}); this.gridView1.GridControl = this.gridControl1; this.gridView1.IndicatorWidth = 40; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.ReadOnly = true; this.gridView1.RowHeight = 35; this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator); // // gridColumn1 // this.gridColumn1.Caption = "姓名"; this.gridColumn1.FieldName = "Name"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; // // gridColumn2 // this.gridColumn2.Caption = "性别"; this.gridColumn2.FieldName = "Gender"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; // // gridColumn3 // this.gridColumn3.Caption = "年龄"; this.gridColumn3.FieldName = "Age"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 2; // // gridColumn4 // this.gridColumn4.Caption = "首次医疗接触"; this.gridColumn4.FieldName = "First_MC_Time"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 3; // // gridColumn5 // this.gridColumn5.Caption = "诊断"; this.gridColumn5.FieldName = "CP_Diagnosis_Code"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 4; // // gridColumn6 // this.gridColumn6.Caption = "接诊医生"; this.gridColumn6.FieldName = "First_Doctor_Name"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 5; // // gridColumn7 // this.gridColumn7.Caption = "病人去向"; this.gridColumn7.FieldName = "OutCome_Code"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 6; // // Form_PatientLog // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1142, 631); this.Controls.Add(this.gridControl1); this.Controls.Add(this.panelControl1); this.Name = "Form_PatientLog"; this.Text = "患者列表"; this.Load += new System.EventHandler(this.Form_PatientLog_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton sbt_Excel; private DevExpress.XtraEditors.SimpleButton sbt_Query; private DevExpress.XtraEditors.SimpleButton sbt_All; private DevExpress.XtraEditors.SimpleButton sbt_Year; private DevExpress.XtraEditors.SimpleButton sbt_June; private DevExpress.XtraEditors.SimpleButton sbt_March; private DevExpress.XtraEditors.SimpleButton sbt_Month; private HL_FristAidPlatform_Public.TimeControl time_endTime; private HL_FristAidPlatform_Public.TimeControl time_startTime; private DevExpress.XtraEditors.LabelControl labelControl14; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; 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; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; } }