aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ucLogWindow.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ucLogWindow.Designer.cs')
-rw-r--r--OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ucLogWindow.Designer.cs62
1 files changed, 62 insertions, 0 deletions
diff --git a/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ucLogWindow.Designer.cs b/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ucLogWindow.Designer.cs
new file mode 100644
index 0000000..839fe99
--- /dev/null
+++ b/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ucLogWindow.Designer.cs
@@ -0,0 +1,62 @@
1namespace OpenSim.GridLaunch.GUI.WinForm
2{
3 partial class ucLogWindow
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 Component 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.txtLog = new System.Windows.Forms.TextBox();
32 this.SuspendLayout();
33 //
34 // txtLog
35 //
36 this.txtLog.BackColor = System.Drawing.SystemColors.Window;
37 this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill;
38 this.txtLog.Location = new System.Drawing.Point(0, 0);
39 this.txtLog.Multiline = true;
40 this.txtLog.Name = "txtLog";
41 this.txtLog.ReadOnly = true;
42 this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
43 this.txtLog.Size = new System.Drawing.Size(150, 150);
44 this.txtLog.TabIndex = 0;
45 this.txtLog.TextChanged += new System.EventHandler(this.txtLog_TextChanged);
46 //
47 // ucLogWindow
48 //
49 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
50 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
51 this.Controls.Add(this.txtLog);
52 this.Name = "ucLogWindow";
53 this.ResumeLayout(false);
54 this.PerformLayout();
55
56 }
57
58 #endregion
59
60 private System.Windows.Forms.TextBox txtLog;
61 }
62}