Download AssemblyReferenceScanner.zip, last updated 06/10/2012 (90.98 KB)

Download
  • md5: 47bd4bf571be76c33b954d358dca933b
namespace Cyotek.Tools.AssemblyReferenceScanner
{
  partial class MainForm
  {
  #region��Private�Member�Declarations��

    private System.Windows.Forms.Label assembliesLabel;
    private System.Windows.Forms.TreeView assembliesTreeView;
    /// <summary>
    /// Required designer variable.
    /// </summary>
    private System.ComponentModel.IContainer components = null;
    private System.Windows.Forms.Label exclusionsLabel;
    private System.Windows.Forms.TabPage exclusionsTabPage;
    private System.Windows.Forms.TextBox exclusionsTextBox;
    private System.Windows.Forms.Button exitButton;
    private System.Windows.Forms.Button exportButton;
    private System.Windows.Forms.Button folderBrowseButton;
    private System.Windows.Forms.Label folderLabel;
    private System.Windows.Forms.TextBox folderTextBox;
    private System.Windows.Forms.Button importButton;
    private System.Windows.Forms.Button scanButton;
    private System.Windows.Forms.TabPage scanTabPage;
    private System.Windows.Forms.TabControl tabControl;

  #endregion��Private�Member�Declarations��

  #region��Protected�Overridden�Methods��

    /// <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);
    }

  #endregion��Protected�Overridden�Methods��

  #region��Private�Methods��

    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
      this.folderLabel = new System.Windows.Forms.Label();
      this.folderTextBox = new System.Windows.Forms.TextBox();
      this.folderBrowseButton = new System.Windows.Forms.Button();
      this.assembliesLabel = new System.Windows.Forms.Label();
      this.assembliesTreeView = new System.Windows.Forms.TreeView();
      this.scanButton = new System.Windows.Forms.Button();
      this.exitButton = new System.Windows.Forms.Button();
      this.importButton = new System.Windows.Forms.Button();
      this.exportButton = new System.Windows.Forms.Button();
      this.tabControl = new System.Windows.Forms.TabControl();
      this.scanTabPage = new System.Windows.Forms.TabPage();
      this.exclusionsTabPage = new System.Windows.Forms.TabPage();
      this.exclusionsLabel = new System.Windows.Forms.Label();
      this.exclusionsTextBox = new System.Windows.Forms.TextBox();
      this.tabControl.SuspendLayout();
      this.scanTabPage.SuspendLayout();
      this.exclusionsTabPage.SuspendLayout();
      this.SuspendLayout();
      // 
      // folderLabel
      // 
      this.folderLabel.AutoSize = true;
      this.folderLabel.Location = new System.Drawing.Point(9, 9);
      this.folderLabel.Name = "folderLabel";
      this.folderLabel.Size = new System.Drawing.Size(39, 13);
      this.folderLabel.TabIndex = 0;
      this.folderLabel.Text = "&Folder:";
      // 
      // folderTextBox
      // 
      this.folderTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.folderTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
      this.folderTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
      this.folderTextBox.Location = new System.Drawing.Point(12, 25);
      this.folderTextBox.Name = "folderTextBox";
      this.folderTextBox.Size = new System.Drawing.Size(325, 20);
      this.folderTextBox.TabIndex = 1;
      // 
      // folderBrowseButton
      // 
      this.folderBrowseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.folderBrowseButton.Location = new System.Drawing.Point(343, 23);
      this.folderBrowseButton.Name = "folderBrowseButton";
      this.folderBrowseButton.Size = new System.Drawing.Size(75, 23);
      this.folderBrowseButton.TabIndex = 2;
      this.folderBrowseButton.Text = "&Browse...";
      this.folderBrowseButton.UseVisualStyleBackColor = true;
      this.folderBrowseButton.Click += new System.EventHandler(this.folderBrowseButton_Click);
      // 
      // assembliesLabel
      // 
      this.assembliesLabel.AutoSize = true;
      this.assembliesLabel.Location = new System.Drawing.Point(9, 58);
      this.assembliesLabel.Name = "assembliesLabel";
      this.assembliesLabel.Size = new System.Drawing.Size(62, 13);
      this.assembliesLabel.TabIndex = 3;
      this.assembliesLabel.Text = "&Assemblies:";
      // 
      // assembliesTreeView
      // 
      this.assembliesTreeView.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.assembliesTreeView.Location = new System.Drawing.Point(12, 74);
      this.assembliesTreeView.Name = "assembliesTreeView";
      this.assembliesTreeView.Size = new System.Drawing.Size(406, 359);
      this.assembliesTreeView.TabIndex = 4;
      // 
      // scanButton
      // 
      this.scanButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.scanButton.Location = new System.Drawing.Point(132, 489);
      this.scanButton.Name = "scanButton";
      this.scanButton.Size = new System.Drawing.Size(75, 23);
      this.scanButton.TabIndex = 1;
      this.scanButton.Text = "&Scan";
      this.scanButton.UseVisualStyleBackColor = true;
      this.scanButton.Click += new System.EventHandler(this.scanButton_Click);
      // 
      // exitButton
      // 
      this.exitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.exitButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
      this.exitButton.Location = new System.Drawing.Point(375, 489);
      this.exitButton.Name = "exitButton";
      this.exitButton.Size = new System.Drawing.Size(75, 23);
      this.exitButton.TabIndex = 4;
      this.exitButton.Text = "C&lose";
      this.exitButton.UseVisualStyleBackColor = true;
      this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
      // 
      // importButton
      // 
      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.importButton.Location = new System.Drawing.Point(213, 489);
      this.importButton.Name = "importButton";
      this.importButton.Size = new System.Drawing.Size(75, 23);
      this.importButton.TabIndex = 2;
      this.importButton.Text = "&Import";
      this.importButton.UseVisualStyleBackColor = true;
      this.importButton.Click += new System.EventHandler(this.importButton_Click);
      // 
      // exportButton
      // 
      this.exportButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.exportButton.Location = new System.Drawing.Point(294, 489);
      this.exportButton.Name = "exportButton";
      this.exportButton.Size = new System.Drawing.Size(75, 23);
      this.exportButton.TabIndex = 3;
      this.exportButton.Text = "&Export";
      this.exportButton.UseVisualStyleBackColor = true;
      this.exportButton.Click += new System.EventHandler(this.exportButton_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.scanTabPage);
      this.tabControl.Controls.Add(this.exclusionsTabPage);
      this.tabControl.Location = new System.Drawing.Point(12, 12);
      this.tabControl.Name = "tabControl";
      this.tabControl.SelectedIndex = 0;
      this.tabControl.Size = new System.Drawing.Size(438, 471);
      this.tabControl.TabIndex = 0;
      // 
      // scanTabPage
      // 
      this.scanTabPage.Controls.Add(this.folderLabel);
      this.scanTabPage.Controls.Add(this.folderTextBox);
      this.scanTabPage.Controls.Add(this.folderBrowseButton);
      this.scanTabPage.Controls.Add(this.assembliesLabel);
      this.scanTabPage.Controls.Add(this.assembliesTreeView);
      this.scanTabPage.Location = new System.Drawing.Point(4, 22);
      this.scanTabPage.Name = "scanTabPage";
      this.scanTabPage.Padding = new System.Windows.Forms.Padding(9);
      this.scanTabPage.Size = new System.Drawing.Size(430, 445);
      this.scanTabPage.TabIndex = 0;
      this.scanTabPage.Text = "Scan";
      this.scanTabPage.UseVisualStyleBackColor = true;
      // 
      // exclusionsTabPage
      // 
      this.exclusionsTabPage.Controls.Add(this.exclusionsTextBox);
      this.exclusionsTabPage.Controls.Add(this.exclusionsLabel);
      this.exclusionsTabPage.Location = new System.Drawing.Point(4, 22);
      this.exclusionsTabPage.Name = "exclusionsTabPage";
      this.exclusionsTabPage.Padding = new System.Windows.Forms.Padding(9);
      this.exclusionsTabPage.Size = new System.Drawing.Size(430, 445);
      this.exclusionsTabPage.TabIndex = 1;
      this.exclusionsTabPage.Text = "Exclusions";
      this.exclusionsTabPage.UseVisualStyleBackColor = true;
      // 
      // exclusionsLabel
      // 
      this.exclusionsLabel.AutoSize = true;
      this.exclusionsLabel.Location = new System.Drawing.Point(9, 9);
      this.exclusionsLabel.Name = "exclusionsLabel";
      this.exclusionsLabel.Size = new System.Drawing.Size(60, 13);
      this.exclusionsLabel.TabIndex = 1;
      this.exclusionsLabel.Text = "E&xlcusions:";
      // 
      // exclusionsTextBox
      // 
      this.exclusionsTextBox.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.exclusionsTextBox.Location = new System.Drawing.Point(12, 25);
      this.exclusionsTextBox.Multiline = true;
      this.exclusionsTextBox.Name = "exclusionsTextBox";
      this.exclusionsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
      this.exclusionsTextBox.Size = new System.Drawing.Size(406, 408);
      this.exclusionsTextBox.TabIndex = 2;
      this.exclusionsTextBox.Text = "mscorlib\r\nSystem\r\nWindowsBase\r\n^System\\\\.(.*)\r\n";
      // 
      // MainForm
      // 
      this.AcceptButton = this.scanButton;
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.CancelButton = this.exitButton;
      this.ClientSize = new System.Drawing.Size(462, 524);
      this.Controls.Add(this.tabControl);
      this.Controls.Add(this.exportButton);
      this.Controls.Add(this.importButton);
      this.Controls.Add(this.exitButton);
      this.Controls.Add(this.scanButton);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
      this.MaximizeBox = false;
      this.Name = "MainForm";
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
      this.Text = "Assembly Reference Scanner";
      this.tabControl.ResumeLayout(false);
      this.scanTabPage.ResumeLayout(false);
      this.scanTabPage.PerformLayout();
      this.exclusionsTabPage.ResumeLayout(false);
      this.exclusionsTabPage.PerformLayout();
      this.ResumeLayout(false);

    }

  #endregion��Private�Methods��
  }
}

Donate

Donate