namespace RomCheater
{
partial class RomCheaterConfigDialog
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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.grpLoggingFlags.SuspendLayout();
this.main_flow.SuspendLayout();
this.SuspendLayout();
//
// grpLoggingFlags
//
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.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.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.Name = "grpLoggingFlags_flow";
this.grpLoggingFlags_flow.Size = new System.Drawing.Size(343, 70);
this.grpLoggingFlags_flow.TabIndex = 1;
//
// btnSave
//
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.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(115, 55);
this.btnSave.TabIndex = 1;
this.btnSave.Text = "Save";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnCancel
//
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.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(150, 55);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// RomCheaterConfigDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
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.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.ResumeLayout(false);
}
#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;
}
}