aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ProcessPanel.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ProcessPanel.Designer.cs')
-rw-r--r--OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ProcessPanel.Designer.cs224
1 files changed, 224 insertions, 0 deletions
diff --git a/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ProcessPanel.Designer.cs b/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ProcessPanel.Designer.cs
new file mode 100644
index 0000000..1498791
--- /dev/null
+++ b/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ProcessPanel.Designer.cs
@@ -0,0 +1,224 @@
1namespace OpenSim.GridLaunch.GUI.WinForm
2{
3 partial class ProcessPanel
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(ProcessPanel));
32 this.tabControl1 = new System.Windows.Forms.TabControl();
33 this.tabLogs = new System.Windows.Forms.TabPage();
34 this.btnShutdown = new System.Windows.Forms.Button();
35 this.pictureBox2 = new System.Windows.Forms.PictureBox();
36 this.pictureBox1 = new System.Windows.Forms.PictureBox();
37 this.pictureBox3 = new System.Windows.Forms.PictureBox();
38 this.tabSettings = new System.Windows.Forms.TabPage();
39 this.cblStartupComponents = new System.Windows.Forms.CheckedListBox();
40 this.gbStartupComponents = new System.Windows.Forms.GroupBox();
41 this.btnSave = new System.Windows.Forms.Button();
42 this.ucLogWindow1 = new OpenSim.GridLaunch.GUI.WinForm.ucLogWindow();
43 this.label1 = new System.Windows.Forms.Label();
44 this.tabControl1.SuspendLayout();
45 this.tabLogs.SuspendLayout();
46 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
47 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
48 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
49 this.tabSettings.SuspendLayout();
50 this.gbStartupComponents.SuspendLayout();
51 this.SuspendLayout();
52 //
53 // tabControl1
54 //
55 this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
56 | System.Windows.Forms.AnchorStyles.Left)
57 | System.Windows.Forms.AnchorStyles.Right)));
58 this.tabControl1.Controls.Add(this.tabSettings);
59 this.tabControl1.Controls.Add(this.tabLogs);
60 this.tabControl1.Location = new System.Drawing.Point(-1, 123);
61 this.tabControl1.Name = "tabControl1";
62 this.tabControl1.SelectedIndex = 0;
63 this.tabControl1.Size = new System.Drawing.Size(632, 275);
64 this.tabControl1.TabIndex = 0;
65 //
66 // tabLogs
67 //
68 this.tabLogs.Controls.Add(this.ucLogWindow1);
69 this.tabLogs.Location = new System.Drawing.Point(4, 22);
70 this.tabLogs.Name = "tabLogs";
71 this.tabLogs.Padding = new System.Windows.Forms.Padding(3);
72 this.tabLogs.Size = new System.Drawing.Size(624, 249);
73 this.tabLogs.TabIndex = 0;
74 this.tabLogs.Text = "Logs";
75 this.tabLogs.UseVisualStyleBackColor = true;
76 //
77 // btnShutdown
78 //
79 this.btnShutdown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
80 this.btnShutdown.Location = new System.Drawing.Point(542, 400);
81 this.btnShutdown.Name = "btnShutdown";
82 this.btnShutdown.Size = new System.Drawing.Size(75, 23);
83 this.btnShutdown.TabIndex = 1;
84 this.btnShutdown.Text = "Shutdown";
85 this.btnShutdown.UseVisualStyleBackColor = true;
86 this.btnShutdown.Click += new System.EventHandler(this.btnShutdown_Click);
87 //
88 // pictureBox2
89 //
90 this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
91 | System.Windows.Forms.AnchorStyles.Right)));
92 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
93 this.pictureBox2.Location = new System.Drawing.Point(585, -1);
94 this.pictureBox2.Name = "pictureBox2";
95 this.pictureBox2.Size = new System.Drawing.Size(46, 124);
96 this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
97 this.pictureBox2.TabIndex = 3;
98 this.pictureBox2.TabStop = false;
99 //
100 // pictureBox1
101 //
102 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
103 this.pictureBox1.Location = new System.Drawing.Point(-1, -1);
104 this.pictureBox1.Name = "pictureBox1";
105 this.pictureBox1.Size = new System.Drawing.Size(586, 124);
106 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
107 this.pictureBox1.TabIndex = 2;
108 this.pictureBox1.TabStop = false;
109 //
110 // pictureBox3
111 //
112 this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
113 | System.Windows.Forms.AnchorStyles.Left)
114 | System.Windows.Forms.AnchorStyles.Right)));
115 this.pictureBox3.Image = global::OpenSim.GridLaunch.Properties.Resources.OpenSim_Bottom_Border;
116 this.pictureBox3.Location = new System.Drawing.Point(-1, 120);
117 this.pictureBox3.Name = "pictureBox3";
118 this.pictureBox3.Size = new System.Drawing.Size(632, 310);
119 this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
120 this.pictureBox3.TabIndex = 4;
121 this.pictureBox3.TabStop = false;
122 //
123 // tabSettings
124 //
125 this.tabSettings.Controls.Add(this.label1);
126 this.tabSettings.Controls.Add(this.btnSave);
127 this.tabSettings.Controls.Add(this.gbStartupComponents);
128 this.tabSettings.Location = new System.Drawing.Point(4, 22);
129 this.tabSettings.Name = "tabSettings";
130 this.tabSettings.Padding = new System.Windows.Forms.Padding(3);
131 this.tabSettings.Size = new System.Drawing.Size(624, 249);
132 this.tabSettings.TabIndex = 1;
133 this.tabSettings.Text = "Settings";
134 this.tabSettings.UseVisualStyleBackColor = true;
135 //
136 // cblStartupComponents
137 //
138 this.cblStartupComponents.CheckOnClick = true;
139 this.cblStartupComponents.FormattingEnabled = true;
140 this.cblStartupComponents.Location = new System.Drawing.Point(6, 19);
141 this.cblStartupComponents.Name = "cblStartupComponents";
142 this.cblStartupComponents.Size = new System.Drawing.Size(202, 109);
143 this.cblStartupComponents.TabIndex = 0;
144 //
145 // gbStartupComponents
146 //
147 this.gbStartupComponents.Controls.Add(this.cblStartupComponents);
148 this.gbStartupComponents.Location = new System.Drawing.Point(9, 6);
149 this.gbStartupComponents.Name = "gbStartupComponents";
150 this.gbStartupComponents.Size = new System.Drawing.Size(214, 136);
151 this.gbStartupComponents.TabIndex = 1;
152 this.gbStartupComponents.TabStop = false;
153 this.gbStartupComponents.Text = "Startup components";
154 //
155 // btnSave
156 //
157 this.btnSave.Location = new System.Drawing.Point(9, 148);
158 this.btnSave.Name = "btnSave";
159 this.btnSave.Size = new System.Drawing.Size(92, 23);
160 this.btnSave.TabIndex = 2;
161 this.btnSave.Text = "Save settings";
162 this.btnSave.UseVisualStyleBackColor = true;
163 this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
164 //
165 // ucLogWindow1
166 //
167 this.ucLogWindow1.Dock = System.Windows.Forms.DockStyle.Fill;
168 this.ucLogWindow1.Location = new System.Drawing.Point(3, 3);
169 this.ucLogWindow1.Name = "ucLogWindow1";
170 this.ucLogWindow1.Size = new System.Drawing.Size(618, 243);
171 this.ucLogWindow1.TabIndex = 0;
172 //
173 // label1
174 //
175 this.label1.AutoSize = true;
176 this.label1.Location = new System.Drawing.Point(108, 149);
177 this.label1.Name = "label1";
178 this.label1.Size = new System.Drawing.Size(259, 13);
179 this.label1.TabIndex = 3;
180 this.label1.Text = "* You have to restart app before changes take effect.";
181 //
182 // ProcessPanel
183 //
184 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
185 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
186 this.ClientSize = new System.Drawing.Size(629, 428);
187 this.Controls.Add(this.pictureBox2);
188 this.Controls.Add(this.pictureBox1);
189 this.Controls.Add(this.btnShutdown);
190 this.Controls.Add(this.tabControl1);
191 this.Controls.Add(this.pictureBox3);
192 this.Name = "ProcessPanel";
193 this.Text = "OpenSim GUI alpha";
194 this.Load += new System.EventHandler(this.ProcessPanel_Load);
195 this.tabControl1.ResumeLayout(false);
196 this.tabLogs.ResumeLayout(false);
197 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
198 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
199 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
200 this.tabSettings.ResumeLayout(false);
201 this.tabSettings.PerformLayout();
202 this.gbStartupComponents.ResumeLayout(false);
203 this.ResumeLayout(false);
204 this.PerformLayout();
205
206 }
207
208 #endregion
209
210 private System.Windows.Forms.TabControl tabControl1;
211 private System.Windows.Forms.TabPage tabLogs;
212 private System.Windows.Forms.Button btnShutdown;
213 private ucLogWindow ucLogWindow1;
214 private System.Windows.Forms.PictureBox pictureBox1;
215 private System.Windows.Forms.PictureBox pictureBox2;
216 private System.Windows.Forms.PictureBox pictureBox3;
217 private System.Windows.Forms.TabPage tabSettings;
218 private System.Windows.Forms.GroupBox gbStartupComponents;
219 private System.Windows.Forms.CheckedListBox cblStartupComponents;
220 private System.Windows.Forms.Button btnSave;
221 private System.Windows.Forms.Label label1;
222
223 }
224} \ No newline at end of file