Clone of UAS2 @ https://github.com/drudgedance/uas2

Form1.Designer.cs 7.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. namespace UAS2_launcher
  2. {
  3. partial class frmMain
  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(frmMain));
  29. this.btnConnect = new System.Windows.Forms.Button();
  30. this.btnExit = new System.Windows.Forms.Button();
  31. this.txtIP = new System.Windows.Forms.TextBox();
  32. this.lblServerIP = new System.Windows.Forms.Label();
  33. this.lblPort = new System.Windows.Forms.Label();
  34. this.txtPort = new System.Windows.Forms.TextBox();
  35. this.txtUser = new System.Windows.Forms.TextBox();
  36. this.txtPass = new System.Windows.Forms.TextBox();
  37. this.lblUsername = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.chkSave = new System.Windows.Forms.CheckBox();
  40. this.SuspendLayout();
  41. //
  42. // btnConnect
  43. //
  44. this.btnConnect.Location = new System.Drawing.Point(15, 150);
  45. this.btnConnect.Name = "btnConnect";
  46. this.btnConnect.Size = new System.Drawing.Size(75, 26);
  47. this.btnConnect.TabIndex = 0;
  48. this.btnConnect.Text = "Connect";
  49. this.btnConnect.UseVisualStyleBackColor = true;
  50. this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
  51. //
  52. // btnExit
  53. //
  54. this.btnExit.Location = new System.Drawing.Point(111, 150);
  55. this.btnExit.Name = "btnExit";
  56. this.btnExit.Size = new System.Drawing.Size(75, 26);
  57. this.btnExit.TabIndex = 1;
  58. this.btnExit.Text = "Exit";
  59. this.btnExit.UseVisualStyleBackColor = true;
  60. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  61. //
  62. // txtIP
  63. //
  64. this.txtIP.AcceptsReturn = true;
  65. this.txtIP.Location = new System.Drawing.Point(86, 12);
  66. this.txtIP.Name = "txtIP";
  67. this.txtIP.Size = new System.Drawing.Size(100, 20);
  68. this.txtIP.TabIndex = 2;
  69. //
  70. // lblServerIP
  71. //
  72. this.lblServerIP.AutoSize = true;
  73. this.lblServerIP.Location = new System.Drawing.Point(12, 15);
  74. this.lblServerIP.Name = "lblServerIP";
  75. this.lblServerIP.Size = new System.Drawing.Size(54, 13);
  76. this.lblServerIP.TabIndex = 3;
  77. this.lblServerIP.Text = "Server IP:";
  78. //
  79. // lblPort
  80. //
  81. this.lblPort.AutoSize = true;
  82. this.lblPort.Location = new System.Drawing.Point(12, 41);
  83. this.lblPort.Name = "lblPort";
  84. this.lblPort.Size = new System.Drawing.Size(29, 13);
  85. this.lblPort.TabIndex = 4;
  86. this.lblPort.Text = "Port:";
  87. //
  88. // txtPort
  89. //
  90. this.txtPort.AcceptsReturn = true;
  91. this.txtPort.Location = new System.Drawing.Point(86, 38);
  92. this.txtPort.Name = "txtPort";
  93. this.txtPort.Size = new System.Drawing.Size(100, 20);
  94. this.txtPort.TabIndex = 5;
  95. //
  96. // txtUser
  97. //
  98. this.txtUser.Location = new System.Drawing.Point(86, 64);
  99. this.txtUser.Name = "txtUser";
  100. this.txtUser.Size = new System.Drawing.Size(100, 20);
  101. this.txtUser.TabIndex = 6;
  102. //
  103. // txtPass
  104. //
  105. this.txtPass.Location = new System.Drawing.Point(86, 90);
  106. this.txtPass.Name = "txtPass";
  107. this.txtPass.Size = new System.Drawing.Size(100, 20);
  108. this.txtPass.TabIndex = 7;
  109. this.txtPass.UseSystemPasswordChar = true;
  110. //
  111. // lblUsername
  112. //
  113. this.lblUsername.AutoSize = true;
  114. this.lblUsername.Location = new System.Drawing.Point(12, 67);
  115. this.lblUsername.Name = "lblUsername";
  116. this.lblUsername.Size = new System.Drawing.Size(58, 13);
  117. this.lblUsername.TabIndex = 8;
  118. this.lblUsername.Text = "Username:";
  119. //
  120. // label3
  121. //
  122. this.label3.AutoSize = true;
  123. this.label3.Location = new System.Drawing.Point(12, 93);
  124. this.label3.Name = "label3";
  125. this.label3.Size = new System.Drawing.Size(56, 13);
  126. this.label3.TabIndex = 9;
  127. this.label3.Text = "Password:";
  128. //
  129. // chkSave
  130. //
  131. this.chkSave.AutoSize = true;
  132. this.chkSave.Location = new System.Drawing.Point(114, 116);
  133. this.chkSave.Name = "chkSave";
  134. this.chkSave.Size = new System.Drawing.Size(72, 17);
  135. this.chkSave.TabIndex = 10;
  136. this.chkSave.Text = "Save Info";
  137. this.chkSave.UseVisualStyleBackColor = true;
  138. this.chkSave.CheckedChanged += new System.EventHandler(this.chkSave_CheckedChanged);
  139. //
  140. // frmMain
  141. //
  142. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  143. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  144. this.ClientSize = new System.Drawing.Size(219, 194);
  145. this.Controls.Add(this.chkSave);
  146. this.Controls.Add(this.label3);
  147. this.Controls.Add(this.lblUsername);
  148. this.Controls.Add(this.txtPass);
  149. this.Controls.Add(this.txtUser);
  150. this.Controls.Add(this.txtPort);
  151. this.Controls.Add(this.lblPort);
  152. this.Controls.Add(this.lblServerIP);
  153. this.Controls.Add(this.txtIP);
  154. this.Controls.Add(this.btnExit);
  155. this.Controls.Add(this.btnConnect);
  156. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  157. this.Name = "frmMain";
  158. this.Text = "UAS2 Launcher";
  159. this.ResumeLayout(false);
  160. this.PerformLayout();
  161. }
  162. #endregion
  163. private System.Windows.Forms.Button btnConnect;
  164. private System.Windows.Forms.Button btnExit;
  165. private System.Windows.Forms.TextBox txtIP;
  166. private System.Windows.Forms.Label lblServerIP;
  167. private System.Windows.Forms.Label lblPort;
  168. private System.Windows.Forms.TextBox txtPort;
  169. private System.Windows.Forms.TextBox txtUser;
  170. private System.Windows.Forms.TextBox txtPass;
  171. private System.Windows.Forms.Label lblUsername;
  172. private System.Windows.Forms.Label label3;
  173. private System.Windows.Forms.CheckBox chkSave;
  174. }
  175. }