284 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			284 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace AIMS.DocManager
 | |
| {
 | |
|     partial class frmDocument
 | |
|     {
 | |
|         /// <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.components = new System.ComponentModel.Container();
 | |
|             this.panel2 = new System.Windows.Forms.Panel();
 | |
|             this.panel3 = new System.Windows.Forms.Panel();
 | |
|             this.tsbDoc = new DevComponents.DotNetBar.TabControl();
 | |
|             this.expandableSplitter2 = new DevComponents.DotNetBar.ExpandableSplitter();
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
 | |
|             this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
 | |
|             this.lblPatient = new DevComponents.DotNetBar.LabelX();
 | |
|             this.btnSel = new DevComponents.DotNetBar.ButtonX();
 | |
|             this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
 | |
|             this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
 | |
|             this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
 | |
|             this.panel2.SuspendLayout();
 | |
|             this.panel3.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.tsbDoc)).BeginInit();
 | |
|             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.Controls.Add(this.expandablePanel1);
 | |
|             this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.panel2.Location = new System.Drawing.Point(0, 0);
 | |
|             this.panel2.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.panel2.Name = "panel2";
 | |
|             this.panel2.Size = new System.Drawing.Size(1074, 542);
 | |
|             this.panel2.TabIndex = 1;
 | |
|             // 
 | |
|             // panel3
 | |
|             // 
 | |
|             this.panel3.Controls.Add(this.tsbDoc);
 | |
|             this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.panel3.Font = new System.Drawing.Font("宋体", 9.5F);
 | |
|             this.panel3.Location = new System.Drawing.Point(171, 53);
 | |
|             this.panel3.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.panel3.Name = "panel3";
 | |
|             this.panel3.Size = new System.Drawing.Size(903, 489);
 | |
|             this.panel3.TabIndex = 3;
 | |
|             // 
 | |
|             // tsbDoc
 | |
|             // 
 | |
|             this.tsbDoc.AutoCloseTabs = true;
 | |
|             this.tsbDoc.BackColor = System.Drawing.Color.White;
 | |
|             this.tsbDoc.CanReorderTabs = true;
 | |
|             this.tsbDoc.CloseButtonOnTabsVisible = true;
 | |
|             this.tsbDoc.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Right;
 | |
|             this.tsbDoc.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tsbDoc.ForeColor = System.Drawing.Color.Black;
 | |
|             this.tsbDoc.Location = new System.Drawing.Point(0, 0);
 | |
|             this.tsbDoc.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.tsbDoc.Name = "tsbDoc";
 | |
|             this.tsbDoc.SelectedTabFont = new System.Drawing.Font("宋体", 9.5F, System.Drawing.FontStyle.Bold);
 | |
|             this.tsbDoc.SelectedTabIndex = 0;
 | |
|             this.tsbDoc.Size = new System.Drawing.Size(903, 489);
 | |
|             this.tsbDoc.TabIndex = 0;
 | |
|             this.tsbDoc.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.MultilineNoNavigationBox;
 | |
|             // 
 | |
|             // 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(171, 45);
 | |
|             this.expandableSplitter2.Name = "expandableSplitter2";
 | |
|             this.expandableSplitter2.Size = new System.Drawing.Size(903, 8);
 | |
|             this.expandableSplitter2.TabIndex = 2;
 | |
|             this.expandableSplitter2.TabStop = false;
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.Controls.Add(this.panelEx1);
 | |
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel1.Location = new System.Drawing.Point(171, 0);
 | |
|             this.panel1.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Size = new System.Drawing.Size(903, 45);
 | |
|             this.panel1.TabIndex = 1;
 | |
|             // 
 | |
|             // panelEx1
 | |
|             // 
 | |
|             this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
 | |
|             this.panelEx1.Controls.Add(this.buttonX1);
 | |
|             this.panelEx1.Controls.Add(this.lblPatient);
 | |
|             this.panelEx1.Controls.Add(this.btnSel);
 | |
|             this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty;
 | |
|             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.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.panelEx1.Name = "panelEx1";
 | |
|             this.panelEx1.Size = new System.Drawing.Size(903, 45);
 | |
|             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;
 | |
|             // 
 | |
|             // buttonX1
 | |
|             // 
 | |
|             this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
|             this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
|             this.buttonX1.Location = new System.Drawing.Point(86, 10);
 | |
|             this.buttonX1.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.buttonX1.Name = "buttonX1";
 | |
|             this.buttonX1.Size = new System.Drawing.Size(70, 23);
 | |
|             this.buttonX1.TabIndex = 4;
 | |
|             this.buttonX1.Text = "数据中心";
 | |
|             this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
 | |
|             // 
 | |
|             // lblPatient
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.lblPatient.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
|             this.lblPatient.Location = new System.Drawing.Point(161, 10);
 | |
|             this.lblPatient.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.lblPatient.Name = "lblPatient";
 | |
|             this.lblPatient.Size = new System.Drawing.Size(740, 26);
 | |
|             this.lblPatient.TabIndex = 5;
 | |
|             // 
 | |
|             // btnSel
 | |
|             // 
 | |
|             this.btnSel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
|             this.btnSel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
|             this.btnSel.Location = new System.Drawing.Point(12, 10);
 | |
|             this.btnSel.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.btnSel.Name = "btnSel";
 | |
|             this.btnSel.Size = new System.Drawing.Size(70, 23);
 | |
|             this.btnSel.TabIndex = 4;
 | |
|             this.btnSel.Text = "批量打印";
 | |
|             this.btnSel.Click += new System.EventHandler(this.btnSel_Click);
 | |
|             // 
 | |
|             // expandablePanel1
 | |
|             // 
 | |
|             this.expandablePanel1.CanvasColor = System.Drawing.SystemColors.Control;
 | |
|             this.expandablePanel1.CollapseDirection = DevComponents.DotNetBar.eCollapseDirection.RightToLeft;
 | |
|             this.expandablePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
 | |
|             this.expandablePanel1.DisabledBackColor = System.Drawing.Color.Empty;
 | |
|             this.expandablePanel1.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.expandablePanel1.Font = new System.Drawing.Font("宋体", 9.5F);
 | |
|             this.expandablePanel1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.expandablePanel1.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.expandablePanel1.Name = "expandablePanel1";
 | |
|             this.expandablePanel1.Size = new System.Drawing.Size(171, 542);
 | |
|             this.expandablePanel1.Style.Alignment = System.Drawing.StringAlignment.Center;
 | |
|             this.expandablePanel1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
 | |
|             this.expandablePanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
 | |
|             this.expandablePanel1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
 | |
|             this.expandablePanel1.Style.GradientAngle = 90;
 | |
|             this.expandablePanel1.TabIndex = 0;
 | |
|             this.expandablePanel1.TitleHeight = 21;
 | |
|             this.expandablePanel1.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
 | |
|             this.expandablePanel1.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
 | |
|             this.expandablePanel1.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
 | |
|             this.expandablePanel1.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
 | |
|             this.expandablePanel1.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
 | |
|             this.expandablePanel1.TitleStyle.GradientAngle = 90;
 | |
|             this.expandablePanel1.TitleText = "文档目录";
 | |
|             // 
 | |
|             // tabControlPanel1
 | |
|             // 
 | |
|             this.tabControlPanel1.DisabledBackColor = System.Drawing.Color.Empty;
 | |
|             this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tabControlPanel1.Location = new System.Drawing.Point(0, 28);
 | |
|             this.tabControlPanel1.Name = "tabControlPanel1";
 | |
|             this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
 | |
|             this.tabControlPanel1.Size = new System.Drawing.Size(992, 495);
 | |
|             this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(242)))), ((int)(((byte)(232)))));
 | |
|             this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.White;
 | |
|             this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
 | |
|             this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(172)))), ((int)(((byte)(168)))), ((int)(((byte)(153)))));
 | |
|             this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) 
 | |
|             | DevComponents.DotNetBar.eBorderSide.Bottom)));
 | |
|             this.tabControlPanel1.Style.GradientAngle = 90;
 | |
|             this.tabControlPanel1.TabIndex = 1;
 | |
|             this.tabControlPanel1.TabItem = this.tabItem1;
 | |
|             // 
 | |
|             // tabItem1
 | |
|             // 
 | |
|             this.tabItem1.AttachedControl = this.tabControlPanel1;
 | |
|             this.tabItem1.Name = "tabItem1";
 | |
|             this.tabItem1.Text = "tabItem1";
 | |
|             // 
 | |
|             // frmDocument
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(1074, 542);
 | |
|             this.Controls.Add(this.panel2);
 | |
|             this.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.MinimizeBox = false;
 | |
|             this.Name = "frmDocument";
 | |
|             this.ShowIcon = false;
 | |
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
|             this.Text = "医疗文书";
 | |
|             this.Load += new System.EventHandler(this.frmDocument2_Load);
 | |
|             this.panel2.ResumeLayout(false);
 | |
|             this.panel3.ResumeLayout(false);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.tsbDoc)).EndInit();
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.panelEx1.ResumeLayout(false);
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.Panel panel2;
 | |
|         private DevComponents.DotNetBar.ExpandablePanel expandablePanel1;
 | |
|         private System.Windows.Forms.Panel panel1;
 | |
|         private System.Windows.Forms.Panel panel3;
 | |
|         private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter2;
 | |
|         private DevComponents.DotNetBar.PanelEx panelEx1;
 | |
|         private DevComponents.DotNetBar.LabelX lblPatient;
 | |
|         private DevComponents.DotNetBar.ButtonX btnSel;
 | |
|         private DevComponents.DotNetBar.TabControl tsbDoc;
 | |
|         private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
 | |
|         private DevComponents.DotNetBar.TabItem tabItem1;
 | |
|         private DevComponents.DotNetBar.ButtonX buttonX1;
 | |
|     }
 | |
| } |