215 lines
		
	
	
		
			8.6 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			215 lines
		
	
	
		
			8.6 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace PrivateBox
 | 
						|
{
 | 
						|
    partial class MainForm
 | 
						|
    {
 | 
						|
        /// <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() {
 | 
						|
            components = new System.ComponentModel.Container();
 | 
						|
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
 | 
						|
            toolStripContainer1 = new ToolStripContainer();
 | 
						|
            splitContainer1 = new SplitContainer();
 | 
						|
            lbKeyList = new ListBox();
 | 
						|
            menuKeyList = new ContextMenuStrip(components);
 | 
						|
            KeyListAddNew = new ToolStripMenuItem();
 | 
						|
            KeyListRemove = new ToolStripMenuItem();
 | 
						|
            splitContainer2 = new SplitContainer();
 | 
						|
            toolStrip1 = new ToolStrip();
 | 
						|
            btSave = new ToolStripButton();
 | 
						|
            btCancel = new ToolStripButton();
 | 
						|
            tbMessage = new RichTextBox();
 | 
						|
            toolStripContainer1.ContentPanel.SuspendLayout();
 | 
						|
            toolStripContainer1.SuspendLayout();
 | 
						|
            ((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
 | 
						|
            splitContainer1.Panel1.SuspendLayout();
 | 
						|
            splitContainer1.Panel2.SuspendLayout();
 | 
						|
            splitContainer1.SuspendLayout();
 | 
						|
            menuKeyList.SuspendLayout();
 | 
						|
            ((System.ComponentModel.ISupportInitialize)splitContainer2).BeginInit();
 | 
						|
            splitContainer2.Panel1.SuspendLayout();
 | 
						|
            splitContainer2.Panel2.SuspendLayout();
 | 
						|
            splitContainer2.SuspendLayout();
 | 
						|
            toolStrip1.SuspendLayout();
 | 
						|
            SuspendLayout();
 | 
						|
            // 
 | 
						|
            // toolStripContainer1
 | 
						|
            // 
 | 
						|
            // 
 | 
						|
            // toolStripContainer1.ContentPanel
 | 
						|
            // 
 | 
						|
            toolStripContainer1.ContentPanel.Controls.Add(splitContainer1);
 | 
						|
            toolStripContainer1.ContentPanel.Size = new Size(756,379);
 | 
						|
            toolStripContainer1.Dock = DockStyle.Fill;
 | 
						|
            toolStripContainer1.Location = new Point(0,0);
 | 
						|
            toolStripContainer1.Name = "toolStripContainer1";
 | 
						|
            toolStripContainer1.Size = new Size(756,404);
 | 
						|
            toolStripContainer1.TabIndex = 0;
 | 
						|
            toolStripContainer1.Text = "toolStripContainer1";
 | 
						|
            // 
 | 
						|
            // splitContainer1
 | 
						|
            // 
 | 
						|
            splitContainer1.Dock = DockStyle.Fill;
 | 
						|
            splitContainer1.Location = new Point(0,0);
 | 
						|
            splitContainer1.Name = "splitContainer1";
 | 
						|
            // 
 | 
						|
            // splitContainer1.Panel1
 | 
						|
            // 
 | 
						|
            splitContainer1.Panel1.Controls.Add(lbKeyList);
 | 
						|
            // 
 | 
						|
            // splitContainer1.Panel2
 | 
						|
            // 
 | 
						|
            splitContainer1.Panel2.Controls.Add(splitContainer2);
 | 
						|
            splitContainer1.Size = new Size(756,379);
 | 
						|
            splitContainer1.SplitterDistance = 285;
 | 
						|
            splitContainer1.TabIndex = 0;
 | 
						|
            // 
 | 
						|
            // lbKeyList
 | 
						|
            // 
 | 
						|
            lbKeyList.ContextMenuStrip = menuKeyList;
 | 
						|
            lbKeyList.Dock = DockStyle.Fill;
 | 
						|
            lbKeyList.FormattingEnabled = true;
 | 
						|
            lbKeyList.ItemHeight = 17;
 | 
						|
            lbKeyList.Location = new Point(0,0);
 | 
						|
            lbKeyList.Name = "lbKeyList";
 | 
						|
            lbKeyList.Size = new Size(285,379);
 | 
						|
            lbKeyList.TabIndex = 0;
 | 
						|
            // 
 | 
						|
            // menuKeyList
 | 
						|
            // 
 | 
						|
            menuKeyList.Items.AddRange(new ToolStripItem[] { KeyListAddNew,KeyListRemove });
 | 
						|
            menuKeyList.Name = "menuKeyList";
 | 
						|
            menuKeyList.Size = new Size(101,48);
 | 
						|
            // 
 | 
						|
            // KeyListAddNew
 | 
						|
            // 
 | 
						|
            KeyListAddNew.Name = "KeyListAddNew";
 | 
						|
            KeyListAddNew.Size = new Size(100,22);
 | 
						|
            KeyListAddNew.Text = "新增";
 | 
						|
            KeyListAddNew.Click += KeyListAddNew_Click;
 | 
						|
            // 
 | 
						|
            // KeyListRemove
 | 
						|
            // 
 | 
						|
            KeyListRemove.Name = "KeyListRemove";
 | 
						|
            KeyListRemove.Size = new Size(100,22);
 | 
						|
            KeyListRemove.Text = "删除";
 | 
						|
            KeyListRemove.Click += KeyListRemove_Click;
 | 
						|
            // 
 | 
						|
            // splitContainer2
 | 
						|
            // 
 | 
						|
            splitContainer2.Dock = DockStyle.Fill;
 | 
						|
            splitContainer2.Location = new Point(0,0);
 | 
						|
            splitContainer2.Name = "splitContainer2";
 | 
						|
            splitContainer2.Orientation = Orientation.Horizontal;
 | 
						|
            // 
 | 
						|
            // splitContainer2.Panel1
 | 
						|
            // 
 | 
						|
            splitContainer2.Panel1.Controls.Add(toolStrip1);
 | 
						|
            // 
 | 
						|
            // splitContainer2.Panel2
 | 
						|
            // 
 | 
						|
            splitContainer2.Panel2.Controls.Add(tbMessage);
 | 
						|
            splitContainer2.Size = new Size(467,379);
 | 
						|
            splitContainer2.SplitterDistance = 25;
 | 
						|
            splitContainer2.TabIndex = 1;
 | 
						|
            // 
 | 
						|
            // toolStrip1
 | 
						|
            // 
 | 
						|
            toolStrip1.Items.AddRange(new ToolStripItem[] { btSave,btCancel });
 | 
						|
            toolStrip1.Location = new Point(0,0);
 | 
						|
            toolStrip1.Name = "toolStrip1";
 | 
						|
            toolStrip1.Size = new Size(467,27);
 | 
						|
            toolStrip1.TabIndex = 0;
 | 
						|
            toolStrip1.Text = "toolStrip1";
 | 
						|
            // 
 | 
						|
            // btSave
 | 
						|
            // 
 | 
						|
            btSave.DisplayStyle = ToolStripItemDisplayStyle.Text;
 | 
						|
            btSave.Image = (Image)resources.GetObject("btSave.Image");
 | 
						|
            btSave.ImageTransparentColor = Color.Magenta;
 | 
						|
            btSave.Margin = new Padding(3);
 | 
						|
            btSave.Name = "btSave";
 | 
						|
            btSave.Size = new Size(36,21);
 | 
						|
            btSave.Text = "保存";
 | 
						|
            btSave.Click += btSave_Click;
 | 
						|
            // 
 | 
						|
            // btCancel
 | 
						|
            // 
 | 
						|
            btCancel.DisplayStyle = ToolStripItemDisplayStyle.Text;
 | 
						|
            btCancel.Image = (Image)resources.GetObject("btCancel.Image");
 | 
						|
            btCancel.ImageTransparentColor = Color.Magenta;
 | 
						|
            btCancel.Margin = new Padding(3);
 | 
						|
            btCancel.Name = "btCancel";
 | 
						|
            btCancel.Size = new Size(36,21);
 | 
						|
            btCancel.Text = "取消";
 | 
						|
            btCancel.Click += btCancel_Click;
 | 
						|
            // 
 | 
						|
            // tbMessage
 | 
						|
            // 
 | 
						|
            tbMessage.Dock = DockStyle.Fill;
 | 
						|
            tbMessage.Location = new Point(0,0);
 | 
						|
            tbMessage.Name = "tbMessage";
 | 
						|
            tbMessage.Size = new Size(467,350);
 | 
						|
            tbMessage.TabIndex = 0;
 | 
						|
            tbMessage.Text = "tbMessage";
 | 
						|
            // 
 | 
						|
            // MainForm
 | 
						|
            // 
 | 
						|
            AutoScaleDimensions = new SizeF(7F,17F);
 | 
						|
            AutoScaleMode = AutoScaleMode.Font;
 | 
						|
            ClientSize = new Size(756,404);
 | 
						|
            Controls.Add(toolStripContainer1);
 | 
						|
            Name = "MainForm";
 | 
						|
            Text = "主窗口";
 | 
						|
            toolStripContainer1.ContentPanel.ResumeLayout(false);
 | 
						|
            toolStripContainer1.ResumeLayout(false);
 | 
						|
            toolStripContainer1.PerformLayout();
 | 
						|
            splitContainer1.Panel1.ResumeLayout(false);
 | 
						|
            splitContainer1.Panel2.ResumeLayout(false);
 | 
						|
            ((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
 | 
						|
            splitContainer1.ResumeLayout(false);
 | 
						|
            menuKeyList.ResumeLayout(false);
 | 
						|
            splitContainer2.Panel1.ResumeLayout(false);
 | 
						|
            splitContainer2.Panel1.PerformLayout();
 | 
						|
            splitContainer2.Panel2.ResumeLayout(false);
 | 
						|
            ((System.ComponentModel.ISupportInitialize)splitContainer2).EndInit();
 | 
						|
            splitContainer2.ResumeLayout(false);
 | 
						|
            toolStrip1.ResumeLayout(false);
 | 
						|
            toolStrip1.PerformLayout();
 | 
						|
            ResumeLayout(false);
 | 
						|
        }
 | 
						|
 | 
						|
        #endregion
 | 
						|
 | 
						|
        private ToolStripContainer toolStripContainer1;
 | 
						|
        private SplitContainer splitContainer1;
 | 
						|
        private ListBox lbKeyList;
 | 
						|
        private RichTextBox tbMessage;
 | 
						|
        private SplitContainer splitContainer2;
 | 
						|
        private ToolStrip toolStrip1;
 | 
						|
        private ToolStripButton btSave;
 | 
						|
        private ToolStripButton btCancel;
 | 
						|
        private ContextMenuStrip menuKeyList;
 | 
						|
        private ToolStripMenuItem KeyListAddNew;
 | 
						|
        private ToolStripMenuItem KeyListRemove;
 | 
						|
    }
 | 
						|
} |