aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GUI/frmConfiguration.Designer.cs
diff options
context:
space:
mode:
authorTedd Hansen2007-09-12 13:27:04 +0000
committerTedd Hansen2007-09-12 13:27:04 +0000
commita5aedc089671fa326285c590a7bdd6414d2ec5f3 (patch)
tree55e78716eec7e35c094d89646b0288ec58a9120c /OpenSim/Tools/OpenSim.GUI/frmConfiguration.Designer.cs
parentGUI also contains option for Stand Alone mode. (diff)
downloadopensim-SC_OLD-a5aedc089671fa326285c590a7bdd6414d2ec5f3.zip
opensim-SC_OLD-a5aedc089671fa326285c590a7bdd6414d2ec5f3.tar.gz
opensim-SC_OLD-a5aedc089671fa326285c590a7bdd6414d2ec5f3.tar.bz2
opensim-SC_OLD-a5aedc089671fa326285c590a7bdd6414d2ec5f3.tar.xz
GUI: Added placeholders + info on what to be done
Diffstat (limited to '')
-rw-r--r--OpenSim/Tools/OpenSim.GUI/frmConfiguration.Designer.cs61
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 @@
1namespace 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