ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheaterConfigDialog.Designer.cs
Revision: 99
Committed: Wed May 9 23:23:38 2012 UTC (11 years ago) by william
File size: 12352 byte(s)
Log Message:
+ add logging options:
* VERBOSE_DEBUG and VERBOSE_ERROR : for debug and error messages that are very 'chatty'

File Contents

# User Rev Content
1 william 63 namespace RomCheater
2     {
3     partial class RomCheaterConfigDialog
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.grpLoggingFlags = new System.Windows.Forms.GroupBox();
32     this.grpLoggingFlags_flow = new System.Windows.Forms.FlowLayoutPanel();
33     this.btnSave = new System.Windows.Forms.Button();
34     this.btnCancel = new System.Windows.Forms.Button();
35 william 86 this.grpConfigPlugins = new System.Windows.Forms.GroupBox();
36     this.comboConfigPlugins = new System.Windows.Forms.ComboBox();
37     this.grpInputPlugins = new System.Windows.Forms.GroupBox();
38     this.comboInputPlugins = new System.Windows.Forms.ComboBox();
39     this.grpWindowPlugins = new System.Windows.Forms.GroupBox();
40     this.comboWindowPlugins = new System.Windows.Forms.ComboBox();
41 william 63 this.grpLoggingFlags.SuspendLayout();
42 william 86 this.grpConfigPlugins.SuspendLayout();
43     this.grpInputPlugins.SuspendLayout();
44     this.grpWindowPlugins.SuspendLayout();
45 william 63 this.SuspendLayout();
46     //
47     // grpLoggingFlags
48     //
49 william 86 this.grpLoggingFlags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
50     | System.Windows.Forms.AnchorStyles.Right)));
51 william 63 this.grpLoggingFlags.Controls.Add(this.grpLoggingFlags_flow);
52 william 86 this.grpLoggingFlags.Location = new System.Drawing.Point(2, 2);
53 william 99 this.grpLoggingFlags.Margin = new System.Windows.Forms.Padding(4);
54 william 63 this.grpLoggingFlags.Name = "grpLoggingFlags";
55 william 99 this.grpLoggingFlags.Padding = new System.Windows.Forms.Padding(4);
56 william 86 this.grpLoggingFlags.Size = new System.Drawing.Size(666, 50);
57 william 63 this.grpLoggingFlags.TabIndex = 0;
58     this.grpLoggingFlags.TabStop = false;
59     this.grpLoggingFlags.Text = "Logging Flags";
60     //
61     // grpLoggingFlags_flow
62     //
63 william 99 this.grpLoggingFlags_flow.AutoScroll = true;
64 william 63 this.grpLoggingFlags_flow.AutoSize = true;
65     this.grpLoggingFlags_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
66     this.grpLoggingFlags_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
67     this.grpLoggingFlags_flow.Dock = System.Windows.Forms.DockStyle.Fill;
68 william 86 this.grpLoggingFlags_flow.Location = new System.Drawing.Point(4, 19);
69 william 99 this.grpLoggingFlags_flow.Margin = new System.Windows.Forms.Padding(4);
70 william 63 this.grpLoggingFlags_flow.Name = "grpLoggingFlags_flow";
71 william 86 this.grpLoggingFlags_flow.Size = new System.Drawing.Size(658, 27);
72 william 63 this.grpLoggingFlags_flow.TabIndex = 1;
73     //
74     // btnSave
75     //
76     this.btnSave.AutoSize = true;
77     this.btnSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
78     this.btnSave.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
79 william 86 this.btnSave.Location = new System.Drawing.Point(4, 225);
80 william 99 this.btnSave.Margin = new System.Windows.Forms.Padding(4);
81 william 63 this.btnSave.Name = "btnSave";
82     this.btnSave.Size = new System.Drawing.Size(115, 55);
83     this.btnSave.TabIndex = 1;
84     this.btnSave.Text = "Save";
85     this.btnSave.UseVisualStyleBackColor = true;
86     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
87     //
88     // btnCancel
89     //
90     this.btnCancel.AutoSize = true;
91     this.btnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
92     this.btnCancel.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
93 william 86 this.btnCancel.Location = new System.Drawing.Point(127, 225);
94 william 99 this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
95 william 63 this.btnCancel.Name = "btnCancel";
96     this.btnCancel.Size = new System.Drawing.Size(150, 55);
97     this.btnCancel.TabIndex = 2;
98     this.btnCancel.Text = "Cancel";
99     this.btnCancel.UseVisualStyleBackColor = true;
100     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
101     //
102 william 86 // grpConfigPlugins
103     //
104     this.grpConfigPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
105     | System.Windows.Forms.AnchorStyles.Right)));
106     this.grpConfigPlugins.Controls.Add(this.comboConfigPlugins);
107     this.grpConfigPlugins.Location = new System.Drawing.Point(2, 54);
108     this.grpConfigPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
109     this.grpConfigPlugins.Name = "grpConfigPlugins";
110     this.grpConfigPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
111     this.grpConfigPlugins.Size = new System.Drawing.Size(668, 47);
112     this.grpConfigPlugins.TabIndex = 3;
113     this.grpConfigPlugins.TabStop = false;
114     this.grpConfigPlugins.Text = "Config Plugins";
115     //
116     // comboConfigPlugins
117     //
118     this.comboConfigPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
119     | System.Windows.Forms.AnchorStyles.Right)));
120     this.comboConfigPlugins.FormattingEnabled = true;
121     this.comboConfigPlugins.Location = new System.Drawing.Point(6, 19);
122     this.comboConfigPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
123     this.comboConfigPlugins.Name = "comboConfigPlugins";
124     this.comboConfigPlugins.Size = new System.Drawing.Size(659, 24);
125     this.comboConfigPlugins.TabIndex = 5;
126     //
127     // grpInputPlugins
128     //
129     this.grpInputPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
130     | System.Windows.Forms.AnchorStyles.Right)));
131     this.grpInputPlugins.Controls.Add(this.comboInputPlugins);
132     this.grpInputPlugins.Location = new System.Drawing.Point(2, 107);
133     this.grpInputPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
134     this.grpInputPlugins.Name = "grpInputPlugins";
135     this.grpInputPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
136     this.grpInputPlugins.Size = new System.Drawing.Size(668, 53);
137     this.grpInputPlugins.TabIndex = 4;
138     this.grpInputPlugins.TabStop = false;
139     this.grpInputPlugins.Text = "Input Plugins";
140     //
141     // comboInputPlugins
142     //
143     this.comboInputPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
144     | System.Windows.Forms.AnchorStyles.Right)));
145     this.comboInputPlugins.FormattingEnabled = true;
146     this.comboInputPlugins.Location = new System.Drawing.Point(6, 22);
147     this.comboInputPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
148     this.comboInputPlugins.Name = "comboInputPlugins";
149     this.comboInputPlugins.Size = new System.Drawing.Size(659, 24);
150     this.comboInputPlugins.TabIndex = 6;
151     //
152     // grpWindowPlugins
153     //
154     this.grpWindowPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
155     | System.Windows.Forms.AnchorStyles.Right)));
156     this.grpWindowPlugins.Controls.Add(this.comboWindowPlugins);
157     this.grpWindowPlugins.Location = new System.Drawing.Point(2, 165);
158     this.grpWindowPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
159     this.grpWindowPlugins.Name = "grpWindowPlugins";
160     this.grpWindowPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
161     this.grpWindowPlugins.Size = new System.Drawing.Size(668, 53);
162     this.grpWindowPlugins.TabIndex = 4;
163     this.grpWindowPlugins.TabStop = false;
164     this.grpWindowPlugins.Text = "Window Plugins";
165     //
166     // comboWindowPlugins
167     //
168     this.comboWindowPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
169     | System.Windows.Forms.AnchorStyles.Right)));
170     this.comboWindowPlugins.FormattingEnabled = true;
171     this.comboWindowPlugins.Location = new System.Drawing.Point(6, 22);
172     this.comboWindowPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
173     this.comboWindowPlugins.Name = "comboWindowPlugins";
174     this.comboWindowPlugins.Size = new System.Drawing.Size(659, 24);
175     this.comboWindowPlugins.TabIndex = 6;
176     //
177 william 63 // RomCheaterConfigDialog
178     //
179 william 86 this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
180 william 63 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
181 william 99 this.AutoScroll = true;
182 william 86 this.ClientSize = new System.Drawing.Size(674, 291);
183     this.Controls.Add(this.grpLoggingFlags);
184     this.Controls.Add(this.grpConfigPlugins);
185     this.Controls.Add(this.grpInputPlugins);
186     this.Controls.Add(this.btnCancel);
187     this.Controls.Add(this.grpWindowPlugins);
188     this.Controls.Add(this.btnSave);
189     this.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
190 william 99 this.Margin = new System.Windows.Forms.Padding(4);
191 william 63 this.Name = "RomCheaterConfigDialog";
192     this.Text = "Rom Cheater Configuration:";
193     this.Load += new System.EventHandler(this.RomCheaterConfigDialog_Load);
194     this.grpLoggingFlags.ResumeLayout(false);
195     this.grpLoggingFlags.PerformLayout();
196 william 86 this.grpConfigPlugins.ResumeLayout(false);
197     this.grpInputPlugins.ResumeLayout(false);
198     this.grpWindowPlugins.ResumeLayout(false);
199 william 63 this.ResumeLayout(false);
200 william 86 this.PerformLayout();
201 william 63
202     }
203    
204     #endregion
205    
206     private System.Windows.Forms.GroupBox grpLoggingFlags;
207     private System.Windows.Forms.FlowLayoutPanel grpLoggingFlags_flow;
208     private System.Windows.Forms.Button btnSave;
209     private System.Windows.Forms.Button btnCancel;
210 william 86 private System.Windows.Forms.GroupBox grpConfigPlugins;
211     private System.Windows.Forms.GroupBox grpInputPlugins;
212     private System.Windows.Forms.GroupBox grpWindowPlugins;
213     private System.Windows.Forms.ComboBox comboConfigPlugins;
214     private System.Windows.Forms.ComboBox comboInputPlugins;
215     private System.Windows.Forms.ComboBox comboWindowPlugins;
216 william 63 }
217     }