1d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)// Copyright 2013 The Chromium Authors. All rights reserved.
2d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)// Use of this source code is governed by a BSD-style license that can be
3d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)// found in the LICENSE file.
4d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)
5d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)namespace ChromeDebug
6d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles){
7d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)    partial class AttachDialog
8d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)    {
9d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        /// <summary>
10d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        /// Required designer variable.
11d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        /// </summary>
12d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        private System.ComponentModel.IContainer components = null;
13d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)
14d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        /// <summary>
15d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        /// Clean up any resources being used.
16d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        /// </summary>
17d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
18d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        protected override void Dispose(bool disposing)
19d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        {
20d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)            if (disposing && (components != null))
21d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)            {
22d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)                components.Dispose();
23d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)            }
24d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)            base.Dispose(disposing);
25d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        }
26d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)
27d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        #region Windows Form Designer generated code
28d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)
29d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        /// <summary>
30d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        /// Required method for Designer support - do not modify
31d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        /// the contents of this method with the code editor.
32d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        /// </summary>
33d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        private void InitializeComponent()
34d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        {
358bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.listViewProcesses = new System.Windows.Forms.ListView();
368bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderProcess = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
378bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderPid = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
388bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
398bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
408bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderSession = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
418bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderCmdLine = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
428bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonAttach = new System.Windows.Forms.Button();
438bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonCancel = new System.Windows.Forms.Button();
448bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.groupBox1 = new System.Windows.Forms.GroupBox();
458bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonRefresh = new System.Windows.Forms.Button();
468bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.checkBoxOnlyChrome = new System.Windows.Forms.CheckBox();
478bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.groupBox1.SuspendLayout();
488bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.SuspendLayout();
498bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
508bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      // listViewProcesses
518bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
528bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.listViewProcesses.AllowColumnReorder = true;
538bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.listViewProcesses.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
54d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)            | System.Windows.Forms.AnchorStyles.Left)
55d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)            | System.Windows.Forms.AnchorStyles.Right)));
568bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.listViewProcesses.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
57d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)            this.columnHeaderProcess,
58d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)            this.columnHeaderPid,
59d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)            this.columnHeaderTitle,
60d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)            this.columnHeaderType,
61d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)            this.columnHeaderSession,
62d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)            this.columnHeaderCmdLine});
638bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.listViewProcesses.FullRowSelect = true;
648bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.listViewProcesses.Location = new System.Drawing.Point(14, 27);
658bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.listViewProcesses.Name = "listViewProcesses";
668bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.listViewProcesses.Size = new System.Drawing.Size(884, 462);
678bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.listViewProcesses.TabIndex = 0;
688bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.listViewProcesses.UseCompatibleStateImageBehavior = false;
698bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.listViewProcesses.View = System.Windows.Forms.View.Details;
708bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
718bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      // columnHeaderProcess
728bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
738bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderProcess.Text = "Executable";
748bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderProcess.Width = 65;
758bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
768bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      // columnHeaderPid
778bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
788bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderPid.Text = "PID";
798bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderPid.Width = 30;
808bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
818bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      // columnHeaderTitle
828bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
838bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderTitle.Text = "Title";
848bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderTitle.Width = 32;
858bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
868bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      // columnHeaderType
878bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
888bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderType.Text = "Type";
898bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderType.Width = 36;
908bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
918bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      // columnHeaderSession
928bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
938bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderSession.Text = "Session";
948bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderSession.Width = 49;
958bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
968bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      // columnHeaderCmdLine
978bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
988bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderCmdLine.Text = "Command Line";
998bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.columnHeaderCmdLine.Width = 668;
1008bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
1018bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      // buttonAttach
1028bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
1038bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonAttach.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
1048bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonAttach.DialogResult = System.Windows.Forms.DialogResult.OK;
1058bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonAttach.Location = new System.Drawing.Point(684, 603);
1068bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonAttach.Name = "buttonAttach";
1078bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonAttach.Size = new System.Drawing.Size(118, 41);
1088bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonAttach.TabIndex = 2;
1098bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonAttach.Text = "Attach";
1108bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonAttach.UseVisualStyleBackColor = true;
1118bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonAttach.Click += new System.EventHandler(this.buttonAttach_Click);
1128bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
1138bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      // buttonCancel
1148bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
1158bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
1168bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
1178bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonCancel.Location = new System.Drawing.Point(808, 603);
1188bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonCancel.Name = "buttonCancel";
1198bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonCancel.Size = new System.Drawing.Size(118, 41);
1208bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonCancel.TabIndex = 3;
1218bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonCancel.Text = "Cancel";
1228bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonCancel.UseVisualStyleBackColor = true;
1238bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
1248bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      // groupBox1
1258bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
1268bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
127d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)            | System.Windows.Forms.AnchorStyles.Left)
128d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)            | System.Windows.Forms.AnchorStyles.Right)));
1298bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.groupBox1.Controls.Add(this.listViewProcesses);
1308bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.groupBox1.Location = new System.Drawing.Point(12, 27);
1318bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.groupBox1.Name = "groupBox1";
1328bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.groupBox1.Size = new System.Drawing.Size(914, 511);
1338bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.groupBox1.TabIndex = 5;
1348bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.groupBox1.TabStop = false;
1358bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.groupBox1.Text = "Available Processes";
1368bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
1378bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      // buttonRefresh
1388bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
1398bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
1408bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonRefresh.Location = new System.Drawing.Point(808, 552);
1418bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonRefresh.Name = "buttonRefresh";
1428bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonRefresh.Size = new System.Drawing.Size(117, 33);
1438bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonRefresh.TabIndex = 6;
1448bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonRefresh.Text = "Refresh";
1458bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonRefresh.UseVisualStyleBackColor = true;
1468bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
1478bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
1488bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      // checkBoxOnlyChrome
1498bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
1508bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.checkBoxOnlyChrome.AutoSize = true;
1518bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.checkBoxOnlyChrome.Checked = true;
1528bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.checkBoxOnlyChrome.CheckState = System.Windows.Forms.CheckState.Checked;
1538bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.checkBoxOnlyChrome.Location = new System.Drawing.Point(12, 561);
1548bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.checkBoxOnlyChrome.Name = "checkBoxOnlyChrome";
1558bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.checkBoxOnlyChrome.Size = new System.Drawing.Size(165, 17);
1568bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.checkBoxOnlyChrome.TabIndex = 7;
1578bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.checkBoxOnlyChrome.Text = "Only show Chrome processes";
1588bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.checkBoxOnlyChrome.UseVisualStyleBackColor = true;
1598bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.checkBoxOnlyChrome.CheckedChanged += new System.EventHandler(this.checkBoxOnlyChrome_CheckedChanged);
1608bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
1618bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      // AttachDialog
1628bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      //
1638bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.AcceptButton = this.buttonAttach;
1648bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1658bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1668bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.CancelButton = this.buttonCancel;
1678bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.ClientSize = new System.Drawing.Size(940, 656);
1688bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.ControlBox = false;
1698bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.Controls.Add(this.checkBoxOnlyChrome);
1708bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.Controls.Add(this.buttonRefresh);
1718bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.Controls.Add(this.groupBox1);
1728bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.Controls.Add(this.buttonCancel);
1738bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.Controls.Add(this.buttonAttach);
1748bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.MaximizeBox = false;
1758bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.MinimizeBox = false;
1768bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.Name = "AttachDialog";
1778bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.ShowInTaskbar = false;
1788bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.Text = "Attach to Chrome";
1798bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.Load += new System.EventHandler(this.AttachDialog_Load);
1808bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.groupBox1.ResumeLayout(false);
1818bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.ResumeLayout(false);
1828bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      this.PerformLayout();
183d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)
184d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        }
185d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)
186d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        #endregion
187d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)
188d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        private System.Windows.Forms.ListView listViewProcesses;
189d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        private System.Windows.Forms.Button buttonAttach;
190d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        private System.Windows.Forms.Button buttonCancel;
191d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        private System.Windows.Forms.ColumnHeader columnHeaderProcess;
192d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        private System.Windows.Forms.ColumnHeader columnHeaderPid;
193d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        private System.Windows.Forms.ColumnHeader columnHeaderTitle;
194d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        private System.Windows.Forms.ColumnHeader columnHeaderCmdLine;
195d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        private System.Windows.Forms.ColumnHeader columnHeaderType;
196d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        private System.Windows.Forms.ColumnHeader columnHeaderSession;
197d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        private System.Windows.Forms.GroupBox groupBox1;
198d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        private System.Windows.Forms.Button buttonRefresh;
199d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)        private System.Windows.Forms.CheckBox checkBoxOnlyChrome;
200d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)    }
201d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)}