160 lines
9.0 KiB
C#
160 lines
9.0 KiB
C#
namespace AIMS.DocManager
|
|
{
|
|
partial class frmDocumentSingle
|
|
{
|
|
/// <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.panel2 = new System.Windows.Forms.Panel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.lblPatient = new DevComponents.DotNetBar.LabelX();
|
|
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
|
|
this.expandableSplitter2 = new DevComponents.DotNetBar.ExpandableSplitter();
|
|
this.panel2.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panelEx1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.panel3);
|
|
this.panel2.Controls.Add(this.expandableSplitter2);
|
|
this.panel2.Controls.Add(this.panel1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1063, 610);
|
|
this.panel2.TabIndex = 2;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Font = new System.Drawing.Font("宋体", 9.5F);
|
|
this.panel3.Location = new System.Drawing.Point(0, 66);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(1063, 544);
|
|
this.panel3.TabIndex = 3;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.panelEx1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1063, 56);
|
|
this.panel1.TabIndex = 1;
|
|
this.panel1.Visible = false;
|
|
//
|
|
// lblPatient
|
|
//
|
|
this.lblPatient.Location = new System.Drawing.Point(28, 12);
|
|
this.lblPatient.Name = "lblPatient";
|
|
this.lblPatient.Size = new System.Drawing.Size(986, 32);
|
|
this.lblPatient.TabIndex = 5;
|
|
//
|
|
// panelEx1
|
|
//
|
|
this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.panelEx1.Controls.Add(this.lblPatient);
|
|
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelEx1.Font = new System.Drawing.Font("宋体", 9.5F);
|
|
this.panelEx1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelEx1.Name = "panelEx1";
|
|
this.panelEx1.Size = new System.Drawing.Size(1063, 56);
|
|
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.panelEx1.Style.BackColor1.Color = System.Drawing.Color.AliceBlue;
|
|
this.panelEx1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
|
|
this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.panelEx1.Style.BorderColor.Color = System.Drawing.Color.AliceBlue;
|
|
this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.panelEx1.Style.GradientAngle = 90;
|
|
this.panelEx1.TabIndex = 0;
|
|
this.panelEx1.Visible = false;
|
|
//
|
|
// expandableSplitter2
|
|
//
|
|
this.expandableSplitter2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(89)))), ((int)(((byte)(135)))), ((int)(((byte)(214)))));
|
|
this.expandableSplitter2.BackColor2 = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
this.expandableSplitter2.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
|
|
this.expandableSplitter2.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.expandableSplitter2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.expandableSplitter2.ExpandableControl = this.panel1;
|
|
this.expandableSplitter2.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(45)))), ((int)(((byte)(150)))));
|
|
this.expandableSplitter2.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter2.ExpandLineColor = System.Drawing.SystemColors.ControlText;
|
|
this.expandableSplitter2.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter2.ForeColor = System.Drawing.Color.Black;
|
|
this.expandableSplitter2.GripDarkColor = System.Drawing.SystemColors.ControlText;
|
|
this.expandableSplitter2.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter2.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
|
|
this.expandableSplitter2.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.expandableSplitter2.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(142)))), ((int)(((byte)(75)))));
|
|
this.expandableSplitter2.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(207)))), ((int)(((byte)(139)))));
|
|
this.expandableSplitter2.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
|
|
this.expandableSplitter2.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
|
|
this.expandableSplitter2.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(45)))), ((int)(((byte)(150)))));
|
|
this.expandableSplitter2.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter2.HotExpandLineColor = System.Drawing.SystemColors.ControlText;
|
|
this.expandableSplitter2.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter2.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(45)))), ((int)(((byte)(150)))));
|
|
this.expandableSplitter2.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter2.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
|
|
this.expandableSplitter2.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.expandableSplitter2.Location = new System.Drawing.Point(0, 56);
|
|
this.expandableSplitter2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.expandableSplitter2.Name = "expandableSplitter2";
|
|
this.expandableSplitter2.Size = new System.Drawing.Size(1063, 10);
|
|
this.expandableSplitter2.TabIndex = 2;
|
|
this.expandableSplitter2.TabStop = false;
|
|
this.expandableSplitter2.Visible = false;
|
|
//
|
|
// frmDocumentSingle
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1063, 610);
|
|
this.Controls.Add(this.panel2);
|
|
this.Name = "frmDocumentSingle";
|
|
this.Load += new System.EventHandler(this.frmDocumentSingle_Load);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panelEx1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter2;
|
|
private DevComponents.DotNetBar.PanelEx panelEx1;
|
|
private DevComponents.DotNetBar.LabelX lblPatient;
|
|
|
|
}
|
|
} |