ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheaterConfigDialog.Designer.cs
(Generate patch)

Comparing trunk/RomCheater/RomCheaterConfigDialog.Designer.cs (file contents):
Revision 63 by william, Wed May 9 16:14:39 2012 UTC vs.
Revision 86 by william, Wed May 9 19:41:06 2012 UTC

--- trunk/RomCheater/RomCheaterConfigDialog.Designer.cs	2012/05/09 16:14:39	63
+++ trunk/RomCheater/RomCheaterConfigDialog.Designer.cs	2012/05/09 19:41:06	86
@@ -29,48 +29,45 @@
         private void InitializeComponent()
         {
             this.grpLoggingFlags = new System.Windows.Forms.GroupBox();
-            this.main_flow = new System.Windows.Forms.FlowLayoutPanel();
             this.grpLoggingFlags_flow = new System.Windows.Forms.FlowLayoutPanel();
             this.btnSave = new System.Windows.Forms.Button();
             this.btnCancel = new System.Windows.Forms.Button();
+            this.grpConfigPlugins = new System.Windows.Forms.GroupBox();
+            this.comboConfigPlugins = new System.Windows.Forms.ComboBox();
+            this.grpInputPlugins = new System.Windows.Forms.GroupBox();
+            this.comboInputPlugins = new System.Windows.Forms.ComboBox();
+            this.grpWindowPlugins = new System.Windows.Forms.GroupBox();
+            this.comboWindowPlugins = new System.Windows.Forms.ComboBox();
             this.grpLoggingFlags.SuspendLayout();
-            this.main_flow.SuspendLayout();
+            this.grpConfigPlugins.SuspendLayout();
+            this.grpInputPlugins.SuspendLayout();
+            this.grpWindowPlugins.SuspendLayout();
             this.SuspendLayout();
             // 
             // grpLoggingFlags
             // 
+            this.grpLoggingFlags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
             this.grpLoggingFlags.Controls.Add(this.grpLoggingFlags_flow);
-            this.grpLoggingFlags.Location = new System.Drawing.Point(5, 4);
-            this.grpLoggingFlags.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
+            this.grpLoggingFlags.Location = new System.Drawing.Point(2, 2);
+            this.grpLoggingFlags.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.grpLoggingFlags.Name = "grpLoggingFlags";
-            this.grpLoggingFlags.Padding = new System.Windows.Forms.Padding(5, 4, 5, 4);
-            this.grpLoggingFlags.Size = new System.Drawing.Size(353, 97);
+            this.grpLoggingFlags.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.grpLoggingFlags.Size = new System.Drawing.Size(666, 50);
             this.grpLoggingFlags.TabIndex = 0;
             this.grpLoggingFlags.TabStop = false;
             this.grpLoggingFlags.Text = "Logging Flags";
             // 
-            // main_flow
-            // 
-            this.main_flow.Controls.Add(this.grpLoggingFlags);
-            this.main_flow.Controls.Add(this.btnSave);
-            this.main_flow.Controls.Add(this.btnCancel);
-            this.main_flow.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.main_flow.Location = new System.Drawing.Point(0, 0);
-            this.main_flow.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
-            this.main_flow.Name = "main_flow";
-            this.main_flow.Size = new System.Drawing.Size(364, 177);
-            this.main_flow.TabIndex = 1;
-            // 
             // grpLoggingFlags_flow
             // 
             this.grpLoggingFlags_flow.AutoSize = true;
             this.grpLoggingFlags_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.grpLoggingFlags_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
             this.grpLoggingFlags_flow.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.grpLoggingFlags_flow.Location = new System.Drawing.Point(5, 23);
-            this.grpLoggingFlags_flow.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
+            this.grpLoggingFlags_flow.Location = new System.Drawing.Point(4, 19);
+            this.grpLoggingFlags_flow.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.grpLoggingFlags_flow.Name = "grpLoggingFlags_flow";
-            this.grpLoggingFlags_flow.Size = new System.Drawing.Size(343, 70);
+            this.grpLoggingFlags_flow.Size = new System.Drawing.Size(658, 27);
             this.grpLoggingFlags_flow.TabIndex = 1;
             // 
             // btnSave
@@ -78,8 +75,8 @@
             this.btnSave.AutoSize = true;
             this.btnSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.btnSave.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.btnSave.Location = new System.Drawing.Point(5, 109);
-            this.btnSave.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
+            this.btnSave.Location = new System.Drawing.Point(4, 225);
+            this.btnSave.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.btnSave.Name = "btnSave";
             this.btnSave.Size = new System.Drawing.Size(115, 55);
             this.btnSave.TabIndex = 1;
@@ -92,8 +89,8 @@
             this.btnCancel.AutoSize = true;
             this.btnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.btnCancel.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.btnCancel.Location = new System.Drawing.Point(130, 109);
-            this.btnCancel.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
+            this.btnCancel.Location = new System.Drawing.Point(127, 225);
+            this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.btnCancel.Name = "btnCancel";
             this.btnCancel.Size = new System.Drawing.Size(150, 55);
             this.btnCancel.TabIndex = 2;
@@ -101,31 +98,118 @@
             this.btnCancel.UseVisualStyleBackColor = true;
             this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
             // 
+            // grpConfigPlugins
+            // 
+            this.grpConfigPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.grpConfigPlugins.Controls.Add(this.comboConfigPlugins);
+            this.grpConfigPlugins.Location = new System.Drawing.Point(2, 54);
+            this.grpConfigPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
+            this.grpConfigPlugins.Name = "grpConfigPlugins";
+            this.grpConfigPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
+            this.grpConfigPlugins.Size = new System.Drawing.Size(668, 47);
+            this.grpConfigPlugins.TabIndex = 3;
+            this.grpConfigPlugins.TabStop = false;
+            this.grpConfigPlugins.Text = "Config Plugins";
+            // 
+            // comboConfigPlugins
+            // 
+            this.comboConfigPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.comboConfigPlugins.FormattingEnabled = true;
+            this.comboConfigPlugins.Location = new System.Drawing.Point(6, 19);
+            this.comboConfigPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
+            this.comboConfigPlugins.Name = "comboConfigPlugins";
+            this.comboConfigPlugins.Size = new System.Drawing.Size(659, 24);
+            this.comboConfigPlugins.TabIndex = 5;
+            // 
+            // grpInputPlugins
+            // 
+            this.grpInputPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.grpInputPlugins.Controls.Add(this.comboInputPlugins);
+            this.grpInputPlugins.Location = new System.Drawing.Point(2, 107);
+            this.grpInputPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
+            this.grpInputPlugins.Name = "grpInputPlugins";
+            this.grpInputPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
+            this.grpInputPlugins.Size = new System.Drawing.Size(668, 53);
+            this.grpInputPlugins.TabIndex = 4;
+            this.grpInputPlugins.TabStop = false;
+            this.grpInputPlugins.Text = "Input Plugins";
+            // 
+            // comboInputPlugins
+            // 
+            this.comboInputPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.comboInputPlugins.FormattingEnabled = true;
+            this.comboInputPlugins.Location = new System.Drawing.Point(6, 22);
+            this.comboInputPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
+            this.comboInputPlugins.Name = "comboInputPlugins";
+            this.comboInputPlugins.Size = new System.Drawing.Size(659, 24);
+            this.comboInputPlugins.TabIndex = 6;
+            // 
+            // grpWindowPlugins
+            // 
+            this.grpWindowPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.grpWindowPlugins.Controls.Add(this.comboWindowPlugins);
+            this.grpWindowPlugins.Location = new System.Drawing.Point(2, 165);
+            this.grpWindowPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
+            this.grpWindowPlugins.Name = "grpWindowPlugins";
+            this.grpWindowPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
+            this.grpWindowPlugins.Size = new System.Drawing.Size(668, 53);
+            this.grpWindowPlugins.TabIndex = 4;
+            this.grpWindowPlugins.TabStop = false;
+            this.grpWindowPlugins.Text = "Window Plugins";
+            // 
+            // comboWindowPlugins
+            // 
+            this.comboWindowPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.comboWindowPlugins.FormattingEnabled = true;
+            this.comboWindowPlugins.Location = new System.Drawing.Point(6, 22);
+            this.comboWindowPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
+            this.comboWindowPlugins.Name = "comboWindowPlugins";
+            this.comboWindowPlugins.Size = new System.Drawing.Size(659, 24);
+            this.comboWindowPlugins.TabIndex = 6;
+            // 
             // RomCheaterConfigDialog
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(364, 177);
-            this.Controls.Add(this.main_flow);
-            this.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
+            this.ClientSize = new System.Drawing.Size(674, 291);
+            this.Controls.Add(this.grpLoggingFlags);
+            this.Controls.Add(this.grpConfigPlugins);
+            this.Controls.Add(this.grpInputPlugins);
+            this.Controls.Add(this.btnCancel);
+            this.Controls.Add(this.grpWindowPlugins);
+            this.Controls.Add(this.btnSave);
+            this.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.Name = "RomCheaterConfigDialog";
             this.Text = "Rom Cheater Configuration:";
             this.Load += new System.EventHandler(this.RomCheaterConfigDialog_Load);
             this.grpLoggingFlags.ResumeLayout(false);
             this.grpLoggingFlags.PerformLayout();
-            this.main_flow.ResumeLayout(false);
-            this.main_flow.PerformLayout();
+            this.grpConfigPlugins.ResumeLayout(false);
+            this.grpInputPlugins.ResumeLayout(false);
+            this.grpWindowPlugins.ResumeLayout(false);
             this.ResumeLayout(false);
+            this.PerformLayout();
 
         }
 
         #endregion
 
         private System.Windows.Forms.GroupBox grpLoggingFlags;
-        private System.Windows.Forms.FlowLayoutPanel main_flow;
         private System.Windows.Forms.FlowLayoutPanel grpLoggingFlags_flow;
         private System.Windows.Forms.Button btnSave;
         private System.Windows.Forms.Button btnCancel;
+        private System.Windows.Forms.GroupBox grpConfigPlugins;
+        private System.Windows.Forms.GroupBox grpInputPlugins;
+        private System.Windows.Forms.GroupBox grpWindowPlugins;
+        private System.Windows.Forms.ComboBox comboConfigPlugins;
+        private System.Windows.Forms.ComboBox comboInputPlugins;
+        private System.Windows.Forms.ComboBox comboWindowPlugins;
     }
 }
\ No newline at end of file