561 lines
28 KiB
C#
561 lines
28 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.btnSelect = new System.Windows.Forms.Button();
|
|
this.txtParentName = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtName = new System.Windows.Forms.TextBox();
|
|
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(3, 2, 3, 2);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1515, 703);
|
|
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(384, 0);
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(1131, 703);
|
|
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, 545);
|
|
this.groupBox4.Margin = new System.Windows.Forms.Padding(4);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Padding = new System.Windows.Forms.Padding(4);
|
|
this.groupBox4.Size = new System.Drawing.Size(1131, 158);
|
|
this.groupBox4.TabIndex = 569;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "表信息维护功能";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(47, 66);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(172, 15);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "双击节点可以编辑或删除";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(47, 32);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(217, 15);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "在知识树上点右键可以移动目录";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(24, 66);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(23, 15);
|
|
this.label5.TabIndex = 1;
|
|
this.label5.Text = "2.";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(24, 32);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(23, 15);
|
|
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, 119);
|
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
|
|
this.groupBox2.Size = new System.Drawing.Size(1131, 426);
|
|
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(4, 85);
|
|
this.panel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(1123, 271);
|
|
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(623, 0);
|
|
this.panel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.panel6.Name = "panel6";
|
|
this.panel6.Size = new System.Drawing.Size(500, 271);
|
|
this.panel6.TabIndex = 11;
|
|
this.panel6.Visible = false;
|
|
//
|
|
// btnReflection
|
|
//
|
|
this.btnReflection.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnReflection.Location = new System.Drawing.Point(299, 14);
|
|
this.btnReflection.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.btnReflection.Name = "btnReflection";
|
|
this.btnReflection.Size = new System.Drawing.Size(74, 25);
|
|
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(92, 13);
|
|
this.txtReflection.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtReflection.Name = "txtReflection";
|
|
this.txtReflection.Size = new System.Drawing.Size(200, 27);
|
|
this.txtReflection.TabIndex = 14;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(4, 17);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(89, 18);
|
|
this.label7.TabIndex = 13;
|
|
this.label7.Text = "数据映射:";
|
|
//
|
|
// rtbSQL
|
|
//
|
|
this.rtbSQL.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.rtbSQL.Location = new System.Drawing.Point(623, 0);
|
|
this.rtbSQL.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.rtbSQL.Name = "rtbSQL";
|
|
this.rtbSQL.Size = new System.Drawing.Size(500, 271);
|
|
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.Margin = new System.Windows.Forms.Padding(4);
|
|
this.dgvItems.Name = "dgvItems";
|
|
this.dgvItems.RowTemplate.Height = 23;
|
|
this.dgvItems.Size = new System.Drawing.Size(623, 271);
|
|
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(981, 368);
|
|
this.btnClear.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnClear.Name = "btnClear";
|
|
this.btnClear.Size = new System.Drawing.Size(120, 50);
|
|
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(4, 24);
|
|
this.panel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(1123, 61);
|
|
this.panel4.TabIndex = 9;
|
|
//
|
|
// rdReflection
|
|
//
|
|
this.rdReflection.AutoSize = true;
|
|
this.rdReflection.Location = new System.Drawing.Point(396, 22);
|
|
this.rdReflection.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.rdReflection.Name = "rdReflection";
|
|
this.rdReflection.Size = new System.Drawing.Size(101, 22);
|
|
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(224, 22);
|
|
this.rdSQL.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.rdSQL.Name = "rdSQL";
|
|
this.rdSQL.Size = new System.Drawing.Size(92, 22);
|
|
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(53, 22);
|
|
this.rdList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.rdList.Name = "rdList";
|
|
this.rdList.Size = new System.Drawing.Size(65, 22);
|
|
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(692, 368);
|
|
this.btnSave.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(120, 50);
|
|
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(837, 368);
|
|
this.btnDel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnDel.Name = "btnDel";
|
|
this.btnDel.Size = new System.Drawing.Size(120, 50);
|
|
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.btnSelect);
|
|
this.groupBox1.Controls.Add(this.txtParentName);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.txtName);
|
|
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.Margin = new System.Windows.Forms.Padding(4);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|
this.groupBox1.Size = new System.Drawing.Size(1131, 119);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// btnSelect
|
|
//
|
|
this.btnSelect.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnSelect.Location = new System.Drawing.Point(319, 31);
|
|
this.btnSelect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.btnSelect.Name = "btnSelect";
|
|
this.btnSelect.Size = new System.Drawing.Size(74, 25);
|
|
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(112, 32);
|
|
this.txtParentName.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtParentName.Name = "txtParentName";
|
|
this.txtParentName.Size = new System.Drawing.Size(200, 27);
|
|
this.txtParentName.TabIndex = 10;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(8, 36);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(71, 18);
|
|
this.label1.TabIndex = 9;
|
|
this.label1.Text = "父节点:";
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.Location = new System.Drawing.Point(112, 75);
|
|
this.txtName.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(200, 27);
|
|
this.txtName.TabIndex = 5;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(8, 80);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(89, 18);
|
|
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.Margin = new System.Windows.Forms.Padding(4);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Padding = new System.Windows.Forms.Padding(4);
|
|
this.panel2.Size = new System.Drawing.Size(384, 703);
|
|
this.panel2.TabIndex = 1;
|
|
//
|
|
// tvwKB
|
|
//
|
|
this.tvwKB.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tvwKB.Font = new System.Drawing.Font("宋体", 10.5F);
|
|
this.tvwKB.HideSelection = false;
|
|
this.tvwKB.Location = new System.Drawing.Point(4, 4);
|
|
this.tvwKB.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tvwKB.Name = "tvwKB";
|
|
this.tvwKB.Size = new System.Drawing.Size(376, 695);
|
|
this.tvwKB.TabIndex = 1;
|
|
this.tvwKB.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvwKB_NodeMouseDoubleClick);
|
|
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(195, 116);
|
|
//
|
|
// 新建目录ToolStripMenuItem
|
|
//
|
|
this.新建目录ToolStripMenuItem.Name = "新建目录ToolStripMenuItem";
|
|
this.新建目录ToolStripMenuItem.Size = new System.Drawing.Size(194, 28);
|
|
this.新建目录ToolStripMenuItem.Text = "添加同级目录";
|
|
this.新建目录ToolStripMenuItem.Click += new System.EventHandler(this.新建目录ToolStripMenuItem_Click);
|
|
//
|
|
// 添加子目录ToolStripMenuItem
|
|
//
|
|
this.添加子目录ToolStripMenuItem.Name = "添加子目录ToolStripMenuItem";
|
|
this.添加子目录ToolStripMenuItem.Size = new System.Drawing.Size(194, 28);
|
|
this.添加子目录ToolStripMenuItem.Text = "添加子目录";
|
|
this.添加子目录ToolStripMenuItem.Click += new System.EventHandler(this.添加子目录ToolStripMenuItem_Click);
|
|
//
|
|
// 上移ToolStripMenuItem
|
|
//
|
|
this.上移ToolStripMenuItem.Name = "上移ToolStripMenuItem";
|
|
this.上移ToolStripMenuItem.Size = new System.Drawing.Size(194, 28);
|
|
this.上移ToolStripMenuItem.Text = "上移";
|
|
this.上移ToolStripMenuItem.Click += new System.EventHandler(this.上移ToolStripMenuItem_Click);
|
|
//
|
|
// 下移ToolStripMenuItem
|
|
//
|
|
this.下移ToolStripMenuItem.Name = "下移ToolStripMenuItem";
|
|
this.下移ToolStripMenuItem.Size = new System.Drawing.Size(194, 28);
|
|
this.下移ToolStripMenuItem.Text = "下移";
|
|
this.下移ToolStripMenuItem.Click += new System.EventHandler(this.下移ToolStripMenuItem_Click);
|
|
//
|
|
// frmKB
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1515, 703);
|
|
this.Controls.Add(this.panel1);
|
|
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;
|
|
}
|
|
} |