diff options
Diffstat (limited to 'OpenSim/Tools/OpenSim.GUI/frmConfiguration.Designer.cs')
-rw-r--r-- | OpenSim/Tools/OpenSim.GUI/frmConfiguration.Designer.cs | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/OpenSim/Tools/OpenSim.GUI/frmConfiguration.Designer.cs b/OpenSim/Tools/OpenSim.GUI/frmConfiguration.Designer.cs new file mode 100644 index 0000000..1777fbc --- /dev/null +++ b/OpenSim/Tools/OpenSim.GUI/frmConfiguration.Designer.cs | |||
@@ -0,0 +1,61 @@ | |||
1 | namespace OpenSim.GUI | ||
2 | { | ||
3 | partial class frmConfiguration | ||
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(frmConfiguration)); | ||
32 | this.textBox1 = new System.Windows.Forms.TextBox(); | ||
33 | this.SuspendLayout(); | ||
34 | // | ||
35 | // textBox1 | ||
36 | // | ||
37 | this.textBox1.Location = new System.Drawing.Point(12, 12); | ||
38 | this.textBox1.Multiline = true; | ||
39 | this.textBox1.Name = "textBox1"; | ||
40 | this.textBox1.Size = new System.Drawing.Size(570, 190); | ||
41 | this.textBox1.TabIndex = 0; | ||
42 | this.textBox1.Text = resources.GetString("textBox1.Text"); | ||
43 | // | ||
44 | // frmConfiguration | ||
45 | // | ||
46 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | ||
47 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||
48 | this.ClientSize = new System.Drawing.Size(664, 413); | ||
49 | this.Controls.Add(this.textBox1); | ||
50 | this.Name = "frmConfiguration"; | ||
51 | this.Text = "Configuration"; | ||
52 | this.ResumeLayout(false); | ||
53 | this.PerformLayout(); | ||
54 | |||
55 | } | ||
56 | |||
57 | #endregion | ||
58 | |||
59 | private System.Windows.Forms.TextBox textBox1; | ||
60 | } | ||
61 | } \ No newline at end of file | ||