574 lines
		
	
	
		
			27 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			574 lines
		
	
	
		
			27 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace DocumentManagement
 | |
| {
 | |
|     partial class frmKB
 | |
|     {
 | |
|         /// <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.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.panel3 = new System.Windows.Forms.Panel();
 | |
|             this.groupBox4 = new System.Windows.Forms.GroupBox();
 | |
|             this.label4 = new System.Windows.Forms.Label();
 | |
|             this.label2 = new System.Windows.Forms.Label();
 | |
|             this.label5 = new System.Windows.Forms.Label();
 | |
|             this.label6 = new System.Windows.Forms.Label();
 | |
|             this.groupBox2 = new System.Windows.Forms.GroupBox();
 | |
|             this.panel5 = new System.Windows.Forms.Panel();
 | |
|             this.panel6 = new System.Windows.Forms.Panel();
 | |
|             this.btnReflection = new System.Windows.Forms.Button();
 | |
|             this.txtReflection = new System.Windows.Forms.TextBox();
 | |
|             this.label7 = new System.Windows.Forms.Label();
 | |
|             this.rtbSQL = new System.Windows.Forms.RichTextBox();
 | |
|             this.dgvItems = new System.Windows.Forms.DataGridView();
 | |
|             this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.btnClear = new System.Windows.Forms.Button();
 | |
|             this.panel4 = new System.Windows.Forms.Panel();
 | |
|             this.rdReflection = new System.Windows.Forms.RadioButton();
 | |
|             this.rdSQL = new System.Windows.Forms.RadioButton();
 | |
|             this.rdList = new System.Windows.Forms.RadioButton();
 | |
|             this.btnSave = new System.Windows.Forms.Button();
 | |
|             this.btnDel = new System.Windows.Forms.Button();
 | |
|             this.groupBox1 = new System.Windows.Forms.GroupBox();
 | |
|             this.cboReLoad = new System.Windows.Forms.CheckBox();
 | |
|             this.btnSelect = new System.Windows.Forms.Button();
 | |
|             this.txtParentName = new System.Windows.Forms.TextBox();
 | |
|             this.label1 = new System.Windows.Forms.Label();
 | |
|             this.txtViewName = new System.Windows.Forms.TextBox();
 | |
|             this.txtName = new System.Windows.Forms.TextBox();
 | |
|             this.label8 = new System.Windows.Forms.Label();
 | |
|             this.label3 = new System.Windows.Forms.Label();
 | |
|             this.panel2 = new System.Windows.Forms.Panel();
 | |
|             this.tvwKB = new DCSoft.Writer.Controls.KBTreeView();
 | |
|             this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
 | |
|             this.新建目录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
|             this.添加子目录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
|             this.上移ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
|             this.下移ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
|             this.panel1.SuspendLayout();
 | |
|             this.panel3.SuspendLayout();
 | |
|             this.groupBox4.SuspendLayout();
 | |
|             this.groupBox2.SuspendLayout();
 | |
|             this.panel5.SuspendLayout();
 | |
|             this.panel6.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dgvItems)).BeginInit();
 | |
|             this.panel4.SuspendLayout();
 | |
|             this.groupBox1.SuspendLayout();
 | |
|             this.panel2.SuspendLayout();
 | |
|             this.contextMenuStrip2.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.BackColor = System.Drawing.SystemColors.Control;
 | |
|             this.panel1.Controls.Add(this.panel3);
 | |
|             this.panel1.Controls.Add(this.panel2);
 | |
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.panel1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.panel1.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Size = new System.Drawing.Size(1136, 562);
 | |
|             this.panel1.TabIndex = 1;
 | |
|             // 
 | |
|             // panel3
 | |
|             // 
 | |
|             this.panel3.Controls.Add(this.groupBox4);
 | |
|             this.panel3.Controls.Add(this.groupBox2);
 | |
|             this.panel3.Controls.Add(this.groupBox1);
 | |
|             this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.panel3.Location = new System.Drawing.Point(288, 0);
 | |
|             this.panel3.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.panel3.Name = "panel3";
 | |
|             this.panel3.Size = new System.Drawing.Size(848, 562);
 | |
|             this.panel3.TabIndex = 2;
 | |
|             // 
 | |
|             // groupBox4
 | |
|             // 
 | |
|             this.groupBox4.AutoSize = true;
 | |
|             this.groupBox4.Controls.Add(this.label4);
 | |
|             this.groupBox4.Controls.Add(this.label2);
 | |
|             this.groupBox4.Controls.Add(this.label5);
 | |
|             this.groupBox4.Controls.Add(this.label6);
 | |
|             this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.groupBox4.Location = new System.Drawing.Point(0, 436);
 | |
|             this.groupBox4.Name = "groupBox4";
 | |
|             this.groupBox4.Size = new System.Drawing.Size(848, 126);
 | |
|             this.groupBox4.TabIndex = 569;
 | |
|             this.groupBox4.TabStop = false;
 | |
|             this.groupBox4.Text = "表信息维护功能";
 | |
|             // 
 | |
|             // label4
 | |
|             // 
 | |
|             this.label4.AutoSize = true;
 | |
|             this.label4.Location = new System.Drawing.Point(35, 53);
 | |
|             this.label4.Name = "label4";
 | |
|             this.label4.Size = new System.Drawing.Size(137, 12);
 | |
|             this.label4.TabIndex = 3;
 | |
|             this.label4.Text = "双击节点可以编辑或删除";
 | |
|             // 
 | |
|             // label2
 | |
|             // 
 | |
|             this.label2.AutoSize = true;
 | |
|             this.label2.Location = new System.Drawing.Point(35, 26);
 | |
|             this.label2.Name = "label2";
 | |
|             this.label2.Size = new System.Drawing.Size(173, 12);
 | |
|             this.label2.TabIndex = 2;
 | |
|             this.label2.Text = "在知识树上点右键可以移动目录";
 | |
|             // 
 | |
|             // label5
 | |
|             // 
 | |
|             this.label5.AutoSize = true;
 | |
|             this.label5.Location = new System.Drawing.Point(18, 53);
 | |
|             this.label5.Name = "label5";
 | |
|             this.label5.Size = new System.Drawing.Size(17, 12);
 | |
|             this.label5.TabIndex = 1;
 | |
|             this.label5.Text = "2.";
 | |
|             // 
 | |
|             // label6
 | |
|             // 
 | |
|             this.label6.AutoSize = true;
 | |
|             this.label6.Location = new System.Drawing.Point(18, 26);
 | |
|             this.label6.Name = "label6";
 | |
|             this.label6.Size = new System.Drawing.Size(17, 12);
 | |
|             this.label6.TabIndex = 0;
 | |
|             this.label6.Text = "1.";
 | |
|             // 
 | |
|             // groupBox2
 | |
|             // 
 | |
|             this.groupBox2.Controls.Add(this.panel5);
 | |
|             this.groupBox2.Controls.Add(this.btnClear);
 | |
|             this.groupBox2.Controls.Add(this.panel4);
 | |
|             this.groupBox2.Controls.Add(this.btnSave);
 | |
|             this.groupBox2.Controls.Add(this.btnDel);
 | |
|             this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.groupBox2.Font = new System.Drawing.Font("宋体", 10.5F);
 | |
|             this.groupBox2.Location = new System.Drawing.Point(0, 95);
 | |
|             this.groupBox2.Name = "groupBox2";
 | |
|             this.groupBox2.Size = new System.Drawing.Size(848, 341);
 | |
|             this.groupBox2.TabIndex = 1;
 | |
|             this.groupBox2.TabStop = false;
 | |
|             this.groupBox2.Text = "知识点样式 ";
 | |
|             // 
 | |
|             // panel5
 | |
|             // 
 | |
|             this.panel5.Controls.Add(this.panel6);
 | |
|             this.panel5.Controls.Add(this.rtbSQL);
 | |
|             this.panel5.Controls.Add(this.dgvItems);
 | |
|             this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel5.Location = new System.Drawing.Point(3, 68);
 | |
|             this.panel5.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.panel5.Name = "panel5";
 | |
|             this.panel5.Size = new System.Drawing.Size(842, 217);
 | |
|             this.panel5.TabIndex = 10;
 | |
|             // 
 | |
|             // panel6
 | |
|             // 
 | |
|             this.panel6.BackColor = System.Drawing.SystemColors.ButtonHighlight;
 | |
|             this.panel6.Controls.Add(this.btnReflection);
 | |
|             this.panel6.Controls.Add(this.txtReflection);
 | |
|             this.panel6.Controls.Add(this.label7);
 | |
|             this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel6.Font = new System.Drawing.Font("宋体", 10.5F);
 | |
|             this.panel6.Location = new System.Drawing.Point(467, 0);
 | |
|             this.panel6.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.panel6.Name = "panel6";
 | |
|             this.panel6.Size = new System.Drawing.Size(375, 217);
 | |
|             this.panel6.TabIndex = 11;
 | |
|             this.panel6.Visible = false;
 | |
|             // 
 | |
|             // btnReflection
 | |
|             // 
 | |
|             this.btnReflection.Font = new System.Drawing.Font("宋体", 9F);
 | |
|             this.btnReflection.Location = new System.Drawing.Point(224, 11);
 | |
|             this.btnReflection.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.btnReflection.Name = "btnReflection";
 | |
|             this.btnReflection.Size = new System.Drawing.Size(56, 20);
 | |
|             this.btnReflection.TabIndex = 15;
 | |
|             this.btnReflection.Text = "选择..";
 | |
|             this.btnReflection.UseVisualStyleBackColor = true;
 | |
|             this.btnReflection.Click += new System.EventHandler(this.btnReflection_Click);
 | |
|             // 
 | |
|             // txtReflection
 | |
|             // 
 | |
|             this.txtReflection.Enabled = false;
 | |
|             this.txtReflection.Location = new System.Drawing.Point(69, 10);
 | |
|             this.txtReflection.Name = "txtReflection";
 | |
|             this.txtReflection.Size = new System.Drawing.Size(151, 23);
 | |
|             this.txtReflection.TabIndex = 14;
 | |
|             // 
 | |
|             // label7
 | |
|             // 
 | |
|             this.label7.AutoSize = true;
 | |
|             this.label7.Location = new System.Drawing.Point(3, 14);
 | |
|             this.label7.Name = "label7";
 | |
|             this.label7.Size = new System.Drawing.Size(70, 14);
 | |
|             this.label7.TabIndex = 13;
 | |
|             this.label7.Text = "数据映射:";
 | |
|             // 
 | |
|             // rtbSQL
 | |
|             // 
 | |
|             this.rtbSQL.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.rtbSQL.Location = new System.Drawing.Point(467, 0);
 | |
|             this.rtbSQL.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.rtbSQL.Name = "rtbSQL";
 | |
|             this.rtbSQL.Size = new System.Drawing.Size(375, 217);
 | |
|             this.rtbSQL.TabIndex = 0;
 | |
|             this.rtbSQL.Text = "";
 | |
|             this.rtbSQL.Visible = false;
 | |
|             // 
 | |
|             // dgvItems
 | |
|             // 
 | |
|             this.dgvItems.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 | |
|             this.dgvItems.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.Column1,
 | |
|             this.Column2});
 | |
|             this.dgvItems.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.dgvItems.Location = new System.Drawing.Point(0, 0);
 | |
|             this.dgvItems.Name = "dgvItems";
 | |
|             this.dgvItems.RowTemplate.Height = 23;
 | |
|             this.dgvItems.Size = new System.Drawing.Size(467, 217);
 | |
|             this.dgvItems.TabIndex = 9;
 | |
|             // 
 | |
|             // Column1
 | |
|             // 
 | |
|             this.Column1.HeaderText = "文本";
 | |
|             this.Column1.Name = "Column1";
 | |
|             // 
 | |
|             // Column2
 | |
|             // 
 | |
|             this.Column2.HeaderText = "数值";
 | |
|             this.Column2.Name = "Column2";
 | |
|             // 
 | |
|             // btnClear
 | |
|             // 
 | |
|             this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.btnClear.Location = new System.Drawing.Point(736, 294);
 | |
|             this.btnClear.Name = "btnClear";
 | |
|             this.btnClear.Size = new System.Drawing.Size(90, 40);
 | |
|             this.btnClear.TabIndex = 11;
 | |
|             this.btnClear.Text = "清除(&C)";
 | |
|             this.btnClear.UseVisualStyleBackColor = true;
 | |
|             this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
 | |
|             // 
 | |
|             // panel4
 | |
|             // 
 | |
|             this.panel4.Controls.Add(this.rdReflection);
 | |
|             this.panel4.Controls.Add(this.rdSQL);
 | |
|             this.panel4.Controls.Add(this.rdList);
 | |
|             this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel4.Font = new System.Drawing.Font("宋体", 10.5F);
 | |
|             this.panel4.Location = new System.Drawing.Point(3, 19);
 | |
|             this.panel4.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.panel4.Name = "panel4";
 | |
|             this.panel4.Size = new System.Drawing.Size(842, 49);
 | |
|             this.panel4.TabIndex = 9;
 | |
|             // 
 | |
|             // rdReflection
 | |
|             // 
 | |
|             this.rdReflection.AutoSize = true;
 | |
|             this.rdReflection.Location = new System.Drawing.Point(297, 18);
 | |
|             this.rdReflection.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.rdReflection.Name = "rdReflection";
 | |
|             this.rdReflection.Size = new System.Drawing.Size(81, 18);
 | |
|             this.rdReflection.TabIndex = 2;
 | |
|             this.rdReflection.Text = "视图映射";
 | |
|             this.rdReflection.UseVisualStyleBackColor = true;
 | |
|             this.rdReflection.CheckedChanged += new System.EventHandler(this.rd_CheckedChanged);
 | |
|             // 
 | |
|             // rdSQL
 | |
|             // 
 | |
|             this.rdSQL.AutoSize = true;
 | |
|             this.rdSQL.Location = new System.Drawing.Point(168, 18);
 | |
|             this.rdSQL.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.rdSQL.Name = "rdSQL";
 | |
|             this.rdSQL.Size = new System.Drawing.Size(74, 18);
 | |
|             this.rdSQL.TabIndex = 1;
 | |
|             this.rdSQL.Text = "SQL语句";
 | |
|             this.rdSQL.UseVisualStyleBackColor = true;
 | |
|             this.rdSQL.CheckedChanged += new System.EventHandler(this.rd_CheckedChanged);
 | |
|             // 
 | |
|             // rdList
 | |
|             // 
 | |
|             this.rdList.AutoSize = true;
 | |
|             this.rdList.Checked = true;
 | |
|             this.rdList.Location = new System.Drawing.Point(40, 18);
 | |
|             this.rdList.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.rdList.Name = "rdList";
 | |
|             this.rdList.Size = new System.Drawing.Size(53, 18);
 | |
|             this.rdList.TabIndex = 0;
 | |
|             this.rdList.TabStop = true;
 | |
|             this.rdList.Text = "列表";
 | |
|             this.rdList.UseVisualStyleBackColor = true;
 | |
|             this.rdList.CheckedChanged += new System.EventHandler(this.rd_CheckedChanged);
 | |
|             // 
 | |
|             // btnSave
 | |
|             // 
 | |
|             this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.btnSave.Location = new System.Drawing.Point(519, 294);
 | |
|             this.btnSave.Name = "btnSave";
 | |
|             this.btnSave.Size = new System.Drawing.Size(90, 40);
 | |
|             this.btnSave.TabIndex = 7;
 | |
|             this.btnSave.Text = "确定(&S)";
 | |
|             this.btnSave.UseVisualStyleBackColor = true;
 | |
|             this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
 | |
|             // 
 | |
|             // btnDel
 | |
|             // 
 | |
|             this.btnDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.btnDel.Location = new System.Drawing.Point(628, 294);
 | |
|             this.btnDel.Name = "btnDel";
 | |
|             this.btnDel.Size = new System.Drawing.Size(90, 40);
 | |
|             this.btnDel.TabIndex = 8;
 | |
|             this.btnDel.Text = "删除(&D)";
 | |
|             this.btnDel.UseVisualStyleBackColor = true;
 | |
|             this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
 | |
|             // 
 | |
|             // groupBox1
 | |
|             // 
 | |
|             this.groupBox1.Controls.Add(this.cboReLoad);
 | |
|             this.groupBox1.Controls.Add(this.btnSelect);
 | |
|             this.groupBox1.Controls.Add(this.txtParentName);
 | |
|             this.groupBox1.Controls.Add(this.label1);
 | |
|             this.groupBox1.Controls.Add(this.txtViewName);
 | |
|             this.groupBox1.Controls.Add(this.txtName);
 | |
|             this.groupBox1.Controls.Add(this.label8);
 | |
|             this.groupBox1.Controls.Add(this.label3);
 | |
|             this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.groupBox1.Font = new System.Drawing.Font("宋体", 10.5F);
 | |
|             this.groupBox1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.groupBox1.Name = "groupBox1";
 | |
|             this.groupBox1.Size = new System.Drawing.Size(848, 95);
 | |
|             this.groupBox1.TabIndex = 0;
 | |
|             this.groupBox1.TabStop = false;
 | |
|             // 
 | |
|             // cboReLoad
 | |
|             // 
 | |
|             this.cboReLoad.AutoSize = true;
 | |
|             this.cboReLoad.Location = new System.Drawing.Point(476, 65);
 | |
|             this.cboReLoad.Name = "cboReLoad";
 | |
|             this.cboReLoad.Size = new System.Drawing.Size(110, 18);
 | |
|             this.cboReLoad.TabIndex = 13;
 | |
|             this.cboReLoad.Text = "是否二次加载";
 | |
|             this.cboReLoad.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // btnSelect
 | |
|             // 
 | |
|             this.btnSelect.Font = new System.Drawing.Font("宋体", 9F);
 | |
|             this.btnSelect.Location = new System.Drawing.Point(239, 25);
 | |
|             this.btnSelect.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.btnSelect.Name = "btnSelect";
 | |
|             this.btnSelect.Size = new System.Drawing.Size(56, 20);
 | |
|             this.btnSelect.TabIndex = 12;
 | |
|             this.btnSelect.Text = "选择..";
 | |
|             this.btnSelect.UseVisualStyleBackColor = true;
 | |
|             this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
 | |
|             // 
 | |
|             // txtParentName
 | |
|             // 
 | |
|             this.txtParentName.Enabled = false;
 | |
|             this.txtParentName.Location = new System.Drawing.Point(84, 26);
 | |
|             this.txtParentName.Name = "txtParentName";
 | |
|             this.txtParentName.Size = new System.Drawing.Size(151, 23);
 | |
|             this.txtParentName.TabIndex = 10;
 | |
|             // 
 | |
|             // label1
 | |
|             // 
 | |
|             this.label1.AutoSize = true;
 | |
|             this.label1.Location = new System.Drawing.Point(6, 29);
 | |
|             this.label1.Name = "label1";
 | |
|             this.label1.Size = new System.Drawing.Size(56, 14);
 | |
|             this.label1.TabIndex = 9;
 | |
|             this.label1.Text = "父节点:";
 | |
|             // 
 | |
|             // txtViewName
 | |
|             // 
 | |
|             this.txtViewName.Location = new System.Drawing.Point(319, 60);
 | |
|             this.txtViewName.Name = "txtViewName";
 | |
|             this.txtViewName.Size = new System.Drawing.Size(151, 23);
 | |
|             this.txtViewName.TabIndex = 5;
 | |
|             // 
 | |
|             // txtName
 | |
|             // 
 | |
|             this.txtName.Location = new System.Drawing.Point(84, 60);
 | |
|             this.txtName.Name = "txtName";
 | |
|             this.txtName.Size = new System.Drawing.Size(151, 23);
 | |
|             this.txtName.TabIndex = 5;
 | |
|             // 
 | |
|             // label8
 | |
|             // 
 | |
|             this.label8.AutoSize = true;
 | |
|             this.label8.Location = new System.Drawing.Point(243, 64);
 | |
|             this.label8.Name = "label8";
 | |
|             this.label8.Size = new System.Drawing.Size(70, 14);
 | |
|             this.label8.TabIndex = 4;
 | |
|             this.label8.Text = "试图名称:";
 | |
|             // 
 | |
|             // label3
 | |
|             // 
 | |
|             this.label3.AutoSize = true;
 | |
|             this.label3.Location = new System.Drawing.Point(6, 64);
 | |
|             this.label3.Name = "label3";
 | |
|             this.label3.Size = new System.Drawing.Size(70, 14);
 | |
|             this.label3.TabIndex = 4;
 | |
|             this.label3.Text = "节点名称:";
 | |
|             // 
 | |
|             // panel2
 | |
|             // 
 | |
|             this.panel2.Controls.Add(this.tvwKB);
 | |
|             this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.panel2.Location = new System.Drawing.Point(0, 0);
 | |
|             this.panel2.Name = "panel2";
 | |
|             this.panel2.Padding = new System.Windows.Forms.Padding(3);
 | |
|             this.panel2.Size = new System.Drawing.Size(288, 562);
 | |
|             this.panel2.TabIndex = 1;
 | |
|             // 
 | |
|             // tvwKB
 | |
|             // 
 | |
|             this.tvwKB.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tvwKB.Font = new System.Drawing.Font("宋体", 10.5F);
 | |
|             this.tvwKB.Location = new System.Drawing.Point(3, 3);
 | |
|             this.tvwKB.Name = "tvwKB";
 | |
|             this.tvwKB.Size = new System.Drawing.Size(282, 556);
 | |
|             this.tvwKB.TabIndex = 1;
 | |
|             this.tvwKB.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwKB_AfterSelect);
 | |
|             this.tvwKB.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tvwKB_MouseClick);
 | |
|             // 
 | |
|             // contextMenuStrip2
 | |
|             // 
 | |
|             this.contextMenuStrip2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F);
 | |
|             this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.新建目录ToolStripMenuItem,
 | |
|             this.添加子目录ToolStripMenuItem,
 | |
|             this.上移ToolStripMenuItem,
 | |
|             this.下移ToolStripMenuItem});
 | |
|             this.contextMenuStrip2.Name = "contextMenuStrip2";
 | |
|             this.contextMenuStrip2.Size = new System.Drawing.Size(167, 92);
 | |
|             // 
 | |
|             // 新建目录ToolStripMenuItem
 | |
|             // 
 | |
|             this.新建目录ToolStripMenuItem.Name = "新建目录ToolStripMenuItem";
 | |
|             this.新建目录ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
 | |
|             this.新建目录ToolStripMenuItem.Text = "添加同级目录";
 | |
|             this.新建目录ToolStripMenuItem.Click += new System.EventHandler(this.新建目录ToolStripMenuItem_Click);
 | |
|             // 
 | |
|             // 添加子目录ToolStripMenuItem
 | |
|             // 
 | |
|             this.添加子目录ToolStripMenuItem.Name = "添加子目录ToolStripMenuItem";
 | |
|             this.添加子目录ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
 | |
|             this.添加子目录ToolStripMenuItem.Text = "添加子目录";
 | |
|             this.添加子目录ToolStripMenuItem.Click += new System.EventHandler(this.添加子目录ToolStripMenuItem_Click);
 | |
|             // 
 | |
|             // 上移ToolStripMenuItem
 | |
|             // 
 | |
|             this.上移ToolStripMenuItem.Name = "上移ToolStripMenuItem";
 | |
|             this.上移ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
 | |
|             this.上移ToolStripMenuItem.Text = "上移";
 | |
|             this.上移ToolStripMenuItem.Click += new System.EventHandler(this.上移ToolStripMenuItem_Click);
 | |
|             // 
 | |
|             // 下移ToolStripMenuItem
 | |
|             // 
 | |
|             this.下移ToolStripMenuItem.Name = "下移ToolStripMenuItem";
 | |
|             this.下移ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
 | |
|             this.下移ToolStripMenuItem.Text = "下移";
 | |
|             this.下移ToolStripMenuItem.Click += new System.EventHandler(this.下移ToolStripMenuItem_Click);
 | |
|             // 
 | |
|             // frmKB
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(1136, 562);
 | |
|             this.Controls.Add(this.panel1);
 | |
|             this.Margin = new System.Windows.Forms.Padding(2);
 | |
|             this.Name = "frmKB";
 | |
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
|             this.Text = "知识库";
 | |
|             this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
 | |
|             this.Load += new System.EventHandler(this.frmKB_Load);
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.panel3.ResumeLayout(false);
 | |
|             this.panel3.PerformLayout();
 | |
|             this.groupBox4.ResumeLayout(false);
 | |
|             this.groupBox4.PerformLayout();
 | |
|             this.groupBox2.ResumeLayout(false);
 | |
|             this.panel5.ResumeLayout(false);
 | |
|             this.panel6.ResumeLayout(false);
 | |
|             this.panel6.PerformLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dgvItems)).EndInit();
 | |
|             this.panel4.ResumeLayout(false);
 | |
|             this.panel4.PerformLayout();
 | |
|             this.groupBox1.ResumeLayout(false);
 | |
|             this.groupBox1.PerformLayout();
 | |
|             this.panel2.ResumeLayout(false);
 | |
|             this.contextMenuStrip2.ResumeLayout(false);
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.Panel panel1;
 | |
|         private System.Windows.Forms.Panel panel3;
 | |
|         private System.Windows.Forms.GroupBox groupBox2;
 | |
|         private System.Windows.Forms.Panel panel5;
 | |
|         private System.Windows.Forms.RichTextBox rtbSQL;
 | |
|         private System.Windows.Forms.DataGridView dgvItems;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
 | |
|         private System.Windows.Forms.Panel panel4;
 | |
|         private System.Windows.Forms.RadioButton rdSQL;
 | |
|         private System.Windows.Forms.RadioButton rdList;
 | |
|         private System.Windows.Forms.GroupBox groupBox1;
 | |
|         private System.Windows.Forms.Button btnReflection;
 | |
|         private System.Windows.Forms.TextBox txtReflection;
 | |
|         private System.Windows.Forms.Label label7;
 | |
|         private System.Windows.Forms.Button btnSelect;
 | |
|         private System.Windows.Forms.Button btnClear;
 | |
|         private System.Windows.Forms.TextBox txtParentName;
 | |
|         private System.Windows.Forms.Label label1;
 | |
|         private System.Windows.Forms.Button btnDel;
 | |
|         private System.Windows.Forms.Button btnSave;
 | |
|         private System.Windows.Forms.TextBox txtName;
 | |
|         private System.Windows.Forms.Label label3;
 | |
|         private System.Windows.Forms.Panel panel2;
 | |
|         private DCSoft.Writer.Controls.KBTreeView tvwKB;
 | |
|         private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
 | |
|         private System.Windows.Forms.ToolStripMenuItem 新建目录ToolStripMenuItem;
 | |
|         private System.Windows.Forms.ToolStripMenuItem 添加子目录ToolStripMenuItem;
 | |
|         private System.Windows.Forms.ToolStripMenuItem 上移ToolStripMenuItem;
 | |
|         private System.Windows.Forms.ToolStripMenuItem 下移ToolStripMenuItem;
 | |
|         private System.Windows.Forms.RadioButton rdReflection;
 | |
|         private System.Windows.Forms.Panel panel6;
 | |
|         private System.Windows.Forms.GroupBox groupBox4;
 | |
|         private System.Windows.Forms.Label label4;
 | |
|         private System.Windows.Forms.Label label2;
 | |
|         private System.Windows.Forms.Label label5;
 | |
|         private System.Windows.Forms.Label label6;
 | |
|         private System.Windows.Forms.TextBox txtViewName;
 | |
|         private System.Windows.Forms.Label label8;
 | |
|         private System.Windows.Forms.CheckBox cboReLoad;
 | |
|     }
 | |
| } |