ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheaterConfigDialog.Designer.cs
Revision: 63
Committed: Wed May 9 16:14:39 2012 UTC (11 years ago) by william
File size: 6604 byte(s)
Log Message:
+ add support to save logging flags at user level

File Contents

# Content
1 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.main_flow = new System.Windows.Forms.FlowLayoutPanel();
33 this.grpLoggingFlags_flow = new System.Windows.Forms.FlowLayoutPanel();
34 this.btnSave = new System.Windows.Forms.Button();
35 this.btnCancel = new System.Windows.Forms.Button();
36 this.grpLoggingFlags.SuspendLayout();
37 this.main_flow.SuspendLayout();
38 this.SuspendLayout();
39 //
40 // grpLoggingFlags
41 //
42 this.grpLoggingFlags.Controls.Add(this.grpLoggingFlags_flow);
43 this.grpLoggingFlags.Location = new System.Drawing.Point(5, 4);
44 this.grpLoggingFlags.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
45 this.grpLoggingFlags.Name = "grpLoggingFlags";
46 this.grpLoggingFlags.Padding = new System.Windows.Forms.Padding(5, 4, 5, 4);
47 this.grpLoggingFlags.Size = new System.Drawing.Size(353, 97);
48 this.grpLoggingFlags.TabIndex = 0;
49 this.grpLoggingFlags.TabStop = false;
50 this.grpLoggingFlags.Text = "Logging Flags";
51 //
52 // main_flow
53 //
54 this.main_flow.Controls.Add(this.grpLoggingFlags);
55 this.main_flow.Controls.Add(this.btnSave);
56 this.main_flow.Controls.Add(this.btnCancel);
57 this.main_flow.Dock = System.Windows.Forms.DockStyle.Fill;
58 this.main_flow.Location = new System.Drawing.Point(0, 0);
59 this.main_flow.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
60 this.main_flow.Name = "main_flow";
61 this.main_flow.Size = new System.Drawing.Size(364, 177);
62 this.main_flow.TabIndex = 1;
63 //
64 // grpLoggingFlags_flow
65 //
66 this.grpLoggingFlags_flow.AutoSize = true;
67 this.grpLoggingFlags_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
68 this.grpLoggingFlags_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
69 this.grpLoggingFlags_flow.Dock = System.Windows.Forms.DockStyle.Fill;
70 this.grpLoggingFlags_flow.Location = new System.Drawing.Point(5, 23);
71 this.grpLoggingFlags_flow.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
72 this.grpLoggingFlags_flow.Name = "grpLoggingFlags_flow";
73 this.grpLoggingFlags_flow.Size = new System.Drawing.Size(343, 70);
74 this.grpLoggingFlags_flow.TabIndex = 1;
75 //
76 // btnSave
77 //
78 this.btnSave.AutoSize = true;
79 this.btnSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
80 this.btnSave.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
81 this.btnSave.Location = new System.Drawing.Point(5, 109);
82 this.btnSave.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
83 this.btnSave.Name = "btnSave";
84 this.btnSave.Size = new System.Drawing.Size(115, 55);
85 this.btnSave.TabIndex = 1;
86 this.btnSave.Text = "Save";
87 this.btnSave.UseVisualStyleBackColor = true;
88 this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
89 //
90 // btnCancel
91 //
92 this.btnCancel.AutoSize = true;
93 this.btnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
94 this.btnCancel.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
95 this.btnCancel.Location = new System.Drawing.Point(130, 109);
96 this.btnCancel.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
97 this.btnCancel.Name = "btnCancel";
98 this.btnCancel.Size = new System.Drawing.Size(150, 55);
99 this.btnCancel.TabIndex = 2;
100 this.btnCancel.Text = "Cancel";
101 this.btnCancel.UseVisualStyleBackColor = true;
102 this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
103 //
104 // RomCheaterConfigDialog
105 //
106 this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
107 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
108 this.ClientSize = new System.Drawing.Size(364, 177);
109 this.Controls.Add(this.main_flow);
110 this.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
111 this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
112 this.Name = "RomCheaterConfigDialog";
113 this.Text = "Rom Cheater Configuration:";
114 this.Load += new System.EventHandler(this.RomCheaterConfigDialog_Load);
115 this.grpLoggingFlags.ResumeLayout(false);
116 this.grpLoggingFlags.PerformLayout();
117 this.main_flow.ResumeLayout(false);
118 this.main_flow.PerformLayout();
119 this.ResumeLayout(false);
120
121 }
122
123 #endregion
124
125 private System.Windows.Forms.GroupBox grpLoggingFlags;
126 private System.Windows.Forms.FlowLayoutPanel main_flow;
127 private System.Windows.Forms.FlowLayoutPanel grpLoggingFlags_flow;
128 private System.Windows.Forms.Button btnSave;
129 private System.Windows.Forms.Button btnCancel;
130 }
131 }