ProcessPanel.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. namespace 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. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProcessPanel));
  29. this.tabControl1 = new System.Windows.Forms.TabControl();
  30. this.tabLogs = new System.Windows.Forms.TabPage();
  31. this.btnShutdown = new System.Windows.Forms.Button();
  32. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  33. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  34. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  35. this.tabSettings = new System.Windows.Forms.TabPage();
  36. this.cblStartupComponents = new System.Windows.Forms.CheckedListBox();
  37. this.gbStartupComponents = new System.Windows.Forms.GroupBox();
  38. this.btnSave = new System.Windows.Forms.Button();
  39. this.ucLogWindow1 = new OpenSim.GridLaunch.GUI.WinForm.ucLogWindow();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.tabControl1.SuspendLayout();
  42. this.tabLogs.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  46. this.tabSettings.SuspendLayout();
  47. this.gbStartupComponents.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // tabControl1
  51. //
  52. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  53. | System.Windows.Forms.AnchorStyles.Left)
  54. | System.Windows.Forms.AnchorStyles.Right)));
  55. this.tabControl1.Controls.Add(this.tabSettings);
  56. this.tabControl1.Controls.Add(this.tabLogs);
  57. this.tabControl1.Location = new System.Drawing.Point(-1, 123);
  58. this.tabControl1.Name = "tabControl1";
  59. this.tabControl1.SelectedIndex = 0;
  60. this.tabControl1.Size = new System.Drawing.Size(632, 275);
  61. this.tabControl1.TabIndex = 0;
  62. //
  63. // tabLogs
  64. //
  65. this.tabLogs.Controls.Add(this.ucLogWindow1);
  66. this.tabLogs.Location = new System.Drawing.Point(4, 22);
  67. this.tabLogs.Name = "tabLogs";
  68. this.tabLogs.Padding = new System.Windows.Forms.Padding(3);
  69. this.tabLogs.Size = new System.Drawing.Size(624, 249);
  70. this.tabLogs.TabIndex = 0;
  71. this.tabLogs.Text = "Logs";
  72. this.tabLogs.UseVisualStyleBackColor = true;
  73. //
  74. // btnShutdown
  75. //
  76. this.btnShutdown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  77. this.btnShutdown.Location = new System.Drawing.Point(542, 400);
  78. this.btnShutdown.Name = "btnShutdown";
  79. this.btnShutdown.Size = new System.Drawing.Size(75, 23);
  80. this.btnShutdown.TabIndex = 1;
  81. this.btnShutdown.Text = "Shutdown";
  82. this.btnShutdown.UseVisualStyleBackColor = true;
  83. this.btnShutdown.Click += new System.EventHandler(this.btnShutdown_Click);
  84. //
  85. // pictureBox2
  86. //
  87. this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  88. | System.Windows.Forms.AnchorStyles.Right)));
  89. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  90. this.pictureBox2.Location = new System.Drawing.Point(585, -1);
  91. this.pictureBox2.Name = "pictureBox2";
  92. this.pictureBox2.Size = new System.Drawing.Size(46, 124);
  93. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  94. this.pictureBox2.TabIndex = 3;
  95. this.pictureBox2.TabStop = false;
  96. //
  97. // pictureBox1
  98. //
  99. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  100. this.pictureBox1.Location = new System.Drawing.Point(-1, -1);
  101. this.pictureBox1.Name = "pictureBox1";
  102. this.pictureBox1.Size = new System.Drawing.Size(586, 124);
  103. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  104. this.pictureBox1.TabIndex = 2;
  105. this.pictureBox1.TabStop = false;
  106. //
  107. // pictureBox3
  108. //
  109. this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  110. | System.Windows.Forms.AnchorStyles.Left)
  111. | System.Windows.Forms.AnchorStyles.Right)));
  112. this.pictureBox3.Image = global::OpenSim.GridLaunch.Properties.Resources.OpenSim_Bottom_Border;
  113. this.pictureBox3.Location = new System.Drawing.Point(-1, 120);
  114. this.pictureBox3.Name = "pictureBox3";
  115. this.pictureBox3.Size = new System.Drawing.Size(632, 310);
  116. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  117. this.pictureBox3.TabIndex = 4;
  118. this.pictureBox3.TabStop = false;
  119. //
  120. // tabSettings
  121. //
  122. this.tabSettings.Controls.Add(this.label1);
  123. this.tabSettings.Controls.Add(this.btnSave);
  124. this.tabSettings.Controls.Add(this.gbStartupComponents);
  125. this.tabSettings.Location = new System.Drawing.Point(4, 22);
  126. this.tabSettings.Name = "tabSettings";
  127. this.tabSettings.Padding = new System.Windows.Forms.Padding(3);
  128. this.tabSettings.Size = new System.Drawing.Size(624, 249);
  129. this.tabSettings.TabIndex = 1;
  130. this.tabSettings.Text = "Settings";
  131. this.tabSettings.UseVisualStyleBackColor = true;
  132. //
  133. // cblStartupComponents
  134. //
  135. this.cblStartupComponents.CheckOnClick = true;
  136. this.cblStartupComponents.FormattingEnabled = true;
  137. this.cblStartupComponents.Location = new System.Drawing.Point(6, 19);
  138. this.cblStartupComponents.Name = "cblStartupComponents";
  139. this.cblStartupComponents.Size = new System.Drawing.Size(202, 109);
  140. this.cblStartupComponents.TabIndex = 0;
  141. //
  142. // gbStartupComponents
  143. //
  144. this.gbStartupComponents.Controls.Add(this.cblStartupComponents);
  145. this.gbStartupComponents.Location = new System.Drawing.Point(9, 6);
  146. this.gbStartupComponents.Name = "gbStartupComponents";
  147. this.gbStartupComponents.Size = new System.Drawing.Size(214, 136);
  148. this.gbStartupComponents.TabIndex = 1;
  149. this.gbStartupComponents.TabStop = false;
  150. this.gbStartupComponents.Text = "Startup components";
  151. //
  152. // btnSave
  153. //
  154. this.btnSave.Location = new System.Drawing.Point(9, 148);
  155. this.btnSave.Name = "btnSave";
  156. this.btnSave.Size = new System.Drawing.Size(92, 23);
  157. this.btnSave.TabIndex = 2;
  158. this.btnSave.Text = "Save settings";
  159. this.btnSave.UseVisualStyleBackColor = true;
  160. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  161. //
  162. // ucLogWindow1
  163. //
  164. this.ucLogWindow1.Dock = System.Windows.Forms.DockStyle.Fill;
  165. this.ucLogWindow1.Location = new System.Drawing.Point(3, 3);
  166. this.ucLogWindow1.Name = "ucLogWindow1";
  167. this.ucLogWindow1.Size = new System.Drawing.Size(618, 243);
  168. this.ucLogWindow1.TabIndex = 0;
  169. //
  170. // label1
  171. //
  172. this.label1.AutoSize = true;
  173. this.label1.Location = new System.Drawing.Point(108, 149);
  174. this.label1.Name = "label1";
  175. this.label1.Size = new System.Drawing.Size(259, 13);
  176. this.label1.TabIndex = 3;
  177. this.label1.Text = "* You have to restart app before changes take effect.";
  178. //
  179. // ProcessPanel
  180. //
  181. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  182. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  183. this.ClientSize = new System.Drawing.Size(629, 428);
  184. this.Controls.Add(this.pictureBox2);
  185. this.Controls.Add(this.pictureBox1);
  186. this.Controls.Add(this.btnShutdown);
  187. this.Controls.Add(this.tabControl1);
  188. this.Controls.Add(this.pictureBox3);
  189. this.Name = "ProcessPanel";
  190. this.Text = "OpenSim GUI alpha";
  191. this.Load += new System.EventHandler(this.ProcessPanel_Load);
  192. this.tabControl1.ResumeLayout(false);
  193. this.tabLogs.ResumeLayout(false);
  194. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  196. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  197. this.tabSettings.ResumeLayout(false);
  198. this.tabSettings.PerformLayout();
  199. this.gbStartupComponents.ResumeLayout(false);
  200. this.ResumeLayout(false);
  201. this.PerformLayout();
  202. }
  203. #endregion
  204. private System.Windows.Forms.TabControl tabControl1;
  205. private System.Windows.Forms.TabPage tabLogs;
  206. private System.Windows.Forms.Button btnShutdown;
  207. private ucLogWindow ucLogWindow1;
  208. private System.Windows.Forms.PictureBox pictureBox1;
  209. private System.Windows.Forms.PictureBox pictureBox2;
  210. private System.Windows.Forms.PictureBox pictureBox3;
  211. private System.Windows.Forms.TabPage tabSettings;
  212. private System.Windows.Forms.GroupBox gbStartupComponents;
  213. private System.Windows.Forms.CheckedListBox cblStartupComponents;
  214. private System.Windows.Forms.Button btnSave;
  215. private System.Windows.Forms.Label label1;
  216. }
  217. }