MainForm.Designer.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. namespace ISCSIConsole
  2. {
  3. partial class MainForm
  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(MainForm));
  29. this.btnStart = new System.Windows.Forms.Button();
  30. this.lblPort = new System.Windows.Forms.Label();
  31. this.txtPort = new System.Windows.Forms.TextBox();
  32. this.lblIPAddress = new System.Windows.Forms.Label();
  33. this.comboIPAddress = new System.Windows.Forms.ComboBox();
  34. this.btnAddTarget = new System.Windows.Forms.Button();
  35. this.lblTargets = new System.Windows.Forms.Label();
  36. this.btnRemoveTarget = new System.Windows.Forms.Button();
  37. this.listTargets = new System.Windows.Forms.ListBox();
  38. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  39. this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
  40. this.statusStrip1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // btnStart
  44. //
  45. this.btnStart.Location = new System.Drawing.Point(354, 12);
  46. this.btnStart.Name = "btnStart";
  47. this.btnStart.Size = new System.Drawing.Size(106, 23);
  48. this.btnStart.TabIndex = 0;
  49. this.btnStart.Text = "Start";
  50. this.btnStart.UseVisualStyleBackColor = true;
  51. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  52. //
  53. // lblPort
  54. //
  55. this.lblPort.AutoSize = true;
  56. this.lblPort.Location = new System.Drawing.Point(232, 17);
  57. this.lblPort.Name = "lblPort";
  58. this.lblPort.Size = new System.Drawing.Size(53, 13);
  59. this.lblPort.TabIndex = 1;
  60. this.lblPort.Text = "TCP Port:";
  61. //
  62. // txtPort
  63. //
  64. this.txtPort.Location = new System.Drawing.Point(291, 14);
  65. this.txtPort.Name = "txtPort";
  66. this.txtPort.Size = new System.Drawing.Size(53, 20);
  67. this.txtPort.TabIndex = 2;
  68. this.txtPort.Text = "3260";
  69. //
  70. // lblIPAddress
  71. //
  72. this.lblIPAddress.AutoSize = true;
  73. this.lblIPAddress.Location = new System.Drawing.Point(12, 16);
  74. this.lblIPAddress.Name = "lblIPAddress";
  75. this.lblIPAddress.Size = new System.Drawing.Size(61, 13);
  76. this.lblIPAddress.TabIndex = 3;
  77. this.lblIPAddress.Text = "IP Address:";
  78. //
  79. // comboIPAddress
  80. //
  81. this.comboIPAddress.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  82. this.comboIPAddress.FormattingEnabled = true;
  83. this.comboIPAddress.Location = new System.Drawing.Point(79, 13);
  84. this.comboIPAddress.Name = "comboIPAddress";
  85. this.comboIPAddress.Size = new System.Drawing.Size(136, 21);
  86. this.comboIPAddress.TabIndex = 4;
  87. //
  88. // btnAddTarget
  89. //
  90. this.btnAddTarget.Location = new System.Drawing.Point(354, 57);
  91. this.btnAddTarget.Name = "btnAddTarget";
  92. this.btnAddTarget.Size = new System.Drawing.Size(106, 23);
  93. this.btnAddTarget.TabIndex = 5;
  94. this.btnAddTarget.Text = "Add Target";
  95. this.btnAddTarget.UseVisualStyleBackColor = true;
  96. this.btnAddTarget.Click += new System.EventHandler(this.btnAddTarget_Click);
  97. //
  98. // lblTargets
  99. //
  100. this.lblTargets.AutoSize = true;
  101. this.lblTargets.Location = new System.Drawing.Point(12, 57);
  102. this.lblTargets.Name = "lblTargets";
  103. this.lblTargets.Size = new System.Drawing.Size(46, 13);
  104. this.lblTargets.TabIndex = 7;
  105. this.lblTargets.Text = "Targets:";
  106. //
  107. // btnRemoveTarget
  108. //
  109. this.btnRemoveTarget.Enabled = false;
  110. this.btnRemoveTarget.Location = new System.Drawing.Point(354, 86);
  111. this.btnRemoveTarget.Name = "btnRemoveTarget";
  112. this.btnRemoveTarget.Size = new System.Drawing.Size(106, 23);
  113. this.btnRemoveTarget.TabIndex = 8;
  114. this.btnRemoveTarget.Text = "Remove Target";
  115. this.btnRemoveTarget.UseVisualStyleBackColor = true;
  116. this.btnRemoveTarget.Click += new System.EventHandler(this.btnRemoveTarget_Click);
  117. //
  118. // listTargets
  119. //
  120. this.listTargets.FormattingEnabled = true;
  121. this.listTargets.Location = new System.Drawing.Point(79, 57);
  122. this.listTargets.Name = "listTargets";
  123. this.listTargets.Size = new System.Drawing.Size(265, 95);
  124. this.listTargets.TabIndex = 9;
  125. this.listTargets.SelectedIndexChanged += new System.EventHandler(this.listTargets_SelectedIndexChanged);
  126. //
  127. // statusStrip1
  128. //
  129. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  130. this.lblStatus});
  131. this.statusStrip1.Location = new System.Drawing.Point(0, 173);
  132. this.statusStrip1.Name = "statusStrip1";
  133. this.statusStrip1.Size = new System.Drawing.Size(474, 22);
  134. this.statusStrip1.SizingGrip = false;
  135. this.statusStrip1.TabIndex = 10;
  136. this.statusStrip1.Text = "statusStrip1";
  137. //
  138. // lblActiveSessions
  139. //
  140. this.lblStatus.Name = "lblActiveSessions";
  141. this.lblStatus.Size = new System.Drawing.Size(0, 17);
  142. //
  143. // MainForm
  144. //
  145. this.AcceptButton = this.btnStart;
  146. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  147. this.ClientSize = new System.Drawing.Size(474, 195);
  148. this.Controls.Add(this.statusStrip1);
  149. this.Controls.Add(this.listTargets);
  150. this.Controls.Add(this.btnRemoveTarget);
  151. this.Controls.Add(this.lblTargets);
  152. this.Controls.Add(this.btnAddTarget);
  153. this.Controls.Add(this.comboIPAddress);
  154. this.Controls.Add(this.lblIPAddress);
  155. this.Controls.Add(this.txtPort);
  156. this.Controls.Add(this.lblPort);
  157. this.Controls.Add(this.btnStart);
  158. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  159. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  160. this.MaximizeBox = false;
  161. this.MaximumSize = new System.Drawing.Size(480, 220);
  162. this.MinimumSize = new System.Drawing.Size(480, 220);
  163. this.Name = "MainForm";
  164. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  165. this.Text = "iSCSI Console";
  166. this.Load += new System.EventHandler(this.MainForm_Load);
  167. this.statusStrip1.ResumeLayout(false);
  168. this.statusStrip1.PerformLayout();
  169. this.ResumeLayout(false);
  170. this.PerformLayout();
  171. }
  172. #endregion
  173. private System.Windows.Forms.Button btnStart;
  174. private System.Windows.Forms.Label lblPort;
  175. private System.Windows.Forms.TextBox txtPort;
  176. private System.Windows.Forms.Label lblIPAddress;
  177. private System.Windows.Forms.ComboBox comboIPAddress;
  178. private System.Windows.Forms.Button btnAddTarget;
  179. private System.Windows.Forms.Label lblTargets;
  180. private System.Windows.Forms.Button btnRemoveTarget;
  181. private System.Windows.Forms.ListBox listTargets;
  182. private System.Windows.Forms.StatusStrip statusStrip1;
  183. private System.Windows.Forms.ToolStripStatusLabel lblStatus;
  184. }
  185. }