aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GUI/frmConfiguration.Designer.cs
diff options
context:
space:
mode:
authorSean Dague2007-09-17 12:52:03 +0000
committerSean Dague2007-09-17 12:52:03 +0000
commitb8d9737a47696952bedec33dface8f18df47341f (patch)
tree9279f45510f8a9285ac5b9c9165ab6c741009eac /OpenSim/Tools/OpenSim.GUI/frmConfiguration.Designer.cs
parentI think this is the last bits for a consistant pristine (diff)
downloadopensim-SC_OLD-b8d9737a47696952bedec33dface8f18df47341f.zip
opensim-SC_OLD-b8d9737a47696952bedec33dface8f18df47341f.tar.gz
opensim-SC_OLD-b8d9737a47696952bedec33dface8f18df47341f.tar.bz2
opensim-SC_OLD-b8d9737a47696952bedec33dface8f18df47341f.tar.xz
fixing me some line endings
Diffstat (limited to '')
-rw-r--r--OpenSim/Tools/OpenSim.GUI/frmConfiguration.Designer.cs120
1 files changed, 60 insertions, 60 deletions
diff --git a/OpenSim/Tools/OpenSim.GUI/frmConfiguration.Designer.cs b/OpenSim/Tools/OpenSim.GUI/frmConfiguration.Designer.cs
index 1777fbc..bba9361 100644
--- a/OpenSim/Tools/OpenSim.GUI/frmConfiguration.Designer.cs
+++ b/OpenSim/Tools/OpenSim.GUI/frmConfiguration.Designer.cs
@@ -1,61 +1,61 @@
1namespace OpenSim.GUI 1namespace OpenSim.GUI
2{ 2{
3 partial class frmConfiguration 3 partial class frmConfiguration
4 { 4 {
5 /// <summary> 5 /// <summary>
6 /// Required designer variable. 6 /// Required designer variable.
7 /// </summary> 7 /// </summary>
8 private System.ComponentModel.IContainer components = null; 8 private System.ComponentModel.IContainer components = null;
9 9
10 /// <summary> 10 /// <summary>
11 /// Clean up any resources being used. 11 /// Clean up any resources being used.
12 /// </summary> 12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing) 14 protected override void Dispose(bool disposing)
15 { 15 {
16 if (disposing && (components != null)) 16 if (disposing && (components != null))
17 { 17 {
18 components.Dispose(); 18 components.Dispose();
19 } 19 }
20 base.Dispose(disposing); 20 base.Dispose(disposing);
21 } 21 }
22 22
23 #region Windows Form Designer generated code 23 #region Windows Form Designer generated code
24 24
25 /// <summary> 25 /// <summary>
26 /// Required method for Designer support - do not modify 26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor. 27 /// the contents of this method with the code editor.
28 /// </summary> 28 /// </summary>
29 private void InitializeComponent() 29 private void InitializeComponent()
30 { 30 {
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmConfiguration)); 31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmConfiguration));
32 this.textBox1 = new System.Windows.Forms.TextBox(); 32 this.textBox1 = new System.Windows.Forms.TextBox();
33 this.SuspendLayout(); 33 this.SuspendLayout();
34 // 34 //
35 // textBox1 35 // textBox1
36 // 36 //
37 this.textBox1.Location = new System.Drawing.Point(12, 12); 37 this.textBox1.Location = new System.Drawing.Point(12, 12);
38 this.textBox1.Multiline = true; 38 this.textBox1.Multiline = true;
39 this.textBox1.Name = "textBox1"; 39 this.textBox1.Name = "textBox1";
40 this.textBox1.Size = new System.Drawing.Size(570, 190); 40 this.textBox1.Size = new System.Drawing.Size(570, 190);
41 this.textBox1.TabIndex = 0; 41 this.textBox1.TabIndex = 0;
42 this.textBox1.Text = resources.GetString("textBox1.Text"); 42 this.textBox1.Text = resources.GetString("textBox1.Text");
43 // 43 //
44 // frmConfiguration 44 // frmConfiguration
45 // 45 //
46 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 46 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
47 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 47 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
48 this.ClientSize = new System.Drawing.Size(664, 413); 48 this.ClientSize = new System.Drawing.Size(664, 413);
49 this.Controls.Add(this.textBox1); 49 this.Controls.Add(this.textBox1);
50 this.Name = "frmConfiguration"; 50 this.Name = "frmConfiguration";
51 this.Text = "Configuration"; 51 this.Text = "Configuration";
52 this.ResumeLayout(false); 52 this.ResumeLayout(false);
53 this.PerformLayout(); 53 this.PerformLayout();
54 54
55 } 55 }
56 56
57 #endregion 57 #endregion
58 58
59 private System.Windows.Forms.TextBox textBox1; 59 private System.Windows.Forms.TextBox textBox1;
60 } 60 }
61} \ No newline at end of file 61} \ No newline at end of file