ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Docking/PIDSelector.designer.cs
Revision: 150
Committed: Sun May 27 23:59:22 2012 UTC (11 years ago) by william
File size: 11371 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 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PIDSelector));
32 this.lstProcessList = new System.Windows.Forms.ListView();
33 this.colProcName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
34 this.colProcPid = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
35 this.colProcFullPath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
36 this.toolmnu = new System.Windows.Forms.ToolStrip();
37 this.btnLargeIcon = new System.Windows.Forms.ToolStripButton();
38 this.btnDetails = new System.Windows.Forms.ToolStripButton();
39 this.btnSmallIcon = new System.Windows.Forms.ToolStripButton();
40 this.btnList = new System.Windows.Forms.ToolStripButton();
41 this.btnTile = new System.Windows.Forms.ToolStripButton();
42 this.btnOK = new System.Windows.Forms.Button();
43 this.btnCancel = new System.Windows.Forms.Button();
44 this.btnRefresh = new System.Windows.Forms.Button();
45 this.btn_pnl = new System.Windows.Forms.Panel();
46 this.toolmnu.SuspendLayout();
47 this.btn_pnl.SuspendLayout();
48 this.SuspendLayout();
49 //
50 // lstProcessList
51 //
52 this.lstProcessList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
53 | System.Windows.Forms.AnchorStyles.Left)
54 | System.Windows.Forms.AnchorStyles.Right)));
55 this.lstProcessList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
56 this.colProcName,
57 this.colProcPid,
58 this.colProcFullPath});
59 this.lstProcessList.Location = new System.Drawing.Point(0, 28);
60 this.lstProcessList.MultiSelect = false;
61 this.lstProcessList.Name = "lstProcessList";
62 this.lstProcessList.Size = new System.Drawing.Size(570, 458);
63 this.lstProcessList.TabIndex = 0;
64 this.lstProcessList.UseCompatibleStateImageBehavior = false;
65 //
66 // colProcName
67 //
68 this.colProcName.Text = "Process";
69 this.colProcName.Width = 74;
70 //
71 // colProcPid
72 //
73 this.colProcPid.Text = "Pid";
74 this.colProcPid.Width = 74;
75 //
76 // colProcFullPath
77 //
78 this.colProcFullPath.Text = "Full Path";
79 this.colProcFullPath.Width = 412;
80 //
81 // toolmnu
82 //
83 this.toolmnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
84 this.btnLargeIcon,
85 this.btnDetails,
86 this.btnSmallIcon,
87 this.btnList,
88 this.btnTile});
89 this.toolmnu.Location = new System.Drawing.Point(0, 0);
90 this.toolmnu.Name = "toolmnu";
91 this.toolmnu.Size = new System.Drawing.Size(570, 25);
92 this.toolmnu.TabIndex = 1;
93 this.toolmnu.Text = "toolStrip1";
94 //
95 // btnLargeIcon
96 //
97 this.btnLargeIcon.Image = ((System.Drawing.Image)(resources.GetObject("btnLargeIcon.Image")));
98 this.btnLargeIcon.ImageTransparentColor = System.Drawing.Color.Magenta;
99 this.btnLargeIcon.Name = "btnLargeIcon";
100 this.btnLargeIcon.Size = new System.Drawing.Size(79, 22);
101 this.btnLargeIcon.Text = "LargeIcon";
102 this.btnLargeIcon.Click += new System.EventHandler(this.btnLargeIcon_Click);
103 //
104 // btnDetails
105 //
106 this.btnDetails.Image = ((System.Drawing.Image)(resources.GetObject("btnDetails.Image")));
107 this.btnDetails.ImageTransparentColor = System.Drawing.Color.Magenta;
108 this.btnDetails.Name = "btnDetails";
109 this.btnDetails.Size = new System.Drawing.Size(62, 22);
110 this.btnDetails.Text = "Details";
111 this.btnDetails.Click += new System.EventHandler(this.btnDetails_Click);
112 //
113 // btnSmallIcon
114 //
115 this.btnSmallIcon.Image = ((System.Drawing.Image)(resources.GetObject("btnSmallIcon.Image")));
116 this.btnSmallIcon.ImageTransparentColor = System.Drawing.Color.Magenta;
117 this.btnSmallIcon.Name = "btnSmallIcon";
118 this.btnSmallIcon.Size = new System.Drawing.Size(79, 22);
119 this.btnSmallIcon.Text = "SmallIcon";
120 this.btnSmallIcon.Click += new System.EventHandler(this.btnSmallIcon_Click);
121 //
122 // btnList
123 //
124 this.btnList.Image = ((System.Drawing.Image)(resources.GetObject("btnList.Image")));
125 this.btnList.ImageTransparentColor = System.Drawing.Color.Magenta;
126 this.btnList.Name = "btnList";
127 this.btnList.Size = new System.Drawing.Size(45, 22);
128 this.btnList.Text = "List";
129 this.btnList.Click += new System.EventHandler(this.btnList_Click);
130 //
131 // btnTile
132 //
133 this.btnTile.Image = ((System.Drawing.Image)(resources.GetObject("btnTile.Image")));
134 this.btnTile.ImageTransparentColor = System.Drawing.Color.Magenta;
135 this.btnTile.Name = "btnTile";
136 this.btnTile.Size = new System.Drawing.Size(46, 22);
137 this.btnTile.Text = "Tile";
138 this.btnTile.Click += new System.EventHandler(this.btnTile_Click);
139 //
140 // btnOK
141 //
142 this.btnOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
143 this.btnOK.Location = new System.Drawing.Point(36, 6);
144 this.btnOK.Name = "btnOK";
145 this.btnOK.Size = new System.Drawing.Size(128, 38);
146 this.btnOK.TabIndex = 2;
147 this.btnOK.Text = "Ok";
148 this.btnOK.UseVisualStyleBackColor = true;
149 this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
150 //
151 // btnCancel
152 //
153 this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
154 this.btnCancel.Location = new System.Drawing.Point(221, 6);
155 this.btnCancel.Name = "btnCancel";
156 this.btnCancel.Size = new System.Drawing.Size(128, 38);
157 this.btnCancel.TabIndex = 3;
158 this.btnCancel.Text = "Cancel";
159 this.btnCancel.UseVisualStyleBackColor = true;
160 this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
161 //
162 // btnRefresh
163 //
164 this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
165 this.btnRefresh.Location = new System.Drawing.Point(406, 6);
166 this.btnRefresh.Name = "btnRefresh";
167 this.btnRefresh.Size = new System.Drawing.Size(128, 38);
168 this.btnRefresh.TabIndex = 4;
169 this.btnRefresh.Text = "Refresh";
170 this.btnRefresh.UseVisualStyleBackColor = true;
171 this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
172 //
173 // btn_pnl
174 //
175 this.btn_pnl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
176 | System.Windows.Forms.AnchorStyles.Right)));
177 this.btn_pnl.Controls.Add(this.btnRefresh);
178 this.btn_pnl.Controls.Add(this.btnOK);
179 this.btn_pnl.Controls.Add(this.btnCancel);
180 this.btn_pnl.Location = new System.Drawing.Point(0, 492);
181 this.btn_pnl.Name = "btn_pnl";
182 this.btn_pnl.Size = new System.Drawing.Size(570, 50);
183 this.btn_pnl.TabIndex = 5;
184 //
185 // PIDSelector
186 //
187 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
188 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
189 this.ClientSize = new System.Drawing.Size(570, 542);
190 this.Controls.Add(this.btn_pnl);
191 this.Controls.Add(this.toolmnu);
192 this.Controls.Add(this.lstProcessList);
193 this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft)
194 | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)));
195 this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
196 this.Name = "PIDSelector";
197 this.Text = "PCSX2 Process Selector";
198 this.toolmnu.ResumeLayout(false);
199 this.toolmnu.PerformLayout();
200 this.btn_pnl.ResumeLayout(false);
201 this.ResumeLayout(false);
202 this.PerformLayout();
203
204 }
205
206 #endregion
207
208 private System.Windows.Forms.ListView lstProcessList;
209 private System.Windows.Forms.ToolStrip toolmnu;
210 private System.Windows.Forms.ToolStripButton btnLargeIcon;
211 private System.Windows.Forms.ToolStripButton btnDetails;
212 private System.Windows.Forms.ToolStripButton btnSmallIcon;
213 private System.Windows.Forms.ToolStripButton btnList;
214 private System.Windows.Forms.ToolStripButton btnTile;
215 private System.Windows.Forms.Button btnOK;
216 private System.Windows.Forms.Button btnCancel;
217 private System.Windows.Forms.Button btnRefresh;
218 private System.Windows.Forms.Panel btn_pnl;
219 private System.Windows.Forms.ColumnHeader colProcName;
220 private System.Windows.Forms.ColumnHeader colProcPid;
221 private System.Windows.Forms.ColumnHeader colProcFullPath;
222
223 }
224 }