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