Ejemplo n.º 1
0
        private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmClipboardViewer));
            this.btCancel = new System.Windows.Forms.Button();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.txtValue = new System.Windows.Forms.TextBox();
            this.lvItems = new Vista_Api.ListView();
            this.imageList = new System.Windows.Forms.ImageList(this.components);
            this.btCopy = new System.Windows.Forms.Button();
            this.tabControl.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btCancel
            // 
            this.btCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btCancel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btCancel.Location = new System.Drawing.Point(432, 304);
            this.btCancel.Name = "btCancel";
            this.btCancel.Size = new System.Drawing.Size(75, 23);
            this.btCancel.TabIndex = 2;
            this.btCancel.Text = "Cancel";
            this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
            // 
            // tabControl
            // 
            this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControl.Controls.Add(this.tabPage1);
            this.tabControl.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tabControl.Location = new System.Drawing.Point(8, 8);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(504, 288);
            this.tabControl.TabIndex = 0;
            this.tabControl.TabStop = false;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.txtValue);
            this.tabPage1.Controls.Add(this.lvItems);
            this.tabPage1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Size = new System.Drawing.Size(496, 262);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Clipboard";
            // 
            // txtValue
            // 
            this.txtValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtValue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtValue.Location = new System.Drawing.Point(8, 144);
            this.txtValue.Multiline = true;
            this.txtValue.Name = "txtValue";
            this.txtValue.ReadOnly = true;
            this.txtValue.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtValue.Size = new System.Drawing.Size(480, 112);
            this.txtValue.TabIndex = 1;
            this.txtValue.TextChanged += new System.EventHandler(this.txtItem_TextChanged);
            // 
            // lvItems
            // 
            this.lvItems.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lvItems.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lvItems.FullRowSelect = true;
            this.lvItems.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.lvItems.HideSelection = false;
            this.lvItems.Location = new System.Drawing.Point(8, 8);
            this.lvItems.MultiSelect = false;
            this.lvItems.Name = "lvItems";
            this.lvItems.Size = new System.Drawing.Size(480, 128);
            this.lvItems.SmallImageList = this.imageList;
            this.lvItems.TabIndex = 0;
            this.lvItems.UseCompatibleStateImageBehavior = false;
            this.lvItems.SelectedIndexChanged += new System.EventHandler(this.lvItems_SelectedIndexChanged);
            // 
            // imageList
            // 
            this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
            this.imageList.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList.Images.SetKeyName(0, "");
            // 
            // btCopy
            // 
            this.btCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btCopy.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btCopy.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btCopy.Location = new System.Drawing.Point(352, 304);
            this.btCopy.Name = "btCopy";
            this.btCopy.Size = new System.Drawing.Size(75, 23);
            this.btCopy.TabIndex = 1;
            this.btCopy.Text = "Copy";
            this.btCopy.Click += new System.EventHandler(this.btCopy_Click);
            // 
            // FrmClipboardViewer
            // 
            this.AcceptButton = this.btCopy;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.CancelButton = this.btCancel;
            this.ClientSize = new System.Drawing.Size(520, 334);
            this.Controls.Add(this.btCopy);
            this.Controls.Add(this.tabControl);
            this.Controls.Add(this.btCancel);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(500, 350);
            this.Name = "FrmClipboardViewer";
            this.Enter += new System.EventHandler(this.FrmBaseView_Enter);
            this.tabControl.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.ResumeLayout(false);

		}
Ejemplo n.º 2
0
		/// <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.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
			this.miLineCounter = new System.Windows.Forms.MenuItem();
			this.miOptions = new System.Windows.Forms.MenuItem();
			this.miRecalculate = new System.Windows.Forms.MenuItem();
			this.lvFileList = new Vista_Api.ListView();
			this.chFileName = new System.Windows.Forms.ColumnHeader();
			this.chFileTotalLines = new System.Windows.Forms.ColumnHeader();
			this.chFileTotalCode = new System.Windows.Forms.ColumnHeader();
			this.chFileTotalComment = new System.Windows.Forms.ColumnHeader();
			this.chFileExt = new System.Windows.Forms.ColumnHeader();
			this.chMode = new System.Windows.Forms.ColumnHeader();
			this.cmFileList = new System.Windows.Forms.ContextMenu();
			this.imgFileTypes = new System.Windows.Forms.ImageList(this.components);
			this.imgProjectTyps = new System.Windows.Forms.ImageList(this.components);
			this.chCodeLines = new System.Windows.Forms.ColumnHeader();
			this.chTotalLines = new System.Windows.Forms.ColumnHeader();
			this.chProject = new System.Windows.Forms.ColumnHeader();
			this.chBlankLines = new System.Windows.Forms.ColumnHeader();
			this.chNetLines = new System.Windows.Forms.ColumnHeader();
			this.chComments = new System.Windows.Forms.ColumnHeader();
			this.lvSummary = new Vista_Api.ListView();
			this.panel1 = new System.Windows.Forms.Panel();
			this.tstxtLinesCounted = new System.Windows.Forms.Label();
			this.tsprgTask = new System.Windows.Forms.ProgressBar();
			this.tsprgTotal = new System.Windows.Forms.ProgressBar();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.panel2 = new System.Windows.Forms.Panel();
			this.splitter1 = new System.Windows.Forms.Splitter();
			this.panel1.SuspendLayout();
			this.panel2.SuspendLayout();
			this.SuspendLayout();
			// 
			// mainMenu1
			// 
			this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
									this.miLineCounter});
			// 
			// miLineCounter
			// 
			this.miLineCounter.Index = 0;
			this.miLineCounter.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
									this.miOptions,
									this.miRecalculate});
			this.miLineCounter.Text = "Line Counter";
			// 
			// miOptions
			// 
			this.miOptions.Index = 0;
			this.miOptions.Text = "Options";
			// 
			// miRecalculate
			// 
			this.miRecalculate.Index = 1;
			this.miRecalculate.Text = "Recalculate";
			this.miRecalculate.Click += new System.EventHandler(this.miRecalculate_Click);
			// 
			// lvFileList
			// 
			this.lvFileList.AllowColumnReorder = true;
			this.lvFileList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
									this.chFileName,
									this.chFileTotalLines,
									this.chFileTotalCode,
									this.chFileTotalComment,
									this.chFileExt,
									this.chMode});
			this.lvFileList.ContextMenu = this.cmFileList;
			this.lvFileList.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lvFileList.FullRowSelect = true;
			this.lvFileList.GridLines = true;
			this.lvFileList.HideSelection = false;
			this.lvFileList.Location = new System.Drawing.Point(0, 0);
			this.lvFileList.Name = "lvFileList";
			this.lvFileList.Size = new System.Drawing.Size(592, 242);
			this.lvFileList.SmallImageList = this.imgFileTypes;
			this.lvFileList.TabIndex = 0;
			this.lvFileList.UseCompatibleStateImageBehavior = false;
			this.lvFileList.View = System.Windows.Forms.View.Details;
			this.lvFileList.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvFileList_ColumnClick);
			// 
			// chFileName
			// 
			this.chFileName.Text = "File";
			this.chFileName.Width = 192;
			// 
			// chFileTotalLines
			// 
			this.chFileTotalLines.Text = "Total Lines";
			this.chFileTotalLines.Width = 90;
			// 
			// chFileTotalCode
			// 
			this.chFileTotalCode.Text = "Code Lines";
			this.chFileTotalCode.Width = 90;
			// 
			// chFileTotalComment
			// 
			this.chFileTotalComment.Text = "Comments";
			this.chFileTotalComment.Width = 90;
			// 
			// chFileExt
			// 
			this.chFileExt.Text = "Extension";
			this.chFileExt.Width = 64;
			// 
			// chMode
			// 
			this.chMode.Text = "Sum-Mode";
			this.chMode.Width = 70;
			// 
			// imgFileTypes
			// 
			this.imgFileTypes.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
			this.imgFileTypes.ImageSize = new System.Drawing.Size(16, 16);
			this.imgFileTypes.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// imgProjectTyps
			// 
			this.imgProjectTyps.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
			this.imgProjectTyps.ImageSize = new System.Drawing.Size(16, 16);
			this.imgProjectTyps.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// chCodeLines
			// 
			this.chCodeLines.Text = "Code Lines";
			this.chCodeLines.Width = 90;
			// 
			// chTotalLines
			// 
			this.chTotalLines.Text = "Total Lines";
			this.chTotalLines.Width = 90;
			// 
			// chProject
			// 
			this.chProject.Text = "Project";
			this.chProject.Width = 146;
			// 
			// chBlankLines
			// 
			this.chBlankLines.Text = "Blank Lines";
			this.chBlankLines.Width = 90;
			// 
			// chNetLines
			// 
			this.chNetLines.Text = "Net Lines";
			this.chNetLines.Width = 90;
			// 
			// chComments
			// 
			this.chComments.Text = "Comments";
			this.chComments.Width = 90;
			// 
			// lvSummary
			// 
			this.lvSummary.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
									this.chProject,
									this.chTotalLines,
									this.chCodeLines,
									this.chComments,
									this.chBlankLines,
									this.chNetLines});
			this.lvSummary.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.lvSummary.FullRowSelect = true;
			this.lvSummary.HideSelection = false;
			this.lvSummary.Location = new System.Drawing.Point(0, 242);
			this.lvSummary.Name = "lvSummary";
			this.lvSummary.Size = new System.Drawing.Size(592, 97);
			this.lvSummary.SmallImageList = this.imgProjectTyps;
			this.lvSummary.TabIndex = 2;
			this.lvSummary.UseCompatibleStateImageBehavior = false;
			this.lvSummary.View = System.Windows.Forms.View.Details;
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.tstxtLinesCounted);
			this.panel1.Controls.Add(this.tsprgTask);
			this.panel1.Controls.Add(this.tsprgTotal);
			this.panel1.Controls.Add(this.label2);
			this.panel1.Controls.Add(this.label1);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panel1.Location = new System.Drawing.Point(0, 339);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(592, 24);
			this.panel1.TabIndex = 3;
			// 
			// tstxtLinesCounted
			// 
			this.tstxtLinesCounted.Location = new System.Drawing.Point(504, 8);
			this.tstxtLinesCounted.Name = "tstxtLinesCounted";
			this.tstxtLinesCounted.Size = new System.Drawing.Size(100, 23);
			this.tstxtLinesCounted.TabIndex = 4;
			// 
			// tsprgTask
			// 
			this.tsprgTask.Location = new System.Drawing.Point(360, 0);
			this.tsprgTask.Name = "tsprgTask";
			this.tsprgTask.Size = new System.Drawing.Size(144, 23);
			this.tsprgTask.TabIndex = 3;
			// 
			// tsprgTotal
			// 
			this.tsprgTotal.Location = new System.Drawing.Point(112, 0);
			this.tsprgTotal.Name = "tsprgTotal";
			this.tsprgTotal.Size = new System.Drawing.Size(136, 23);
			this.tsprgTotal.TabIndex = 2;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(256, 8);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100, 23);
			this.label2.TabIndex = 1;
			this.label2.Text = "Task Progress";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(16, 8);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100, 23);
			this.label1.TabIndex = 0;
			this.label1.Text = "Total Progress";
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.splitter1);
			this.panel2.Controls.Add(this.lvFileList);
			this.panel2.Controls.Add(this.lvSummary);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel2.Location = new System.Drawing.Point(0, 0);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(592, 339);
			this.panel2.TabIndex = 4;
			// 
			// splitter1
			// 
			this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.splitter1.Location = new System.Drawing.Point(0, 239);
			this.splitter1.Name = "splitter1";
			this.splitter1.Size = new System.Drawing.Size(592, 3);
			this.splitter1.TabIndex = 3;
			this.splitter1.TabStop = false;
			// 
			// FormLineCounter
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(592, 363);
			this.Controls.Add(this.panel2);
			this.Controls.Add(this.panel1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
			this.Menu = this.mainMenu1;
			this.Name = "FormLineCounter";
			this.Text = "LineCounter";
			this.panel1.ResumeLayout(false);
			this.panel2.ResumeLayout(false);
			this.ResumeLayout(false);
		}
Ejemplo n.º 3
0
        private void InitializeComponent()
		{
			this.btOk = new System.Windows.Forms.Button();
			this.btCancel = new System.Windows.Forms.Button();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.lblSubTitle = new System.Windows.Forms.Label();
			this.lblTitle = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.ListView = new Vista_Api.ListView();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.label1 = new System.Windows.Forms.Label();
			this.btUp = new System.Windows.Forms.Button();
			this.btDown = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// btOk
			// 
			this.btOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btOk.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.btOk.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.btOk.Location = new System.Drawing.Point(376, 336);
			this.btOk.Name = "btOk";
			this.btOk.TabIndex = 1;
			this.btOk.Text = "Ok";
			this.btOk.Click += new System.EventHandler(this.btOk_Click);
			// 
			// btCancel
			// 
			this.btCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btCancel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.btCancel.Location = new System.Drawing.Point(456, 336);
			this.btCancel.Name = "btCancel";
			this.btCancel.TabIndex = 2;
			this.btCancel.Text = "Cancel";
			this.btCancel.Click += new System.EventHandler(this.btOk_Click);
			// 
			// groupBox2
			// 
			this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.groupBox2.Location = new System.Drawing.Point(0, 320);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(544, 8);
			this.groupBox2.TabIndex = 6;
			this.groupBox2.TabStop = false;
			// 
			// lblSubTitle
			// 
			this.lblSubTitle.BackColor = System.Drawing.Color.White;
			this.lblSubTitle.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblSubTitle.ForeColor = System.Drawing.Color.Black;
			this.lblSubTitle.Location = new System.Drawing.Point(24, 24);
			this.lblSubTitle.Name = "lblSubTitle";
			this.lblSubTitle.Size = new System.Drawing.Size(536, 32);
			this.lblSubTitle.TabIndex = 4;
			this.lblSubTitle.Text = "Change the order of the project. All the projects must be saved  " +  
				"before and the project group  will be reopened";
			// 
			// lblTitle
			// 
			this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.lblTitle.BackColor = System.Drawing.Color.White;
			this.lblTitle.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblTitle.ForeColor = System.Drawing.Color.Black;
			this.lblTitle.Location = new System.Drawing.Point(0, 0);
			this.lblTitle.Name = "lblTitle";
			this.lblTitle.Size = new System.Drawing.Size(536, 24);
			this.lblTitle.TabIndex = 3;
			this.lblTitle.Text = "    Project Order";
			this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.groupBox1.Location = new System.Drawing.Point(0, 52);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(544, 8);
			this.groupBox1.TabIndex = 5;
			this.groupBox1.TabStop = false;
			// 
			// Vista_Api.ListView
			// 
			this.ListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
						| System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
						this.columnHeader1,
						this.columnHeader2});
			this.ListView.FullRowSelect = true;
			this.ListView.HideSelection = false;
			this.ListView.Location = new System.Drawing.Point(8, 72);
			this.ListView.Name = "Vista_Api.ListView";
			this.ListView.Size = new System.Drawing.Size(464, 240);
			this.ListView.TabIndex = 7;
			this.ListView.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "Path";
			this.columnHeader1.Width = 285;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "File name";
			this.columnHeader2.Width = 160;
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.label1.BackColor = System.Drawing.Color.White;
			this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label1.ForeColor = System.Drawing.Color.Black;
			this.label1.Location = new System.Drawing.Point(0, 24);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(544, 32);
			this.label1.TabIndex = 8;
			// 
			// btUp
			// 
			this.btUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btUp.Location = new System.Drawing.Point(480, 80);
			this.btUp.Name = "btUp";
			this.btUp.Size = new System.Drawing.Size(48, 23);
			this.btUp.TabIndex = 9;
			this.btUp.Text = "Up";
			this.btUp.Click += new System.EventHandler(this.btUp_Click);
			// 
			// btDown
			// 
			this.btDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btDown.Location = new System.Drawing.Point(480, 112);
			this.btDown.Name = "btDown";
			this.btDown.Size = new System.Drawing.Size(48, 23);
			this.btDown.TabIndex = 10;
			this.btDown.Text = "Down";
			this.btDown.Click += new System.EventHandler(this.btDown_Click);
			// 
			// FrmProjectManagement
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
			this.ClientSize = new System.Drawing.Size(536, 366);
			this.Controls.Add(this.btDown);
			this.Controls.Add(this.btUp);
			this.Controls.Add(this.ListView);
			this.Controls.Add(this.lblSubTitle);
			this.Controls.Add(this.lblTitle);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.btCancel);
			this.Controls.Add(this.btOk);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.groupBox1);
			this.Font = new System.Drawing.Font("Tahoma", 8.25F);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
			this.MinimumSize = new System.Drawing.Size(544, 216);
			this.Name = "FrmProjectManagement";
			this.Load += new System.EventHandler(this.FrmProjectManagement_Load);
			this.ResumeLayout(false);
		}
Ejemplo n.º 4
0
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormExpertManager));
			this.lvExperts = new Vista_Api.ListView();
			this.colStatus = new System.Windows.Forms.ColumnHeader();
			this.colName = new System.Windows.Forms.ColumnHeader();
			this.colFileName = new System.Windows.Forms.ColumnHeader();
			this.menuFile = new System.Windows.Forms.MenuItem();
			this.menuExit = new System.Windows.Forms.MenuItem();
			this.menuHelp = new System.Windows.Forms.MenuItem();
			this.menuAbout = new System.Windows.Forms.MenuItem();
			this.openFileDialog = new Vista_Api.OpenFileDialog();
			this.toolStrip1 = new System.Windows.Forms.ToolStrip();
			this.tsbtnEnable = new System.Windows.Forms.ToolStripButton();
			this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
			this.tsbtnRefresh = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
			this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
			this.tscbIdeVersion = new System.Windows.Forms.ToolStripComboBox();
			this.statusStrip1 = new System.Windows.Forms.StatusStrip();
			this.menuStrip1 = new System.Windows.Forms.MenuStrip();
			this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.alExpertManager = new Crad.Windows.Forms.Actions.ActionList();
			this.actEnable = new Crad.Windows.Forms.Actions.Action();
			this.actDisable = new Crad.Windows.Forms.Actions.Action();
			this.actRefresh = new Crad.Windows.Forms.Actions.Action();
			this.actAdd = new Crad.Windows.Forms.Actions.Action();
			this.actDelete = new Crad.Windows.Forms.Actions.Action();
			this.toolStrip1.SuspendLayout();
			this.menuStrip1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.alExpertManager)).BeginInit();
			this.SuspendLayout();
			// 
			// lvExperts
			// 
			this.lvExperts.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
			                                	this.colStatus,
			                                	this.colName,
			                                	this.colFileName});
			this.lvExperts.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lvExperts.FullRowSelect = true;
			this.lvExperts.HideSelection = false;
			this.lvExperts.Location = new System.Drawing.Point(0, 50);
			this.lvExperts.MultiSelect = false;
			this.lvExperts.Name = "lvExperts";
			this.lvExperts.Size = new System.Drawing.Size(734, 332);
			this.lvExperts.TabIndex = 0;
			this.lvExperts.UseCompatibleStateImageBehavior = false;
			this.lvExperts.View = System.Windows.Forms.View.Details;
			//this.lvExperts.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ListView_KeyUp);
			//this.lvExperts.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ListView_KeyDown);
			//this.lvExperts.Click += new System.EventHandler(this.ListView_Click);
			// 
			// colStatus
			// 
			this.colStatus.Text = "Status";
			// 
			// colName
			// 
			this.colName.Text = "Name";
			this.colName.Width = 142;
			// 
			// colFileName
			// 
			this.colFileName.Text = "FileName";
			this.colFileName.Width = 395;
			// 
			// menuFile
			// 
			this.menuFile.Index = -1;
			this.menuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			                                 	this.menuExit});
			this.menuFile.Text = "File";
			// 
			// menuExit
			// 
			this.menuExit.Index = 0;
			this.menuExit.Text = "Exit";
			this.menuExit.Click += new System.EventHandler(this.menuExit_Click);
			// 
			// menuHelp
			// 
			this.menuHelp.Index = -1;
			this.menuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			                                 	this.menuAbout});
			this.menuHelp.Text = "Help";
			// 
			// menuAbout
			// 
			this.menuAbout.Index = 0;
			this.menuAbout.Text = "About ...";
			// 
			// openFileDialog
			// 
			this.openFileDialog.Filter = "IDE Experts (*.dll)|*.dll";
			// 
			// toolStrip1
			// 
			this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
			                               	this.tsbtnEnable,
			                               	this.tsbtnDisable,
			                               	this.tsbtnRefresh,
			                               	this.toolStripSeparator2,
			                               	this.tsbtnAdd,
			                               	this.tsbtnDelete,
			                               	this.toolStripSeparator1,
			                               	this.toolStripLabel1,
			                               	this.tscbIdeVersion});
			this.toolStrip1.Location = new System.Drawing.Point(0, 25);
			this.toolStrip1.Name = "toolStrip1";
			this.toolStrip1.Size = new System.Drawing.Size(734, 25);
			this.toolStrip1.TabIndex = 8;
			this.toolStrip1.Text = "toolStrip1";
			// 
			// tsbtnEnable
			// 
			this.alExpertManager.SetAction(this.tsbtnEnable, this.actEnable);
			this.tsbtnEnable.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnEnable.Image")));
			this.tsbtnEnable.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnEnable.Name = "tsbtnEnable";
			this.tsbtnEnable.Size = new System.Drawing.Size(67, 22);
			this.tsbtnEnable.Text = "Enable";
			// 
			// tsbtnDisable
			// 
			this.alExpertManager.SetAction(this.tsbtnDisable, this.actDisable);
			this.tsbtnDisable.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDisable.Image")));
			this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnDisable.Name = "tsbtnDisable";
			this.tsbtnDisable.Size = new System.Drawing.Size(71, 22);
			this.tsbtnDisable.Text = "Disable";
			// 
			// tsbtnRefresh
			// 
			this.alExpertManager.SetAction(this.tsbtnRefresh, this.actRefresh);
			this.tsbtnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRefresh.Image")));
			this.tsbtnRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnRefresh.Name = "tsbtnRefresh";
			this.tsbtnRefresh.Size = new System.Drawing.Size(72, 22);
			this.tsbtnRefresh.Text = "Refresh";
			// 
			// toolStripSeparator2
			// 
			this.toolStripSeparator2.Name = "toolStripSeparator2";
			this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
			// 
			// tsbtnAdd
			// 
			this.alExpertManager.SetAction(this.tsbtnAdd, this.actAdd);
			this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
			this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnAdd.Name = "tsbtnAdd";
			this.tsbtnAdd.Size = new System.Drawing.Size(52, 22);
			this.tsbtnAdd.Text = "Add";
			// 
			// tsbtnDelete
			// 
			this.alExpertManager.SetAction(this.tsbtnDelete, this.actDelete);
			this.tsbtnDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDelete.Image")));
			this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnDelete.Name = "tsbtnDelete";
			this.tsbtnDelete.Size = new System.Drawing.Size(65, 22);
			this.tsbtnDelete.Text = "Delete";
			// 
			// toolStripSeparator1
			// 
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
			// 
			// toolStripLabel1
			// 
			this.toolStripLabel1.Name = "toolStripLabel1";
			this.toolStripLabel1.Size = new System.Drawing.Size(28, 22);
			this.toolStripLabel1.Text = "IDE";
			// 
			// tscbIdeVersion
			// 
			this.tscbIdeVersion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.tscbIdeVersion.Name = "tscbIdeVersion";
			this.tscbIdeVersion.Size = new System.Drawing.Size(300, 25);
			this.tscbIdeVersion.SelectedIndexChanged += new System.EventHandler(this.cbIDEVersion_SelectedIndexChanged);
			// 
			// statusStrip1
			// 
			this.statusStrip1.Location = new System.Drawing.Point(0, 382);
			this.statusStrip1.Name = "statusStrip1";
			this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
			this.statusStrip1.Size = new System.Drawing.Size(734, 22);
			this.statusStrip1.TabIndex = 9;
			this.statusStrip1.Text = "statusStrip1";
			// 
			// menuStrip1
			// 
			this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
			                               	this.fileToolStripMenuItem});
			this.menuStrip1.Location = new System.Drawing.Point(0, 0);
			this.menuStrip1.Name = "menuStrip1";
			this.menuStrip1.Size = new System.Drawing.Size(734, 25);
			this.menuStrip1.TabIndex = 10;
			this.menuStrip1.Text = "menuStrip1";
			// 
			// fileToolStripMenuItem
			// 
			this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
			                                                  	this.aboutToolStripMenuItem,
			                                                  	this.exitToolStripMenuItem});
			this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
			this.fileToolStripMenuItem.Size = new System.Drawing.Size(39, 21);
			this.fileToolStripMenuItem.Text = "File";
			// 
			// aboutToolStripMenuItem
			// 
			this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
			this.aboutToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
			this.aboutToolStripMenuItem.Text = "About";
			// 
			// exitToolStripMenuItem
			// 
			this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
			this.exitToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
			this.exitToolStripMenuItem.Text = "Exit";
			this.exitToolStripMenuItem.Click += new System.EventHandler(this.menuExit_Click);
			// 
			// alExpertManager
			// 
			this.alExpertManager.Actions.Add(this.actEnable);
			this.alExpertManager.Actions.Add(this.actDisable);
			this.alExpertManager.Actions.Add(this.actRefresh);
			this.alExpertManager.Actions.Add(this.actAdd);
			this.alExpertManager.Actions.Add(this.actDelete);
			this.alExpertManager.ContainerControl = this;
			// 
			// actEnable
			// 
			this.actEnable.Image = ((System.Drawing.Image)(resources.GetObject("actEnable.Image")));
			this.actEnable.Text = "Enable";
			this.actEnable.ToolTipText = "Enable";
			this.actEnable.Update += new System.EventHandler(this.actEnable_Update);
			this.actEnable.Execute += new System.EventHandler(this.btActivate_Click);
			// 
			// actDisable
			// 
			this.actDisable.Image = ((System.Drawing.Image)(resources.GetObject("actDisable.Image")));
			this.actDisable.Text = "Disable";
			this.actDisable.ToolTipText = "Disable";
			this.actDisable.Update += new System.EventHandler(this.actDisable_Update);
			this.actDisable.Execute += new System.EventHandler(this.btDesactivate_Click);
			// 
			// actRefresh
			// 
			this.actRefresh.Image = ((System.Drawing.Image)(resources.GetObject("actRefresh.Image")));
			this.actRefresh.Text = "Refresh";
			this.actRefresh.ToolTipText = "Refresh";
			this.actRefresh.Execute += new System.EventHandler(this.btRefresh_Click);
			// 
			// actAdd
			// 
			this.actAdd.Image = ((System.Drawing.Image)(resources.GetObject("actAdd.Image")));
			this.actAdd.Text = "Add";
			this.actAdd.ToolTipText = "Add";
			this.actAdd.Execute += new System.EventHandler(this.btAdd_Click);
			// 
			// actDelete
			// 
			this.actDelete.Image = ((System.Drawing.Image)(resources.GetObject("actDelete.Image")));
			this.actDelete.Text = "Delete";
			this.actDelete.ToolTipText = "Delete";
			this.actDelete.Update += new System.EventHandler(this.actDelete_Update);
			this.actDelete.Execute += new System.EventHandler(this.btDelete_Click);
			// 
			// FormExpertManager
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
			this.ClientSize = new System.Drawing.Size(734, 404);
			this.Controls.Add(this.lvExperts);
			this.Controls.Add(this.statusStrip1);
			this.Controls.Add(this.toolStrip1);
			this.Controls.Add(this.menuStrip1);
			this.Font = new System.Drawing.Font("Tahoma", 8.25F);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MainMenuStrip = this.menuStrip1;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.MinimumSize = new System.Drawing.Size(750, 440);
			this.Name = "FormExpertManager";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Expert Manager";
			this.Load += new System.EventHandler(this.FrmMain_Load);
			this.toolStrip1.ResumeLayout(false);
			this.toolStrip1.PerformLayout();
			this.menuStrip1.ResumeLayout(false);
			this.menuStrip1.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.alExpertManager)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Ejemplo n.º 5
0
		/// <summary>
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.ListViewItem ListViewItem11 = new System.Windows.Forms.ListViewItem("allo");
			this.label11 = new System.Windows.Forms.Label();
			this.btUpdateComponentPrefix = new System.Windows.Forms.Button();
			this.label10 = new System.Windows.Forms.Label();
			this.txtControlPrefixTypeName = new System.Windows.Forms.TextBox();
			this.txtControlPrefixPrefix = new System.Windows.Forms.TextBox();
			this.chkEnableAutoRenameControls = new System.Windows.Forms.CheckBox();
			this.btRemoveComponentPrefix = new System.Windows.Forms.Button();
			this.btAddComponentPrefix = new System.Windows.Forms.Button();
			this.colType = new System.Windows.Forms.ColumnHeader();
			this.lvComponentPrefix = new Vista_Api.ListView();
			this.colPrefix = new System.Windows.Forms.ColumnHeader();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(176, 32);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(32, 16);
			this.label11.TabIndex = 22;
			this.label11.Text = "Type";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// btUpdateComponentPrefix
			// 
			this.btUpdateComponentPrefix.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btUpdateComponentPrefix.Location = new System.Drawing.Point(224, 232);
			this.btUpdateComponentPrefix.Name = "btUpdateComponentPrefix";
			this.btUpdateComponentPrefix.Size = new System.Drawing.Size(72, 24);
			this.btUpdateComponentPrefix.TabIndex = 21;
			this.btUpdateComponentPrefix.Text = "Update";
			this.btUpdateComponentPrefix.Click += new System.EventHandler(this.btUpdateComponentPrefix_Click);
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(8, 32);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(48, 16);
			this.label10.TabIndex = 20;
			this.label10.Text = "Prefix";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txtControlPrefixTypeName
			// 
			this.txtControlPrefixTypeName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txtControlPrefixTypeName.Location = new System.Drawing.Point(216, 32);
			this.txtControlPrefixTypeName.Name = "txtControlPrefixTypeName";
			this.txtControlPrefixTypeName.Size = new System.Drawing.Size(224, 21);
			this.txtControlPrefixTypeName.TabIndex = 19;
			this.txtControlPrefixTypeName.Text = "";
			// 
			// txtControlPrefixPrefix
			// 
			this.txtControlPrefixPrefix.Location = new System.Drawing.Point(56, 32);
			this.txtControlPrefixPrefix.Name = "txtControlPrefixPrefix";
			this.txtControlPrefixPrefix.Size = new System.Drawing.Size(112, 21);
			this.txtControlPrefixPrefix.TabIndex = 18;
			this.txtControlPrefixPrefix.Text = "";
			// 
			// chkEnableAutoRenameControls
			// 
			this.chkEnableAutoRenameControls.Location = new System.Drawing.Point(16, 16);
			this.chkEnableAutoRenameControls.Name = "chkEnableAutoRenameControls";
			this.chkEnableAutoRenameControls.Size = new System.Drawing.Size(280, 24);
			this.chkEnableAutoRenameControls.TabIndex = 17;
			this.chkEnableAutoRenameControls.Text = "Enable auto rename controls";
			// 
			// btRemoveComponentPrefix
			// 
			this.btRemoveComponentPrefix.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btRemoveComponentPrefix.Location = new System.Drawing.Point(120, 232);
			this.btRemoveComponentPrefix.Name = "btRemoveComponentPrefix";
			this.btRemoveComponentPrefix.Size = new System.Drawing.Size(72, 24);
			this.btRemoveComponentPrefix.TabIndex = 16;
			this.btRemoveComponentPrefix.Text = "Remove";
			this.btRemoveComponentPrefix.Click += new System.EventHandler(this.btRemoveComponentPrefix_Click);
			// 
			// btAddComponentPrefix
			// 
			this.btAddComponentPrefix.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btAddComponentPrefix.Location = new System.Drawing.Point(16, 232);
			this.btAddComponentPrefix.Name = "btAddComponentPrefix";
			this.btAddComponentPrefix.Size = new System.Drawing.Size(72, 24);
			this.btAddComponentPrefix.TabIndex = 15;
			this.btAddComponentPrefix.Text = "Add";
			this.btAddComponentPrefix.Click += new System.EventHandler(this.btAddComponentPrefix_Click);
			// 
			// colType
			// 
			this.colType.Text = "Control Type";
			this.colType.Width = 374;
			// 
			// lvComponentPrefix
			// 
			this.lvComponentPrefix.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
						| System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.lvComponentPrefix.AutoArrange = false;
			this.lvComponentPrefix.CausesValidation = false;
			this.lvComponentPrefix.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
						this.colPrefix,
						this.colType});
			this.lvComponentPrefix.FullRowSelect = true;
			this.lvComponentPrefix.HideSelection = false;
			this.lvComponentPrefix.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
						ListViewItem11});
			this.lvComponentPrefix.Location = new System.Drawing.Point(16, 40);
			this.lvComponentPrefix.MultiSelect = false;
			this.lvComponentPrefix.Name = "lvComponentPrefix";
			this.lvComponentPrefix.Size = new System.Drawing.Size(408, 184);
			this.lvComponentPrefix.TabIndex = 14;
			this.lvComponentPrefix.View = System.Windows.Forms.View.Details;
			this.lvComponentPrefix.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvComponentPrefix_KeyDown);
			this.lvComponentPrefix.Click += new System.EventHandler(this.lvComponentPrefix_Click);
			// 
			// colPrefix
			// 
			this.colPrefix.Text = "Prefix";
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox1.Controls.Add(this.label11);
			this.groupBox1.Controls.Add(this.label10);
			this.groupBox1.Controls.Add(this.txtControlPrefixTypeName);
			this.groupBox1.Controls.Add(this.txtControlPrefixPrefix);
			this.groupBox1.Location = new System.Drawing.Point(16, 280);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(448, 72);
			this.groupBox1.TabIndex = 23;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Prefix properties";
			// 
			// groupBox2
			// 
			this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
						| System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox2.Controls.Add(this.lvComponentPrefix);
			this.groupBox2.Controls.Add(this.chkEnableAutoRenameControls);
			this.groupBox2.Controls.Add(this.btUpdateComponentPrefix);
			this.groupBox2.Controls.Add(this.btRemoveComponentPrefix);
			this.groupBox2.Controls.Add(this.btAddComponentPrefix);
			this.groupBox2.Location = new System.Drawing.Point(16, 8);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(448, 264);
			this.groupBox2.TabIndex = 24;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Prefix list";
			// 
			// ComponentNamerPage
			// 
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.Name = "ComponentNamerPage";
			this.Size = new System.Drawing.Size(568, 408);
			this.groupBox1.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.ResumeLayout(false);
		}
Ejemplo n.º 6
0
        private void InitializeComponent()
		{
			this.btOk = new System.Windows.Forms.Button();
			this.btCancel = new System.Windows.Forms.Button();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.lblSubTitle = new System.Windows.Forms.Label();
			this.lblTitle = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.ListView = new Vista_Api.ListView();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.SuspendLayout();
			// 
			// btOk
			// 
			this.btOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btOk.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.btOk.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.btOk.Location = new System.Drawing.Point(376, 352);
			this.btOk.Name = "btOk";
			this.btOk.TabIndex = 1;
			this.btOk.Text = "Ok";
			this.btOk.Click += new System.EventHandler(this.btCancel_Click);
			// 
			// btCancel
			// 
			this.btCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btCancel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.btCancel.Location = new System.Drawing.Point(456, 352);
			this.btCancel.Name = "btCancel";
			this.btCancel.TabIndex = 2;
			this.btCancel.Text = "Cancel";
			this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
			// 
			// groupBox2
			// 
			this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.groupBox2.Location = new System.Drawing.Point(0, 328);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(544, 8);
			this.groupBox2.TabIndex = 6;
			this.groupBox2.TabStop = false;
			// 
			// lblSubTitle
			// 
			this.lblSubTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.lblSubTitle.BackColor = System.Drawing.Color.White;
			this.lblSubTitle.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblSubTitle.ForeColor = System.Drawing.Color.Black;
			this.lblSubTitle.Location = new System.Drawing.Point(0, 24);
			this.lblSubTitle.Name = "lblSubTitle";
			this.lblSubTitle.Size = new System.Drawing.Size(536, 32);
			this.lblSubTitle.TabIndex = 4;
			this.lblSubTitle.Text = "               Return the list of the file";
			// 
			// lblTitle
			// 
			this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.lblTitle.BackColor = System.Drawing.Color.White;
			this.lblTitle.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblTitle.ForeColor = System.Drawing.Color.Black;
			this.lblTitle.Location = new System.Drawing.Point(0, 0);
			this.lblTitle.Name = "lblTitle";
			this.lblTitle.Size = new System.Drawing.Size(536, 24);
			this.lblTitle.TabIndex = 3;
			this.lblTitle.Text = "    Files";
			this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.groupBox1.Location = new System.Drawing.Point(0, 52);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(544, 8);
			this.groupBox1.TabIndex = 5;
			this.groupBox1.TabStop = false;
			// 
			// Vista_Api.ListView
			// 
			this.ListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
						| System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
						this.columnHeader1,
						this.columnHeader2});
			this.ListView.Location = new System.Drawing.Point(8, 72);
			this.ListView.Name = "Vista_Api.ListView";
			this.ListView.Size = new System.Drawing.Size(520, 256);
			this.ListView.TabIndex = 7;
			this.ListView.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "Path";
			this.columnHeader1.Width = 256;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "File name";
			this.columnHeader2.Width = 239;
			// 
			// FrmFileList
			// 
			this.AcceptButton = this.btOk;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
			this.CancelButton = this.btCancel;
			this.ClientSize = new System.Drawing.Size(536, 382);
			this.Controls.Add(this.ListView);
			this.Controls.Add(this.lblSubTitle);
			this.Controls.Add(this.lblTitle);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.btCancel);
			this.Controls.Add(this.btOk);
			this.Font = new System.Drawing.Font("Tahoma", 8.25F);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
			this.MaximumSize = new System.Drawing.Size(800, 408);
			this.MinimumSize = new System.Drawing.Size(0, 408);
			this.Name = "FrmFileList";
			this.Load += new System.EventHandler(this.FrmMissingFiles_Load);
			this.ResumeLayout(false);
		}
Ejemplo n.º 7
0
        private void InitializeComponent()
		{
        	this.btCancel = new System.Windows.Forms.Button();
        	this.tabControl = new System.Windows.Forms.TabControl();
        	this.tpEdition = new System.Windows.Forms.TabPage();
        	this.lblInputFileName = new System.Windows.Forms.Label();
        	this.btCancelEdit = new System.Windows.Forms.Button();
        	this.btSave = new System.Windows.Forms.Button();
        	this.btEdit = new System.Windows.Forms.Button();
        	this.chkDelaySign = new System.Windows.Forms.CheckBox();
        	this.label13 = new System.Windows.Forms.Label();
        	this.txtKey = new System.Windows.Forms.TextBox();
        	this.label12 = new System.Windows.Forms.Label();
        	this.txtKeyFile = new System.Windows.Forms.TextBox();
        	this.label11 = new System.Windows.Forms.Label();
        	this.txtVersion = new System.Windows.Forms.TextBox();
        	this.label10 = new System.Windows.Forms.Label();
        	this.txtCulture = new System.Windows.Forms.TextBox();
        	this.label9 = new System.Windows.Forms.Label();
        	this.txtTrademark = new System.Windows.Forms.TextBox();
        	this.label8 = new System.Windows.Forms.Label();
        	this.txtCopyright = new System.Windows.Forms.TextBox();
        	this.groupBox1 = new System.Windows.Forms.GroupBox();
        	this.nuIndex = new System.Windows.Forms.NumericUpDown();
        	this.label7 = new System.Windows.Forms.Label();
        	this.label3 = new System.Windows.Forms.Label();
        	this.txtFileName = new System.Windows.Forms.TextBox();
        	this.btAdd = new System.Windows.Forms.Button();
        	this.btDelete = new System.Windows.Forms.Button();
        	this.btNew = new System.Windows.Forms.Button();
        	this.label6 = new System.Windows.Forms.Label();
        	this.txtProduct = new System.Windows.Forms.TextBox();
        	this.label5 = new System.Windows.Forms.Label();
        	this.txtCompany = new System.Windows.Forms.TextBox();
        	this.label4 = new System.Windows.Forms.Label();
        	this.txtConfiguration = new System.Windows.Forms.TextBox();
        	this.label2 = new System.Windows.Forms.Label();
        	this.txtDescription = new System.Windows.Forms.TextBox();
        	this.lvFiles = new Vista_Api.ListView();
        	this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
        	this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
        	this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
        	this.label1 = new System.Windows.Forms.Label();
        	this.txtTitle = new System.Windows.Forms.TextBox();
        	this.btGenerate = new System.Windows.Forms.Button();
        	this.btOk = new System.Windows.Forms.Button();
        	this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
        	this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
        	this.openFileDialog = new Vista_Api.OpenFileDialog();
        	this.saveFileDialog = new Vista_Api.SaveFileDialog();
        	this.tabControl.SuspendLayout();
        	this.tpEdition.SuspendLayout();
        	this.groupBox1.SuspendLayout();
        	((System.ComponentModel.ISupportInitialize)(this.nuIndex)).BeginInit();
        	this.SuspendLayout();
        	// 
        	// btCancel
        	// 
        	this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
        	this.btCancel.Location = new System.Drawing.Point(538, 551);
        	this.btCancel.Name = "btCancel";
        	this.btCancel.Size = new System.Drawing.Size(96, 26);
        	this.btCancel.TabIndex = 0;
        	this.btCancel.Text = "Cancel";
        	// 
        	// tabControl
        	// 
        	this.tabControl.Controls.Add(this.tpEdition);
        	this.tabControl.Location = new System.Drawing.Point(10, 9);
        	this.tabControl.Name = "tabControl";
        	this.tabControl.SelectedIndex = 0;
        	this.tabControl.Size = new System.Drawing.Size(739, 534);
        	this.tabControl.TabIndex = 1;
        	// 
        	// tpEdition
        	// 
        	this.tpEdition.Controls.Add(this.lblInputFileName);
        	this.tpEdition.Controls.Add(this.btCancelEdit);
        	this.tpEdition.Controls.Add(this.btSave);
        	this.tpEdition.Controls.Add(this.btEdit);
        	this.tpEdition.Controls.Add(this.chkDelaySign);
        	this.tpEdition.Controls.Add(this.label13);
        	this.tpEdition.Controls.Add(this.txtKey);
        	this.tpEdition.Controls.Add(this.label12);
        	this.tpEdition.Controls.Add(this.txtKeyFile);
        	this.tpEdition.Controls.Add(this.label11);
        	this.tpEdition.Controls.Add(this.txtVersion);
        	this.tpEdition.Controls.Add(this.label10);
        	this.tpEdition.Controls.Add(this.txtCulture);
        	this.tpEdition.Controls.Add(this.label9);
        	this.tpEdition.Controls.Add(this.txtTrademark);
        	this.tpEdition.Controls.Add(this.label8);
        	this.tpEdition.Controls.Add(this.txtCopyright);
        	this.tpEdition.Controls.Add(this.groupBox1);
        	this.tpEdition.Controls.Add(this.btAdd);
        	this.tpEdition.Controls.Add(this.btDelete);
        	this.tpEdition.Controls.Add(this.btNew);
        	this.tpEdition.Controls.Add(this.label6);
        	this.tpEdition.Controls.Add(this.txtProduct);
        	this.tpEdition.Controls.Add(this.label5);
        	this.tpEdition.Controls.Add(this.txtCompany);
        	this.tpEdition.Controls.Add(this.label4);
        	this.tpEdition.Controls.Add(this.txtConfiguration);
        	this.tpEdition.Controls.Add(this.label2);
        	this.tpEdition.Controls.Add(this.txtDescription);
        	this.tpEdition.Controls.Add(this.lvFiles);
        	this.tpEdition.Controls.Add(this.label1);
        	this.tpEdition.Controls.Add(this.txtTitle);
        	this.tpEdition.Location = new System.Drawing.Point(4, 22);
        	this.tpEdition.Name = "tpEdition";
        	this.tpEdition.Size = new System.Drawing.Size(731, 508);
        	this.tpEdition.TabIndex = 0;
        	this.tpEdition.Text = "Edit";
        	// 
        	// lblInputFileName
        	// 
        	this.lblInputFileName.Location = new System.Drawing.Point(10, 474);
        	this.lblInputFileName.Name = "lblInputFileName";
        	this.lblInputFileName.Size = new System.Drawing.Size(700, 26);
        	this.lblInputFileName.TabIndex = 35;
        	// 
        	// btCancelEdit
        	// 
        	this.btCancelEdit.Location = new System.Drawing.Point(624, 276);
        	this.btCancelEdit.Name = "btCancelEdit";
        	this.btCancelEdit.Size = new System.Drawing.Size(96, 26);
        	this.btCancelEdit.TabIndex = 34;
        	this.btCancelEdit.Text = "Cancel Edit";
        	this.btCancelEdit.Click += new System.EventHandler(this.btCancelEdit_Click);
        	// 
        	// btSave
        	// 
        	this.btSave.Location = new System.Drawing.Point(624, 241);
        	this.btSave.Name = "btSave";
        	this.btSave.Size = new System.Drawing.Size(96, 26);
        	this.btSave.TabIndex = 33;
        	this.btSave.Text = "Save";
        	this.btSave.Click += new System.EventHandler(this.btSave_Click);
        	// 
        	// btEdit
        	// 
        	this.btEdit.Location = new System.Drawing.Point(624, 207);
        	this.btEdit.Name = "btEdit";
        	this.btEdit.Size = new System.Drawing.Size(96, 26);
        	this.btEdit.TabIndex = 32;
        	this.btEdit.Text = "Edit";
        	this.btEdit.Click += new System.EventHandler(this.btEdit_Click);
        	// 
        	// chkDelaySign
        	// 
        	this.chkDelaySign.Checked = true;
        	this.chkDelaySign.CheckState = System.Windows.Forms.CheckState.Checked;
        	this.chkDelaySign.Location = new System.Drawing.Point(336, 422);
        	this.chkDelaySign.Name = "chkDelaySign";
        	this.chkDelaySign.Size = new System.Drawing.Size(154, 17);
        	this.chkDelaySign.TabIndex = 31;
        	this.chkDelaySign.Text = "Delay sign";
        	// 
        	// label13
        	// 
        	this.label13.Location = new System.Drawing.Point(307, 388);
        	this.label13.Name = "label13";
        	this.label13.Size = new System.Drawing.Size(58, 17);
        	this.label13.TabIndex = 30;
        	this.label13.Text = "Key name";
        	// 
        	// txtKey
        	// 
        	this.txtKey.Location = new System.Drawing.Point(394, 388);
        	this.txtKey.Name = "txtKey";
        	this.txtKey.Size = new System.Drawing.Size(120, 21);
        	this.txtKey.TabIndex = 29;
        	// 
        	// label12
        	// 
        	this.label12.Location = new System.Drawing.Point(307, 353);
        	this.label12.Name = "label12";
        	this.label12.Size = new System.Drawing.Size(58, 17);
        	this.label12.TabIndex = 28;
        	this.label12.Text = "Key file";
        	// 
        	// txtKeyFile
        	// 
        	this.txtKeyFile.Location = new System.Drawing.Point(394, 353);
        	this.txtKeyFile.Name = "txtKeyFile";
        	this.txtKeyFile.Size = new System.Drawing.Size(120, 21);
        	this.txtKeyFile.TabIndex = 27;
        	// 
        	// label11
        	// 
        	this.label11.Location = new System.Drawing.Point(307, 319);
        	this.label11.Name = "label11";
        	this.label11.Size = new System.Drawing.Size(58, 17);
        	this.label11.TabIndex = 26;
        	this.label11.Text = "Version";
        	// 
        	// txtVersion
        	// 
        	this.txtVersion.Location = new System.Drawing.Point(394, 319);
        	this.txtVersion.Name = "txtVersion";
        	this.txtVersion.Size = new System.Drawing.Size(120, 21);
        	this.txtVersion.TabIndex = 25;
        	// 
        	// label10
        	// 
        	this.label10.Location = new System.Drawing.Point(307, 284);
        	this.label10.Name = "label10";
        	this.label10.Size = new System.Drawing.Size(58, 18);
        	this.label10.TabIndex = 24;
        	this.label10.Text = "Culture";
        	// 
        	// txtCulture
        	// 
        	this.txtCulture.Location = new System.Drawing.Point(394, 284);
        	this.txtCulture.Name = "txtCulture";
        	this.txtCulture.Size = new System.Drawing.Size(120, 21);
        	this.txtCulture.TabIndex = 23;
        	// 
        	// label9
        	// 
        	this.label9.Location = new System.Drawing.Point(307, 250);
        	this.label9.Name = "label9";
        	this.label9.Size = new System.Drawing.Size(77, 17);
        	this.label9.TabIndex = 22;
        	this.label9.Text = "Trademark";
        	// 
        	// txtTrademark
        	// 
        	this.txtTrademark.Location = new System.Drawing.Point(394, 250);
        	this.txtTrademark.Name = "txtTrademark";
        	this.txtTrademark.Size = new System.Drawing.Size(220, 21);
        	this.txtTrademark.TabIndex = 21;
        	// 
        	// label8
        	// 
        	this.label8.Location = new System.Drawing.Point(307, 215);
        	this.label8.Name = "label8";
        	this.label8.Size = new System.Drawing.Size(77, 18);
        	this.label8.TabIndex = 20;
        	this.label8.Text = "Copyright";
        	// 
        	// txtCopyright
        	// 
        	this.txtCopyright.Location = new System.Drawing.Point(394, 215);
        	this.txtCopyright.Name = "txtCopyright";
        	this.txtCopyright.Size = new System.Drawing.Size(220, 21);
        	this.txtCopyright.TabIndex = 19;
        	// 
        	// groupBox1
        	// 
        	this.groupBox1.Controls.Add(this.nuIndex);
        	this.groupBox1.Controls.Add(this.label7);
        	this.groupBox1.Controls.Add(this.label3);
        	this.groupBox1.Controls.Add(this.txtFileName);
        	this.groupBox1.Location = new System.Drawing.Point(10, 129);
        	this.groupBox1.Name = "groupBox1";
        	this.groupBox1.Size = new System.Drawing.Size(710, 69);
        	this.groupBox1.TabIndex = 18;
        	this.groupBox1.TabStop = false;
        	// 
        	// nuIndex
        	// 
        	this.nuIndex.Location = new System.Drawing.Point(374, 26);
        	this.nuIndex.Name = "nuIndex";
        	this.nuIndex.Size = new System.Drawing.Size(144, 21);
        	this.nuIndex.TabIndex = 13;
        	// 
        	// label7
        	// 
        	this.label7.Location = new System.Drawing.Point(288, 29);
        	this.label7.Name = "label7";
        	this.label7.Size = new System.Drawing.Size(58, 17);
        	this.label7.TabIndex = 14;
        	this.label7.Text = "Index";
        	// 
        	// label3
        	// 
        	this.label3.Location = new System.Drawing.Point(10, 26);
        	this.label3.Name = "label3";
        	this.label3.Size = new System.Drawing.Size(115, 17);
        	this.label3.TabIndex = 6;
        	this.label3.Text = "Output File Name";
        	// 
        	// txtFileName
        	// 
        	this.txtFileName.Location = new System.Drawing.Point(134, 26);
        	this.txtFileName.Name = "txtFileName";
        	this.txtFileName.Size = new System.Drawing.Size(120, 21);
        	this.txtFileName.TabIndex = 5;
        	// 
        	// btAdd
        	// 
        	this.btAdd.Location = new System.Drawing.Point(624, 43);
        	this.btAdd.Name = "btAdd";
        	this.btAdd.Size = new System.Drawing.Size(96, 26);
        	this.btAdd.TabIndex = 17;
        	this.btAdd.Text = "Add";
        	this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
        	// 
        	// btDelete
        	// 
        	this.btDelete.Location = new System.Drawing.Point(624, 78);
        	this.btDelete.Name = "btDelete";
        	this.btDelete.Size = new System.Drawing.Size(96, 25);
        	this.btDelete.TabIndex = 16;
        	this.btDelete.Text = "Delete";
        	this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
        	// 
        	// btNew
        	// 
        	this.btNew.Location = new System.Drawing.Point(624, 9);
        	this.btNew.Name = "btNew";
        	this.btNew.Size = new System.Drawing.Size(96, 25);
        	this.btNew.TabIndex = 15;
        	this.btNew.Text = "New";
        	this.btNew.Click += new System.EventHandler(this.btNew_Click);
        	// 
        	// label6
        	// 
        	this.label6.Location = new System.Drawing.Point(19, 353);
        	this.label6.Name = "label6";
        	this.label6.Size = new System.Drawing.Size(58, 17);
        	this.label6.TabIndex = 12;
        	this.label6.Text = "Product";
        	// 
        	// txtProduct
        	// 
        	this.txtProduct.Location = new System.Drawing.Point(106, 353);
        	this.txtProduct.Name = "txtProduct";
        	this.txtProduct.Size = new System.Drawing.Size(192, 21);
        	this.txtProduct.TabIndex = 11;
        	// 
        	// label5
        	// 
        	this.label5.Location = new System.Drawing.Point(19, 319);
        	this.label5.Name = "label5";
        	this.label5.Size = new System.Drawing.Size(77, 17);
        	this.label5.TabIndex = 10;
        	this.label5.Text = "Company";
        	// 
        	// txtCompany
        	// 
        	this.txtCompany.Location = new System.Drawing.Point(106, 319);
        	this.txtCompany.Name = "txtCompany";
        	this.txtCompany.Size = new System.Drawing.Size(192, 21);
        	this.txtCompany.TabIndex = 9;
        	// 
        	// label4
        	// 
        	this.label4.Location = new System.Drawing.Point(19, 284);
        	this.label4.Name = "label4";
        	this.label4.Size = new System.Drawing.Size(87, 18);
        	this.label4.TabIndex = 8;
        	this.label4.Text = "Configuration";
        	// 
        	// txtConfiguration
        	// 
        	this.txtConfiguration.Location = new System.Drawing.Point(106, 284);
        	this.txtConfiguration.Name = "txtConfiguration";
        	this.txtConfiguration.Size = new System.Drawing.Size(192, 21);
        	this.txtConfiguration.TabIndex = 7;
        	// 
        	// label2
        	// 
        	this.label2.Location = new System.Drawing.Point(19, 250);
        	this.label2.Name = "label2";
        	this.label2.Size = new System.Drawing.Size(77, 17);
        	this.label2.TabIndex = 4;
        	this.label2.Text = "Description";
        	// 
        	// txtDescription
        	// 
        	this.txtDescription.Location = new System.Drawing.Point(106, 250);
        	this.txtDescription.Name = "txtDescription";
        	this.txtDescription.Size = new System.Drawing.Size(192, 21);
        	this.txtDescription.TabIndex = 3;
        	// 
        	// lvFiles
        	// 
        	this.lvFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
        	        	        	this.columnHeader1,
        	        	        	this.columnHeader2,
        	        	        	this.columnHeader3});
        	this.lvFiles.FullRowSelect = true;
        	this.lvFiles.HideSelection = false;
        	this.lvFiles.Location = new System.Drawing.Point(10, 9);
        	this.lvFiles.MultiSelect = false;
        	this.lvFiles.Name = "lvFiles";
        	this.lvFiles.Size = new System.Drawing.Size(604, 112);
        	this.lvFiles.TabIndex = 2;
        	this.lvFiles.UseCompatibleStateImageBehavior = false;
        	this.lvFiles.View = System.Windows.Forms.View.Details;
        	this.lvFiles.Click += new System.EventHandler(this.lvFiles_Click);
        	// 
        	// columnHeader1
        	// 
        	this.columnHeader1.Text = "Path";
        	this.columnHeader1.Width = 300;
        	// 
        	// columnHeader2
        	// 
        	this.columnHeader2.Text = "File name";
        	this.columnHeader2.Width = 120;
        	// 
        	// columnHeader3
        	// 
        	this.columnHeader3.Text = "Index";
        	this.columnHeader3.Width = 65;
        	// 
        	// label1
        	// 
        	this.label1.Location = new System.Drawing.Point(19, 215);
        	this.label1.Name = "label1";
        	this.label1.Size = new System.Drawing.Size(58, 18);
        	this.label1.TabIndex = 1;
        	this.label1.Text = "Title";
        	// 
        	// txtTitle
        	// 
        	this.txtTitle.Location = new System.Drawing.Point(106, 215);
        	this.txtTitle.Name = "txtTitle";
        	this.txtTitle.Size = new System.Drawing.Size(192, 21);
        	this.txtTitle.TabIndex = 0;
        	// 
        	// btGenerate
        	// 
        	this.btGenerate.Location = new System.Drawing.Point(643, 551);
        	this.btGenerate.Name = "btGenerate";
        	this.btGenerate.Size = new System.Drawing.Size(96, 26);
        	this.btGenerate.TabIndex = 2;
        	this.btGenerate.Text = "Generate";
        	this.btGenerate.Click += new System.EventHandler(this.btGenerate_Click);
        	// 
        	// btOk
        	// 
        	this.btOk.DialogResult = System.Windows.Forms.DialogResult.OK;
        	this.btOk.Location = new System.Drawing.Point(432, 551);
        	this.btOk.Name = "btOk";
        	this.btOk.Size = new System.Drawing.Size(96, 26);
        	this.btOk.TabIndex = 3;
        	this.btOk.Text = "Ok";
        	// 
        	// saveFileDialog1
        	// 
        	this.saveFileDialog1.Filter = "Assembly Info Def|*.aid";
        	// 
        	// openFileDialog1
        	// 
        	this.openFileDialog1.CheckFileExists = false;
        	this.openFileDialog1.Filter = "Assembly Info Def|*.aid";
        	// 
        	// openFileDialog
        	// 
        	this.openFileDialog.FileName = "openFileDialog2";
        	this.openFileDialog.Filter = null;
        	// 
        	// saveFileDialog
        	// 
        	this.saveFileDialog.Filter = null;
        	// 
        	// FrmAssemblyInfoEditor
        	// 
        	this.AcceptButton = this.btOk;
        	this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
        	this.CancelButton = this.btCancel;
        	this.ClientSize = new System.Drawing.Size(760, 583);
        	this.Controls.Add(this.btOk);
        	this.Controls.Add(this.tabControl);
        	this.Controls.Add(this.btCancel);
        	this.Controls.Add(this.btGenerate);
        	this.Font = new System.Drawing.Font("Tahoma", 8.25F);
        	this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
        	this.MaximizeBox = false;
        	this.Name = "FrmAssemblyInfoEditor";
        	this.ShowInTaskbar = false;
        	this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
        	this.Text = "Sharp Builder Tools - Assembly Info Editor / Runner";
        	this.Load += new System.EventHandler(this.FrmAssemblyInfoEditor_Load);
        	this.tabControl.ResumeLayout(false);
        	this.tpEdition.ResumeLayout(false);
        	this.tpEdition.PerformLayout();
        	this.groupBox1.ResumeLayout(false);
        	this.groupBox1.PerformLayout();
        	((System.ComponentModel.ISupportInitialize)(this.nuIndex)).EndInit();
        	this.ResumeLayout(false);
		}
Ejemplo n.º 8
0
        // *********************************************************************
        //                           Private
        // *********************************************************************
        #region Windows Form Designer generated code
        private void InitializeComponent()
		{
        	this.components = new System.ComponentModel.Container();
        	this.panel1 = new System.Windows.Forms.Panel();
        	this.panel2 = new System.Windows.Forms.Panel();
        	this.lvFiles = new Vista_Api.ListView();
        	this.colName = new System.Windows.Forms.ColumnHeader();
        	this.colPath = new System.Windows.Forms.ColumnHeader();
        	this.cmFiles = new System.Windows.Forms.ContextMenu();
        	this.mmView = new System.Windows.Forms.MenuItem();
        	this.mmLarge = new System.Windows.Forms.MenuItem();
        	this.mmSmall = new System.Windows.Forms.MenuItem();
        	this.mmList = new System.Windows.Forms.MenuItem();
        	this.mmDetails = new System.Windows.Forms.MenuItem();
        	this.mmSplitter2 = new System.Windows.Forms.MenuItem();
        	this.mmOpenFile = new System.Windows.Forms.MenuItem();
        	this.mmAddFileToProject = new System.Windows.Forms.MenuItem();
        	this.mmOpenShell = new System.Windows.Forms.MenuItem();
        	this.mmSplitter3 = new System.Windows.Forms.MenuItem();
        	this.mmNewFile = new System.Windows.Forms.MenuItem();
        	this.mmRemoveFile = new System.Windows.Forms.MenuItem();
        	this.splitter1 = new System.Windows.Forms.Splitter();
        	this.tvFolders = new Vista_Api.TreeView();
        	this.cmFolders = new System.Windows.Forms.ContextMenu();
        	this.mmNewFolder = new System.Windows.Forms.MenuItem();
        	this.mmDeleteFolder = new System.Windows.Forms.MenuItem();
        	this.mmRenameFolder = new System.Windows.Forms.MenuItem();
        	this.menu = new System.Windows.Forms.MainMenu(this.components);
        	this.mmFile = new System.Windows.Forms.MenuItem();
        	this.mmExit = new System.Windows.Forms.MenuItem();
        	this.statusBar1 = new System.Windows.Forms.StatusBar();
        	this.panel1.SuspendLayout();
        	this.panel2.SuspendLayout();
        	this.SuspendLayout();
        	// 
        	// panel1
        	// 
        	this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
        	        	        	| System.Windows.Forms.AnchorStyles.Left) 
        	        	        	| System.Windows.Forms.AnchorStyles.Right)));
        	this.panel1.Controls.Add(this.panel2);
        	this.panel1.Controls.Add(this.splitter1);
        	this.panel1.Controls.Add(this.tvFolders);
        	this.panel1.Location = new System.Drawing.Point(6, 9);
        	this.panel1.Name = "panel1";
        	this.panel1.Size = new System.Drawing.Size(714, 361);
        	this.panel1.TabIndex = 0;
        	// 
        	// panel2
        	// 
        	this.panel2.Controls.Add(this.lvFiles);
        	this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
        	this.panel2.Location = new System.Drawing.Point(199, 0);
        	this.panel2.Name = "panel2";
        	this.panel2.Size = new System.Drawing.Size(515, 361);
        	this.panel2.TabIndex = 3;
        	// 
        	// lvFiles
        	// 
        	this.lvFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
        	        	        	this.colName,
        	        	        	this.colPath});
        	this.lvFiles.ContextMenu = this.cmFiles;
        	this.lvFiles.Dock = System.Windows.Forms.DockStyle.Fill;
        	this.lvFiles.FullRowSelect = true;
        	this.lvFiles.HideSelection = false;
        	this.lvFiles.HoverSelection = true;
        	this.lvFiles.Location = new System.Drawing.Point(0, 0);
        	this.lvFiles.MultiSelect = false;
        	this.lvFiles.Name = "lvFiles";
        	this.lvFiles.Size = new System.Drawing.Size(515, 361);
        	this.lvFiles.TabIndex = 0;
        	this.lvFiles.UseCompatibleStateImageBehavior = false;
        	this.lvFiles.DoubleClick += new System.EventHandler(this.lvFiles_DoubleClick);
        	// 
        	// colName
        	// 
        	this.colName.Text = "Name";
        	this.colName.Width = 86;
        	// 
        	// colPath
        	// 
        	this.colPath.Text = "Path";
        	this.colPath.Width = 190;
        	// 
        	// cmFiles
        	// 
        	this.cmFiles.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
        	        	        	this.mmView,
        	        	        	this.mmSplitter2,
        	        	        	this.mmOpenFile,
        	        	        	this.mmAddFileToProject,
        	        	        	this.mmOpenShell,
        	        	        	this.mmSplitter3,
        	        	        	this.mmNewFile,
        	        	        	this.mmRemoveFile});
        	this.cmFiles.Popup += new System.EventHandler(this.cmFiles_Popup);
        	// 
        	// mmView
        	// 
        	this.mmView.Index = 0;
        	this.mmView.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
        	        	        	this.mmLarge,
        	        	        	this.mmSmall,
        	        	        	this.mmList,
        	        	        	this.mmDetails});
        	this.mmView.Text = "View";
        	// 
        	// mmLarge
        	// 
        	this.mmLarge.Index = 0;
        	this.mmLarge.Text = "Large Icons";
        	this.mmLarge.Click += new System.EventHandler(this.mmLarge_Click);
        	// 
        	// mmSmall
        	// 
        	this.mmSmall.Index = 1;
        	this.mmSmall.Text = "Small Icons";
        	this.mmSmall.Click += new System.EventHandler(this.mmSmall_Click);
        	// 
        	// mmList
        	// 
        	this.mmList.Index = 2;
        	this.mmList.Text = "List";
        	this.mmList.Click += new System.EventHandler(this.mmList_Click);
        	// 
        	// mmDetails
        	// 
        	this.mmDetails.Index = 3;
        	this.mmDetails.Text = "Details";
        	this.mmDetails.Click += new System.EventHandler(this.mmDetails_Click);
        	// 
        	// mmSplitter2
        	// 
        	this.mmSplitter2.Index = 1;
        	this.mmSplitter2.Text = "-";
        	// 
        	// mmOpenFile
        	// 
        	this.mmOpenFile.Index = 2;
        	this.mmOpenFile.Text = "Open";
        	this.mmOpenFile.Click += new System.EventHandler(this.mmOpenFile_Click);
        	// 
        	// mmAddFileToProject
        	// 
        	this.mmAddFileToProject.Index = 3;
        	this.mmAddFileToProject.Text = "Add to project";
        	this.mmAddFileToProject.Click += new System.EventHandler(this.mmAddFileToProject_Click);
        	// 
        	// mmOpenShell
        	// 
        	this.mmOpenShell.Index = 4;
        	this.mmOpenShell.Text = "Open Shell";
        	this.mmOpenShell.Click += new System.EventHandler(this.mmOpenShell_Click);
        	// 
        	// mmSplitter3
        	// 
        	this.mmSplitter3.Index = 5;
        	this.mmSplitter3.Text = "-";
        	// 
        	// mmNewFile
        	// 
        	this.mmNewFile.Index = 6;
        	this.mmNewFile.Text = "New";
        	this.mmNewFile.Click += new System.EventHandler(this.mmNewFile_Click);
        	// 
        	// mmRemoveFile
        	// 
        	this.mmRemoveFile.Index = 7;
        	this.mmRemoveFile.Text = "Remove";
        	this.mmRemoveFile.Click += new System.EventHandler(this.mmRemoveFile_Click);
        	// 
        	// splitter1
        	// 
        	this.splitter1.Location = new System.Drawing.Point(192, 0);
        	this.splitter1.Name = "splitter1";
        	this.splitter1.Size = new System.Drawing.Size(7, 361);
        	this.splitter1.TabIndex = 1;
        	this.splitter1.TabStop = false;
        	// 
        	// tvFolders
        	// 
        	this.tvFolders.AllowDrop = true;
        	this.tvFolders.ContextMenu = this.cmFolders;
        	this.tvFolders.Dock = System.Windows.Forms.DockStyle.Left;
        	this.tvFolders.HideSelection = false;
        	this.tvFolders.LabelEdit = true;
        	this.tvFolders.Location = new System.Drawing.Point(0, 0);
        	this.tvFolders.Name = "tvFolders";
        	this.tvFolders.Size = new System.Drawing.Size(192, 361);
        	this.tvFolders.TabIndex = 0;
        	this.tvFolders.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.tvFolders_QueryContinueDrag);
        	this.tvFolders.DragDrop += new System.Windows.Forms.DragEventHandler(this.tvFolders_DragDrop);
        	this.tvFolders.DragOver += new System.Windows.Forms.DragEventHandler(this.tvFolders_DragOver);
        	this.tvFolders.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.tvFolders_AfterLabelEdit);
        	this.tvFolders.AfterSelect += new TreeViewEventHandler(this.tvFolders_AfterSelect);
        	this.tvFolders.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tvFolders_MouseUp);
        	this.tvFolders.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tvFolders_MouseMove);
        	this.tvFolders.BeforeSelect += new TreeViewCancelEventHandler(this.tvFolders_BeforeSelect);
        	this.tvFolders.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvFolders_MouseDown);
        	// 
        	// cmFolders
        	// 
        	this.cmFolders.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
        	        	        	this.mmNewFolder,
        	        	        	this.mmDeleteFolder,
        	        	        	this.mmRenameFolder});
        	this.cmFolders.Popup += new System.EventHandler(this.cmFolders_Popup);
        	// 
        	// mmNewFolder
        	// 
        	this.mmNewFolder.Index = 0;
        	this.mmNewFolder.Text = "New";
        	this.mmNewFolder.Click += new System.EventHandler(this.mmNewFolder_Click);
        	// 
        	// mmDeleteFolder
        	// 
        	this.mmDeleteFolder.Index = 1;
        	this.mmDeleteFolder.Text = "Delete";
        	this.mmDeleteFolder.Click += new System.EventHandler(this.mmDeleteFolder_Click);
        	// 
        	// mmRenameFolder
        	// 
        	this.mmRenameFolder.Index = 2;
        	this.mmRenameFolder.Text = "Rename";
        	this.mmRenameFolder.Click += new System.EventHandler(this.mmRenameFolder_Click);
        	// 
        	// menu
        	// 
        	this.menu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
        	        	        	this.mmFile});
        	// 
        	// mmFile
        	// 
        	this.mmFile.Index = 0;
        	this.mmFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
        	        	        	this.mmExit});
        	this.mmFile.Text = "&File";
        	// 
        	// mmExit
        	// 
        	this.mmExit.Index = 0;
        	this.mmExit.Text = "&Exit";
        	this.mmExit.Click += new System.EventHandler(this.mmExit_Click);
        	// 
        	// statusBar1
        	// 
        	this.statusBar1.Location = new System.Drawing.Point(0, 395);
        	this.statusBar1.Name = "statusBar1";
        	this.statusBar1.ShowPanels = true;
        	this.statusBar1.Size = new System.Drawing.Size(729, 23);
        	this.statusBar1.TabIndex = 0;
        	this.statusBar1.Text = "statusBar";
        	// 
        	// FormFavorites
        	// 
        	this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
        	this.ClientSize = new System.Drawing.Size(729, 418);
        	this.Controls.Add(this.statusBar1);
        	this.Controls.Add(this.panel1);
        	this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
        	this.MaximizeBox = false;
        	this.Menu = this.menu;
        	this.MinimizeBox = false;
        	this.Name = "FormFavorites";
        	this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
        	this.Text = "Favourites";
        	this.Closed += new System.EventHandler(this.FormFavorites_Closed);
        	this.Load += new System.EventHandler(this.FrmFavorites_Load);
        	this.panel1.ResumeLayout(false);
        	this.panel2.ResumeLayout(false);
        	this.ResumeLayout(false);
		}
Ejemplo n.º 9
0
		/// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormFileAid));
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.txtName = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.cbProjects = new System.Windows.Forms.ComboBox();
			this.label2 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.rbOpened = new System.Windows.Forms.RadioButton();
			this.rbAssemblies = new System.Windows.Forms.RadioButton();
			this.rbSource = new System.Windows.Forms.RadioButton();
			this.rbForms = new System.Windows.Forms.RadioButton();
			this.rbAll = new System.Windows.Forms.RadioButton();
			this.btOpen = new System.Windows.Forms.Button();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.btCancel = new System.Windows.Forms.Button();
			this.ListView = new Vista_Api.ListView();
			this.chType = new System.Windows.Forms.ColumnHeader();
			this.chFileName = new System.Windows.Forms.ColumnHeader();
			this.chPath = new System.Windows.Forms.ColumnHeader();
			this.imageList = new System.Windows.Forms.ImageList(this.components);
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// pictureBox1
			// 
			this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
			this.pictureBox1.Location = new System.Drawing.Point(248, 8);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(16, 16);
			this.pictureBox1.TabIndex = 0;
			this.pictureBox1.TabStop = false;
			// 
			// txtName
			// 
			this.txtName.Location = new System.Drawing.Point(88, 6);
			this.txtName.Name = "txtName";
			this.txtName.Size = new System.Drawing.Size(152, 21);
			this.txtName.TabIndex = 1;
			this.txtName.Text = "";
			this.txtName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
			this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(16, 8);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(57, 17);
			this.label1.TabIndex = 2;
			this.label1.Text = "File name:";
			// 
			// cbProjects
			// 
			this.cbProjects.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.cbProjects.Location = new System.Drawing.Point(336, 6);
			this.cbProjects.Name = "cbProjects";
			this.cbProjects.Size = new System.Drawing.Size(264, 21);
			this.cbProjects.TabIndex = 3;
			this.cbProjects.Text = "(select here)";
			this.cbProjects.SelectedIndexChanged += new System.EventHandler(this.cbProjects_SelectedIndexChanged);
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(280, 8);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(43, 17);
			this.label2.TabIndex = 4;
			this.label2.Text = "Project:";
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox1.Controls.Add(this.rbOpened);
			this.groupBox1.Controls.Add(this.rbAssemblies);
			this.groupBox1.Controls.Add(this.rbSource);
			this.groupBox1.Controls.Add(this.rbForms);
			this.groupBox1.Controls.Add(this.rbAll);
			this.groupBox1.Location = new System.Drawing.Point(8, 32);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(592, 48);
			this.groupBox1.TabIndex = 5;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "File type";
			// 
			// rbOpened
			// 
			this.rbOpened.Location = new System.Drawing.Point(504, 16);
			this.rbOpened.Name = "rbOpened";
			this.rbOpened.Size = new System.Drawing.Size(80, 24);
			this.rbOpened.TabIndex = 4;
			this.rbOpened.Text = "Open Tabs";
			this.rbOpened.Visible = false;
			this.rbOpened.CheckedChanged += new System.EventHandler(this.rbOpened_CheckedChanged);
			// 
			// rbAssemblies
			// 
			this.rbAssemblies.Location = new System.Drawing.Point(368, 16);
			this.rbAssemblies.Name = "rbAssemblies";
			this.rbAssemblies.Size = new System.Drawing.Size(88, 24);
			this.rbAssemblies.TabIndex = 3;
			this.rbAssemblies.Text = "Assemblies";
			this.rbAssemblies.CheckedChanged += new System.EventHandler(this.rbOpened_CheckedChanged);
			// 
			// rbSource
			// 
			this.rbSource.Location = new System.Drawing.Point(216, 16);
			this.rbSource.Name = "rbSource";
			this.rbSource.TabIndex = 2;
			this.rbSource.Text = "Source Files";
			this.rbSource.CheckedChanged += new System.EventHandler(this.rbOpened_CheckedChanged);
			// 
			// rbForms
			// 
			this.rbForms.Location = new System.Drawing.Point(112, 16);
			this.rbForms.Name = "rbForms";
			this.rbForms.Size = new System.Drawing.Size(56, 24);
			this.rbForms.TabIndex = 1;
			this.rbForms.Text = "Forms";
			this.rbForms.CheckedChanged += new System.EventHandler(this.rbOpened_CheckedChanged);
			// 
			// rbAll
			// 
			this.rbAll.Checked = true;
			this.rbAll.Location = new System.Drawing.Point(16, 16);
			this.rbAll.Name = "rbAll";
			this.rbAll.Size = new System.Drawing.Size(48, 24);
			this.rbAll.TabIndex = 0;
			this.rbAll.TabStop = true;
			this.rbAll.Text = "All";
			this.rbAll.CheckedChanged += new System.EventHandler(this.rbOpened_CheckedChanged);
			// 
			// btOpen
			// 
			this.btOpen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btOpen.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.btOpen.Location = new System.Drawing.Point(432, 288);
			this.btOpen.Name = "btOpen";
			this.btOpen.TabIndex = 7;
			this.btOpen.Text = "Open";
			this.btOpen.Click += new System.EventHandler(this.btOpen_Click);
			// 
			// groupBox2
			// 
			this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox2.Location = new System.Drawing.Point(0, 272);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(608, 8);
			this.groupBox2.TabIndex = 8;
			this.groupBox2.TabStop = false;
			// 
			// btCancel
			// 
			this.btCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btCancel.Location = new System.Drawing.Point(520, 288);
			this.btCancel.Name = "btCancel";
			this.btCancel.TabIndex = 9;
			this.btCancel.Text = "Cancel";
			// 
			// Vista_Api.ListView
			// 
			this.ListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
						| System.Windows.Forms.AnchorStyles.Left) 
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
						this.chType,
						this.chFileName,
						this.chPath});
			this.ListView.FullRowSelect = true;
			this.ListView.HideSelection = false;
			this.ListView.Location = new System.Drawing.Point(8, 88);
			this.ListView.Name = "Vista_Api.ListView";
			this.ListView.Size = new System.Drawing.Size(592, 184);
			this.ListView.SmallImageList = this.imageList;
			this.ListView.TabIndex = 10;
			this.ListView.View = System.Windows.Forms.View.Details;
			this.ListView.DoubleClick += new System.EventHandler(this.ListView_DoubleClick);
			// 
			// chType
			// 
			this.chType.Text = "Type";
			// 
			// chFileName
			// 
			this.chFileName.Text = "File name";
			this.chFileName.Width = 174;
			// 
			// chPath
			// 
			this.chPath.Text = "Path";
			this.chPath.Width = 341;
			// 
			// imageList
			// 
			this.imageList.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
			this.imageList.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// FormFileAid
			// 
			this.AcceptButton = this.btOpen;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
			this.CancelButton = this.btCancel;
			this.ClientSize = new System.Drawing.Size(608, 318);
			this.Controls.Add(this.ListView);
			this.Controls.Add(this.btCancel);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.btOpen);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.txtName);
			this.Controls.Add(this.cbProjects);
			this.Controls.Add(this.pictureBox1);
			this.Font = new System.Drawing.Font("Tahoma", 8.25F);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
			this.Name = "FormFileAid";
			this.Text = "File Aid";
			this.Load += new System.EventHandler(this.WinForm_Load);
			this.groupBox1.ResumeLayout(false);
			this.ResumeLayout(false);
		}