1
0

Main.Designer.cs 70 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436
  1. /*
  2. * Copyright (c) Contributors, http://opensimulator.org/
  3. * See CONTRIBUTORS.TXT for a full list of copyright holders.
  4. *
  5. * Redistribution and use in source and binary forms, with or without
  6. * modification, are permitted provided that the following conditions are met:
  7. * * Redistributions of source code must retain the above copyright
  8. * notice, this list of conditions and the following disclaimer.
  9. * * Redistributions in binary form must reproduce the above copyright
  10. * notice, this list of conditions and the following disclaimer in the
  11. * documentation and/or other materials provided with the distribution.
  12. * * Neither the name of the OpenSim Project nor the
  13. * names of its contributors may be used to endorse or promote products
  14. * derived from this software without specific prior written permission.
  15. *
  16. * THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS AS IS AND ANY
  17. * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  18. * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  19. * DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY
  20. * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  21. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  22. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  23. * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  24. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  25. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  26. *
  27. */
  28. namespace OpenSim.GUI
  29. {
  30. partial class Main
  31. {
  32. /// <summary>
  33. /// Required designer variable.
  34. /// </summary>
  35. private System.ComponentModel.IContainer components = null;
  36. /// <summary>
  37. /// Clean up any resources being used.
  38. /// </summary>
  39. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  40. protected override void Dispose(bool disposing)
  41. {
  42. if (disposing && (components != null))
  43. {
  44. components.Dispose();
  45. }
  46. base.Dispose(disposing);
  47. }
  48. #region Windows Form Designer generated code
  49. /// <summary>
  50. /// Required method for Designer support - do not modify
  51. /// the contents of this method with the code editor.
  52. /// </summary>
  53. private void InitializeComponent()
  54. {
  55. this.components = new System.ComponentModel.Container();
  56. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  57. this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  58. this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  59. this.timer1 = new System.Windows.Forms.Timer(this.components);
  60. this.clientBox1 = new System.Windows.Forms.TextBox();
  61. this.btnStart = new System.Windows.Forms.Button();
  62. this.btnStop = new System.Windows.Forms.Button();
  63. this.rbGridRegionMode = new System.Windows.Forms.RadioButton();
  64. this.rbStandAloneMode = new System.Windows.Forms.RadioButton();
  65. this.rbGridServer = new System.Windows.Forms.RadioButton();
  66. this.Launch1 = new System.Windows.Forms.Button();
  67. this.gbLog = new System.Windows.Forms.GroupBox();
  68. this.tabLogs = new System.Windows.Forms.TabControl();
  69. this.tabMainLog = new System.Windows.Forms.TabPage();
  70. this.txtMainLog = new System.Windows.Forms.TextBox();
  71. this.tabRegionServer = new System.Windows.Forms.TabPage();
  72. this.txtInputRegionServer = new OpenSim.GUI.InputTextBoxControl();
  73. this.label1 = new System.Windows.Forms.Label();
  74. this.txtOpenSim = new System.Windows.Forms.TextBox();
  75. this.tabUserServer = new System.Windows.Forms.TabPage();
  76. this.txtInputUserServer = new OpenSim.GUI.InputTextBoxControl();
  77. this.label2 = new System.Windows.Forms.Label();
  78. this.txtUserServer = new System.Windows.Forms.TextBox();
  79. this.tabAssetServer = new System.Windows.Forms.TabPage();
  80. this.txtInputAssetServer = new OpenSim.GUI.InputTextBoxControl();
  81. this.label3 = new System.Windows.Forms.Label();
  82. this.txtAssetServer = new System.Windows.Forms.TextBox();
  83. this.tabGridServer = new System.Windows.Forms.TabPage();
  84. this.txtInputGridServer = new OpenSim.GUI.InputTextBoxControl();
  85. this.label4 = new System.Windows.Forms.Label();
  86. this.txtGridServer = new System.Windows.Forms.TextBox();
  87. this.label5 = new System.Windows.Forms.Label();
  88. this.noProbe1 = new System.Windows.Forms.CheckBox();
  89. this.label6 = new System.Windows.Forms.Label();
  90. this.multiple1 = new System.Windows.Forms.CheckBox();
  91. this.label7 = new System.Windows.Forms.Label();
  92. this.noMultiple1 = new System.Windows.Forms.CheckBox();
  93. this.ignorepixeldepth1 = new System.Windows.Forms.CheckBox();
  94. this.nothread1 = new System.Windows.Forms.CheckBox();
  95. this.safe1 = new System.Windows.Forms.CheckBox();
  96. this.noconsole1 = new System.Windows.Forms.CheckBox();
  97. this.log1 = new System.Windows.Forms.CheckBox();
  98. this.helperuri1 = new System.Windows.Forms.CheckBox();
  99. this.autologin1 = new System.Windows.Forms.CheckBox();
  100. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  101. this.dialog1 = new System.Windows.Forms.CheckBox();
  102. this.previous1 = new System.Windows.Forms.CheckBox();
  103. this.simple1 = new System.Windows.Forms.CheckBox();
  104. this.noinvlib1 = new System.Windows.Forms.CheckBox();
  105. this.debugst1 = new System.Windows.Forms.CheckBox();
  106. this.spanish1 = new System.Windows.Forms.CheckBox();
  107. this.korean1 = new System.Windows.Forms.CheckBox();
  108. this.local1 = new System.Windows.Forms.CheckBox();
  109. this.purge1 = new System.Windows.Forms.CheckBox();
  110. this.nofmod1 = new System.Windows.Forms.CheckBox();
  111. this.noaudio1 = new System.Windows.Forms.CheckBox();
  112. this.nosound1 = new System.Windows.Forms.CheckBox();
  113. this.url1 = new System.Windows.Forms.CheckBox();
  114. this.port1 = new System.Windows.Forms.CheckBox();
  115. this.simBox1 = new System.Windows.Forms.TextBox();
  116. this.portBox1 = new System.Windows.Forms.TextBox();
  117. this.user1 = new System.Windows.Forms.CheckBox();
  118. this.quitAfter1 = new System.Windows.Forms.CheckBox();
  119. this.techTag1 = new System.Windows.Forms.CheckBox();
  120. this.yield1 = new System.Windows.Forms.CheckBox();
  121. this.logfile1 = new System.Windows.Forms.CheckBox();
  122. this.settings1 = new System.Windows.Forms.CheckBox();
  123. this.outbw1 = new System.Windows.Forms.CheckBox();
  124. this.inbw1 = new System.Windows.Forms.CheckBox();
  125. this.drop1 = new System.Windows.Forms.CheckBox();
  126. this.dropBox1 = new System.Windows.Forms.TextBox();
  127. this.inbwBox1 = new System.Windows.Forms.TextBox();
  128. this.outbwBox1 = new System.Windows.Forms.TextBox();
  129. this.settingsBox1 = new System.Windows.Forms.TextBox();
  130. this.logfileBox1 = new System.Windows.Forms.TextBox();
  131. this.yieldBox1 = new System.Windows.Forms.TextBox();
  132. this.techtagBox1 = new System.Windows.Forms.TextBox();
  133. this.quitafterBox1 = new System.Windows.Forms.TextBox();
  134. this.comboBox1 = new System.Windows.Forms.ComboBox();
  135. this.loginuri1 = new System.Windows.Forms.CheckBox();
  136. this.loginuriBox1 = new System.Windows.Forms.TextBox();
  137. this.set1 = new System.Windows.Forms.CheckBox();
  138. this.setBox1 = new System.Windows.Forms.TextBox();
  139. this.errmask1 = new System.Windows.Forms.CheckBox();
  140. this.skin1 = new System.Windows.Forms.CheckBox();
  141. this.login1 = new System.Windows.Forms.CheckBox();
  142. this.errmaskBox1 = new System.Windows.Forms.TextBox();
  143. this.skinBox1 = new System.Windows.Forms.TextBox();
  144. this.firstBox1 = new System.Windows.Forms.TextBox();
  145. this.lastBox1 = new System.Windows.Forms.TextBox();
  146. this.noutc1 = new System.Windows.Forms.CheckBox();
  147. this.passBox1 = new System.Windows.Forms.TextBox();
  148. this.raw1 = new System.Windows.Forms.CheckBox();
  149. this.rawBox1 = new System.Windows.Forms.TextBox();
  150. this.clear1 = new System.Windows.Forms.Button();
  151. this.nataddress1 = new System.Windows.Forms.TextBox();
  152. this.label8 = new System.Windows.Forms.Label();
  153. this.label9 = new System.Windows.Forms.Label();
  154. this.exeBox1 = new System.Windows.Forms.TextBox();
  155. this.label10 = new System.Windows.Forms.Label();
  156. this.label11 = new System.Windows.Forms.Label();
  157. this.label12 = new System.Windows.Forms.Label();
  158. this.label13 = new System.Windows.Forms.Label();
  159. this.menuStrip1.SuspendLayout();
  160. this.gbLog.SuspendLayout();
  161. this.tabLogs.SuspendLayout();
  162. this.tabMainLog.SuspendLayout();
  163. this.tabRegionServer.SuspendLayout();
  164. this.tabUserServer.SuspendLayout();
  165. this.tabAssetServer.SuspendLayout();
  166. this.tabGridServer.SuspendLayout();
  167. this.SuspendLayout();
  168. //
  169. // menuStrip1
  170. //
  171. this.menuStrip1.AutoSize = false;
  172. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  173. this.fileToolStripMenuItem});
  174. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  175. this.menuStrip1.Name = "menuStrip1";
  176. this.menuStrip1.Size = new System.Drawing.Size(900, 20);
  177. this.menuStrip1.TabIndex = 7;
  178. this.menuStrip1.Text = "menuStrip1";
  179. //
  180. // fileToolStripMenuItem
  181. //
  182. this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  183. this.exitToolStripMenuItem});
  184. this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
  185. this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 16);
  186. this.fileToolStripMenuItem.Text = "File";
  187. //
  188. // exitToolStripMenuItem
  189. //
  190. this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
  191. this.exitToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
  192. this.exitToolStripMenuItem.Text = "Exit Cleanly";
  193. this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
  194. //
  195. // timer1
  196. //
  197. this.timer1.Enabled = true;
  198. //
  199. // clientBox1
  200. //
  201. this.clientBox1.Location = new System.Drawing.Point(680, 27);
  202. this.clientBox1.Name = "clientBox1";
  203. this.clientBox1.Size = new System.Drawing.Size(213, 20);
  204. this.clientBox1.TabIndex = 8;
  205. this.clientBox1.Text = "C://Secondlife//";
  206. //
  207. // btnStart
  208. //
  209. this.btnStart.Location = new System.Drawing.Point(7, 366);
  210. this.btnStart.Name = "btnStart";
  211. this.btnStart.Size = new System.Drawing.Size(80, 23);
  212. this.btnStart.TabIndex = 2;
  213. this.btnStart.Text = "Start";
  214. this.btnStart.UseVisualStyleBackColor = true;
  215. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  216. //
  217. // btnStop
  218. //
  219. this.btnStop.Location = new System.Drawing.Point(92, 366);
  220. this.btnStop.Name = "btnStop";
  221. this.btnStop.Size = new System.Drawing.Size(80, 23);
  222. this.btnStop.TabIndex = 3;
  223. this.btnStop.Text = "Stop";
  224. this.btnStop.UseVisualStyleBackColor = true;
  225. this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
  226. //
  227. // rbGridRegionMode
  228. //
  229. this.rbGridRegionMode.AutoSize = true;
  230. this.rbGridRegionMode.Location = new System.Drawing.Point(96, 27);
  231. this.rbGridRegionMode.Name = "rbGridRegionMode";
  232. this.rbGridRegionMode.Size = new System.Drawing.Size(76, 17);
  233. this.rbGridRegionMode.TabIndex = 4;
  234. this.rbGridRegionMode.Text = "Grid region";
  235. this.rbGridRegionMode.UseVisualStyleBackColor = true;
  236. this.rbGridRegionMode.CheckedChanged += new System.EventHandler(this.rbGridRegionMode_CheckedChanged);
  237. //
  238. // rbStandAloneMode
  239. //
  240. this.rbStandAloneMode.AutoSize = true;
  241. this.rbStandAloneMode.Checked = true;
  242. this.rbStandAloneMode.Location = new System.Drawing.Point(8, 27);
  243. this.rbStandAloneMode.Name = "rbStandAloneMode";
  244. this.rbStandAloneMode.Size = new System.Drawing.Size(82, 17);
  245. this.rbStandAloneMode.TabIndex = 5;
  246. this.rbStandAloneMode.TabStop = true;
  247. this.rbStandAloneMode.Text = "Stand alone";
  248. this.rbStandAloneMode.UseVisualStyleBackColor = true;
  249. this.rbStandAloneMode.CheckedChanged += new System.EventHandler(this.rbStandAloneMode_CheckedChanged);
  250. //
  251. // rbGridServer
  252. //
  253. this.rbGridServer.AutoSize = true;
  254. this.rbGridServer.Location = new System.Drawing.Point(178, 27);
  255. this.rbGridServer.Name = "rbGridServer";
  256. this.rbGridServer.Size = new System.Drawing.Size(76, 17);
  257. this.rbGridServer.TabIndex = 6;
  258. this.rbGridServer.Text = "Grid server";
  259. this.rbGridServer.UseVisualStyleBackColor = true;
  260. this.rbGridServer.CheckedChanged += new System.EventHandler(this.rbGridServer_CheckedChanged);
  261. //
  262. // Launch1
  263. //
  264. this.Launch1.Location = new System.Drawing.Point(264, 366);
  265. this.Launch1.Name = "Launch1";
  266. this.Launch1.Size = new System.Drawing.Size(80, 23);
  267. this.Launch1.TabIndex = 9;
  268. this.Launch1.Text = "Client Launch";
  269. this.Launch1.UseVisualStyleBackColor = true;
  270. this.Launch1.Click += new System.EventHandler(this.Launch1_Click);
  271. //
  272. // gbLog
  273. //
  274. this.gbLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  275. | System.Windows.Forms.AnchorStyles.Left)
  276. | System.Windows.Forms.AnchorStyles.Right)));
  277. this.gbLog.Controls.Add(this.tabLogs);
  278. this.gbLog.Location = new System.Drawing.Point(8, 50);
  279. this.gbLog.Name = "gbLog";
  280. this.gbLog.Size = new System.Drawing.Size(345, 310);
  281. this.gbLog.TabIndex = 1;
  282. this.gbLog.TabStop = false;
  283. this.gbLog.Text = "Logs";
  284. //
  285. // tabLogs
  286. //
  287. this.tabLogs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  288. | System.Windows.Forms.AnchorStyles.Left)
  289. | System.Windows.Forms.AnchorStyles.Right)));
  290. this.tabLogs.Controls.Add(this.tabMainLog);
  291. this.tabLogs.Controls.Add(this.tabRegionServer);
  292. this.tabLogs.Controls.Add(this.tabUserServer);
  293. this.tabLogs.Controls.Add(this.tabAssetServer);
  294. this.tabLogs.Controls.Add(this.tabGridServer);
  295. this.tabLogs.Location = new System.Drawing.Point(6, 19);
  296. this.tabLogs.Name = "tabLogs";
  297. this.tabLogs.SelectedIndex = 0;
  298. this.tabLogs.Size = new System.Drawing.Size(333, 285);
  299. this.tabLogs.TabIndex = 0;
  300. //
  301. // tabMainLog
  302. //
  303. this.tabMainLog.Controls.Add(this.txtMainLog);
  304. this.tabMainLog.Location = new System.Drawing.Point(4, 22);
  305. this.tabMainLog.Name = "tabMainLog";
  306. this.tabMainLog.Size = new System.Drawing.Size(325, 259);
  307. this.tabMainLog.TabIndex = 4;
  308. this.tabMainLog.Text = "Main log";
  309. this.tabMainLog.UseVisualStyleBackColor = true;
  310. //
  311. // txtMainLog
  312. //
  313. this.txtMainLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  314. | System.Windows.Forms.AnchorStyles.Left)
  315. | System.Windows.Forms.AnchorStyles.Right)));
  316. this.txtMainLog.Location = new System.Drawing.Point(0, 0);
  317. this.txtMainLog.Multiline = true;
  318. this.txtMainLog.Name = "txtMainLog";
  319. this.txtMainLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  320. this.txtMainLog.Size = new System.Drawing.Size(325, 259);
  321. this.txtMainLog.TabIndex = 1;
  322. //
  323. // tabRegionServer
  324. //
  325. this.tabRegionServer.Controls.Add(this.txtInputRegionServer);
  326. this.tabRegionServer.Controls.Add(this.label1);
  327. this.tabRegionServer.Controls.Add(this.txtOpenSim);
  328. this.tabRegionServer.Location = new System.Drawing.Point(4, 22);
  329. this.tabRegionServer.Name = "tabRegionServer";
  330. this.tabRegionServer.Padding = new System.Windows.Forms.Padding(3);
  331. this.tabRegionServer.Size = new System.Drawing.Size(325, 259);
  332. this.tabRegionServer.TabIndex = 0;
  333. this.tabRegionServer.Text = "Region server";
  334. this.tabRegionServer.UseVisualStyleBackColor = true;
  335. //
  336. // txtInputRegionServer
  337. //
  338. this.txtInputRegionServer.Location = new System.Drawing.Point(53, 239);
  339. this.txtInputRegionServer.Name = "txtInputRegionServer";
  340. this.txtInputRegionServer.Size = new System.Drawing.Size(272, 20);
  341. this.txtInputRegionServer.TabIndex = 5;
  342. //
  343. // label1
  344. //
  345. this.label1.AutoSize = true;
  346. this.label1.Location = new System.Drawing.Point(0, 242);
  347. this.label1.Name = "label1";
  348. this.label1.Size = new System.Drawing.Size(57, 13);
  349. this.label1.TabIndex = 4;
  350. this.label1.Text = "Command:";
  351. //
  352. // txtOpenSim
  353. //
  354. this.txtOpenSim.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  355. | System.Windows.Forms.AnchorStyles.Left)
  356. | System.Windows.Forms.AnchorStyles.Right)));
  357. this.txtOpenSim.Location = new System.Drawing.Point(0, 0);
  358. this.txtOpenSim.Multiline = true;
  359. this.txtOpenSim.Name = "txtOpenSim";
  360. this.txtOpenSim.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  361. this.txtOpenSim.Size = new System.Drawing.Size(325, 236);
  362. this.txtOpenSim.TabIndex = 0;
  363. //
  364. // tabUserServer
  365. //
  366. this.tabUserServer.Controls.Add(this.txtInputUserServer);
  367. this.tabUserServer.Controls.Add(this.label2);
  368. this.tabUserServer.Controls.Add(this.txtUserServer);
  369. this.tabUserServer.Location = new System.Drawing.Point(4, 22);
  370. this.tabUserServer.Name = "tabUserServer";
  371. this.tabUserServer.Padding = new System.Windows.Forms.Padding(3);
  372. this.tabUserServer.Size = new System.Drawing.Size(325, 259);
  373. this.tabUserServer.TabIndex = 1;
  374. this.tabUserServer.Text = "User server";
  375. this.tabUserServer.UseVisualStyleBackColor = true;
  376. //
  377. // txtInputUserServer
  378. //
  379. this.txtInputUserServer.Location = new System.Drawing.Point(53, 239);
  380. this.txtInputUserServer.Name = "txtInputUserServer";
  381. this.txtInputUserServer.Size = new System.Drawing.Size(272, 20);
  382. this.txtInputUserServer.TabIndex = 7;
  383. //
  384. // label2
  385. //
  386. this.label2.AutoSize = true;
  387. this.label2.Location = new System.Drawing.Point(0, 242);
  388. this.label2.Name = "label2";
  389. this.label2.Size = new System.Drawing.Size(57, 13);
  390. this.label2.TabIndex = 6;
  391. this.label2.Text = "Command:";
  392. //
  393. // txtUserServer
  394. //
  395. this.txtUserServer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  396. | System.Windows.Forms.AnchorStyles.Left)
  397. | System.Windows.Forms.AnchorStyles.Right)));
  398. this.txtUserServer.Location = new System.Drawing.Point(0, 0);
  399. this.txtUserServer.Multiline = true;
  400. this.txtUserServer.Name = "txtUserServer";
  401. this.txtUserServer.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  402. this.txtUserServer.Size = new System.Drawing.Size(325, 236);
  403. this.txtUserServer.TabIndex = 1;
  404. //
  405. // tabAssetServer
  406. //
  407. this.tabAssetServer.Controls.Add(this.txtInputAssetServer);
  408. this.tabAssetServer.Controls.Add(this.label3);
  409. this.tabAssetServer.Controls.Add(this.txtAssetServer);
  410. this.tabAssetServer.Location = new System.Drawing.Point(4, 22);
  411. this.tabAssetServer.Name = "tabAssetServer";
  412. this.tabAssetServer.Size = new System.Drawing.Size(325, 259);
  413. this.tabAssetServer.TabIndex = 2;
  414. this.tabAssetServer.Text = "Asset server";
  415. this.tabAssetServer.UseVisualStyleBackColor = true;
  416. //
  417. // txtInputAssetServer
  418. //
  419. this.txtInputAssetServer.Location = new System.Drawing.Point(53, 239);
  420. this.txtInputAssetServer.Name = "txtInputAssetServer";
  421. this.txtInputAssetServer.Size = new System.Drawing.Size(272, 20);
  422. this.txtInputAssetServer.TabIndex = 7;
  423. //
  424. // label3
  425. //
  426. this.label3.AutoSize = true;
  427. this.label3.Location = new System.Drawing.Point(0, 242);
  428. this.label3.Name = "label3";
  429. this.label3.Size = new System.Drawing.Size(57, 13);
  430. this.label3.TabIndex = 6;
  431. this.label3.Text = "Command:";
  432. //
  433. // txtAssetServer
  434. //
  435. this.txtAssetServer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  436. | System.Windows.Forms.AnchorStyles.Left)
  437. | System.Windows.Forms.AnchorStyles.Right)));
  438. this.txtAssetServer.Location = new System.Drawing.Point(0, 0);
  439. this.txtAssetServer.Multiline = true;
  440. this.txtAssetServer.Name = "txtAssetServer";
  441. this.txtAssetServer.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  442. this.txtAssetServer.Size = new System.Drawing.Size(325, 236);
  443. this.txtAssetServer.TabIndex = 1;
  444. //
  445. // tabGridServer
  446. //
  447. this.tabGridServer.Controls.Add(this.txtInputGridServer);
  448. this.tabGridServer.Controls.Add(this.label4);
  449. this.tabGridServer.Controls.Add(this.txtGridServer);
  450. this.tabGridServer.Location = new System.Drawing.Point(4, 22);
  451. this.tabGridServer.Name = "tabGridServer";
  452. this.tabGridServer.Size = new System.Drawing.Size(325, 259);
  453. this.tabGridServer.TabIndex = 3;
  454. this.tabGridServer.Text = "Grid server";
  455. this.tabGridServer.UseVisualStyleBackColor = true;
  456. //
  457. // txtInputGridServer
  458. //
  459. this.txtInputGridServer.Location = new System.Drawing.Point(53, 239);
  460. this.txtInputGridServer.Name = "txtInputGridServer";
  461. this.txtInputGridServer.Size = new System.Drawing.Size(272, 20);
  462. this.txtInputGridServer.TabIndex = 7;
  463. //
  464. // label4
  465. //
  466. this.label4.AutoSize = true;
  467. this.label4.Location = new System.Drawing.Point(0, 242);
  468. this.label4.Name = "label4";
  469. this.label4.Size = new System.Drawing.Size(57, 13);
  470. this.label4.TabIndex = 6;
  471. this.label4.Text = "Command:";
  472. //
  473. // txtGridServer
  474. //
  475. this.txtGridServer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  476. | System.Windows.Forms.AnchorStyles.Left)
  477. | System.Windows.Forms.AnchorStyles.Right)));
  478. this.txtGridServer.Location = new System.Drawing.Point(0, 0);
  479. this.txtGridServer.Multiline = true;
  480. this.txtGridServer.Name = "txtGridServer";
  481. this.txtGridServer.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  482. this.txtGridServer.Size = new System.Drawing.Size(325, 236);
  483. this.txtGridServer.TabIndex = 1;
  484. //
  485. // label5
  486. //
  487. this.label5.AutoSize = true;
  488. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  489. this.label5.Location = new System.Drawing.Point(460, 55);
  490. this.label5.Name = "label5";
  491. this.label5.Size = new System.Drawing.Size(205, 20);
  492. this.label5.TabIndex = 11;
  493. this.label5.Text = "Command Line Switches";
  494. //
  495. // noProbe1
  496. //
  497. this.noProbe1.AutoSize = true;
  498. this.noProbe1.Location = new System.Drawing.Point(359, 275);
  499. this.noProbe1.Name = "noProbe1";
  500. this.noProbe1.Size = new System.Drawing.Size(68, 17);
  501. this.noProbe1.TabIndex = 12;
  502. this.noProbe1.Text = "-noprobe";
  503. this.toolTip1.SetToolTip(this.noProbe1, "disable hardware probe");
  504. this.noProbe1.UseVisualStyleBackColor = true;
  505. //
  506. // label6
  507. //
  508. this.label6.AutoSize = true;
  509. this.label6.Location = new System.Drawing.Point(8, 415);
  510. this.label6.Name = "label6";
  511. this.label6.Size = new System.Drawing.Size(0, 13);
  512. this.label6.TabIndex = 14;
  513. this.label6.Click += new System.EventHandler(this.label6_Click);
  514. //
  515. // multiple1
  516. //
  517. this.multiple1.AutoSize = true;
  518. this.multiple1.Location = new System.Drawing.Point(359, 185);
  519. this.multiple1.Name = "multiple1";
  520. this.multiple1.Size = new System.Drawing.Size(64, 17);
  521. this.multiple1.TabIndex = 15;
  522. this.multiple1.Text = "-multiple";
  523. this.toolTip1.SetToolTip(this.multiple1, "allow multiple viewers");
  524. this.multiple1.UseVisualStyleBackColor = true;
  525. //
  526. // label7
  527. //
  528. this.label7.AutoSize = true;
  529. this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  530. this.label7.Location = new System.Drawing.Point(8, 396);
  531. this.label7.Name = "label7";
  532. this.label7.Size = new System.Drawing.Size(338, 13);
  533. this.label7.TabIndex = 16;
  534. this.label7.Text = "Client Command Line String Used and Program Messages :";
  535. //
  536. // noMultiple1
  537. //
  538. this.noMultiple1.AutoSize = true;
  539. this.noMultiple1.Location = new System.Drawing.Point(359, 260);
  540. this.noMultiple1.Name = "noMultiple1";
  541. this.noMultiple1.Size = new System.Drawing.Size(76, 17);
  542. this.noMultiple1.TabIndex = 17;
  543. this.noMultiple1.Text = "-nomultiple";
  544. this.toolTip1.SetToolTip(this.noMultiple1, "block multiple viewers (secondlife.exe instances)");
  545. this.noMultiple1.UseVisualStyleBackColor = true;
  546. //
  547. // ignorepixeldepth1
  548. //
  549. this.ignorepixeldepth1.AutoSize = true;
  550. this.ignorepixeldepth1.Location = new System.Drawing.Point(359, 125);
  551. this.ignorepixeldepth1.Name = "ignorepixeldepth1";
  552. this.ignorepixeldepth1.Size = new System.Drawing.Size(106, 17);
  553. this.ignorepixeldepth1.TabIndex = 18;
  554. this.ignorepixeldepth1.Text = "-ignorepixeldepth";
  555. this.toolTip1.SetToolTip(this.ignorepixeldepth1, "ignore pixel depth settings");
  556. this.ignorepixeldepth1.UseVisualStyleBackColor = true;
  557. //
  558. // nothread1
  559. //
  560. this.nothread1.AutoSize = true;
  561. this.nothread1.Location = new System.Drawing.Point(359, 305);
  562. this.nothread1.Name = "nothread1";
  563. this.nothread1.Size = new System.Drawing.Size(71, 17);
  564. this.nothread1.TabIndex = 19;
  565. this.nothread1.Text = "-nothread";
  566. this.toolTip1.SetToolTip(this.nothread1, "run VFS (Virtual File System) in single thread");
  567. this.nothread1.UseVisualStyleBackColor = true;
  568. //
  569. // safe1
  570. //
  571. this.safe1.AutoSize = true;
  572. this.safe1.Location = new System.Drawing.Point(359, 365);
  573. this.safe1.Name = "safe1";
  574. this.safe1.Size = new System.Drawing.Size(49, 17);
  575. this.safe1.TabIndex = 20;
  576. this.safe1.Text = "-safe";
  577. this.toolTip1.SetToolTip(this.safe1, "reset preferences, run in safe mode");
  578. this.safe1.UseVisualStyleBackColor = true;
  579. //
  580. // noconsole1
  581. //
  582. this.noconsole1.AutoSize = true;
  583. this.noconsole1.Location = new System.Drawing.Point(359, 215);
  584. this.noconsole1.Name = "noconsole1";
  585. this.noconsole1.Size = new System.Drawing.Size(78, 17);
  586. this.noconsole1.TabIndex = 21;
  587. this.noconsole1.Text = "-noconsole";
  588. this.toolTip1.SetToolTip(this.noconsole1, "hide the console if not already hidden");
  589. this.noconsole1.UseVisualStyleBackColor = true;
  590. //
  591. // log1
  592. //
  593. this.log1.AutoSize = true;
  594. this.log1.Location = new System.Drawing.Point(359, 170);
  595. this.log1.Name = "log1";
  596. this.log1.Size = new System.Drawing.Size(43, 17);
  597. this.log1.TabIndex = 22;
  598. this.log1.Text = "-log";
  599. this.toolTip1.SetToolTip(this.log1, "--no info avail--");
  600. this.log1.UseVisualStyleBackColor = true;
  601. //
  602. // helperuri1
  603. //
  604. this.helperuri1.AutoSize = true;
  605. this.helperuri1.Location = new System.Drawing.Point(359, 110);
  606. this.helperuri1.Name = "helperuri1";
  607. this.helperuri1.Size = new System.Drawing.Size(69, 17);
  608. this.helperuri1.TabIndex = 23;
  609. this.helperuri1.Text = "-helperuri";
  610. this.toolTip1.SetToolTip(this.helperuri1, "--no info avail--");
  611. this.helperuri1.UseVisualStyleBackColor = true;
  612. //
  613. // autologin1
  614. //
  615. this.autologin1.AutoSize = true;
  616. this.autologin1.Location = new System.Drawing.Point(359, 65);
  617. this.autologin1.Name = "autologin1";
  618. this.autologin1.Size = new System.Drawing.Size(75, 17);
  619. this.autologin1.TabIndex = 24;
  620. this.autologin1.Text = "--autologin";
  621. this.toolTip1.SetToolTip(this.autologin1, "--no info avail--");
  622. this.autologin1.UseVisualStyleBackColor = true;
  623. //
  624. // dialog1
  625. //
  626. this.dialog1.AutoSize = true;
  627. this.dialog1.Location = new System.Drawing.Point(359, 95);
  628. this.dialog1.Name = "dialog1";
  629. this.dialog1.Size = new System.Drawing.Size(57, 17);
  630. this.dialog1.TabIndex = 25;
  631. this.dialog1.Text = "-dialog";
  632. this.toolTip1.SetToolTip(this.dialog1, "some arcane dialog box that is impossible to raise");
  633. this.dialog1.UseVisualStyleBackColor = true;
  634. //
  635. // previous1
  636. //
  637. this.previous1.AutoSize = true;
  638. this.previous1.Location = new System.Drawing.Point(359, 335);
  639. this.previous1.Name = "previous1";
  640. this.previous1.Size = new System.Drawing.Size(69, 17);
  641. this.previous1.TabIndex = 26;
  642. this.previous1.Text = "-previous";
  643. this.toolTip1.SetToolTip(this.previous1, "--no info avail--");
  644. this.previous1.UseVisualStyleBackColor = true;
  645. //
  646. // simple1
  647. //
  648. this.simple1.AutoSize = true;
  649. this.simple1.Location = new System.Drawing.Point(359, 380);
  650. this.simple1.Name = "simple1";
  651. this.simple1.Size = new System.Drawing.Size(58, 17);
  652. this.simple1.TabIndex = 27;
  653. this.simple1.Text = "-simple";
  654. this.toolTip1.SetToolTip(this.simple1, "--no info avail--");
  655. this.simple1.UseVisualStyleBackColor = true;
  656. //
  657. // noinvlib1
  658. //
  659. this.noinvlib1.AutoSize = true;
  660. this.noinvlib1.Location = new System.Drawing.Point(359, 245);
  661. this.noinvlib1.Name = "noinvlib1";
  662. this.noinvlib1.Size = new System.Drawing.Size(65, 17);
  663. this.noinvlib1.TabIndex = 28;
  664. this.noinvlib1.Text = "-noinvlib";
  665. this.toolTip1.SetToolTip(this.noinvlib1, "do not request inventory library");
  666. this.noinvlib1.UseVisualStyleBackColor = true;
  667. //
  668. // debugst1
  669. //
  670. this.debugst1.AutoSize = true;
  671. this.debugst1.Location = new System.Drawing.Point(359, 80);
  672. this.debugst1.Name = "debugst1";
  673. this.debugst1.Size = new System.Drawing.Size(67, 17);
  674. this.debugst1.TabIndex = 30;
  675. this.debugst1.Text = "-debugst";
  676. this.toolTip1.SetToolTip(this.debugst1, "debug mask");
  677. this.debugst1.UseVisualStyleBackColor = true;
  678. //
  679. // spanish1
  680. //
  681. this.spanish1.AutoSize = true;
  682. this.spanish1.Location = new System.Drawing.Point(359, 395);
  683. this.spanish1.Name = "spanish1";
  684. this.spanish1.Size = new System.Drawing.Size(65, 17);
  685. this.spanish1.TabIndex = 31;
  686. this.spanish1.Text = "-spanish";
  687. this.toolTip1.SetToolTip(this.spanish1, "activate (incomplete) Spanish UI translation");
  688. this.spanish1.UseVisualStyleBackColor = true;
  689. //
  690. // korean1
  691. //
  692. this.korean1.AutoSize = true;
  693. this.korean1.Location = new System.Drawing.Point(359, 140);
  694. this.korean1.Name = "korean1";
  695. this.korean1.Size = new System.Drawing.Size(62, 17);
  696. this.korean1.TabIndex = 32;
  697. this.korean1.Text = "-korean";
  698. this.toolTip1.SetToolTip(this.korean1, "activate (incomplete) Korean UI translation");
  699. this.korean1.UseVisualStyleBackColor = true;
  700. //
  701. // local1
  702. //
  703. this.local1.AutoSize = true;
  704. this.local1.Location = new System.Drawing.Point(359, 155);
  705. this.local1.Name = "local1";
  706. this.local1.Size = new System.Drawing.Size(51, 17);
  707. this.local1.TabIndex = 46;
  708. this.local1.Text = "-local";
  709. this.toolTip1.SetToolTip(this.local1, "run without simulator");
  710. this.local1.UseVisualStyleBackColor = true;
  711. //
  712. // purge1
  713. //
  714. this.purge1.AutoSize = true;
  715. this.purge1.Location = new System.Drawing.Point(359, 350);
  716. this.purge1.Name = "purge1";
  717. this.purge1.Size = new System.Drawing.Size(56, 17);
  718. this.purge1.TabIndex = 56;
  719. this.purge1.Text = "-purge";
  720. this.toolTip1.SetToolTip(this.purge1, "delete files in cache");
  721. this.purge1.UseVisualStyleBackColor = true;
  722. //
  723. // nofmod1
  724. //
  725. this.nofmod1.AutoSize = true;
  726. this.nofmod1.Location = new System.Drawing.Point(359, 230);
  727. this.nofmod1.Name = "nofmod1";
  728. this.nofmod1.Size = new System.Drawing.Size(64, 17);
  729. this.nofmod1.TabIndex = 45;
  730. this.nofmod1.Text = "-nofmod";
  731. this.toolTip1.SetToolTip(this.nofmod1, "FMOD is the API used to distort sound while moving");
  732. this.nofmod1.UseVisualStyleBackColor = true;
  733. //
  734. // noaudio1
  735. //
  736. this.noaudio1.AutoSize = true;
  737. this.noaudio1.Location = new System.Drawing.Point(359, 200);
  738. this.noaudio1.Name = "noaudio1";
  739. this.noaudio1.Size = new System.Drawing.Size(67, 17);
  740. this.noaudio1.TabIndex = 44;
  741. this.noaudio1.Text = "-noaudio";
  742. this.toolTip1.SetToolTip(this.noaudio1, "no audio, different from -nosound?");
  743. this.noaudio1.UseVisualStyleBackColor = true;
  744. //
  745. // nosound1
  746. //
  747. this.nosound1.AutoSize = true;
  748. this.nosound1.Location = new System.Drawing.Point(359, 290);
  749. this.nosound1.Name = "nosound1";
  750. this.nosound1.Size = new System.Drawing.Size(70, 17);
  751. this.nosound1.TabIndex = 55;
  752. this.nosound1.Text = "-nosound";
  753. this.toolTip1.SetToolTip(this.nosound1, "no sound, different from -noaudio?");
  754. this.nosound1.UseVisualStyleBackColor = true;
  755. //
  756. // url1
  757. //
  758. this.url1.AutoSize = true;
  759. this.url1.Location = new System.Drawing.Point(488, 245);
  760. this.url1.Name = "url1";
  761. this.url1.Size = new System.Drawing.Size(40, 17);
  762. this.url1.TabIndex = 43;
  763. this.url1.Text = "-url";
  764. this.toolTip1.SetToolTip(this.url1, "handles secondlife://sim/x/y/z URLs");
  765. this.url1.UseVisualStyleBackColor = true;
  766. //
  767. // port1
  768. //
  769. this.port1.AutoSize = true;
  770. this.port1.Location = new System.Drawing.Point(488, 171);
  771. this.port1.Name = "port1";
  772. this.port1.Size = new System.Drawing.Size(47, 17);
  773. this.port1.TabIndex = 49;
  774. this.port1.Text = "-port";
  775. this.toolTip1.SetToolTip(this.port1, "Set the TCP port for the client; useful to run multiple instances of SL on the sa" +
  776. "me local home network. Values that may work: 13000 and 13001 (Valid numbers are " +
  777. "13000 to 13050)");
  778. this.port1.UseVisualStyleBackColor = true;
  779. //
  780. // simBox1
  781. //
  782. this.simBox1.Location = new System.Drawing.Point(549, 243);
  783. this.simBox1.Name = "simBox1";
  784. this.simBox1.Size = new System.Drawing.Size(344, 20);
  785. this.simBox1.TabIndex = 66;
  786. this.simBox1.Text = "secondlife://lutra/127/128/60";
  787. this.toolTip1.SetToolTip(this.simBox1, "type URL here");
  788. //
  789. // portBox1
  790. //
  791. this.portBox1.Location = new System.Drawing.Point(549, 169);
  792. this.portBox1.Name = "portBox1";
  793. this.portBox1.Size = new System.Drawing.Size(58, 20);
  794. this.portBox1.TabIndex = 67;
  795. this.portBox1.Text = "13000";
  796. this.toolTip1.SetToolTip(this.portBox1, "enter port number here");
  797. //
  798. // user1
  799. //
  800. this.user1.AutoSize = true;
  801. this.user1.Location = new System.Drawing.Point(488, 191);
  802. this.user1.Name = "user1";
  803. this.user1.Size = new System.Drawing.Size(49, 17);
  804. this.user1.TabIndex = 42;
  805. this.user1.Text = "-user";
  806. this.user1.ThreeState = true;
  807. this.toolTip1.SetToolTip(this.user1, "specify user server in dotted quad");
  808. this.user1.UseVisualStyleBackColor = true;
  809. //
  810. // quitAfter1
  811. //
  812. this.quitAfter1.AutoSize = true;
  813. this.quitAfter1.Location = new System.Drawing.Point(680, 65);
  814. this.quitAfter1.Name = "quitAfter1";
  815. this.quitAfter1.Size = new System.Drawing.Size(67, 17);
  816. this.quitAfter1.TabIndex = 41;
  817. this.quitAfter1.Text = "-quitafter";
  818. this.toolTip1.SetToolTip(this.quitAfter1, "SL quits after elapsed time in seconds");
  819. this.quitAfter1.UseVisualStyleBackColor = true;
  820. //
  821. // techTag1
  822. //
  823. this.techTag1.AutoSize = true;
  824. this.techTag1.Location = new System.Drawing.Point(488, 211);
  825. this.techTag1.Name = "techTag1";
  826. this.techTag1.Size = new System.Drawing.Size(65, 17);
  827. this.techTag1.TabIndex = 47;
  828. this.techTag1.Text = "-techtag";
  829. this.toolTip1.SetToolTip(this.techTag1, "unknown (but requires a parameter)");
  830. this.techTag1.UseVisualStyleBackColor = true;
  831. //
  832. // yield1
  833. //
  834. this.yield1.AutoSize = true;
  835. this.yield1.Location = new System.Drawing.Point(488, 91);
  836. this.yield1.Name = "yield1";
  837. this.yield1.Size = new System.Drawing.Size(50, 17);
  838. this.yield1.TabIndex = 48;
  839. this.yield1.Text = "-yield";
  840. this.toolTip1.SetToolTip(this.yield1, "yield some idle time to local host (changed from - cooperative)");
  841. this.yield1.UseVisualStyleBackColor = true;
  842. //
  843. // logfile1
  844. //
  845. this.logfile1.AutoSize = true;
  846. this.logfile1.Location = new System.Drawing.Point(680, 125);
  847. this.logfile1.Name = "logfile1";
  848. this.logfile1.Size = new System.Drawing.Size(56, 17);
  849. this.logfile1.TabIndex = 54;
  850. this.logfile1.Text = "-logfile";
  851. this.toolTip1.SetToolTip(this.logfile1, "change the log filename");
  852. this.logfile1.UseVisualStyleBackColor = true;
  853. //
  854. // settings1
  855. //
  856. this.settings1.AutoSize = true;
  857. this.settings1.Location = new System.Drawing.Point(680, 95);
  858. this.settings1.Name = "settings1";
  859. this.settings1.Size = new System.Drawing.Size(65, 17);
  860. this.settings1.TabIndex = 53;
  861. this.settings1.Text = "-settings";
  862. this.toolTip1.SetToolTip(this.settings1, "specify configuration filename; default is \"settings.ini\"");
  863. this.settings1.UseVisualStyleBackColor = true;
  864. //
  865. // outbw1
  866. //
  867. this.outbw1.AutoSize = true;
  868. this.outbw1.Location = new System.Drawing.Point(488, 111);
  869. this.outbw1.Name = "outbw1";
  870. this.outbw1.Size = new System.Drawing.Size(58, 17);
  871. this.outbw1.TabIndex = 52;
  872. this.outbw1.Text = "-outbw";
  873. this.toolTip1.SetToolTip(this.outbw1, "set outgoing bandwidth");
  874. this.outbw1.UseVisualStyleBackColor = true;
  875. //
  876. // inbw1
  877. //
  878. this.inbw1.AutoSize = true;
  879. this.inbw1.Location = new System.Drawing.Point(488, 131);
  880. this.inbw1.Name = "inbw1";
  881. this.inbw1.Size = new System.Drawing.Size(51, 17);
  882. this.inbw1.TabIndex = 51;
  883. this.inbw1.Text = "-inbw";
  884. this.toolTip1.SetToolTip(this.inbw1, "set incoming bandwidth");
  885. this.inbw1.UseVisualStyleBackColor = true;
  886. //
  887. // drop1
  888. //
  889. this.drop1.AutoSize = true;
  890. this.drop1.Location = new System.Drawing.Point(488, 151);
  891. this.drop1.Name = "drop1";
  892. this.drop1.Size = new System.Drawing.Size(50, 17);
  893. this.drop1.TabIndex = 50;
  894. this.drop1.Text = "-drop";
  895. this.toolTip1.SetToolTip(this.drop1, "drop number% of incoming network packets");
  896. this.drop1.UseVisualStyleBackColor = true;
  897. //
  898. // dropBox1
  899. //
  900. this.dropBox1.Location = new System.Drawing.Point(549, 149);
  901. this.dropBox1.Name = "dropBox1";
  902. this.dropBox1.Size = new System.Drawing.Size(58, 20);
  903. this.dropBox1.TabIndex = 68;
  904. this.dropBox1.Text = "0";
  905. this.toolTip1.SetToolTip(this.dropBox1, "enter percent of packets to drop");
  906. //
  907. // inbwBox1
  908. //
  909. this.inbwBox1.Location = new System.Drawing.Point(549, 129);
  910. this.inbwBox1.Name = "inbwBox1";
  911. this.inbwBox1.Size = new System.Drawing.Size(57, 20);
  912. this.inbwBox1.TabIndex = 69;
  913. this.toolTip1.SetToolTip(this.inbwBox1, "enter incoming cap");
  914. //
  915. // outbwBox1
  916. //
  917. this.outbwBox1.Location = new System.Drawing.Point(549, 109);
  918. this.outbwBox1.Name = "outbwBox1";
  919. this.outbwBox1.Size = new System.Drawing.Size(58, 20);
  920. this.outbwBox1.TabIndex = 70;
  921. this.toolTip1.SetToolTip(this.outbwBox1, "enter outgoing cap");
  922. //
  923. // settingsBox1
  924. //
  925. this.settingsBox1.Location = new System.Drawing.Point(741, 93);
  926. this.settingsBox1.Name = "settingsBox1";
  927. this.settingsBox1.Size = new System.Drawing.Size(152, 20);
  928. this.settingsBox1.TabIndex = 71;
  929. this.settingsBox1.Text = "settings.ini";
  930. this.toolTip1.SetToolTip(this.settingsBox1, "enter settings file name");
  931. //
  932. // logfileBox1
  933. //
  934. this.logfileBox1.Location = new System.Drawing.Point(733, 123);
  935. this.logfileBox1.Name = "logfileBox1";
  936. this.logfileBox1.Size = new System.Drawing.Size(160, 20);
  937. this.logfileBox1.TabIndex = 72;
  938. this.logfileBox1.Text = "mylogfile.txt";
  939. this.toolTip1.SetToolTip(this.logfileBox1, "enter log file name here");
  940. //
  941. // yieldBox1
  942. //
  943. this.yieldBox1.Location = new System.Drawing.Point(549, 89);
  944. this.yieldBox1.Name = "yieldBox1";
  945. this.yieldBox1.Size = new System.Drawing.Size(58, 20);
  946. this.yieldBox1.TabIndex = 73;
  947. this.toolTip1.SetToolTip(this.yieldBox1, "enter time to yield in <ms>");
  948. //
  949. // techtagBox1
  950. //
  951. this.techtagBox1.Location = new System.Drawing.Point(549, 209);
  952. this.techtagBox1.Name = "techtagBox1";
  953. this.techtagBox1.Size = new System.Drawing.Size(58, 20);
  954. this.techtagBox1.TabIndex = 74;
  955. this.toolTip1.SetToolTip(this.techtagBox1, "enter unknown param here");
  956. //
  957. // quitafterBox1
  958. //
  959. this.quitafterBox1.Location = new System.Drawing.Point(745, 63);
  960. this.quitafterBox1.Name = "quitafterBox1";
  961. this.quitafterBox1.Size = new System.Drawing.Size(148, 20);
  962. this.quitafterBox1.TabIndex = 75;
  963. this.toolTip1.SetToolTip(this.quitafterBox1, "enter time in seconds");
  964. //
  965. // comboBox1
  966. //
  967. this.comboBox1.FormattingEnabled = true;
  968. this.comboBox1.Items.AddRange(new object[] {
  969. "agni",
  970. "colo",
  971. "dmz",
  972. "durga",
  973. "siva"});
  974. this.comboBox1.Location = new System.Drawing.Point(549, 189);
  975. this.comboBox1.Name = "comboBox1";
  976. this.comboBox1.Size = new System.Drawing.Size(58, 21);
  977. this.comboBox1.TabIndex = 76;
  978. this.comboBox1.Text = "agni";
  979. this.toolTip1.SetToolTip(this.comboBox1, "select LL user server");
  980. //
  981. // loginuri1
  982. //
  983. this.loginuri1.AutoSize = true;
  984. this.loginuri1.Location = new System.Drawing.Point(488, 275);
  985. this.loginuri1.Name = "loginuri1";
  986. this.loginuri1.Size = new System.Drawing.Size(62, 17);
  987. this.loginuri1.TabIndex = 77;
  988. this.loginuri1.Text = "-loginuri";
  989. this.toolTip1.SetToolTip(this.loginuri1, "login server and CGI script to use");
  990. this.loginuri1.UseVisualStyleBackColor = true;
  991. //
  992. // loginuriBox1
  993. //
  994. this.loginuriBox1.Location = new System.Drawing.Point(549, 273);
  995. this.loginuriBox1.Name = "loginuriBox1";
  996. this.loginuriBox1.Size = new System.Drawing.Size(344, 20);
  997. this.loginuriBox1.TabIndex = 78;
  998. this.loginuriBox1.Text = "localhost:9000";
  999. this.toolTip1.SetToolTip(this.loginuriBox1, "enter login url here");
  1000. //
  1001. // set1
  1002. //
  1003. this.set1.AutoSize = true;
  1004. this.set1.Location = new System.Drawing.Point(636, 185);
  1005. this.set1.Name = "set1";
  1006. this.set1.Size = new System.Drawing.Size(43, 17);
  1007. this.set1.TabIndex = 79;
  1008. this.set1.Text = "-set";
  1009. this.toolTip1.SetToolTip(this.set1, "specify value of a particular configuration variable; can be used multiple times " +
  1010. "in a single command-line");
  1011. this.set1.UseVisualStyleBackColor = true;
  1012. //
  1013. // setBox1
  1014. //
  1015. this.setBox1.Location = new System.Drawing.Point(680, 183);
  1016. this.setBox1.Name = "setBox1";
  1017. this.setBox1.Size = new System.Drawing.Size(213, 20);
  1018. this.setBox1.TabIndex = 80;
  1019. this.setBox1.Text = "SystemLanguage en-us";
  1020. this.toolTip1.SetToolTip(this.setBox1, "enter params");
  1021. //
  1022. // errmask1
  1023. //
  1024. this.errmask1.AutoSize = true;
  1025. this.errmask1.Location = new System.Drawing.Point(636, 154);
  1026. this.errmask1.Name = "errmask1";
  1027. this.errmask1.Size = new System.Drawing.Size(66, 17);
  1028. this.errmask1.TabIndex = 81;
  1029. this.errmask1.Text = "-errmask";
  1030. this.toolTip1.SetToolTip(this.errmask1, "32-bit bitmask for error type mask");
  1031. this.errmask1.UseVisualStyleBackColor = true;
  1032. //
  1033. // skin1
  1034. //
  1035. this.skin1.AutoSize = true;
  1036. this.skin1.Location = new System.Drawing.Point(635, 215);
  1037. this.skin1.Name = "skin1";
  1038. this.skin1.Size = new System.Drawing.Size(48, 17);
  1039. this.skin1.TabIndex = 82;
  1040. this.skin1.Text = "-skin";
  1041. this.toolTip1.SetToolTip(this.skin1, "load skins/<directory>/skin.xml as the default UI appearance (incomplete)");
  1042. this.skin1.UseVisualStyleBackColor = true;
  1043. //
  1044. // login1
  1045. //
  1046. this.login1.AutoSize = true;
  1047. this.login1.Location = new System.Drawing.Point(457, 304);
  1048. this.login1.Name = "login1";
  1049. this.login1.Size = new System.Drawing.Size(51, 17);
  1050. this.login1.TabIndex = 83;
  1051. this.login1.Text = "-login";
  1052. this.toolTip1.SetToolTip(this.login1, "log in as a user");
  1053. this.login1.UseVisualStyleBackColor = true;
  1054. //
  1055. // errmaskBox1
  1056. //
  1057. this.errmaskBox1.Location = new System.Drawing.Point(704, 153);
  1058. this.errmaskBox1.Name = "errmaskBox1";
  1059. this.errmaskBox1.Size = new System.Drawing.Size(189, 20);
  1060. this.errmaskBox1.TabIndex = 84;
  1061. this.toolTip1.SetToolTip(this.errmaskBox1, "32-bit bitmask for error type mask");
  1062. //
  1063. // skinBox1
  1064. //
  1065. this.skinBox1.Location = new System.Drawing.Point(679, 213);
  1066. this.skinBox1.Name = "skinBox1";
  1067. this.skinBox1.Size = new System.Drawing.Size(214, 20);
  1068. this.skinBox1.TabIndex = 85;
  1069. this.skinBox1.Text = "C://Secondlife//";
  1070. this.toolTip1.SetToolTip(this.skinBox1, "enter directory where skin.xml is");
  1071. //
  1072. // firstBox1
  1073. //
  1074. this.firstBox1.Location = new System.Drawing.Point(549, 303);
  1075. this.firstBox1.Name = "firstBox1";
  1076. this.firstBox1.Size = new System.Drawing.Size(80, 20);
  1077. this.firstBox1.TabIndex = 86;
  1078. this.firstBox1.Text = "Test";
  1079. this.toolTip1.SetToolTip(this.firstBox1, "firstname");
  1080. //
  1081. // lastBox1
  1082. //
  1083. this.lastBox1.Location = new System.Drawing.Point(668, 303);
  1084. this.lastBox1.Name = "lastBox1";
  1085. this.lastBox1.Size = new System.Drawing.Size(80, 20);
  1086. this.lastBox1.TabIndex = 92;
  1087. this.lastBox1.Text = "User";
  1088. this.toolTip1.SetToolTip(this.lastBox1, "lastname");
  1089. //
  1090. // noutc1
  1091. //
  1092. this.noutc1.AutoSize = true;
  1093. this.noutc1.Location = new System.Drawing.Point(359, 320);
  1094. this.noutc1.Name = "noutc1";
  1095. this.noutc1.Size = new System.Drawing.Size(56, 17);
  1096. this.noutc1.TabIndex = 29;
  1097. this.noutc1.Text = "-noutc";
  1098. this.toolTip1.SetToolTip(this.noutc1, "logs in local time, not UTC");
  1099. this.noutc1.UseVisualStyleBackColor = true;
  1100. //
  1101. // passBox1
  1102. //
  1103. this.passBox1.Location = new System.Drawing.Point(790, 303);
  1104. this.passBox1.Name = "passBox1";
  1105. this.passBox1.Size = new System.Drawing.Size(103, 20);
  1106. this.passBox1.TabIndex = 93;
  1107. this.passBox1.Text = "test";
  1108. this.toolTip1.SetToolTip(this.passBox1, "password");
  1109. //
  1110. // raw1
  1111. //
  1112. this.raw1.AutoSize = true;
  1113. this.raw1.Location = new System.Drawing.Point(457, 336);
  1114. this.raw1.Name = "raw1";
  1115. this.raw1.Size = new System.Drawing.Size(81, 17);
  1116. this.raw1.TabIndex = 94;
  1117. this.raw1.Text = "Raw CMD :";
  1118. this.toolTip1.SetToolTip(this.raw1, "Raw CMD options, may crash everything");
  1119. this.raw1.UseVisualStyleBackColor = true;
  1120. //
  1121. // rawBox1
  1122. //
  1123. this.rawBox1.Location = new System.Drawing.Point(549, 333);
  1124. this.rawBox1.Name = "rawBox1";
  1125. this.rawBox1.Size = new System.Drawing.Size(344, 20);
  1126. this.rawBox1.TabIndex = 95;
  1127. this.toolTip1.SetToolTip(this.rawBox1, "Raw CMD options, may crash everything");
  1128. //
  1129. // clear1
  1130. //
  1131. this.clear1.Location = new System.Drawing.Point(178, 366);
  1132. this.clear1.Name = "clear1";
  1133. this.clear1.Size = new System.Drawing.Size(80, 23);
  1134. this.clear1.TabIndex = 96;
  1135. this.clear1.Text = "Clear";
  1136. this.toolTip1.SetToolTip(this.clear1, "clear all switch boxes");
  1137. this.clear1.UseVisualStyleBackColor = true;
  1138. this.clear1.Click += new System.EventHandler(this.clear1_Click);
  1139. //
  1140. // nataddress1
  1141. //
  1142. this.nataddress1.Location = new System.Drawing.Point(457, 389);
  1143. this.nataddress1.Name = "nataddress1";
  1144. this.nataddress1.Size = new System.Drawing.Size(436, 20);
  1145. this.nataddress1.TabIndex = 58;
  1146. this.nataddress1.Text = "UNUSED ATM";
  1147. this.nataddress1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1148. //
  1149. // label8
  1150. //
  1151. this.label8.AutoSize = true;
  1152. this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1153. this.label8.Location = new System.Drawing.Point(588, 360);
  1154. this.label8.Name = "label8";
  1155. this.label8.Size = new System.Drawing.Size(175, 20);
  1156. this.label8.TabIndex = 59;
  1157. this.label8.Text = "World/NAT Address :";
  1158. //
  1159. // label9
  1160. //
  1161. this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1162. this.label9.Location = new System.Drawing.Point(633, 27);
  1163. this.label9.Name = "label9";
  1164. this.label9.Size = new System.Drawing.Size(47, 20);
  1165. this.label9.TabIndex = 60;
  1166. this.label9.Text = "Path :";
  1167. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1168. //
  1169. // exeBox1
  1170. //
  1171. this.exeBox1.Location = new System.Drawing.Point(530, 27);
  1172. this.exeBox1.Name = "exeBox1";
  1173. this.exeBox1.Size = new System.Drawing.Size(100, 20);
  1174. this.exeBox1.TabIndex = 61;
  1175. this.exeBox1.Text = "Secondlife.exe";
  1176. //
  1177. // label10
  1178. //
  1179. this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1180. this.label10.Location = new System.Drawing.Point(392, 27);
  1181. this.label10.Name = "label10";
  1182. this.label10.Size = new System.Drawing.Size(138, 20);
  1183. this.label10.TabIndex = 62;
  1184. this.label10.Text = "Executable Name :";
  1185. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1186. //
  1187. // label11
  1188. //
  1189. this.label11.AutoSize = true;
  1190. this.label11.Location = new System.Drawing.Point(514, 306);
  1191. this.label11.Name = "label11";
  1192. this.label11.Size = new System.Drawing.Size(32, 13);
  1193. this.label11.TabIndex = 89;
  1194. this.label11.Text = "First :";
  1195. //
  1196. // label12
  1197. //
  1198. this.label12.AutoSize = true;
  1199. this.label12.Location = new System.Drawing.Point(632, 306);
  1200. this.label12.Name = "label12";
  1201. this.label12.Size = new System.Drawing.Size(33, 13);
  1202. this.label12.TabIndex = 90;
  1203. this.label12.Text = "Last :";
  1204. //
  1205. // label13
  1206. //
  1207. this.label13.AutoSize = true;
  1208. this.label13.Location = new System.Drawing.Point(751, 306);
  1209. this.label13.Name = "label13";
  1210. this.label13.Size = new System.Drawing.Size(36, 13);
  1211. this.label13.TabIndex = 91;
  1212. this.label13.Text = "Pass :";
  1213. //
  1214. // Main
  1215. //
  1216. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  1217. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1218. this.ClientSize = new System.Drawing.Size(900, 431);
  1219. this.Controls.Add(this.clear1);
  1220. this.Controls.Add(this.rawBox1);
  1221. this.Controls.Add(this.raw1);
  1222. this.Controls.Add(this.passBox1);
  1223. this.Controls.Add(this.lastBox1);
  1224. this.Controls.Add(this.label13);
  1225. this.Controls.Add(this.label12);
  1226. this.Controls.Add(this.label11);
  1227. this.Controls.Add(this.firstBox1);
  1228. this.Controls.Add(this.skinBox1);
  1229. this.Controls.Add(this.errmaskBox1);
  1230. this.Controls.Add(this.login1);
  1231. this.Controls.Add(this.skin1);
  1232. this.Controls.Add(this.errmask1);
  1233. this.Controls.Add(this.setBox1);
  1234. this.Controls.Add(this.set1);
  1235. this.Controls.Add(this.loginuriBox1);
  1236. this.Controls.Add(this.loginuri1);
  1237. this.Controls.Add(this.comboBox1);
  1238. this.Controls.Add(this.quitafterBox1);
  1239. this.Controls.Add(this.techtagBox1);
  1240. this.Controls.Add(this.yieldBox1);
  1241. this.Controls.Add(this.logfileBox1);
  1242. this.Controls.Add(this.settingsBox1);
  1243. this.Controls.Add(this.outbwBox1);
  1244. this.Controls.Add(this.inbwBox1);
  1245. this.Controls.Add(this.dropBox1);
  1246. this.Controls.Add(this.portBox1);
  1247. this.Controls.Add(this.simBox1);
  1248. this.Controls.Add(this.label10);
  1249. this.Controls.Add(this.exeBox1);
  1250. this.Controls.Add(this.label9);
  1251. this.Controls.Add(this.label8);
  1252. this.Controls.Add(this.nataddress1);
  1253. this.Controls.Add(this.purge1);
  1254. this.Controls.Add(this.nosound1);
  1255. this.Controls.Add(this.logfile1);
  1256. this.Controls.Add(this.settings1);
  1257. this.Controls.Add(this.outbw1);
  1258. this.Controls.Add(this.inbw1);
  1259. this.Controls.Add(this.drop1);
  1260. this.Controls.Add(this.port1);
  1261. this.Controls.Add(this.yield1);
  1262. this.Controls.Add(this.techTag1);
  1263. this.Controls.Add(this.local1);
  1264. this.Controls.Add(this.nofmod1);
  1265. this.Controls.Add(this.noaudio1);
  1266. this.Controls.Add(this.url1);
  1267. this.Controls.Add(this.user1);
  1268. this.Controls.Add(this.quitAfter1);
  1269. this.Controls.Add(this.korean1);
  1270. this.Controls.Add(this.spanish1);
  1271. this.Controls.Add(this.debugst1);
  1272. this.Controls.Add(this.noutc1);
  1273. this.Controls.Add(this.noinvlib1);
  1274. this.Controls.Add(this.simple1);
  1275. this.Controls.Add(this.previous1);
  1276. this.Controls.Add(this.dialog1);
  1277. this.Controls.Add(this.autologin1);
  1278. this.Controls.Add(this.helperuri1);
  1279. this.Controls.Add(this.log1);
  1280. this.Controls.Add(this.noconsole1);
  1281. this.Controls.Add(this.safe1);
  1282. this.Controls.Add(this.nothread1);
  1283. this.Controls.Add(this.ignorepixeldepth1);
  1284. this.Controls.Add(this.noMultiple1);
  1285. this.Controls.Add(this.label7);
  1286. this.Controls.Add(this.multiple1);
  1287. this.Controls.Add(this.label6);
  1288. this.Controls.Add(this.noProbe1);
  1289. this.Controls.Add(this.label5);
  1290. this.Controls.Add(this.Launch1);
  1291. this.Controls.Add(this.clientBox1);
  1292. this.Controls.Add(this.rbGridServer);
  1293. this.Controls.Add(this.rbStandAloneMode);
  1294. this.Controls.Add(this.rbGridRegionMode);
  1295. this.Controls.Add(this.btnStop);
  1296. this.Controls.Add(this.btnStart);
  1297. this.Controls.Add(this.gbLog);
  1298. this.Controls.Add(this.menuStrip1);
  1299. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  1300. this.MainMenuStrip = this.menuStrip1;
  1301. this.MaximizeBox = false;
  1302. this.Name = "Main";
  1303. this.Text = "OpenSim";
  1304. this.toolTip1.SetToolTip(this, "logs in local time, not UTC");
  1305. this.Load += new System.EventHandler(this.Main_Load);
  1306. this.menuStrip1.ResumeLayout(false);
  1307. this.menuStrip1.PerformLayout();
  1308. this.gbLog.ResumeLayout(false);
  1309. this.tabLogs.ResumeLayout(false);
  1310. this.tabMainLog.ResumeLayout(false);
  1311. this.tabMainLog.PerformLayout();
  1312. this.tabRegionServer.ResumeLayout(false);
  1313. this.tabRegionServer.PerformLayout();
  1314. this.tabUserServer.ResumeLayout(false);
  1315. this.tabUserServer.PerformLayout();
  1316. this.tabAssetServer.ResumeLayout(false);
  1317. this.tabAssetServer.PerformLayout();
  1318. this.tabGridServer.ResumeLayout(false);
  1319. this.tabGridServer.PerformLayout();
  1320. this.ResumeLayout(false);
  1321. this.PerformLayout();
  1322. }
  1323. #endregion
  1324. private System.Windows.Forms.MenuStrip menuStrip1;
  1325. private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
  1326. private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
  1327. private System.Windows.Forms.Timer timer1;
  1328. private System.Windows.Forms.TextBox clientBox1;
  1329. private System.Windows.Forms.Button btnStart;
  1330. private System.Windows.Forms.Button btnStop;
  1331. private System.Windows.Forms.RadioButton rbGridRegionMode;
  1332. private System.Windows.Forms.RadioButton rbStandAloneMode;
  1333. private System.Windows.Forms.RadioButton rbGridServer;
  1334. private System.Windows.Forms.Button Launch1;
  1335. private System.Windows.Forms.GroupBox gbLog;
  1336. private System.Windows.Forms.TabControl tabLogs;
  1337. private System.Windows.Forms.TabPage tabMainLog;
  1338. private System.Windows.Forms.TabPage tabRegionServer;
  1339. private System.Windows.Forms.Label label1;
  1340. private System.Windows.Forms.TextBox txtOpenSim;
  1341. private System.Windows.Forms.TabPage tabUserServer;
  1342. private System.Windows.Forms.Label label2;
  1343. private System.Windows.Forms.TextBox txtUserServer;
  1344. private System.Windows.Forms.TabPage tabAssetServer;
  1345. private System.Windows.Forms.Label label3;
  1346. private System.Windows.Forms.TextBox txtAssetServer;
  1347. private System.Windows.Forms.TabPage tabGridServer;
  1348. private System.Windows.Forms.Label label4;
  1349. private System.Windows.Forms.TextBox txtGridServer;
  1350. private System.Windows.Forms.TextBox txtMainLog;
  1351. private System.Windows.Forms.Label label5;
  1352. private System.Windows.Forms.CheckBox noProbe1;
  1353. private System.Windows.Forms.Label label6;
  1354. private System.Windows.Forms.CheckBox multiple1;
  1355. private System.Windows.Forms.Label label7;
  1356. private System.Windows.Forms.CheckBox noMultiple1;
  1357. private System.Windows.Forms.CheckBox ignorepixeldepth1;
  1358. private System.Windows.Forms.CheckBox nothread1;
  1359. private System.Windows.Forms.CheckBox safe1;
  1360. private System.Windows.Forms.CheckBox noconsole1;
  1361. private System.Windows.Forms.CheckBox log1;
  1362. private System.Windows.Forms.CheckBox helperuri1;
  1363. private System.Windows.Forms.CheckBox autologin1;
  1364. private System.Windows.Forms.ToolTip toolTip1;
  1365. private System.Windows.Forms.CheckBox dialog1;
  1366. private System.Windows.Forms.CheckBox previous1;
  1367. private System.Windows.Forms.CheckBox simple1;
  1368. private System.Windows.Forms.CheckBox noinvlib1;
  1369. private System.Windows.Forms.CheckBox noutc1;
  1370. private System.Windows.Forms.CheckBox debugst1;
  1371. private System.Windows.Forms.CheckBox spanish1;
  1372. private System.Windows.Forms.CheckBox korean1;
  1373. private System.Windows.Forms.CheckBox local1;
  1374. private System.Windows.Forms.CheckBox nofmod1;
  1375. private System.Windows.Forms.CheckBox noaudio1;
  1376. private System.Windows.Forms.CheckBox url1;
  1377. private System.Windows.Forms.CheckBox user1;
  1378. private System.Windows.Forms.CheckBox quitAfter1;
  1379. private System.Windows.Forms.CheckBox techTag1;
  1380. private System.Windows.Forms.CheckBox yield1;
  1381. private System.Windows.Forms.CheckBox purge1;
  1382. private System.Windows.Forms.CheckBox nosound1;
  1383. private System.Windows.Forms.CheckBox logfile1;
  1384. private System.Windows.Forms.CheckBox settings1;
  1385. private System.Windows.Forms.CheckBox outbw1;
  1386. private System.Windows.Forms.CheckBox inbw1;
  1387. private System.Windows.Forms.CheckBox drop1;
  1388. private System.Windows.Forms.CheckBox port1;
  1389. private System.Windows.Forms.TextBox nataddress1;
  1390. private System.Windows.Forms.Label label8;
  1391. private System.Windows.Forms.Label label9;
  1392. private System.Windows.Forms.TextBox exeBox1;
  1393. private System.Windows.Forms.Label label10;
  1394. private System.Windows.Forms.TextBox simBox1;
  1395. private System.Windows.Forms.TextBox portBox1;
  1396. private System.Windows.Forms.TextBox dropBox1;
  1397. private System.Windows.Forms.TextBox inbwBox1;
  1398. private System.Windows.Forms.TextBox outbwBox1;
  1399. private System.Windows.Forms.TextBox settingsBox1;
  1400. private System.Windows.Forms.TextBox logfileBox1;
  1401. private System.Windows.Forms.TextBox yieldBox1;
  1402. private System.Windows.Forms.TextBox techtagBox1;
  1403. private System.Windows.Forms.TextBox quitafterBox1;
  1404. private System.Windows.Forms.ComboBox comboBox1;
  1405. private System.Windows.Forms.CheckBox loginuri1;
  1406. private System.Windows.Forms.TextBox loginuriBox1;
  1407. private System.Windows.Forms.CheckBox set1;
  1408. private System.Windows.Forms.TextBox setBox1;
  1409. private System.Windows.Forms.CheckBox errmask1;
  1410. private System.Windows.Forms.CheckBox skin1;
  1411. private System.Windows.Forms.CheckBox login1;
  1412. private System.Windows.Forms.TextBox errmaskBox1;
  1413. private System.Windows.Forms.TextBox skinBox1;
  1414. private System.Windows.Forms.TextBox firstBox1;
  1415. private System.Windows.Forms.Label label11;
  1416. private System.Windows.Forms.Label label12;
  1417. private System.Windows.Forms.Label label13;
  1418. private System.Windows.Forms.TextBox lastBox1;
  1419. private System.Windows.Forms.TextBox passBox1;
  1420. private InputTextBoxControl txtInputUserServer;
  1421. private InputTextBoxControl txtInputAssetServer;
  1422. private InputTextBoxControl txtInputRegionServer;
  1423. private InputTextBoxControl txtInputGridServer;
  1424. private System.Windows.Forms.CheckBox raw1;
  1425. private System.Windows.Forms.TextBox rawBox1;
  1426. private System.Windows.Forms.Button clear1;
  1427. }
  1428. }