ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Docking/PIDSelector.designer.cs
Revision: 335
Committed: Thu Jun 7 21:11:51 2012 UTC (11 years, 6 months ago) by william
File size: 16251 byte(s)
Log Message:

File Contents

# Content
1 namespace RomCheater.Docking
2 {
3 partial class PIDSelector
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.components = new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PIDSelector));
33 this.lstProcessList = new System.Windows.Forms.ListView();
34 this.colProcName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
35 this.colProcPid = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
36 this.colProcFullPath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
37 this.toolmnu = new System.Windows.Forms.ToolStrip();
38 this.btnLargeIcon = new System.Windows.Forms.ToolStripButton();
39 this.btnDetails = new System.Windows.Forms.ToolStripButton();
40 this.btnSmallIcon = new System.Windows.Forms.ToolStripButton();
41 this.btnList = new System.Windows.Forms.ToolStripButton();
42 this.btnTile = new System.Windows.Forms.ToolStripButton();
43 this.btnOK = new System.Windows.Forms.Button();
44 this.btnRefresh = new System.Windows.Forms.Button();
45 this.btn_pnl = new System.Windows.Forms.Panel();
46 this.button_flow = new System.Windows.Forms.FlowLayoutPanel();
47 this.btnLaunchAndAttach = new System.Windows.Forms.Button();
48 this.EXESelector = new System.Windows.Forms.OpenFileDialog();
49 this.ProcessWatcherTimer = new System.Windows.Forms.Timer(this.components);
50 this.stripStatus = new System.Windows.Forms.StatusStrip();
51 this.lblstatus_Pid = new System.Windows.Forms.ToolStripStatusLabel();
52 this.txtstatus_Pid = new System.Windows.Forms.ToolStripStatusLabel();
53 this.lblstatus_Filename = new System.Windows.Forms.ToolStripStatusLabel();
54 this.txtstatus_Filename = new System.Windows.Forms.ToolStripStatusLabel();
55 this.toolmnu.SuspendLayout();
56 this.btn_pnl.SuspendLayout();
57 this.button_flow.SuspendLayout();
58 this.stripStatus.SuspendLayout();
59 this.SuspendLayout();
60 //
61 // lstProcessList
62 //
63 this.lstProcessList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
64 this.colProcName,
65 this.colProcPid,
66 this.colProcFullPath});
67 this.lstProcessList.Dock = System.Windows.Forms.DockStyle.Fill;
68 this.lstProcessList.FullRowSelect = true;
69 this.lstProcessList.HideSelection = false;
70 this.lstProcessList.Location = new System.Drawing.Point(0, 25);
71 this.lstProcessList.MultiSelect = false;
72 this.lstProcessList.Name = "lstProcessList";
73 this.lstProcessList.Size = new System.Drawing.Size(1085, 458);
74 this.lstProcessList.TabIndex = 0;
75 this.lstProcessList.UseCompatibleStateImageBehavior = false;
76 this.lstProcessList.ItemActivate += new System.EventHandler(this.lstProcessList_ItemActivate);
77 this.lstProcessList.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lstProcessList_ItemSelectionChanged);
78 //
79 // colProcName
80 //
81 this.colProcName.Text = "Process";
82 this.colProcName.Width = 74;
83 //
84 // colProcPid
85 //
86 this.colProcPid.Text = "Pid";
87 this.colProcPid.Width = 74;
88 //
89 // colProcFullPath
90 //
91 this.colProcFullPath.Text = "Full Path";
92 this.colProcFullPath.Width = 412;
93 //
94 // toolmnu
95 //
96 this.toolmnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
97 this.btnLargeIcon,
98 this.btnDetails,
99 this.btnSmallIcon,
100 this.btnList,
101 this.btnTile});
102 this.toolmnu.Location = new System.Drawing.Point(0, 0);
103 this.toolmnu.Name = "toolmnu";
104 this.toolmnu.Size = new System.Drawing.Size(1085, 25);
105 this.toolmnu.TabIndex = 1;
106 this.toolmnu.Text = "toolStrip1";
107 //
108 // btnLargeIcon
109 //
110 this.btnLargeIcon.Image = ((System.Drawing.Image)(resources.GetObject("btnLargeIcon.Image")));
111 this.btnLargeIcon.ImageTransparentColor = System.Drawing.Color.Magenta;
112 this.btnLargeIcon.Name = "btnLargeIcon";
113 this.btnLargeIcon.Size = new System.Drawing.Size(79, 22);
114 this.btnLargeIcon.Text = "LargeIcon";
115 this.btnLargeIcon.Click += new System.EventHandler(this.btnLargeIcon_Click);
116 //
117 // btnDetails
118 //
119 this.btnDetails.Image = ((System.Drawing.Image)(resources.GetObject("btnDetails.Image")));
120 this.btnDetails.ImageTransparentColor = System.Drawing.Color.Magenta;
121 this.btnDetails.Name = "btnDetails";
122 this.btnDetails.Size = new System.Drawing.Size(62, 22);
123 this.btnDetails.Text = "Details";
124 this.btnDetails.Click += new System.EventHandler(this.btnDetails_Click);
125 //
126 // btnSmallIcon
127 //
128 this.btnSmallIcon.Image = ((System.Drawing.Image)(resources.GetObject("btnSmallIcon.Image")));
129 this.btnSmallIcon.ImageTransparentColor = System.Drawing.Color.Magenta;
130 this.btnSmallIcon.Name = "btnSmallIcon";
131 this.btnSmallIcon.Size = new System.Drawing.Size(79, 22);
132 this.btnSmallIcon.Text = "SmallIcon";
133 this.btnSmallIcon.Click += new System.EventHandler(this.btnSmallIcon_Click);
134 //
135 // btnList
136 //
137 this.btnList.Image = ((System.Drawing.Image)(resources.GetObject("btnList.Image")));
138 this.btnList.ImageTransparentColor = System.Drawing.Color.Magenta;
139 this.btnList.Name = "btnList";
140 this.btnList.Size = new System.Drawing.Size(45, 22);
141 this.btnList.Text = "List";
142 this.btnList.Click += new System.EventHandler(this.btnList_Click);
143 //
144 // btnTile
145 //
146 this.btnTile.Image = ((System.Drawing.Image)(resources.GetObject("btnTile.Image")));
147 this.btnTile.ImageTransparentColor = System.Drawing.Color.Magenta;
148 this.btnTile.Name = "btnTile";
149 this.btnTile.Size = new System.Drawing.Size(46, 22);
150 this.btnTile.Text = "Tile";
151 this.btnTile.Click += new System.EventHandler(this.btnTile_Click);
152 //
153 // btnOK
154 //
155 this.btnOK.AutoSize = true;
156 this.btnOK.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
157 this.btnOK.Enabled = false;
158 this.btnOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
159 this.btnOK.Location = new System.Drawing.Point(3, 3);
160 this.btnOK.Name = "btnOK";
161 this.btnOK.Size = new System.Drawing.Size(112, 30);
162 this.btnOK.TabIndex = 2;
163 this.btnOK.Text = "Use selected";
164 this.btnOK.UseVisualStyleBackColor = true;
165 this.btnOK.Visible = false;
166 this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
167 //
168 // btnRefresh
169 //
170 this.btnRefresh.AutoSize = true;
171 this.btnRefresh.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
172 this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
173 this.btnRefresh.Location = new System.Drawing.Point(121, 3);
174 this.btnRefresh.Name = "btnRefresh";
175 this.btnRefresh.Size = new System.Drawing.Size(153, 30);
176 this.btnRefresh.TabIndex = 4;
177 this.btnRefresh.Text = "Refresh processes";
178 this.btnRefresh.UseVisualStyleBackColor = true;
179 this.btnRefresh.Visible = false;
180 this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
181 //
182 // btn_pnl
183 //
184 this.btn_pnl.Controls.Add(this.button_flow);
185 this.btn_pnl.Dock = System.Windows.Forms.DockStyle.Bottom;
186 this.btn_pnl.Location = new System.Drawing.Point(0, 483);
187 this.btn_pnl.Name = "btn_pnl";
188 this.btn_pnl.Size = new System.Drawing.Size(1085, 37);
189 this.btn_pnl.TabIndex = 5;
190 //
191 // button_flow
192 //
193 this.button_flow.Controls.Add(this.btnOK);
194 this.button_flow.Controls.Add(this.btnRefresh);
195 this.button_flow.Controls.Add(this.btnLaunchAndAttach);
196 this.button_flow.Dock = System.Windows.Forms.DockStyle.Fill;
197 this.button_flow.Location = new System.Drawing.Point(0, 0);
198 this.button_flow.Name = "button_flow";
199 this.button_flow.Size = new System.Drawing.Size(1085, 37);
200 this.button_flow.TabIndex = 5;
201 //
202 // btnLaunchAndAttach
203 //
204 this.btnLaunchAndAttach.AutoSize = true;
205 this.btnLaunchAndAttach.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
206 this.btnLaunchAndAttach.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
207 this.btnLaunchAndAttach.Location = new System.Drawing.Point(280, 3);
208 this.btnLaunchAndAttach.Name = "btnLaunchAndAttach";
209 this.btnLaunchAndAttach.Size = new System.Drawing.Size(154, 30);
210 this.btnLaunchAndAttach.TabIndex = 5;
211 this.btnLaunchAndAttach.Text = "Launch and Attach";
212 this.btnLaunchAndAttach.UseVisualStyleBackColor = true;
213 this.btnLaunchAndAttach.Click += new System.EventHandler(this.btnLaunchAndAttach_Click);
214 //
215 // EXESelector
216 //
217 this.EXESelector.DefaultExt = "exe";
218 this.EXESelector.Filter = "Executable File|*.exe";
219 this.EXESelector.SupportMultiDottedExtensions = true;
220 this.EXESelector.Title = "Please choose the exe file to load and attach to";
221 this.EXESelector.ValidateNames = false;
222 //
223 // ProcessWatcherTimer
224 //
225 this.ProcessWatcherTimer.Interval = 5000;
226 this.ProcessWatcherTimer.Tick += new System.EventHandler(this.ProcessWatcherTimer_Tick);
227 //
228 // stripStatus
229 //
230 this.stripStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
231 this.lblstatus_Pid,
232 this.txtstatus_Pid,
233 this.lblstatus_Filename,
234 this.txtstatus_Filename});
235 this.stripStatus.Location = new System.Drawing.Point(0, 520);
236 this.stripStatus.Name = "stripStatus";
237 this.stripStatus.Size = new System.Drawing.Size(1085, 22);
238 this.stripStatus.TabIndex = 6;
239 this.stripStatus.Text = "statusStrip1";
240 //
241 // lblstatus_Pid
242 //
243 this.lblstatus_Pid.Name = "lblstatus_Pid";
244 this.lblstatus_Pid.Size = new System.Drawing.Size(28, 17);
245 this.lblstatus_Pid.Text = "PID:";
246 //
247 // txtstatus_Pid
248 //
249 this.txtstatus_Pid.Name = "txtstatus_Pid";
250 this.txtstatus_Pid.Size = new System.Drawing.Size(24, 17);
251 this.txtstatus_Pid.Text = "pid";
252 //
253 // lblstatus_Filename
254 //
255 this.lblstatus_Filename.Name = "lblstatus_Filename";
256 this.lblstatus_Filename.Size = new System.Drawing.Size(65, 17);
257 this.lblstatus_Filename.Text = "FILENAME:";
258 //
259 // txtstatus_Filename
260 //
261 this.txtstatus_Filename.Name = "txtstatus_Filename";
262 this.txtstatus_Filename.Size = new System.Drawing.Size(23, 17);
263 this.txtstatus_Filename.Text = "file";
264 //
265 // PIDSelector
266 //
267 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
268 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
269 this.ClientSize = new System.Drawing.Size(1085, 542);
270 this.Controls.Add(this.lstProcessList);
271 this.Controls.Add(this.btn_pnl);
272 this.Controls.Add(this.stripStatus);
273 this.Controls.Add(this.toolmnu);
274 this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
275 this.Name = "PIDSelector";
276 this.Text = "Rom Cheater Process Selector";
277 this.Load += new System.EventHandler(this.PIDSelector_Load);
278 this.toolmnu.ResumeLayout(false);
279 this.toolmnu.PerformLayout();
280 this.btn_pnl.ResumeLayout(false);
281 this.button_flow.ResumeLayout(false);
282 this.button_flow.PerformLayout();
283 this.stripStatus.ResumeLayout(false);
284 this.stripStatus.PerformLayout();
285 this.ResumeLayout(false);
286 this.PerformLayout();
287
288 }
289
290 #endregion
291
292 private System.Windows.Forms.ListView lstProcessList;
293 private System.Windows.Forms.ToolStrip toolmnu;
294 private System.Windows.Forms.ToolStripButton btnLargeIcon;
295 private System.Windows.Forms.ToolStripButton btnDetails;
296 private System.Windows.Forms.ToolStripButton btnSmallIcon;
297 private System.Windows.Forms.ToolStripButton btnList;
298 private System.Windows.Forms.ToolStripButton btnTile;
299 private System.Windows.Forms.Button btnOK;
300 private System.Windows.Forms.Button btnRefresh;
301 private System.Windows.Forms.Panel btn_pnl;
302 private System.Windows.Forms.ColumnHeader colProcName;
303 private System.Windows.Forms.ColumnHeader colProcPid;
304 private System.Windows.Forms.ColumnHeader colProcFullPath;
305 private System.Windows.Forms.FlowLayoutPanel button_flow;
306 private System.Windows.Forms.Button btnLaunchAndAttach;
307 private System.Windows.Forms.OpenFileDialog EXESelector;
308 private System.Windows.Forms.Timer ProcessWatcherTimer;
309 private System.Windows.Forms.StatusStrip stripStatus;
310 private System.Windows.Forms.ToolStripStatusLabel lblstatus_Pid;
311 private System.Windows.Forms.ToolStripStatusLabel txtstatus_Pid;
312 private System.Windows.Forms.ToolStripStatusLabel lblstatus_Filename;
313 private System.Windows.Forms.ToolStripStatusLabel txtstatus_Filename;
314
315 }
316 }