AddTargetForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. namespace ISCSIConsole
  2. {
  3. partial class AddTargetForm
  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(AddTargetForm));
  29. this.btnAddDiskImage = new System.Windows.Forms.Button();
  30. this.btnAddPhysicalDisk = new System.Windows.Forms.Button();
  31. this.txtTargetIQN = new System.Windows.Forms.TextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.btnOK = new System.Windows.Forms.Button();
  35. this.btnCancel = new System.Windows.Forms.Button();
  36. this.listDisks = new System.Windows.Forms.ListView();
  37. this.columnDescription = new System.Windows.Forms.ColumnHeader();
  38. this.columnSize = new System.Windows.Forms.ColumnHeader();
  39. this.btnAddVolume = new System.Windows.Forms.Button();
  40. this.btnCreateDiskImage = new System.Windows.Forms.Button();
  41. this.btnRemove = new System.Windows.Forms.Button();
  42. this.SuspendLayout();
  43. //
  44. // btnAddDiskImage
  45. //
  46. this.btnAddDiskImage.Location = new System.Drawing.Point(340, 73);
  47. this.btnAddDiskImage.Name = "btnAddDiskImage";
  48. this.btnAddDiskImage.Size = new System.Drawing.Size(140, 23);
  49. this.btnAddDiskImage.TabIndex = 4;
  50. this.btnAddDiskImage.Text = "Add Existing Virtual Disk";
  51. this.btnAddDiskImage.UseVisualStyleBackColor = true;
  52. this.btnAddDiskImage.Click += new System.EventHandler(this.btnAddDiskImage_Click);
  53. //
  54. // btnAddPhysicalDisk
  55. //
  56. this.btnAddPhysicalDisk.Location = new System.Drawing.Point(340, 102);
  57. this.btnAddPhysicalDisk.Name = "btnAddPhysicalDisk";
  58. this.btnAddPhysicalDisk.Size = new System.Drawing.Size(140, 23);
  59. this.btnAddPhysicalDisk.TabIndex = 5;
  60. this.btnAddPhysicalDisk.Text = "Add Physical Disk";
  61. this.btnAddPhysicalDisk.UseVisualStyleBackColor = true;
  62. this.btnAddPhysicalDisk.Visible = false;
  63. this.btnAddPhysicalDisk.Click += new System.EventHandler(this.btnAddPhysicalDisk_Click);
  64. //
  65. // txtTargetIQN
  66. //
  67. this.txtTargetIQN.Location = new System.Drawing.Point(57, 12);
  68. this.txtTargetIQN.Name = "txtTargetIQN";
  69. this.txtTargetIQN.Size = new System.Drawing.Size(275, 20);
  70. this.txtTargetIQN.TabIndex = 1;
  71. //
  72. // label1
  73. //
  74. this.label1.AutoSize = true;
  75. this.label1.Location = new System.Drawing.Point(12, 15);
  76. this.label1.Name = "label1";
  77. this.label1.Size = new System.Drawing.Size(29, 13);
  78. this.label1.TabIndex = 4;
  79. this.label1.Text = "IQN:";
  80. //
  81. // label2
  82. //
  83. this.label2.AutoSize = true;
  84. this.label2.Location = new System.Drawing.Point(12, 51);
  85. this.label2.Name = "label2";
  86. this.label2.Size = new System.Drawing.Size(36, 13);
  87. this.label2.TabIndex = 6;
  88. this.label2.Text = "Disks:";
  89. //
  90. // btnOK
  91. //
  92. this.btnOK.Location = new System.Drawing.Point(324, 200);
  93. this.btnOK.Name = "btnOK";
  94. this.btnOK.Size = new System.Drawing.Size(75, 23);
  95. this.btnOK.TabIndex = 8;
  96. this.btnOK.Text = "OK";
  97. this.btnOK.UseVisualStyleBackColor = true;
  98. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  99. //
  100. // btnCancel
  101. //
  102. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  103. this.btnCancel.Location = new System.Drawing.Point(405, 200);
  104. this.btnCancel.Name = "btnCancel";
  105. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  106. this.btnCancel.TabIndex = 9;
  107. this.btnCancel.Text = "Cancel";
  108. this.btnCancel.UseVisualStyleBackColor = true;
  109. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  110. //
  111. // listDisks
  112. //
  113. this.listDisks.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  114. this.columnDescription,
  115. this.columnSize});
  116. this.listDisks.FullRowSelect = true;
  117. this.listDisks.Location = new System.Drawing.Point(57, 44);
  118. this.listDisks.MultiSelect = false;
  119. this.listDisks.Name = "listDisks";
  120. this.listDisks.Size = new System.Drawing.Size(275, 139);
  121. this.listDisks.TabIndex = 2;
  122. this.listDisks.UseCompatibleStateImageBehavior = false;
  123. this.listDisks.View = System.Windows.Forms.View.Details;
  124. this.listDisks.SelectedIndexChanged += new System.EventHandler(this.listDisks_SelectedIndexChanged);
  125. this.listDisks.ColumnWidthChanging += new System.Windows.Forms.ColumnWidthChangingEventHandler(this.listDisks_ColumnWidthChanging);
  126. //
  127. // columnDescription
  128. //
  129. this.columnDescription.Text = "Description";
  130. this.columnDescription.Width = 211;
  131. //
  132. // columnSize
  133. //
  134. this.columnSize.Text = "Size";
  135. //
  136. // btnAddVolume
  137. //
  138. this.btnAddVolume.Location = new System.Drawing.Point(340, 131);
  139. this.btnAddVolume.Name = "btnAddVolume";
  140. this.btnAddVolume.Size = new System.Drawing.Size(140, 23);
  141. this.btnAddVolume.TabIndex = 6;
  142. this.btnAddVolume.Text = "Add Volume";
  143. this.btnAddVolume.UseVisualStyleBackColor = true;
  144. this.btnAddVolume.Visible = false;
  145. this.btnAddVolume.Click += new System.EventHandler(this.btnAddVolume_Click);
  146. //
  147. // btnCreateDiskImage
  148. //
  149. this.btnCreateDiskImage.Location = new System.Drawing.Point(340, 44);
  150. this.btnCreateDiskImage.Name = "btnCreateDiskImage";
  151. this.btnCreateDiskImage.Size = new System.Drawing.Size(140, 23);
  152. this.btnCreateDiskImage.TabIndex = 3;
  153. this.btnCreateDiskImage.Text = "Create Virtual Disk";
  154. this.btnCreateDiskImage.UseVisualStyleBackColor = true;
  155. this.btnCreateDiskImage.Click += new System.EventHandler(this.btnCreateDiskImage_Click);
  156. //
  157. // btnRemove
  158. //
  159. this.btnRemove.Enabled = false;
  160. this.btnRemove.Location = new System.Drawing.Point(340, 160);
  161. this.btnRemove.Name = "btnRemove";
  162. this.btnRemove.Size = new System.Drawing.Size(140, 23);
  163. this.btnRemove.TabIndex = 7;
  164. this.btnRemove.Text = "Remove";
  165. this.btnRemove.UseVisualStyleBackColor = true;
  166. this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
  167. //
  168. // AddTargetForm
  169. //
  170. this.AcceptButton = this.btnOK;
  171. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  172. this.CancelButton = this.btnCancel;
  173. this.ClientSize = new System.Drawing.Size(494, 235);
  174. this.Controls.Add(this.btnRemove);
  175. this.Controls.Add(this.btnCreateDiskImage);
  176. this.Controls.Add(this.btnAddVolume);
  177. this.Controls.Add(this.listDisks);
  178. this.Controls.Add(this.btnCancel);
  179. this.Controls.Add(this.btnOK);
  180. this.Controls.Add(this.label2);
  181. this.Controls.Add(this.label1);
  182. this.Controls.Add(this.txtTargetIQN);
  183. this.Controls.Add(this.btnAddPhysicalDisk);
  184. this.Controls.Add(this.btnAddDiskImage);
  185. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  186. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  187. this.MaximizeBox = false;
  188. this.MaximumSize = new System.Drawing.Size(500, 260);
  189. this.MinimumSize = new System.Drawing.Size(500, 260);
  190. this.Name = "AddTargetForm";
  191. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  192. this.Text = "Add iSCSI Target";
  193. this.Load += new System.EventHandler(this.AddTargetForm_Load);
  194. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AddTargetForm_FormClosing);
  195. this.ResumeLayout(false);
  196. this.PerformLayout();
  197. }
  198. #endregion
  199. private System.Windows.Forms.Button btnAddDiskImage;
  200. private System.Windows.Forms.Button btnAddPhysicalDisk;
  201. private System.Windows.Forms.TextBox txtTargetIQN;
  202. private System.Windows.Forms.Label label1;
  203. private System.Windows.Forms.Label label2;
  204. private System.Windows.Forms.Button btnOK;
  205. private System.Windows.Forms.Button btnCancel;
  206. private System.Windows.Forms.ListView listDisks;
  207. private System.Windows.Forms.ColumnHeader columnDescription;
  208. private System.Windows.Forms.ColumnHeader columnSize;
  209. private System.Windows.Forms.Button btnAddVolume;
  210. private System.Windows.Forms.Button btnCreateDiskImage;
  211. private System.Windows.Forms.Button btnRemove;
  212. }
  213. }