OLD | NEW |
(Empty) | |
| 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. |
| 4 |
| 5 namespace ChromeDebug |
| 6 { |
| 7 partial class AttachDialog |
| 8 { |
| 9 /// <summary> |
| 10 /// Required designer variable. |
| 11 /// </summary> |
| 12 private System.ComponentModel.IContainer components = null; |
| 13 |
| 14 /// <summary> |
| 15 /// Clean up any resources being used. |
| 16 /// </summary> |
| 17 /// <param name="disposing">true if managed resources should be disposed
; otherwise, false.</param> |
| 18 protected override void Dispose(bool disposing) |
| 19 { |
| 20 if (disposing && (components != null)) |
| 21 { |
| 22 components.Dispose(); |
| 23 } |
| 24 base.Dispose(disposing); |
| 25 } |
| 26 |
| 27 #region Windows Form Designer generated code |
| 28 |
| 29 /// <summary> |
| 30 /// Required method for Designer support - do not modify |
| 31 /// the contents of this method with the code editor. |
| 32 /// </summary> |
| 33 private void InitializeComponent() |
| 34 { |
| 35 this.listViewProcesses = new System.Windows.Forms.ListView(); |
| 36 this.columnHeaderDummy = ((System.Windows.Forms.ColumnHeader)(new Sy
stem.Windows.Forms.ColumnHeader())); |
| 37 this.columnHeaderProcess = ((System.Windows.Forms.ColumnHeader)(new
System.Windows.Forms.ColumnHeader())); |
| 38 this.columnHeaderPid = ((System.Windows.Forms.ColumnHeader)(new Syst
em.Windows.Forms.ColumnHeader())); |
| 39 this.columnHeaderTitle = ((System.Windows.Forms.ColumnHeader)(new Sy
stem.Windows.Forms.ColumnHeader())); |
| 40 this.columnHeaderType = ((System.Windows.Forms.ColumnHeader)(new Sys
tem.Windows.Forms.ColumnHeader())); |
| 41 this.columnHeaderSession = ((System.Windows.Forms.ColumnHeader)(new
System.Windows.Forms.ColumnHeader())); |
| 42 this.columnHeaderCmdLine = ((System.Windows.Forms.ColumnHeader)(new
System.Windows.Forms.ColumnHeader())); |
| 43 this.buttonAttach = new System.Windows.Forms.Button(); |
| 44 this.buttonCancel = new System.Windows.Forms.Button(); |
| 45 this.groupBox1 = new System.Windows.Forms.GroupBox(); |
| 46 this.buttonRefresh = new System.Windows.Forms.Button(); |
| 47 this.checkBoxOnlyChrome = new System.Windows.Forms.CheckBox(); |
| 48 this.groupBox1.SuspendLayout(); |
| 49 this.SuspendLayout(); |
| 50 // |
| 51 // listViewProcesses |
| 52 // |
| 53 this.listViewProcesses.AllowColumnReorder = true; |
| 54 this.listViewProcesses.Anchor = ((System.Windows.Forms.AnchorStyles)
((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bo
ttom) |
| 55 | System.Windows.Forms.AnchorStyles.Left) |
| 56 | System.Windows.Forms.AnchorStyles.Right))); |
| 57 this.listViewProcesses.Columns.AddRange(new System.Windows.Forms.Col
umnHeader[] { |
| 58 this.columnHeaderDummy, |
| 59 this.columnHeaderProcess, |
| 60 this.columnHeaderPid, |
| 61 this.columnHeaderTitle, |
| 62 this.columnHeaderType, |
| 63 this.columnHeaderSession, |
| 64 this.columnHeaderCmdLine}); |
| 65 this.listViewProcesses.FullRowSelect = true; |
| 66 this.listViewProcesses.Location = new System.Drawing.Point(14, 27); |
| 67 this.listViewProcesses.Name = "listViewProcesses"; |
| 68 this.listViewProcesses.Size = new System.Drawing.Size(884, 462); |
| 69 this.listViewProcesses.TabIndex = 0; |
| 70 this.listViewProcesses.UseCompatibleStateImageBehavior = false; |
| 71 this.listViewProcesses.View = System.Windows.Forms.View.Details; |
| 72 // |
| 73 // columnHeaderDummy |
| 74 // |
| 75 this.columnHeaderDummy.Width = 0; |
| 76 // |
| 77 // columnHeaderProcess |
| 78 // |
| 79 this.columnHeaderProcess.Text = "Executable"; |
| 80 this.columnHeaderProcess.Width = 65; |
| 81 // |
| 82 // columnHeaderPid |
| 83 // |
| 84 this.columnHeaderPid.Text = "PID"; |
| 85 this.columnHeaderPid.Width = 30; |
| 86 // |
| 87 // columnHeaderTitle |
| 88 // |
| 89 this.columnHeaderTitle.Text = "Title"; |
| 90 this.columnHeaderTitle.Width = 32; |
| 91 // |
| 92 // columnHeaderType |
| 93 // |
| 94 this.columnHeaderType.Text = "Type"; |
| 95 this.columnHeaderType.Width = 36; |
| 96 // |
| 97 // columnHeaderSession |
| 98 // |
| 99 this.columnHeaderSession.Text = "Session"; |
| 100 this.columnHeaderSession.Width = 49; |
| 101 // |
| 102 // columnHeaderCmdLine |
| 103 // |
| 104 this.columnHeaderCmdLine.Text = "Command Line"; |
| 105 this.columnHeaderCmdLine.Width = 668; |
| 106 // |
| 107 // buttonAttach |
| 108 // |
| 109 this.buttonAttach.Anchor = ((System.Windows.Forms.AnchorStyles)((Sys
tem.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)
)); |
| 110 this.buttonAttach.DialogResult = System.Windows.Forms.DialogResult.O
K; |
| 111 this.buttonAttach.Location = new System.Drawing.Point(684, 603); |
| 112 this.buttonAttach.Name = "buttonAttach"; |
| 113 this.buttonAttach.Size = new System.Drawing.Size(118, 41); |
| 114 this.buttonAttach.TabIndex = 2; |
| 115 this.buttonAttach.Text = "Attach"; |
| 116 this.buttonAttach.UseVisualStyleBackColor = true; |
| 117 this.buttonAttach.Click += new System.EventHandler(this.buttonAttach
_Click); |
| 118 // |
| 119 // buttonCancel |
| 120 // |
| 121 this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((Sys
tem.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)
)); |
| 122 this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.C
ancel; |
| 123 this.buttonCancel.Location = new System.Drawing.Point(808, 603); |
| 124 this.buttonCancel.Name = "buttonCancel"; |
| 125 this.buttonCancel.Size = new System.Drawing.Size(118, 41); |
| 126 this.buttonCancel.TabIndex = 3; |
| 127 this.buttonCancel.Text = "Cancel"; |
| 128 this.buttonCancel.UseVisualStyleBackColor = true; |
| 129 // |
| 130 // groupBox1 |
| 131 // |
| 132 this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((Syst
em.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
| 133 | System.Windows.Forms.AnchorStyles.Left) |
| 134 | System.Windows.Forms.AnchorStyles.Right))); |
| 135 this.groupBox1.Controls.Add(this.listViewProcesses); |
| 136 this.groupBox1.Location = new System.Drawing.Point(12, 27); |
| 137 this.groupBox1.Name = "groupBox1"; |
| 138 this.groupBox1.Size = new System.Drawing.Size(914, 511); |
| 139 this.groupBox1.TabIndex = 5; |
| 140 this.groupBox1.TabStop = false; |
| 141 this.groupBox1.Text = "Available Processes"; |
| 142 // |
| 143 // buttonRefresh |
| 144 // |
| 145 this.buttonRefresh.Location = new System.Drawing.Point(808, 552); |
| 146 this.buttonRefresh.Name = "buttonRefresh"; |
| 147 this.buttonRefresh.Size = new System.Drawing.Size(117, 33); |
| 148 this.buttonRefresh.TabIndex = 6; |
| 149 this.buttonRefresh.Text = "Refresh"; |
| 150 this.buttonRefresh.UseVisualStyleBackColor = true; |
| 151 this.buttonRefresh.Click += new System.EventHandler(this.buttonRefre
sh_Click); |
| 152 // |
| 153 // checkBoxOnlyChrome |
| 154 // |
| 155 this.checkBoxOnlyChrome.AutoSize = true; |
| 156 this.checkBoxOnlyChrome.Checked = true; |
| 157 this.checkBoxOnlyChrome.CheckState = System.Windows.Forms.CheckState
.Checked; |
| 158 this.checkBoxOnlyChrome.Location = new System.Drawing.Point(12, 561)
; |
| 159 this.checkBoxOnlyChrome.Name = "checkBoxOnlyChrome"; |
| 160 this.checkBoxOnlyChrome.Size = new System.Drawing.Size(165, 17); |
| 161 this.checkBoxOnlyChrome.TabIndex = 7; |
| 162 this.checkBoxOnlyChrome.Text = "Only show Chrome processes"; |
| 163 this.checkBoxOnlyChrome.UseVisualStyleBackColor = true; |
| 164 this.checkBoxOnlyChrome.CheckedChanged += new System.EventHandler(th
is.checkBoxOnlyChrome_CheckedChanged); |
| 165 // |
| 166 // AttachDialog |
| 167 // |
| 168 this.AcceptButton = this.buttonAttach; |
| 169 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
| 170 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| 171 this.CancelButton = this.buttonCancel; |
| 172 this.ClientSize = new System.Drawing.Size(940, 656); |
| 173 this.ControlBox = false; |
| 174 this.Controls.Add(this.checkBoxOnlyChrome); |
| 175 this.Controls.Add(this.buttonRefresh); |
| 176 this.Controls.Add(this.groupBox1); |
| 177 this.Controls.Add(this.buttonCancel); |
| 178 this.Controls.Add(this.buttonAttach); |
| 179 this.MaximizeBox = false; |
| 180 this.MinimizeBox = false; |
| 181 this.Name = "AttachDialog"; |
| 182 this.ShowInTaskbar = false; |
| 183 this.Text = "Attach to Chrome"; |
| 184 this.Load += new System.EventHandler(this.AttachDialog_Load); |
| 185 this.groupBox1.ResumeLayout(false); |
| 186 this.ResumeLayout(false); |
| 187 this.PerformLayout(); |
| 188 |
| 189 } |
| 190 |
| 191 #endregion |
| 192 |
| 193 private System.Windows.Forms.ListView listViewProcesses; |
| 194 private System.Windows.Forms.Button buttonAttach; |
| 195 private System.Windows.Forms.Button buttonCancel; |
| 196 private System.Windows.Forms.ColumnHeader columnHeaderProcess; |
| 197 private System.Windows.Forms.ColumnHeader columnHeaderPid; |
| 198 private System.Windows.Forms.ColumnHeader columnHeaderTitle; |
| 199 private System.Windows.Forms.ColumnHeader columnHeaderCmdLine; |
| 200 private System.Windows.Forms.ColumnHeader columnHeaderDummy; |
| 201 private System.Windows.Forms.ColumnHeader columnHeaderType; |
| 202 private System.Windows.Forms.ColumnHeader columnHeaderSession; |
| 203 private System.Windows.Forms.GroupBox groupBox1; |
| 204 private System.Windows.Forms.Button buttonRefresh; |
| 205 private System.Windows.Forms.CheckBox checkBoxOnlyChrome; |
| 206 } |
| 207 } |
OLD | NEW |