Download Cyotek.AddProjects.zip version 1.0.0.0, last updated 12/10/2013 (41.65 KB)

Download
  • md5: ccba37a7ccb1818b8026bcfbdd632edb
namespace Cyotek.VisualStudioExtensions.AddProjects
{
  partial class AddProjectsDialog
  {
    /// <summary>
    /// Required designer variable.
    /// </summary>
    private System.ComponentModel.IContainer components = null;

    /// <summary>
    /// Clean up any resources being used.
    /// </summary>
    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    protected override void Dispose(bool disposing)
    {
      if (disposing && (components != null))
      {
        components.Dispose();
      }
      base.Dispose(disposing);
    }

    #region Windows Form Designer generated code

    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      this.projectsLabel = new System.Windows.Forms.Label();
      this.projectsListView = new System.Windows.Forms.ListView();
      this.nameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.pathColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.addFileButton = new System.Windows.Forms.Button();
      this.addFolderButton = new System.Windows.Forms.Button();
      this.okButton = new System.Windows.Forms.Button();
      this.cancelButton = new System.Windows.Forms.Button();
      this.removeButton = new System.Windows.Forms.Button();
      this.SuspendLayout();
      // 
      // projectsLabel
      // 
      this.projectsLabel.AutoSize = true;
      this.projectsLabel.Location = new System.Drawing.Point(9, 9);
      this.projectsLabel.Name = "projectsLabel";
      this.projectsLabel.Size = new System.Drawing.Size(224, 13);
      this.projectsLabel.TabIndex = 0;
      this.projectsLabel.Text = "Select the &projects to add the current solution:";
      // 
      // projectsListView
      // 
      this.projectsListView.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.projectsListView.CheckBoxes = true;
      this.projectsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.nameColumnHeader,
            this.pathColumnHeader});
      this.projectsListView.FullRowSelect = true;
      this.projectsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
      this.projectsListView.Location = new System.Drawing.Point(12, 25);
      this.projectsListView.Name = "projectsListView";
      this.projectsListView.Size = new System.Drawing.Size(660, 295);
      this.projectsListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
      this.projectsListView.TabIndex = 1;
      this.projectsListView.UseCompatibleStateImageBehavior = false;
      this.projectsListView.View = System.Windows.Forms.View.Details;
      this.projectsListView.SelectedIndexChanged += new System.EventHandler(this.projectsListView_SelectedIndexChanged);
      this.projectsListView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.projectsListView_KeyUp);
      // 
      // nameColumnHeader
      // 
      this.nameColumnHeader.Text = "Name";
      this.nameColumnHeader.Width = 120;
      // 
      // pathColumnHeader
      // 
      this.pathColumnHeader.Text = "Path";
      this.pathColumnHeader.Width = 360;
      // 
      // addFileButton
      // 
      this.addFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.addFileButton.Location = new System.Drawing.Point(678, 25);
      this.addFileButton.Name = "addFileButton";
      this.addFileButton.Size = new System.Drawing.Size(94, 23);
      this.addFileButton.TabIndex = 2;
      this.addFileButton.Text = "&Add File...";
      this.addFileButton.UseVisualStyleBackColor = true;
      this.addFileButton.Click += new System.EventHandler(this.addFileButton_Click);
      // 
      // addFolderButton
      // 
      this.addFolderButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.addFolderButton.Location = new System.Drawing.Point(678, 54);
      this.addFolderButton.Name = "addFolderButton";
      this.addFolderButton.Size = new System.Drawing.Size(94, 23);
      this.addFolderButton.TabIndex = 3;
      this.addFolderButton.Text = "Add &Folder...";
      this.addFolderButton.UseVisualStyleBackColor = true;
      this.addFolderButton.Click += new System.EventHandler(this.addFolderButton_Click);
      // 
      // okButton
      // 
      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.okButton.Location = new System.Drawing.Point(616, 326);
      this.okButton.Name = "okButton";
      this.okButton.Size = new System.Drawing.Size(75, 23);
      this.okButton.TabIndex = 5;
      this.okButton.Text = "OK";
      this.okButton.UseVisualStyleBackColor = true;
      this.okButton.Click += new System.EventHandler(this.okButton_Click);
      // 
      // cancelButton
      // 
      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
      this.cancelButton.Location = new System.Drawing.Point(697, 326);
      this.cancelButton.Name = "cancelButton";
      this.cancelButton.Size = new System.Drawing.Size(75, 23);
      this.cancelButton.TabIndex = 6;
      this.cancelButton.Text = "Cancel";
      this.cancelButton.UseVisualStyleBackColor = true;
      this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
      // 
      // removeButton
      // 
      this.removeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.removeButton.Enabled = false;
      this.removeButton.Location = new System.Drawing.Point(678, 83);
      this.removeButton.Name = "removeButton";
      this.removeButton.Size = new System.Drawing.Size(94, 23);
      this.removeButton.TabIndex = 4;
      this.removeButton.Text = "&Remove...";
      this.removeButton.UseVisualStyleBackColor = true;
      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
      // 
      // AddProjectsDialog
      // 
      this.AcceptButton = this.okButton;
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.CancelButton = this.cancelButton;
      this.ClientSize = new System.Drawing.Size(784, 361);
      this.Controls.Add(this.removeButton);
      this.Controls.Add(this.cancelButton);
      this.Controls.Add(this.okButton);
      this.Controls.Add(this.addFolderButton);
      this.Controls.Add(this.addFileButton);
      this.Controls.Add(this.projectsListView);
      this.Controls.Add(this.projectsLabel);
      this.MaximizeBox = false;
      this.MinimizeBox = false;
      this.Name = "AddProjectsDialog";
      this.ShowIcon = false;
      this.ShowInTaskbar = false;
      this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
      this.Text = "Add Projects";
      this.ResumeLayout(false);
      this.PerformLayout();

    }

    #endregion

    private System.Windows.Forms.Label projectsLabel;
    private System.Windows.Forms.ListView projectsListView;
    private System.Windows.Forms.Button addFileButton;
    private System.Windows.Forms.Button addFolderButton;
    private System.Windows.Forms.Button okButton;
    private System.Windows.Forms.Button cancelButton;
    private System.Windows.Forms.Button removeButton;
    private System.Windows.Forms.ColumnHeader nameColumnHeader;
    private System.Windows.Forms.ColumnHeader pathColumnHeader;
  }
}

Donate

Donate