CreateDiskImageForm.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. namespace ISCSIConsole
  2. {
  3. partial class CreateDiskImageForm
  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. this.ImageSizeUpDown = new System.Windows.Forms.NumericUpDown();
  29. this.lblSize = new System.Windows.Forms.Label();
  30. this.MbLabel = new System.Windows.Forms.Label();
  31. this.ImageFileLabel = new System.Windows.Forms.Label();
  32. this.ImageFileTextBox = new System.Windows.Forms.TextBox();
  33. this.ImageFileButton = new System.Windows.Forms.Button();
  34. this.btnOK = new System.Windows.Forms.Button();
  35. this.btnCancel = new System.Windows.Forms.Button();
  36. this.FormatLabel = new System.Windows.Forms.Label();
  37. this.FormatComboBox = new System.Windows.Forms.ComboBox();
  38. this.TypeLabel = new System.Windows.Forms.Label();
  39. this.TypeComboBox = new System.Windows.Forms.ComboBox();
  40. this.SnapshotLabel = new System.Windows.Forms.Label();
  41. this.SnapshotTextBox = new System.Windows.Forms.TextBox();
  42. this.SnapshotButton = new System.Windows.Forms.Button();
  43. this.BlockSizeLabel = new System.Windows.Forms.Label();
  44. this.KbLabel = new System.Windows.Forms.Label();
  45. this.AheadLabel = new System.Windows.Forms.Label();
  46. this.BlockSizeUpDown = new System.Windows.Forms.DomainUpDown();
  47. ((System.ComponentModel.ISupportInitialize)(this.ImageSizeUpDown)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // ImageSizeUpDown
  51. //
  52. this.ImageSizeUpDown.Location = new System.Drawing.Point(106, 64);
  53. this.ImageSizeUpDown.Maximum = new decimal(new int[] {
  54. 16777215,
  55. 0,
  56. 0,
  57. 0});
  58. this.ImageSizeUpDown.Minimum = new decimal(new int[] {
  59. 1,
  60. 0,
  61. 0,
  62. 0});
  63. this.ImageSizeUpDown.Name = "ImageSizeUpDown";
  64. this.ImageSizeUpDown.Size = new System.Drawing.Size(77, 21);
  65. this.ImageSizeUpDown.TabIndex = 0;
  66. this.ImageSizeUpDown.ThousandsSeparator = true;
  67. this.ImageSizeUpDown.Value = new decimal(new int[] {
  68. 512,
  69. 0,
  70. 0,
  71. 0});
  72. this.ImageSizeUpDown.ValueChanged += new System.EventHandler(this.ImageSizeUpDown_ValueChanged);
  73. //
  74. // lblSize
  75. //
  76. this.lblSize.AutoSize = true;
  77. this.lblSize.Location = new System.Drawing.Point(12, 66);
  78. this.lblSize.Name = "lblSize";
  79. this.lblSize.Size = new System.Drawing.Size(35, 12);
  80. this.lblSize.TabIndex = 1;
  81. this.lblSize.Text = "Size:";
  82. //
  83. // MbLabel
  84. //
  85. this.MbLabel.AutoSize = true;
  86. this.MbLabel.Location = new System.Drawing.Point(189, 66);
  87. this.MbLabel.Name = "MbLabel";
  88. this.MbLabel.Size = new System.Drawing.Size(17, 12);
  89. this.MbLabel.TabIndex = 2;
  90. this.MbLabel.Text = "MB";
  91. //
  92. // ImageFileLabel
  93. //
  94. this.ImageFileLabel.AutoSize = true;
  95. this.ImageFileLabel.Location = new System.Drawing.Point(12, 40);
  96. this.ImageFileLabel.Name = "ImageFileLabel";
  97. this.ImageFileLabel.Size = new System.Drawing.Size(71, 12);
  98. this.ImageFileLabel.TabIndex = 3;
  99. this.ImageFileLabel.Text = "Image File:\r\n";
  100. //
  101. // ImageFileTextBox
  102. //
  103. this.ImageFileTextBox.Location = new System.Drawing.Point(107, 37);
  104. this.ImageFileTextBox.Name = "ImageFileTextBox";
  105. this.ImageFileTextBox.Size = new System.Drawing.Size(284, 21);
  106. this.ImageFileTextBox.TabIndex = 4;
  107. //
  108. // ImageFileButton
  109. //
  110. this.ImageFileButton.Location = new System.Drawing.Point(397, 37);
  111. this.ImageFileButton.Name = "ImageFileButton";
  112. this.ImageFileButton.Size = new System.Drawing.Size(75, 21);
  113. this.ImageFileButton.TabIndex = 5;
  114. this.ImageFileButton.Text = "Browse..";
  115. this.ImageFileButton.UseVisualStyleBackColor = true;
  116. this.ImageFileButton.Click += new System.EventHandler(this.ImageFileButton_Click);
  117. //
  118. // btnOK
  119. //
  120. this.btnOK.Location = new System.Drawing.Point(164, 176);
  121. this.btnOK.Name = "btnOK";
  122. this.btnOK.Size = new System.Drawing.Size(75, 23);
  123. this.btnOK.TabIndex = 6;
  124. this.btnOK.Text = "OK";
  125. this.btnOK.UseVisualStyleBackColor = true;
  126. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  127. //
  128. // btnCancel
  129. //
  130. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  131. this.btnCancel.Location = new System.Drawing.Point(245, 176);
  132. this.btnCancel.Name = "btnCancel";
  133. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  134. this.btnCancel.TabIndex = 7;
  135. this.btnCancel.Text = "Cancel";
  136. this.btnCancel.UseVisualStyleBackColor = true;
  137. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  138. //
  139. // FormatLabel
  140. //
  141. this.FormatLabel.AutoSize = true;
  142. this.FormatLabel.Location = new System.Drawing.Point(12, 14);
  143. this.FormatLabel.Name = "FormatLabel";
  144. this.FormatLabel.Size = new System.Drawing.Size(47, 12);
  145. this.FormatLabel.TabIndex = 1;
  146. this.FormatLabel.Text = "Format:";
  147. //
  148. // FormatComboBox
  149. //
  150. this.FormatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  151. this.FormatComboBox.FormattingEnabled = true;
  152. this.FormatComboBox.Location = new System.Drawing.Point(107, 11);
  153. this.FormatComboBox.Name = "FormatComboBox";
  154. this.FormatComboBox.Size = new System.Drawing.Size(198, 20);
  155. this.FormatComboBox.TabIndex = 8;
  156. this.FormatComboBox.SelectedIndexChanged += new System.EventHandler(this.FormatComboBox_SelectedIndexChanged);
  157. //
  158. // TypeLabel
  159. //
  160. this.TypeLabel.AutoSize = true;
  161. this.TypeLabel.Location = new System.Drawing.Point(311, 14);
  162. this.TypeLabel.Name = "TypeLabel";
  163. this.TypeLabel.Size = new System.Drawing.Size(35, 12);
  164. this.TypeLabel.TabIndex = 1;
  165. this.TypeLabel.Text = "Type:";
  166. //
  167. // TypeComboBox
  168. //
  169. this.TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  170. this.TypeComboBox.FormattingEnabled = true;
  171. this.TypeComboBox.Location = new System.Drawing.Point(352, 11);
  172. this.TypeComboBox.Name = "TypeComboBox";
  173. this.TypeComboBox.Size = new System.Drawing.Size(120, 20);
  174. this.TypeComboBox.TabIndex = 8;
  175. this.TypeComboBox.SelectedIndexChanged += new System.EventHandler(this.TypeComboBox_SelectedIndexChanged);
  176. //
  177. // SnapshotLabel
  178. //
  179. this.SnapshotLabel.AutoSize = true;
  180. this.SnapshotLabel.Location = new System.Drawing.Point(12, 94);
  181. this.SnapshotLabel.Name = "SnapshotLabel";
  182. this.SnapshotLabel.Size = new System.Drawing.Size(89, 12);
  183. this.SnapshotLabel.TabIndex = 3;
  184. this.SnapshotLabel.Text = "Snapshot File:";
  185. //
  186. // SnapshotTextBox
  187. //
  188. this.SnapshotTextBox.Location = new System.Drawing.Point(107, 91);
  189. this.SnapshotTextBox.Name = "SnapshotTextBox";
  190. this.SnapshotTextBox.Size = new System.Drawing.Size(284, 21);
  191. this.SnapshotTextBox.TabIndex = 4;
  192. //
  193. // SnapshotButton
  194. //
  195. this.SnapshotButton.Location = new System.Drawing.Point(397, 89);
  196. this.SnapshotButton.Name = "SnapshotButton";
  197. this.SnapshotButton.Size = new System.Drawing.Size(75, 23);
  198. this.SnapshotButton.TabIndex = 5;
  199. this.SnapshotButton.Text = "Browse..";
  200. this.SnapshotButton.UseVisualStyleBackColor = true;
  201. this.SnapshotButton.Click += new System.EventHandler(this.SnapshotButton_Click);
  202. //
  203. // BlockSizeLabel
  204. //
  205. this.BlockSizeLabel.AutoSize = true;
  206. this.BlockSizeLabel.Location = new System.Drawing.Point(13, 120);
  207. this.BlockSizeLabel.Name = "BlockSizeLabel";
  208. this.BlockSizeLabel.Size = new System.Drawing.Size(71, 12);
  209. this.BlockSizeLabel.TabIndex = 1;
  210. this.BlockSizeLabel.Text = "Block Size:";
  211. //
  212. // KbLabel
  213. //
  214. this.KbLabel.AutoSize = true;
  215. this.KbLabel.Location = new System.Drawing.Point(166, 120);
  216. this.KbLabel.Name = "KbLabel";
  217. this.KbLabel.Size = new System.Drawing.Size(17, 12);
  218. this.KbLabel.TabIndex = 2;
  219. this.KbLabel.Text = "KB";
  220. //
  221. // AheadLabel
  222. //
  223. this.AheadLabel.AutoSize = true;
  224. this.AheadLabel.Location = new System.Drawing.Point(203, 120);
  225. this.AheadLabel.Name = "AheadLabel";
  226. this.AheadLabel.Size = new System.Drawing.Size(77, 12);
  227. this.AheadLabel.TabIndex = 9;
  228. this.AheadLabel.Text = "____(____KB)";
  229. //
  230. // BlockSizeUpDown
  231. //
  232. this.BlockSizeUpDown.Items.Add("1024");
  233. this.BlockSizeUpDown.Items.Add("512");
  234. this.BlockSizeUpDown.Items.Add("256");
  235. this.BlockSizeUpDown.Items.Add("128");
  236. this.BlockSizeUpDown.Items.Add("64");
  237. this.BlockSizeUpDown.Items.Add("32");
  238. this.BlockSizeUpDown.Items.Add("16");
  239. this.BlockSizeUpDown.Location = new System.Drawing.Point(107, 118);
  240. this.BlockSizeUpDown.Name = "BlockSizeUpDown";
  241. this.BlockSizeUpDown.ReadOnly = true;
  242. this.BlockSizeUpDown.Size = new System.Drawing.Size(55, 21);
  243. this.BlockSizeUpDown.TabIndex = 10;
  244. this.BlockSizeUpDown.Text = "512";
  245. this.BlockSizeUpDown.SelectedItemChanged += new System.EventHandler(this.BlockSizeUpDown_SelectedItemChanged);
  246. //
  247. // CreateDiskImageForm
  248. //
  249. this.AcceptButton = this.btnOK;
  250. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  251. this.CancelButton = this.btnCancel;
  252. this.ClientSize = new System.Drawing.Size(484, 211);
  253. this.Controls.Add(this.BlockSizeUpDown);
  254. this.Controls.Add(this.AheadLabel);
  255. this.Controls.Add(this.TypeComboBox);
  256. this.Controls.Add(this.FormatComboBox);
  257. this.Controls.Add(this.btnCancel);
  258. this.Controls.Add(this.btnOK);
  259. this.Controls.Add(this.SnapshotButton);
  260. this.Controls.Add(this.ImageFileButton);
  261. this.Controls.Add(this.SnapshotTextBox);
  262. this.Controls.Add(this.SnapshotLabel);
  263. this.Controls.Add(this.ImageFileTextBox);
  264. this.Controls.Add(this.ImageFileLabel);
  265. this.Controls.Add(this.TypeLabel);
  266. this.Controls.Add(this.KbLabel);
  267. this.Controls.Add(this.MbLabel);
  268. this.Controls.Add(this.FormatLabel);
  269. this.Controls.Add(this.BlockSizeLabel);
  270. this.Controls.Add(this.lblSize);
  271. this.Controls.Add(this.ImageSizeUpDown);
  272. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  273. this.MaximizeBox = false;
  274. this.MaximumSize = new System.Drawing.Size(500, 250);
  275. this.MinimumSize = new System.Drawing.Size(500, 250);
  276. this.Name = "CreateDiskImageForm";
  277. this.ShowInTaskbar = false;
  278. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  279. this.Text = "Create Virtual Disk";
  280. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CreateDiskImageForm_FormClosing);
  281. this.Shown += new System.EventHandler(this.CreateDiskImageForm_Shown);
  282. ((System.ComponentModel.ISupportInitialize)(this.ImageSizeUpDown)).EndInit();
  283. this.ResumeLayout(false);
  284. this.PerformLayout();
  285. }
  286. #endregion
  287. private System.Windows.Forms.NumericUpDown ImageSizeUpDown;
  288. private System.Windows.Forms.Label lblSize;
  289. private System.Windows.Forms.Label MbLabel;
  290. private System.Windows.Forms.Label ImageFileLabel;
  291. private System.Windows.Forms.TextBox ImageFileTextBox;
  292. private System.Windows.Forms.Button ImageFileButton;
  293. private System.Windows.Forms.Button btnOK;
  294. private System.Windows.Forms.Button btnCancel;
  295. private System.Windows.Forms.Label FormatLabel;
  296. private System.Windows.Forms.ComboBox FormatComboBox;
  297. private System.Windows.Forms.Label TypeLabel;
  298. private System.Windows.Forms.ComboBox TypeComboBox;
  299. private System.Windows.Forms.Label SnapshotLabel;
  300. private System.Windows.Forms.TextBox SnapshotTextBox;
  301. private System.Windows.Forms.Button SnapshotButton;
  302. private System.Windows.Forms.Label BlockSizeLabel;
  303. private System.Windows.Forms.Label KbLabel;
  304. private System.Windows.Forms.Label AheadLabel;
  305. private System.Windows.Forms.DomainUpDown BlockSizeUpDown;
  306. }
  307. }