⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 printfrom.designer.cs

📁 1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符
💻 CS
字号:
namespace Scanner
{
    partial class PrintFrom
    {
        /// <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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PrintFrom));
            this.btnsimplecompress = new System.Windows.Forms.Button();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.btndeepcompress = new System.Windows.Forms.Button();
            this.listviewoperation = new System.Windows.Forms.ListView();
            this.btnprintoperation = new System.Windows.Forms.Button();
            this.txttext = new System.Windows.Forms.RichTextBox();
            this.savefiledlg = new System.Windows.Forms.SaveFileDialog();
            this.directiondialog = new System.Windows.Forms.FolderBrowserDialog();
            this.fileopendlg = new System.Windows.Forms.OpenFileDialog();
            this.panel1 = new System.Windows.Forms.Panel();
            this.rtbDirection = new System.Windows.Forms.RadioButton();
            this.rtbfile = new System.Windows.Forms.RadioButton();
            this.txtpath = new System.Windows.Forms.TextBox();
            this.btnOpenFile = new System.Windows.Forms.Button();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnsimplecompress
            // 
            this.btnsimplecompress.Location = new System.Drawing.Point(0, 511);
            this.btnsimplecompress.Name = "btnsimplecompress";
            this.btnsimplecompress.Size = new System.Drawing.Size(112, 44);
            this.btnsimplecompress.TabIndex = 3;
            this.btnsimplecompress.Text = "简单压缩操作";
            this.btnsimplecompress.UseVisualStyleBackColor = true;
            this.btnsimplecompress.Click += new System.EventHandler(this.btnsimplecompress_Click);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 57);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.btnsimplecompress);
            this.splitContainer1.Panel1.Controls.Add(this.btndeepcompress);
            this.splitContainer1.Panel1.Controls.Add(this.listviewoperation);
            this.splitContainer1.Panel1.Controls.Add(this.btnprintoperation);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.txttext);
            this.splitContainer1.Size = new System.Drawing.Size(766, 601);
            this.splitContainer1.SplitterDistance = 112;
            this.splitContainer1.TabIndex = 5;
            // 
            // btndeepcompress
            // 
            this.btndeepcompress.Location = new System.Drawing.Point(0, 555);
            this.btndeepcompress.Name = "btndeepcompress";
            this.btndeepcompress.Size = new System.Drawing.Size(112, 46);
            this.btndeepcompress.TabIndex = 2;
            this.btndeepcompress.Text = "深度压缩操作";
            this.btndeepcompress.UseVisualStyleBackColor = true;
            this.btndeepcompress.Click += new System.EventHandler(this.btndeepcompress_Click);
            // 
            // listviewoperation
            // 
            this.listviewoperation.BackColor = System.Drawing.SystemColors.InactiveBorder;
            this.listviewoperation.Location = new System.Drawing.Point(0, 39);
            this.listviewoperation.Name = "listviewoperation";
            this.listviewoperation.Size = new System.Drawing.Size(112, 474);
            this.listviewoperation.TabIndex = 1;
            this.listviewoperation.UseCompatibleStateImageBehavior = false;
            this.listviewoperation.Click += new System.EventHandler(this.listviewoperation_Click);
            // 
            // btnprintoperation
            // 
            this.btnprintoperation.Dock = System.Windows.Forms.DockStyle.Top;
            this.btnprintoperation.Location = new System.Drawing.Point(0, 0);
            this.btnprintoperation.Name = "btnprintoperation";
            this.btnprintoperation.Size = new System.Drawing.Size(112, 40);
            this.btnprintoperation.TabIndex = 0;
            this.btnprintoperation.Text = "打印操作";
            this.btnprintoperation.UseVisualStyleBackColor = true;
            this.btnprintoperation.Click += new System.EventHandler(this.btnprintoperation_Click);
            // 
            // txttext
            // 
            this.txttext.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txttext.Location = new System.Drawing.Point(0, 0);
            this.txttext.Name = "txttext";
            this.txttext.ReadOnly = true;
            this.txttext.Size = new System.Drawing.Size(650, 601);
            this.txttext.TabIndex = 1;
            this.txttext.Text = "";
            // 
            // fileopendlg
            // 
            this.fileopendlg.FileName = "openFileDialog1";
            // 
            // panel1
            // 
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel1.Controls.Add(this.rtbDirection);
            this.panel1.Controls.Add(this.rtbfile);
            this.panel1.Controls.Add(this.txtpath);
            this.panel1.Controls.Add(this.btnOpenFile);
            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(766, 57);
            this.panel1.TabIndex = 4;
            // 
            // rtbDirection
            // 
            this.rtbDirection.AutoSize = true;
            this.rtbDirection.Location = new System.Drawing.Point(138, 24);
            this.rtbDirection.Name = "rtbDirection";
            this.rtbDirection.Size = new System.Drawing.Size(47, 16);
            this.rtbDirection.TabIndex = 4;
            this.rtbDirection.TabStop = true;
            this.rtbDirection.Text = "目录";
            this.rtbDirection.UseVisualStyleBackColor = true;
            // 
            // rtbfile
            // 
            this.rtbfile.AutoSize = true;
            this.rtbfile.Location = new System.Drawing.Point(56, 24);
            this.rtbfile.Name = "rtbfile";
            this.rtbfile.Size = new System.Drawing.Size(47, 16);
            this.rtbfile.TabIndex = 3;
            this.rtbfile.TabStop = true;
            this.rtbfile.Text = "文件";
            this.rtbfile.UseVisualStyleBackColor = true;
            // 
            // txtpath
            // 
            this.txtpath.Location = new System.Drawing.Point(212, 20);
            this.txtpath.Name = "txtpath";
            this.txtpath.Size = new System.Drawing.Size(252, 21);
            this.txtpath.TabIndex = 2;
            // 
            // btnOpenFile
            // 
            this.btnOpenFile.Location = new System.Drawing.Point(481, 17);
            this.btnOpenFile.Name = "btnOpenFile";
            this.btnOpenFile.Size = new System.Drawing.Size(75, 23);
            this.btnOpenFile.TabIndex = 0;
            this.btnOpenFile.Text = "浏览";
            this.btnOpenFile.UseVisualStyleBackColor = true;
            this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "1.gif");
            this.imageList1.Images.SetKeyName(1, "2.gif");
            this.imageList1.Images.SetKeyName(2, "3.gif");
            this.imageList1.Images.SetKeyName(3, "4.gif");
            this.imageList1.Images.SetKeyName(4, "5.gif");
            this.imageList1.Images.SetKeyName(5, "6.gif");
            this.imageList1.Images.SetKeyName(6, "7.gif");
            this.imageList1.Images.SetKeyName(7, "8.gif");
            this.imageList1.Images.SetKeyName(8, "9.gif");
            // 
            // PrintFrom
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(766, 658);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.panel1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "PrintFrom";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "C++源文件打印与压缩";
            this.Load += new System.EventHandler(this.PrintFrom_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnsimplecompress;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.Button btndeepcompress;
        private System.Windows.Forms.ListView listviewoperation;
        private System.Windows.Forms.Button btnprintoperation;
        private System.Windows.Forms.RichTextBox txttext;
        private System.Windows.Forms.SaveFileDialog savefiledlg;
        private System.Windows.Forms.FolderBrowserDialog directiondialog;
        private System.Windows.Forms.OpenFileDialog fileopendlg;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.RadioButton rtbDirection;
        private System.Windows.Forms.RadioButton rtbfile;
        private System.Windows.Forms.TextBox txtpath;
        private System.Windows.Forms.Button btnOpenFile;
        private System.Windows.Forms.ImageList imageList1;

    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -