200 lines
9.1 KiB
C#
200 lines
9.1 KiB
C#
namespace AIMS.OperationAanesthesia
|
|
{
|
|
partial class frmKnowledgeBase
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmKnowledgeBase));
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.TVknow = new System.Windows.Forms.TreeView();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.Search = new System.Windows.Forms.Button();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.tsbExit = new System.Windows.Forms.Button();
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
this.panel2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.panel4.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panel5.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.groupBox1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel2.Location = new System.Drawing.Point(0, 40);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(280, 571);
|
|
this.panel2.TabIndex = 1;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.BackColor = System.Drawing.Color.White;
|
|
this.groupBox1.Controls.Add(this.TVknow);
|
|
this.groupBox1.Controls.Add(this.panel4);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(280, 571);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "知识库书名";
|
|
//
|
|
// TVknow
|
|
//
|
|
this.TVknow.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.TVknow.Location = new System.Drawing.Point(3, 84);
|
|
this.TVknow.Name = "TVknow";
|
|
this.TVknow.Size = new System.Drawing.Size(274, 484);
|
|
this.TVknow.TabIndex = 0;
|
|
this.TVknow.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TVknow_AfterSelect);
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.panel4.Controls.Add(this.Search);
|
|
this.panel4.Controls.Add(this.textBox1);
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel4.Location = new System.Drawing.Point(3, 23);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(274, 61);
|
|
this.panel4.TabIndex = 0;
|
|
//
|
|
// Search
|
|
//
|
|
this.Search.FlatAppearance.BorderSize = 0;
|
|
this.Search.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.Search.Location = new System.Drawing.Point(200, 18);
|
|
this.Search.Name = "Search";
|
|
this.Search.Size = new System.Drawing.Size(45, 59);
|
|
this.Search.TabIndex = 0;
|
|
this.Search.UseVisualStyleBackColor = true;
|
|
this.Search.Click += new System.EventHandler(this.Search_Click);
|
|
this.Search.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Search_KeyDown);
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(9, 18);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(250, 27);
|
|
this.textBox1.TabIndex = 0;
|
|
this.textBox1.Click += new System.EventHandler(this.textBox1_Click);
|
|
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Search_KeyDown);
|
|
this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave);
|
|
this.textBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.textBox1_MouseDown);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.tsbExit);
|
|
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(1020, 40);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// tsbExit
|
|
//
|
|
this.tsbExit.BackColor = System.Drawing.Color.Transparent;
|
|
this.tsbExit.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.tsbExit.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.tsbExit.FlatAppearance.BorderSize = 0;
|
|
this.tsbExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.tsbExit.Location = new System.Drawing.Point(930, 0);
|
|
this.tsbExit.Name = "tsbExit";
|
|
this.tsbExit.Size = new System.Drawing.Size(90, 40);
|
|
this.tsbExit.TabIndex = 0;
|
|
this.tsbExit.Text = "关闭";
|
|
this.tsbExit.UseVisualStyleBackColor = false;
|
|
this.tsbExit.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// panel5
|
|
//
|
|
this.panel5.Controls.Add(this.richTextBox1);
|
|
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel5.Location = new System.Drawing.Point(280, 40);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(740, 571);
|
|
this.panel5.TabIndex = 3;
|
|
//
|
|
// richTextBox1
|
|
//
|
|
this.richTextBox1.BackColor = System.Drawing.Color.White;
|
|
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.richTextBox1.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.richTextBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.richTextBox1.Name = "richTextBox1";
|
|
this.richTextBox1.ReadOnly = true;
|
|
this.richTextBox1.Size = new System.Drawing.Size(740, 571);
|
|
this.richTextBox1.TabIndex = 0;
|
|
this.richTextBox1.Text = "";
|
|
//
|
|
// frmKnowledgeBase
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1020, 611);
|
|
this.Controls.Add(this.panel5);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmKnowledgeBase";
|
|
this.ShowIcon = false;
|
|
this.Text = "知识库";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.KnowledgeBase_Load);
|
|
this.panel2.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.panel4.ResumeLayout(false);
|
|
this.panel4.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel5.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button tsbExit;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.TreeView TVknow;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Button Search;
|
|
private System.Windows.Forms.Panel panel5;
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
}
|
|
} |