zoukankan      html  css  js  c++  java
  • Tool工具页面代码

    namespace Tools
    {
        partial class FormHome
        {
            /// <summary>
            /// 必需的设计器变量。
            /// </summary>
            private System.ComponentModel.IContainer components = null;

            /// <summary>
            /// 清理所有正在使用的资源。
            /// </summary>
            /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
            protected override void Dispose(bool disposing)
            {
                if (disposing && (components != null))
                {
                    components.Dispose();
                }
                base.Dispose(disposing);
            }

            #region Windows 窗体设计器生成的代码

            /// <summary>
            /// 设计器支持所需的方法 - 不要
            /// 使用代码编辑器修改此方法的内容。
            /// </summary>
            private void InitializeComponent()
            {
                this.tabControl1 = new System.Windows.Forms.TabControl();
                this.TpChange = new System.Windows.Forms.TabPage();
                this.label2 = new System.Windows.Forms.Label();
                this.RtbAfter = new System.Windows.Forms.RichTextBox();
                this.BtClear = new System.Windows.Forms.Button();
                this.BtChange = new System.Windows.Forms.Button();
                this.label1 = new System.Windows.Forms.Label();
                this.RtbBefore = new System.Windows.Forms.RichTextBox();
                this.TpData = new System.Windows.Forms.TabPage();
                this.labPass = new System.Windows.Forms.Label();
                this.labdata = new System.Windows.Forms.Label();
                this.labUser = new System.Windows.Forms.Label();
                this.LabNamespace = new System.Windows.Forms.Label();
                this.BtBrower = new System.Windows.Forms.Button();
                this.RtbCodes = new System.Windows.Forms.RichTextBox();
                this.tbdata = new System.Windows.Forms.TextBox();
                this.tbuser = new System.Windows.Forms.TextBox();
                this.tbpass = new System.Windows.Forms.TextBox();
                this.tbNamespace = new System.Windows.Forms.TextBox();
                this.BtDataCodeMake = new System.Windows.Forms.Button();
                this.tabPage2 = new System.Windows.Forms.TabPage();
                this.FbdFileBrower = new System.Windows.Forms.FolderBrowserDialog();
                this.tabControl1.SuspendLayout();
                this.TpChange.SuspendLayout();
                this.TpData.SuspendLayout();
                this.SuspendLayout();
                //
                // tabControl1
                //
                this.tabControl1.Controls.Add(this.TpChange);
                this.tabControl1.Controls.Add(this.TpData);
                this.tabControl1.Controls.Add(this.tabPage2);
                this.tabControl1.Location = new System.Drawing.Point(0, 12);
                this.tabControl1.Name = "tabControl1";
                this.tabControl1.SelectedIndex = 0;
                this.tabControl1.Size = new System.Drawing.Size(747, 470);
                this.tabControl1.TabIndex = 0;
                //
                // TpChange
                //
                this.TpChange.Controls.Add(this.label2);
                this.TpChange.Controls.Add(this.RtbAfter);
                this.TpChange.Controls.Add(this.BtClear);
                this.TpChange.Controls.Add(this.BtChange);
                this.TpChange.Controls.Add(this.label1);
                this.TpChange.Controls.Add(this.RtbBefore);
                this.TpChange.Location = new System.Drawing.Point(4, 21);
                this.TpChange.Name = "TpChange";
                this.TpChange.Padding = new System.Windows.Forms.Padding(3);
                this.TpChange.Size = new System.Drawing.Size(739, 445);
                this.TpChange.TabIndex = 0;
                this.TpChange.Text = "改变顺序";
                this.TpChange.UseVisualStyleBackColor = true;
                //
                // label2
                //
                this.label2.AutoSize = true;
                this.label2.Location = new System.Drawing.Point(9, 227);
                this.label2.Name = "label2";
                this.label2.Size = new System.Drawing.Size(65, 12);
                this.label2.TabIndex = 5;
                this.label2.Text = "改编后文本";
                //
                // RtbAfter
                //
                this.RtbAfter.Location = new System.Drawing.Point(76, 218);
                this.RtbAfter.Name = "RtbAfter";
                this.RtbAfter.Size = new System.Drawing.Size(657, 195);
                this.RtbAfter.TabIndex = 4;
                this.RtbAfter.Text = "";
                //
                // BtClear
                //
                this.BtClear.Location = new System.Drawing.Point(658, 18);
                this.BtClear.Name = "BtClear";
                this.BtClear.Size = new System.Drawing.Size(75, 23);
                this.BtClear.TabIndex = 3;
                this.BtClear.Text = "清空";
                this.BtClear.UseVisualStyleBackColor = true;
                this.BtClear.Click += new System.EventHandler(this.BtClear_Click);
                //
                // BtChange
                //
                this.BtChange.Location = new System.Drawing.Point(568, 18);
                this.BtChange.Name = "BtChange";
                this.BtChange.Size = new System.Drawing.Size(75, 23);
                this.BtChange.TabIndex = 2;
                this.BtChange.Text = "改变顺序";
                this.BtChange.UseVisualStyleBackColor = true;
                this.BtChange.Click += new System.EventHandler(this.BtChange_Click);
                //
                // label1
                //
                this.label1.AutoSize = true;
                this.label1.Location = new System.Drawing.Point(18, 47);
                this.label1.Name = "label1";
                this.label1.Size = new System.Drawing.Size(29, 12);
                this.label1.TabIndex = 1;
                this.label1.Text = "文本";
                //
                // RtbBefore
                //
                this.RtbBefore.Location = new System.Drawing.Point(76, 47);
                this.RtbBefore.Name = "RtbBefore";
                this.RtbBefore.Size = new System.Drawing.Size(657, 155);
                this.RtbBefore.TabIndex = 0;
                this.RtbBefore.Text = "";
                //
                // TpData
                //
                this.TpData.Controls.Add(this.labPass);
                this.TpData.Controls.Add(this.labdata);
                this.TpData.Controls.Add(this.labUser);
                this.TpData.Controls.Add(this.LabNamespace);
                this.TpData.Controls.Add(this.BtBrower);
                this.TpData.Controls.Add(this.RtbCodes);
                this.TpData.Controls.Add(this.tbdata);
                this.TpData.Controls.Add(this.tbuser);
                this.TpData.Controls.Add(this.tbpass);
                this.TpData.Controls.Add(this.tbNamespace);
                this.TpData.Controls.Add(this.BtDataCodeMake);
                this.TpData.Location = new System.Drawing.Point(4, 21);
                this.TpData.Name = "TpData";
                this.TpData.Padding = new System.Windows.Forms.Padding(3);
                this.TpData.Size = new System.Drawing.Size(739, 445);
                this.TpData.TabIndex = 2;
                this.TpData.Text = "数据库工具";
                this.TpData.UseVisualStyleBackColor = true;
     
                //
                // labPass
                //
                this.labPass.AutoSize = true;
                this.labPass.Location = new System.Drawing.Point(254, 66);
                this.labPass.Name = "labPass";
                this.labPass.Size = new System.Drawing.Size(29, 12);
                this.labPass.TabIndex = 10;
                this.labPass.Text = "密码";
                //
                // labdata
                //
                this.labdata.AutoSize = true;
                this.labdata.Location = new System.Drawing.Point(46, 60);
                this.labdata.Name = "labdata";
                this.labdata.Size = new System.Drawing.Size(41, 12);
                this.labdata.TabIndex = 9;
                this.labdata.Text = "数据库";
                //
                // labUser
                //
                this.labUser.AutoSize = true;
                this.labUser.Location = new System.Drawing.Point(254, 27);
                this.labUser.Name = "labUser";
                this.labUser.Size = new System.Drawing.Size(41, 12);
                this.labUser.TabIndex = 8;
                this.labUser.Text = "用户名";
                //
                // LabNamespace
                //
                this.LabNamespace.AutoSize = true;
                this.LabNamespace.Location = new System.Drawing.Point(46, 27);
                this.LabNamespace.Name = "LabNamespace";
                this.LabNamespace.Size = new System.Drawing.Size(53, 12);
                this.LabNamespace.TabIndex = 7;
                this.LabNamespace.Text = "命名空间";
                //
                // BtBrower
                //
                this.BtBrower.Location = new System.Drawing.Point(503, 22);
                this.BtBrower.Name = "BtBrower";
                this.BtBrower.Size = new System.Drawing.Size(114, 23);
                this.BtBrower.TabIndex = 6;
                this.BtBrower.Text = "选择生成目录";
                this.BtBrower.UseVisualStyleBackColor = true;
                this.BtBrower.Click += new System.EventHandler(this.BtBrower_Click);
                //
                // RtbCodes
                //
                this.RtbCodes.Location = new System.Drawing.Point(8, 118);
                this.RtbCodes.Name = "RtbCodes";
                this.RtbCodes.Size = new System.Drawing.Size(725, 320);
                this.RtbCodes.TabIndex = 5;
                this.RtbCodes.Text = "";
                //
                // tbdata
                //
                this.tbdata.Location = new System.Drawing.Point(114, 57);
                this.tbdata.Name = "tbdata";
                this.tbdata.Size = new System.Drawing.Size(134, 21);
                this.tbdata.TabIndex = 4;
                //
                // tbuser
                //
                this.tbuser.Location = new System.Drawing.Point(301, 24);
                this.tbuser.Name = "tbuser";
                this.tbuser.Size = new System.Drawing.Size(134, 21);
                this.tbuser.TabIndex = 3;
                //
                // tbpass
                //
                this.tbpass.Location = new System.Drawing.Point(301, 57);
                this.tbpass.Name = "tbpass";
                this.tbpass.Size = new System.Drawing.Size(134, 21);
                this.tbpass.TabIndex = 2;
                //
                // tbNamespace
                //
                this.tbNamespace.Location = new System.Drawing.Point(114, 22);
                this.tbNamespace.Name = "tbNamespace";
                this.tbNamespace.Size = new System.Drawing.Size(134, 21);
                this.tbNamespace.TabIndex = 1;
                //
                // BtDataCodeMake
                //
                this.BtDataCodeMake.Location = new System.Drawing.Point(542, 55);
                this.BtDataCodeMake.Name = "BtDataCodeMake";
                this.BtDataCodeMake.Size = new System.Drawing.Size(75, 23);
                this.BtDataCodeMake.TabIndex = 0;
                this.BtDataCodeMake.Text = "生成文件";
                this.BtDataCodeMake.UseVisualStyleBackColor = true;
                this.BtDataCodeMake.Click += new System.EventHandler(this.BtDataCodeMake_Click);
                //
                // tabPage2
                //
                this.tabPage2.Location = new System.Drawing.Point(4, 21);
                this.tabPage2.Name = "tabPage2";
                this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
                this.tabPage2.Size = new System.Drawing.Size(739, 445);
                this.tabPage2.TabIndex = 1;
                this.tabPage2.Text = "生成控件";
                this.tabPage2.UseVisualStyleBackColor = true;
                //
                // FormHome
                //
                this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
                this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
                this.ClientSize = new System.Drawing.Size(749, 483);
                this.Controls.Add(this.tabControl1);
                this.Name = "FormHome";
                this.Text = "工具箱";
                this.tabControl1.ResumeLayout(false);
                this.TpChange.ResumeLayout(false);
                this.TpChange.PerformLayout();
                this.TpData.ResumeLayout(false);
                this.TpData.PerformLayout();
                this.ResumeLayout(false);

            }

            #endregion

            private System.Windows.Forms.TabControl tabControl1;
            private System.Windows.Forms.TabPage TpChange;
            private System.Windows.Forms.TabPage tabPage2;
            private System.Windows.Forms.Label label1;
            private System.Windows.Forms.RichTextBox RtbBefore;
            private System.Windows.Forms.Label label2;
            private System.Windows.Forms.RichTextBox RtbAfter;
            private System.Windows.Forms.Button BtClear;
            private System.Windows.Forms.Button BtChange;
            private System.Windows.Forms.TabPage TpData;
            private System.Windows.Forms.Button BtDataCodeMake;
            private System.Windows.Forms.TextBox tbdata;
            private System.Windows.Forms.TextBox tbuser;
            private System.Windows.Forms.TextBox tbpass;
            private System.Windows.Forms.TextBox tbNamespace;
            private System.Windows.Forms.RichTextBox RtbCodes;
            private System.Windows.Forms.Button BtBrower;
            private System.Windows.Forms.FolderBrowserDialog FbdFileBrower;
            private System.Windows.Forms.Label labPass;
            private System.Windows.Forms.Label labdata;
            private System.Windows.Forms.Label labUser;
            private System.Windows.Forms.Label LabNamespace;
        }
    }

     

  • 相关阅读:
    UniGui使用IconFont图标(新)
    uniGUI uniEdit回车键处理遇到的问题
    War包的目录结构
    FAT32和NTFS最大支持的单个文件大小分别是多大?
    释放 MappedByteBuffer映射的内存
    C#基础篇 正则表达式入门
    JAVA获取文件MD5值
    C#正则表达式语法规则详解
    MD5加密算法原理及实现
    Java 文件名操作的相关工具类 & Java中windows路径转换成linux路径等工具类
  • 原文地址:https://www.cnblogs.com/bestsaler/p/1835888.html
Copyright © 2011-2022 走看看