Click here to Skip to main content
15,886,873 members
Articles / Programming Languages / C#

Project Tool

Rate me:
Please Sign up or sign in to vote.
4.69/5 (10 votes)
23 Sep 2007CPOL3 min read 54.5K   1.7K   73  
Backup your C# solution and projects for archive or source code sharing. Temporary or unused files are excluded.
namespace QiHe.ProjectTool
{
    partial class Form1
    {
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.ctmVars = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.fSolutinOrProjectFileNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.yYearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mMonthToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.dDayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.hHourToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mMinuteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sSecondToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.rbnSln = new System.Windows.Forms.RadioButton();
            this.rbnProj = new System.Windows.Forms.RadioButton();
            this.buttonLoadProjList = new System.Windows.Forms.Button();
            this.comboBoxProjects = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPageFiles = new System.Windows.Forms.TabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.treeViewFiles = new System.Windows.Forms.TreeView();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.tssLabelPath = new System.Windows.Forms.ToolStripStatusLabel();
            this.tabPageBackup = new System.Windows.Forms.TabPage();
            this.checkBoxDiffBackup = new System.Windows.Forms.CheckBox();
            this.buttonVars = new System.Windows.Forms.Button();
            this.textBoxBaseDate = new System.Windows.Forms.TextBox();
            this.textBoxTemplate = new System.Windows.Forms.TextBox();
            this.buttonBackup = new System.Windows.Forms.Button();
            this.textBoxBuckupName = new System.Windows.Forms.TextBox();
            this.labelTemplate = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.tabPageStatis = new System.Windows.Forms.TabPage();
            this.dataGridViewResult = new System.Windows.Forms.DataGridView();
            this.FileName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Lines = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Chars = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tabPageBuild = new System.Windows.Forms.TabPage();
            this.textBoxLog = new System.Windows.Forms.TextBox();
            this.buttonBuild = new System.Windows.Forms.Button();
            this.fbProject = new QiHe.CodeLib.FolderBrowser();
            this.fbBackup = new QiHe.CodeLib.FolderBrowser();
            this.fbFramework = new QiHe.CodeLib.FolderBrowser();
            this.ctmVars.SuspendLayout();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPageFiles.SuspendLayout();
            this.panel1.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.tabPageBackup.SuspendLayout();
            this.tabPageStatis.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewResult)).BeginInit();
            this.tabPageBuild.SuspendLayout();
            this.SuspendLayout();
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "dir.png");
            this.imageList1.Images.SetKeyName(1, "diro.png");
            this.imageList1.Images.SetKeyName(2, "cs.png");
            this.imageList1.Images.SetKeyName(3, "default.ico");
            this.imageList1.Images.SetKeyName(4, ".dll");
            // 
            // ctmVars
            // 
            this.ctmVars.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fSolutinOrProjectFileNameToolStripMenuItem,
            this.yYearToolStripMenuItem,
            this.mMonthToolStripMenuItem,
            this.dDayToolStripMenuItem,
            this.hHourToolStripMenuItem,
            this.mMinuteToolStripMenuItem,
            this.sSecondToolStripMenuItem});
            this.ctmVars.Name = "ctmVars";
            this.ctmVars.ShowImageMargin = false;
            this.ctmVars.Size = new System.Drawing.Size(200, 158);
            // 
            // fSolutinOrProjectFileNameToolStripMenuItem
            // 
            this.fSolutinOrProjectFileNameToolStripMenuItem.Name = "fSolutinOrProjectFileNameToolStripMenuItem";
            this.fSolutinOrProjectFileNameToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
            this.fSolutinOrProjectFileNameToolStripMenuItem.Text = "$F - Solutin or project file name";
            this.fSolutinOrProjectFileNameToolStripMenuItem.Click += new System.EventHandler(this.templateMenuItemClick);
            // 
            // yYearToolStripMenuItem
            // 
            this.yYearToolStripMenuItem.Name = "yYearToolStripMenuItem";
            this.yYearToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
            this.yYearToolStripMenuItem.Text = "$Y - Year";
            this.yYearToolStripMenuItem.Click += new System.EventHandler(this.templateMenuItemClick);
            // 
            // mMonthToolStripMenuItem
            // 
            this.mMonthToolStripMenuItem.Name = "mMonthToolStripMenuItem";
            this.mMonthToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
            this.mMonthToolStripMenuItem.Text = "$M - Month";
            this.mMonthToolStripMenuItem.Click += new System.EventHandler(this.templateMenuItemClick);
            // 
            // dDayToolStripMenuItem
            // 
            this.dDayToolStripMenuItem.Name = "dDayToolStripMenuItem";
            this.dDayToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
            this.dDayToolStripMenuItem.Text = "$D - Day";
            this.dDayToolStripMenuItem.Click += new System.EventHandler(this.templateMenuItemClick);
            // 
            // hHourToolStripMenuItem
            // 
            this.hHourToolStripMenuItem.Name = "hHourToolStripMenuItem";
            this.hHourToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
            this.hHourToolStripMenuItem.Text = "$h - Hour";
            this.hHourToolStripMenuItem.Click += new System.EventHandler(this.templateMenuItemClick);
            // 
            // mMinuteToolStripMenuItem
            // 
            this.mMinuteToolStripMenuItem.Name = "mMinuteToolStripMenuItem";
            this.mMinuteToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
            this.mMinuteToolStripMenuItem.Text = "$m - Minute";
            this.mMinuteToolStripMenuItem.Click += new System.EventHandler(this.templateMenuItemClick);
            // 
            // sSecondToolStripMenuItem
            // 
            this.sSecondToolStripMenuItem.Name = "sSecondToolStripMenuItem";
            this.sSecondToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
            this.sSecondToolStripMenuItem.Text = "$s - Second";
            this.sSecondToolStripMenuItem.Click += new System.EventHandler(this.templateMenuItemClick);
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.rbnSln);
            this.splitContainer2.Panel1.Controls.Add(this.rbnProj);
            this.splitContainer2.Panel1.Controls.Add(this.fbProject);
            this.splitContainer2.Panel1.Controls.Add(this.buttonLoadProjList);
            this.splitContainer2.Panel1.Controls.Add(this.comboBoxProjects);
            this.splitContainer2.Panel1.Controls.Add(this.label1);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.tabControl1);
            this.splitContainer2.Size = new System.Drawing.Size(557, 401);
            this.splitContainer2.SplitterDistance = 74;
            this.splitContainer2.TabIndex = 5;
            // 
            // rbnSln
            // 
            this.rbnSln.AutoSize = true;
            this.rbnSln.Checked = true;
            this.rbnSln.Location = new System.Drawing.Point(458, 45);
            this.rbnSln.Name = "rbnSln";
            this.rbnSln.Size = new System.Drawing.Size(71, 16);
            this.rbnSln.TabIndex = 5;
            this.rbnSln.TabStop = true;
            this.rbnSln.Text = "�������";
            this.rbnSln.UseVisualStyleBackColor = true;
            // 
            // rbnProj
            // 
            this.rbnProj.AutoSize = true;
            this.rbnProj.Location = new System.Drawing.Point(392, 45);
            this.rbnProj.Name = "rbnProj";
            this.rbnProj.Size = new System.Drawing.Size(47, 16);
            this.rbnProj.TabIndex = 5;
            this.rbnProj.Text = "��Ŀ";
            this.rbnProj.UseVisualStyleBackColor = true;
            // 
            // buttonLoadProjList
            // 
            this.buttonLoadProjList.Location = new System.Drawing.Point(282, 39);
            this.buttonLoadProjList.Name = "buttonLoadProjList";
            this.buttonLoadProjList.Size = new System.Drawing.Size(88, 23);
            this.buttonLoadProjList.TabIndex = 4;
            this.buttonLoadProjList.Text = "�����б�";
            this.buttonLoadProjList.UseVisualStyleBackColor = true;
            this.buttonLoadProjList.Click += new System.EventHandler(this.buttonLoadProjList_Click);
            // 
            // comboBoxProjects
            // 
            this.comboBoxProjects.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxProjects.FormattingEnabled = true;
            this.comboBoxProjects.Location = new System.Drawing.Point(81, 41);
            this.comboBoxProjects.Name = "comboBoxProjects";
            this.comboBoxProjects.Size = new System.Drawing.Size(181, 20);
            this.comboBoxProjects.TabIndex = 3;
            this.comboBoxProjects.SelectedIndexChanged += new System.EventHandler(this.comboBoxProjects_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(17, 47);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 2;
            this.label1.Text = "ѡ����Ŀ��";
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPageFiles);
            this.tabControl1.Controls.Add(this.tabPageBackup);
            this.tabControl1.Controls.Add(this.tabPageStatis);
            this.tabControl1.Controls.Add(this.tabPageBuild);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(557, 323);
            this.tabControl1.TabIndex = 1;
            this.tabControl1.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl1_Selected);
            // 
            // tabPageFiles
            // 
            this.tabPageFiles.Controls.Add(this.panel1);
            this.tabPageFiles.Controls.Add(this.statusStrip1);
            this.tabPageFiles.Location = new System.Drawing.Point(4, 21);
            this.tabPageFiles.Name = "tabPageFiles";
            this.tabPageFiles.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageFiles.Size = new System.Drawing.Size(549, 298);
            this.tabPageFiles.TabIndex = 2;
            this.tabPageFiles.Text = "�ļ�";
            this.tabPageFiles.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.splitContainer1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(3, 3);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(543, 270);
            this.panel1.TabIndex = 3;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.treeViewFiles);
            this.splitContainer1.Size = new System.Drawing.Size(543, 270);
            this.splitContainer1.SplitterDistance = 341;
            this.splitContainer1.TabIndex = 1;
            // 
            // treeViewFiles
            // 
            this.treeViewFiles.CheckBoxes = true;
            this.treeViewFiles.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeViewFiles.ImageIndex = 0;
            this.treeViewFiles.ImageList = this.imageList1;
            this.treeViewFiles.Location = new System.Drawing.Point(0, 0);
            this.treeViewFiles.Name = "treeViewFiles";
            this.treeViewFiles.SelectedImageIndex = 0;
            this.treeViewFiles.Size = new System.Drawing.Size(341, 270);
            this.treeViewFiles.TabIndex = 0;
            this.treeViewFiles.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.treeViewFiles_AfterCollapse);
            this.treeViewFiles.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewFiles_AfterSelect);
            this.treeViewFiles.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.treeViewFiles_AfterExpand);
            // 
            // statusStrip1
            // 
            this.statusStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tssLabelPath});
            this.statusStrip1.Location = new System.Drawing.Point(3, 273);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(543, 22);
            this.statusStrip1.TabIndex = 2;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // tssLabelPath
            // 
            this.tssLabelPath.Name = "tssLabelPath";
            this.tssLabelPath.Size = new System.Drawing.Size(0, 17);
            // 
            // tabPageBackup
            // 
            this.tabPageBackup.Controls.Add(this.checkBoxDiffBackup);
            this.tabPageBackup.Controls.Add(this.buttonVars);
            this.tabPageBackup.Controls.Add(this.textBoxBaseDate);
            this.tabPageBackup.Controls.Add(this.textBoxTemplate);
            this.tabPageBackup.Controls.Add(this.buttonBackup);
            this.tabPageBackup.Controls.Add(this.textBoxBuckupName);
            this.tabPageBackup.Controls.Add(this.labelTemplate);
            this.tabPageBackup.Controls.Add(this.label2);
            this.tabPageBackup.Controls.Add(this.fbBackup);
            this.tabPageBackup.Location = new System.Drawing.Point(4, 21);
            this.tabPageBackup.Name = "tabPageBackup";
            this.tabPageBackup.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageBackup.Size = new System.Drawing.Size(549, 298);
            this.tabPageBackup.TabIndex = 0;
            this.tabPageBackup.Text = "����";
            this.tabPageBackup.UseVisualStyleBackColor = true;
            // 
            // checkBoxDiffBackup
            // 
            this.checkBoxDiffBackup.AutoSize = true;
            this.checkBoxDiffBackup.Location = new System.Drawing.Point(20, 105);
            this.checkBoxDiffBackup.Name = "checkBoxDiffBackup";
            this.checkBoxDiffBackup.Size = new System.Drawing.Size(144, 16);
            this.checkBoxDiffBackup.TabIndex = 7;
            this.checkBoxDiffBackup.Text = "�������챸�ݣ������";
            this.checkBoxDiffBackup.UseVisualStyleBackColor = true;
            // 
            // buttonVars
            // 
            this.buttonVars.Location = new System.Drawing.Point(293, 68);
            this.buttonVars.Name = "buttonVars";
            this.buttonVars.Size = new System.Drawing.Size(44, 23);
            this.buttonVars.TabIndex = 6;
            this.buttonVars.Text = "����";
            this.buttonVars.UseVisualStyleBackColor = true;
            this.buttonVars.Click += new System.EventHandler(this.buttonVars_Click);
            // 
            // textBoxBaseDate
            // 
            this.textBoxBaseDate.Location = new System.Drawing.Point(170, 100);
            this.textBoxBaseDate.Name = "textBoxBaseDate";
            this.textBoxBaseDate.Size = new System.Drawing.Size(117, 21);
            this.textBoxBaseDate.TabIndex = 5;
            // 
            // textBoxTemplate
            // 
            this.textBoxTemplate.Location = new System.Drawing.Point(122, 70);
            this.textBoxTemplate.Name = "textBoxTemplate";
            this.textBoxTemplate.Size = new System.Drawing.Size(165, 21);
            this.textBoxTemplate.TabIndex = 5;
            // 
            // buttonBackup
            // 
            this.buttonBackup.Location = new System.Drawing.Point(360, 135);
            this.buttonBackup.Name = "buttonBackup";
            this.buttonBackup.Size = new System.Drawing.Size(75, 23);
            this.buttonBackup.TabIndex = 4;
            this.buttonBackup.Text = "����";
            this.buttonBackup.UseVisualStyleBackColor = true;
            this.buttonBackup.Click += new System.EventHandler(this.buttonBackup_Click);
            // 
            // textBoxBuckupName
            // 
            this.textBoxBuckupName.Location = new System.Drawing.Point(98, 137);
            this.textBoxBuckupName.Name = "textBoxBuckupName";
            this.textBoxBuckupName.Size = new System.Drawing.Size(249, 21);
            this.textBoxBuckupName.TabIndex = 3;
            // 
            // labelTemplate
            // 
            this.labelTemplate.AutoSize = true;
            this.labelTemplate.Location = new System.Drawing.Point(15, 73);
            this.labelTemplate.Name = "labelTemplate";
            this.labelTemplate.Size = new System.Drawing.Size(101, 12);
            this.labelTemplate.TabIndex = 2;
            this.labelTemplate.Text = "�����ļ���ģ�壺";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(15, 142);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "�����ļ�����";
            // 
            // tabPageStatis
            // 
            this.tabPageStatis.Controls.Add(this.dataGridViewResult);
            this.tabPageStatis.Location = new System.Drawing.Point(4, 21);
            this.tabPageStatis.Name = "tabPageStatis";
            this.tabPageStatis.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageStatis.Size = new System.Drawing.Size(549, 298);
            this.tabPageStatis.TabIndex = 1;
            this.tabPageStatis.Text = "ͳ��";
            this.tabPageStatis.UseVisualStyleBackColor = true;
            // 
            // dataGridViewResult
            // 
            this.dataGridViewResult.AllowUserToAddRows = false;
            this.dataGridViewResult.AllowUserToDeleteRows = false;
            this.dataGridViewResult.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridViewResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewResult.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.FileName,
            this.Lines,
            this.Chars});
            this.dataGridViewResult.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridViewResult.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.dataGridViewResult.Location = new System.Drawing.Point(3, 3);
            this.dataGridViewResult.Name = "dataGridViewResult";
            this.dataGridViewResult.ReadOnly = true;
            this.dataGridViewResult.RowHeadersVisible = false;
            this.dataGridViewResult.RowTemplate.Height = 23;
            this.dataGridViewResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
            this.dataGridViewResult.ShowEditingIcon = false;
            this.dataGridViewResult.Size = new System.Drawing.Size(543, 292);
            this.dataGridViewResult.TabIndex = 0;
            // 
            // FileName
            // 
            this.FileName.HeaderText = "File";
            this.FileName.Name = "FileName";
            this.FileName.ReadOnly = true;
            // 
            // Lines
            // 
            this.Lines.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.Lines.HeaderText = "Lines";
            this.Lines.Name = "Lines";
            this.Lines.ReadOnly = true;
            this.Lines.Width = 58;
            // 
            // Chars
            // 
            this.Chars.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.Chars.HeaderText = "Chars";
            this.Chars.Name = "Chars";
            this.Chars.ReadOnly = true;
            this.Chars.Width = 58;
            // 
            // tabPageBuild
            // 
            this.tabPageBuild.Controls.Add(this.textBoxLog);
            this.tabPageBuild.Controls.Add(this.buttonBuild);
            this.tabPageBuild.Controls.Add(this.fbFramework);
            this.tabPageBuild.Location = new System.Drawing.Point(4, 21);
            this.tabPageBuild.Name = "tabPageBuild";
            this.tabPageBuild.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageBuild.Size = new System.Drawing.Size(549, 298);
            this.tabPageBuild.TabIndex = 3;
            this.tabPageBuild.Text = "����";
            this.tabPageBuild.UseVisualStyleBackColor = true;
            // 
            // textBoxLog
            // 
            this.textBoxLog.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.textBoxLog.Location = new System.Drawing.Point(3, 112);
            this.textBoxLog.Multiline = true;
            this.textBoxLog.Name = "textBoxLog";
            this.textBoxLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textBoxLog.Size = new System.Drawing.Size(543, 183);
            this.textBoxLog.TabIndex = 2;
            // 
            // buttonBuild
            // 
            this.buttonBuild.Location = new System.Drawing.Point(15, 68);
            this.buttonBuild.Name = "buttonBuild";
            this.buttonBuild.Size = new System.Drawing.Size(75, 23);
            this.buttonBuild.TabIndex = 1;
            this.buttonBuild.Text = "����";
            this.buttonBuild.UseVisualStyleBackColor = true;
            this.buttonBuild.Click += new System.EventHandler(this.buttonBuild_Click);
            // 
            // fbProject
            // 
            this.fbProject.ButtonText = "ѡȡ";
            this.fbProject.Caption = "��Ŀ·����";
            this.fbProject.FolderPath = "";
            this.fbProject.Location = new System.Drawing.Point(10, 4);
            this.fbProject.Name = "fbProject";
            this.fbProject.ReadOnly = false;
            this.fbProject.Size = new System.Drawing.Size(522, 30);
            this.fbProject.TabIndex = 0;
            this.fbProject.FolderPathChanged += new System.EventHandler(this.fbProject_FolderPathChanged);
            // 
            // fbBackup
            // 
            this.fbBackup.ButtonText = "ѡȡ";
            this.fbBackup.Caption = "����·����";
            this.fbBackup.FolderPath = "";
            this.fbBackup.Location = new System.Drawing.Point(8, 24);
            this.fbBackup.Name = "fbBackup";
            this.fbBackup.ReadOnly = false;
            this.fbBackup.Size = new System.Drawing.Size(522, 30);
            this.fbBackup.TabIndex = 0;
            // 
            // fbFramework
            // 
            this.fbFramework.ButtonText = "Browse";
            this.fbFramework.Caption = "Framework:";
            this.fbFramework.FolderPath = "";
            this.fbFramework.Location = new System.Drawing.Point(8, 21);
            this.fbFramework.Name = "fbFramework";
            this.fbFramework.ReadOnly = false;
            this.fbFramework.Size = new System.Drawing.Size(529, 30);
            this.fbFramework.TabIndex = 0;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(557, 401);
            this.Controls.Add(this.splitContainer2);
            this.Name = "Form1";
            this.Text = "��Ŀ����";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.ctmVars.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel1.PerformLayout();
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPageFiles.ResumeLayout(false);
            this.tabPageFiles.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.tabPageBackup.ResumeLayout(false);
            this.tabPageBackup.PerformLayout();
            this.tabPageStatis.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewResult)).EndInit();
            this.tabPageBuild.ResumeLayout(false);
            this.tabPageBuild.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private QiHe.CodeLib.FolderBrowser fbProject;
        private QiHe.CodeLib.FolderBrowser fbBackup;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPageBackup;
        private System.Windows.Forms.TabPage tabPageStatis;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox comboBoxProjects;
        private System.Windows.Forms.TextBox textBoxBuckupName;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button buttonBackup;
        private System.Windows.Forms.Button buttonLoadProjList;
        private System.Windows.Forms.TabPage tabPageFiles;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.TreeView treeViewFiles;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripStatusLabel tssLabelPath;
        private System.Windows.Forms.ImageList imageList1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.SplitContainer splitContainer2;
        private System.Windows.Forms.DataGridView dataGridViewResult;
        private System.Windows.Forms.TabPage tabPageBuild;
        private QiHe.CodeLib.FolderBrowser fbFramework;
        private System.Windows.Forms.TextBox textBoxLog;
        private System.Windows.Forms.Button buttonBuild;
        private System.Windows.Forms.RadioButton rbnSln;
        private System.Windows.Forms.RadioButton rbnProj;
        private System.Windows.Forms.DataGridViewTextBoxColumn FileName;
        private System.Windows.Forms.DataGridViewTextBoxColumn Lines;
        private System.Windows.Forms.DataGridViewTextBoxColumn Chars;
        private System.Windows.Forms.Label labelTemplate;
        private System.Windows.Forms.TextBox textBoxTemplate;
        private System.Windows.Forms.Button buttonVars;
        private System.Windows.Forms.ContextMenuStrip ctmVars;
        private System.Windows.Forms.ToolStripMenuItem fSolutinOrProjectFileNameToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem yYearToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem mMonthToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem dDayToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem hHourToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem mMinuteToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem sSecondToolStripMenuItem;
        private System.Windows.Forms.CheckBox checkBoxDiffBackup;
        private System.Windows.Forms.TextBox textBoxBaseDate;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect YunCheDa Hangzhou
China China
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions