91 lines
3.9 KiB
C#
91 lines
3.9 KiB
C#
|
|
namespace HL_FristAidPlatform_Apoplexy
|
|
{
|
|
partial class Form_Patient_QualityControl
|
|
{
|
|
/// <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()
|
|
{
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
this.richEditControl1 = new DevExpress.XtraRichEdit.RichEditControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
this.panelControl2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 641);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(1352, 6);
|
|
this.panelControl1.TabIndex = 0;
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl2.Controls.Add(this.richEditControl1);
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl2.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(1352, 641);
|
|
this.panelControl2.TabIndex = 1;
|
|
//
|
|
// richEditControl1
|
|
//
|
|
this.richEditControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.richEditControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.richEditControl1.Name = "richEditControl1";
|
|
this.richEditControl1.Size = new System.Drawing.Size(1352, 641);
|
|
this.richEditControl1.TabIndex = 0;
|
|
//
|
|
// Form_Patient_QualityControl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1352, 647);
|
|
this.Controls.Add(this.panelControl2);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.MaximizeBox = false;
|
|
this.Name = "Form_Patient_QualityControl";
|
|
this.Text = "卒中患者病例维护";
|
|
this.Load += new System.EventHandler(this.Form_Patient_QualityControl_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
this.panelControl2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
private DevExpress.XtraRichEdit.RichEditControl richEditControl1;
|
|
}
|
|
} |