SelectPhysicalDiskWithSnapForm.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. 
  2. namespace ISCSIConsole.Mods
  3. {
  4. partial class SelectPhysicalDiskWithSnapForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.SnapInfoValueLabel = new System.Windows.Forms.Label();
  30. this.SnapInfoLabel = new System.Windows.Forms.Label();
  31. this.ReadOnlyCheckBox = new System.Windows.Forms.CheckBox();
  32. this.btnCancel = new System.Windows.Forms.Button();
  33. this.btnOK = new System.Windows.Forms.Button();
  34. this.SelectSnapButton = new System.Windows.Forms.Button();
  35. this.SnapFilePathTextBox = new System.Windows.Forms.TextBox();
  36. this.FileLabel = new System.Windows.Forms.Label();
  37. this.DiskLabel = new System.Windows.Forms.Label();
  38. this.DiskTextBox = new System.Windows.Forms.TextBox();
  39. this.SelectDiskButton = new System.Windows.Forms.Button();
  40. this.DiskInfoLabel = new System.Windows.Forms.Label();
  41. this.DiskInfoValueLabel = new System.Windows.Forms.Label();
  42. this.MainSplitContainer = new System.Windows.Forms.SplitContainer();
  43. this.BottomPanel = new System.Windows.Forms.Panel();
  44. this.BlockSizeUpDown = new System.Windows.Forms.DomainUpDown();
  45. this.AheadLabel = new System.Windows.Forms.Label();
  46. this.KbLabel = new System.Windows.Forms.Label();
  47. this.BlockSizeLabel = new System.Windows.Forms.Label();
  48. ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).BeginInit();
  49. this.MainSplitContainer.Panel1.SuspendLayout();
  50. this.MainSplitContainer.Panel2.SuspendLayout();
  51. this.MainSplitContainer.SuspendLayout();
  52. this.BottomPanel.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // SnapInfoValueLabel
  56. //
  57. this.SnapInfoValueLabel.AutoSize = true;
  58. this.SnapInfoValueLabel.Location = new System.Drawing.Point(47, 71);
  59. this.SnapInfoValueLabel.Name = "SnapInfoValueLabel";
  60. this.SnapInfoValueLabel.Size = new System.Drawing.Size(29, 12);
  61. this.SnapInfoValueLabel.TabIndex = 16;
  62. this.SnapInfoValueLabel.Text = "____";
  63. //
  64. // SnapInfoLabel
  65. //
  66. this.SnapInfoLabel.AutoSize = true;
  67. this.SnapInfoLabel.Location = new System.Drawing.Point(5, 54);
  68. this.SnapInfoLabel.Name = "SnapInfoLabel";
  69. this.SnapInfoLabel.Size = new System.Drawing.Size(131, 12);
  70. this.SnapInfoLabel.TabIndex = 17;
  71. this.SnapInfoLabel.Text = "Snap Disk Image Info:";
  72. //
  73. // ReadOnlyCheckBox
  74. //
  75. this.ReadOnlyCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  76. this.ReadOnlyCheckBox.AutoSize = true;
  77. this.ReadOnlyCheckBox.Location = new System.Drawing.Point(3, 8);
  78. this.ReadOnlyCheckBox.Name = "ReadOnlyCheckBox";
  79. this.ReadOnlyCheckBox.Size = new System.Drawing.Size(78, 16);
  80. this.ReadOnlyCheckBox.TabIndex = 15;
  81. this.ReadOnlyCheckBox.Text = "Read only";
  82. this.ReadOnlyCheckBox.UseVisualStyleBackColor = true;
  83. //
  84. // btnCancel
  85. //
  86. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  87. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  88. this.btnCancel.Location = new System.Drawing.Point(498, 1);
  89. this.btnCancel.Name = "btnCancel";
  90. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  91. this.btnCancel.TabIndex = 14;
  92. this.btnCancel.Text = "Cancel";
  93. this.btnCancel.UseVisualStyleBackColor = true;
  94. //
  95. // btnOK
  96. //
  97. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  98. this.btnOK.Location = new System.Drawing.Point(417, 1);
  99. this.btnOK.Name = "btnOK";
  100. this.btnOK.Size = new System.Drawing.Size(75, 23);
  101. this.btnOK.TabIndex = 13;
  102. this.btnOK.Text = "OK";
  103. this.btnOK.UseVisualStyleBackColor = true;
  104. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  105. //
  106. // SelectSnapButton
  107. //
  108. this.SelectSnapButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  109. this.SelectSnapButton.Location = new System.Drawing.Point(496, 3);
  110. this.SelectSnapButton.Name = "SelectSnapButton";
  111. this.SelectSnapButton.Size = new System.Drawing.Size(75, 23);
  112. this.SelectSnapButton.TabIndex = 12;
  113. this.SelectSnapButton.Text = "Browse..";
  114. this.SelectSnapButton.UseVisualStyleBackColor = true;
  115. this.SelectSnapButton.Click += new System.EventHandler(this.SelectSnapButton_Click);
  116. //
  117. // SnapFilePathTextBox
  118. //
  119. this.SnapFilePathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  120. | System.Windows.Forms.AnchorStyles.Right)));
  121. this.SnapFilePathTextBox.Location = new System.Drawing.Point(49, 3);
  122. this.SnapFilePathTextBox.Name = "SnapFilePathTextBox";
  123. this.SnapFilePathTextBox.ReadOnly = true;
  124. this.SnapFilePathTextBox.Size = new System.Drawing.Size(441, 21);
  125. this.SnapFilePathTextBox.TabIndex = 11;
  126. //
  127. // FileLabel
  128. //
  129. this.FileLabel.AutoSize = true;
  130. this.FileLabel.Location = new System.Drawing.Point(5, 6);
  131. this.FileLabel.Name = "FileLabel";
  132. this.FileLabel.Size = new System.Drawing.Size(35, 12);
  133. this.FileLabel.TabIndex = 10;
  134. this.FileLabel.Text = "Snap:";
  135. //
  136. // DiskLabel
  137. //
  138. this.DiskLabel.AutoSize = true;
  139. this.DiskLabel.Location = new System.Drawing.Point(5, 6);
  140. this.DiskLabel.Name = "DiskLabel";
  141. this.DiskLabel.Size = new System.Drawing.Size(35, 12);
  142. this.DiskLabel.TabIndex = 10;
  143. this.DiskLabel.Text = "Disk:";
  144. //
  145. // DiskTextBox
  146. //
  147. this.DiskTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  148. | System.Windows.Forms.AnchorStyles.Right)));
  149. this.DiskTextBox.Location = new System.Drawing.Point(49, 3);
  150. this.DiskTextBox.Name = "DiskTextBox";
  151. this.DiskTextBox.ReadOnly = true;
  152. this.DiskTextBox.Size = new System.Drawing.Size(441, 21);
  153. this.DiskTextBox.TabIndex = 11;
  154. //
  155. // SelectDiskButton
  156. //
  157. this.SelectDiskButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  158. this.SelectDiskButton.Location = new System.Drawing.Point(496, 3);
  159. this.SelectDiskButton.Name = "SelectDiskButton";
  160. this.SelectDiskButton.Size = new System.Drawing.Size(75, 23);
  161. this.SelectDiskButton.TabIndex = 12;
  162. this.SelectDiskButton.Text = "Select..";
  163. this.SelectDiskButton.UseVisualStyleBackColor = true;
  164. this.SelectDiskButton.Click += new System.EventHandler(this.SelectDiskButton_Click);
  165. //
  166. // DiskInfoLabel
  167. //
  168. this.DiskInfoLabel.AutoSize = true;
  169. this.DiskInfoLabel.Location = new System.Drawing.Point(5, 36);
  170. this.DiskInfoLabel.Name = "DiskInfoLabel";
  171. this.DiskInfoLabel.Size = new System.Drawing.Size(65, 12);
  172. this.DiskInfoLabel.TabIndex = 17;
  173. this.DiskInfoLabel.Text = "Disk Info:";
  174. //
  175. // DiskInfoValueLabel
  176. //
  177. this.DiskInfoValueLabel.AutoSize = true;
  178. this.DiskInfoValueLabel.Location = new System.Drawing.Point(47, 58);
  179. this.DiskInfoValueLabel.Name = "DiskInfoValueLabel";
  180. this.DiskInfoValueLabel.Size = new System.Drawing.Size(29, 12);
  181. this.DiskInfoValueLabel.TabIndex = 16;
  182. this.DiskInfoValueLabel.Text = "____";
  183. //
  184. // MainSplitContainer
  185. //
  186. this.MainSplitContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  187. this.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  188. this.MainSplitContainer.Location = new System.Drawing.Point(0, 0);
  189. this.MainSplitContainer.Name = "MainSplitContainer";
  190. this.MainSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
  191. //
  192. // MainSplitContainer.Panel1
  193. //
  194. this.MainSplitContainer.Panel1.Controls.Add(this.DiskLabel);
  195. this.MainSplitContainer.Panel1.Controls.Add(this.DiskInfoValueLabel);
  196. this.MainSplitContainer.Panel1.Controls.Add(this.DiskTextBox);
  197. this.MainSplitContainer.Panel1.Controls.Add(this.SelectDiskButton);
  198. this.MainSplitContainer.Panel1.Controls.Add(this.DiskInfoLabel);
  199. //
  200. // MainSplitContainer.Panel2
  201. //
  202. this.MainSplitContainer.Panel2.Controls.Add(this.BlockSizeUpDown);
  203. this.MainSplitContainer.Panel2.Controls.Add(this.AheadLabel);
  204. this.MainSplitContainer.Panel2.Controls.Add(this.KbLabel);
  205. this.MainSplitContainer.Panel2.Controls.Add(this.BlockSizeLabel);
  206. this.MainSplitContainer.Panel2.Controls.Add(this.SnapInfoValueLabel);
  207. this.MainSplitContainer.Panel2.Controls.Add(this.FileLabel);
  208. this.MainSplitContainer.Panel2.Controls.Add(this.SnapInfoLabel);
  209. this.MainSplitContainer.Panel2.Controls.Add(this.SnapFilePathTextBox);
  210. this.MainSplitContainer.Panel2.Controls.Add(this.SelectSnapButton);
  211. this.MainSplitContainer.Size = new System.Drawing.Size(576, 274);
  212. this.MainSplitContainer.SplitterDistance = 127;
  213. this.MainSplitContainer.TabIndex = 18;
  214. //
  215. // BottomPanel
  216. //
  217. this.BottomPanel.Controls.Add(this.ReadOnlyCheckBox);
  218. this.BottomPanel.Controls.Add(this.btnCancel);
  219. this.BottomPanel.Controls.Add(this.btnOK);
  220. this.BottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
  221. this.BottomPanel.Location = new System.Drawing.Point(0, 274);
  222. this.BottomPanel.Name = "BottomPanel";
  223. this.BottomPanel.Size = new System.Drawing.Size(576, 27);
  224. this.BottomPanel.TabIndex = 19;
  225. //
  226. // BlockSizeUpDown
  227. //
  228. this.BlockSizeUpDown.Items.Add("1024");
  229. this.BlockSizeUpDown.Items.Add("512");
  230. this.BlockSizeUpDown.Items.Add("256");
  231. this.BlockSizeUpDown.Items.Add("128");
  232. this.BlockSizeUpDown.Items.Add("64");
  233. this.BlockSizeUpDown.Items.Add("32");
  234. this.BlockSizeUpDown.Items.Add("16");
  235. this.BlockSizeUpDown.Location = new System.Drawing.Point(100, 30);
  236. this.BlockSizeUpDown.Name = "BlockSizeUpDown";
  237. this.BlockSizeUpDown.ReadOnly = true;
  238. this.BlockSizeUpDown.Size = new System.Drawing.Size(55, 21);
  239. this.BlockSizeUpDown.TabIndex = 21;
  240. this.BlockSizeUpDown.Text = "512";
  241. //
  242. // AheadLabel
  243. //
  244. this.AheadLabel.AutoSize = true;
  245. this.AheadLabel.Location = new System.Drawing.Point(206, 32);
  246. this.AheadLabel.Name = "AheadLabel";
  247. this.AheadLabel.Size = new System.Drawing.Size(77, 12);
  248. this.AheadLabel.TabIndex = 20;
  249. this.AheadLabel.Text = "____(____KB)";
  250. //
  251. // KbLabel
  252. //
  253. this.KbLabel.AutoSize = true;
  254. this.KbLabel.Location = new System.Drawing.Point(159, 32);
  255. this.KbLabel.Name = "KbLabel";
  256. this.KbLabel.Size = new System.Drawing.Size(17, 12);
  257. this.KbLabel.TabIndex = 19;
  258. this.KbLabel.Text = "KB";
  259. //
  260. // BlockSizeLabel
  261. //
  262. this.BlockSizeLabel.AutoSize = true;
  263. this.BlockSizeLabel.Location = new System.Drawing.Point(6, 32);
  264. this.BlockSizeLabel.Name = "BlockSizeLabel";
  265. this.BlockSizeLabel.Size = new System.Drawing.Size(71, 12);
  266. this.BlockSizeLabel.TabIndex = 18;
  267. this.BlockSizeLabel.Text = "Block Size:";
  268. //
  269. // SelectPhysicalDiskWithSnapForm
  270. //
  271. this.AcceptButton = this.btnOK;
  272. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  273. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  274. this.ClientSize = new System.Drawing.Size(576, 301);
  275. this.Controls.Add(this.MainSplitContainer);
  276. this.Controls.Add(this.BottomPanel);
  277. this.Name = "SelectPhysicalDiskWithSnapForm";
  278. this.Text = "Physical Disk With Snap";
  279. this.MainSplitContainer.Panel1.ResumeLayout(false);
  280. this.MainSplitContainer.Panel1.PerformLayout();
  281. this.MainSplitContainer.Panel2.ResumeLayout(false);
  282. this.MainSplitContainer.Panel2.PerformLayout();
  283. ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).EndInit();
  284. this.MainSplitContainer.ResumeLayout(false);
  285. this.BottomPanel.ResumeLayout(false);
  286. this.BottomPanel.PerformLayout();
  287. this.ResumeLayout(false);
  288. }
  289. #endregion
  290. private System.Windows.Forms.Label SnapInfoValueLabel;
  291. private System.Windows.Forms.Label SnapInfoLabel;
  292. private System.Windows.Forms.CheckBox ReadOnlyCheckBox;
  293. private System.Windows.Forms.Button btnCancel;
  294. private System.Windows.Forms.Button btnOK;
  295. private System.Windows.Forms.Button SelectSnapButton;
  296. private System.Windows.Forms.TextBox SnapFilePathTextBox;
  297. private System.Windows.Forms.Label FileLabel;
  298. private System.Windows.Forms.Label DiskLabel;
  299. private System.Windows.Forms.TextBox DiskTextBox;
  300. private System.Windows.Forms.Button SelectDiskButton;
  301. private System.Windows.Forms.Label DiskInfoLabel;
  302. private System.Windows.Forms.Label DiskInfoValueLabel;
  303. private System.Windows.Forms.SplitContainer MainSplitContainer;
  304. private System.Windows.Forms.Panel BottomPanel;
  305. private System.Windows.Forms.DomainUpDown BlockSizeUpDown;
  306. private System.Windows.Forms.Label AheadLabel;
  307. private System.Windows.Forms.Label KbLabel;
  308. private System.Windows.Forms.Label BlockSizeLabel;
  309. }
  310. }