CreateRAMDiskForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. namespace ISCSIConsole
  2. {
  3. partial class CreateRAMDiskForm
  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(CreateRAMDiskForm));
  29. this.numericDiskSize = new System.Windows.Forms.NumericUpDown();
  30. this.lblSize = new System.Windows.Forms.Label();
  31. this.btnOK = new System.Windows.Forms.Button();
  32. this.btnCancel = new System.Windows.Forms.Button();
  33. this.MbRadioButton = new System.Windows.Forms.RadioButton();
  34. this.GbRadioButton = new System.Windows.Forms.RadioButton();
  35. this.BaseOnCheckBox = new System.Windows.Forms.CheckBox();
  36. this.ImageFileButton = new System.Windows.Forms.Button();
  37. this.ImageFileTextBox = new System.Windows.Forms.TextBox();
  38. this.DiskInfiValueLabel = new System.Windows.Forms.Label();
  39. this.DiskInfoLabel = new System.Windows.Forms.Label();
  40. this.openDiskImageDialog = new System.Windows.Forms.OpenFileDialog();
  41. ((System.ComponentModel.ISupportInitialize)(this.numericDiskSize)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // numericDiskSize
  45. //
  46. this.numericDiskSize.Location = new System.Drawing.Point(56, 15);
  47. this.numericDiskSize.Maximum = new decimal(new int[] {
  48. 2047,
  49. 0,
  50. 0,
  51. 0});
  52. this.numericDiskSize.Minimum = new decimal(new int[] {
  53. 1,
  54. 0,
  55. 0,
  56. 0});
  57. this.numericDiskSize.Name = "numericDiskSize";
  58. this.numericDiskSize.Size = new System.Drawing.Size(86, 21);
  59. this.numericDiskSize.TabIndex = 0;
  60. this.numericDiskSize.ThousandsSeparator = true;
  61. this.numericDiskSize.Value = new decimal(new int[] {
  62. 512,
  63. 0,
  64. 0,
  65. 0});
  66. //
  67. // lblSize
  68. //
  69. this.lblSize.AutoSize = true;
  70. this.lblSize.Location = new System.Drawing.Point(12, 18);
  71. this.lblSize.Name = "lblSize";
  72. this.lblSize.Size = new System.Drawing.Size(35, 12);
  73. this.lblSize.TabIndex = 1;
  74. this.lblSize.Text = "Size:";
  75. //
  76. // btnOK
  77. //
  78. this.btnOK.Location = new System.Drawing.Point(326, 187);
  79. this.btnOK.Name = "btnOK";
  80. this.btnOK.Size = new System.Drawing.Size(75, 23);
  81. this.btnOK.TabIndex = 6;
  82. this.btnOK.Text = "OK";
  83. this.btnOK.UseVisualStyleBackColor = true;
  84. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  85. //
  86. // btnCancel
  87. //
  88. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  89. this.btnCancel.Location = new System.Drawing.Point(407, 187);
  90. this.btnCancel.Name = "btnCancel";
  91. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  92. this.btnCancel.TabIndex = 7;
  93. this.btnCancel.Text = "Cancel";
  94. this.btnCancel.UseVisualStyleBackColor = true;
  95. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  96. //
  97. // MbRadioButton
  98. //
  99. this.MbRadioButton.AutoSize = true;
  100. this.MbRadioButton.Checked = true;
  101. this.MbRadioButton.Location = new System.Drawing.Point(148, 16);
  102. this.MbRadioButton.Name = "MbRadioButton";
  103. this.MbRadioButton.Size = new System.Drawing.Size(35, 16);
  104. this.MbRadioButton.TabIndex = 8;
  105. this.MbRadioButton.TabStop = true;
  106. this.MbRadioButton.Text = "MB";
  107. this.MbRadioButton.UseVisualStyleBackColor = true;
  108. //
  109. // GbRadioButton
  110. //
  111. this.GbRadioButton.AutoSize = true;
  112. this.GbRadioButton.Location = new System.Drawing.Point(189, 16);
  113. this.GbRadioButton.Name = "GbRadioButton";
  114. this.GbRadioButton.Size = new System.Drawing.Size(35, 16);
  115. this.GbRadioButton.TabIndex = 9;
  116. this.GbRadioButton.Text = "GB";
  117. this.GbRadioButton.UseVisualStyleBackColor = true;
  118. //
  119. // BaseOnCheckBox
  120. //
  121. this.BaseOnCheckBox.AutoSize = true;
  122. this.BaseOnCheckBox.Location = new System.Drawing.Point(14, 44);
  123. this.BaseOnCheckBox.Name = "BaseOnCheckBox";
  124. this.BaseOnCheckBox.Size = new System.Drawing.Size(66, 16);
  125. this.BaseOnCheckBox.TabIndex = 10;
  126. this.BaseOnCheckBox.Text = "BaseOn:";
  127. this.BaseOnCheckBox.UseVisualStyleBackColor = true;
  128. this.BaseOnCheckBox.CheckedChanged += new System.EventHandler(this.BaseOnCheckBox_CheckedChanged);
  129. //
  130. // ImageFileButton
  131. //
  132. this.ImageFileButton.Enabled = false;
  133. this.ImageFileButton.Location = new System.Drawing.Point(397, 40);
  134. this.ImageFileButton.Name = "ImageFileButton";
  135. this.ImageFileButton.Size = new System.Drawing.Size(75, 23);
  136. this.ImageFileButton.TabIndex = 12;
  137. this.ImageFileButton.Text = "Browse..";
  138. this.ImageFileButton.UseVisualStyleBackColor = true;
  139. this.ImageFileButton.Click += new System.EventHandler(this.ImageFileButton_Click);
  140. //
  141. // ImageFileTextBox
  142. //
  143. this.ImageFileTextBox.Enabled = false;
  144. this.ImageFileTextBox.Location = new System.Drawing.Point(86, 42);
  145. this.ImageFileTextBox.Name = "ImageFileTextBox";
  146. this.ImageFileTextBox.Size = new System.Drawing.Size(305, 21);
  147. this.ImageFileTextBox.TabIndex = 11;
  148. //
  149. // DiskInfiValueLabel
  150. //
  151. this.DiskInfiValueLabel.AutoSize = true;
  152. this.DiskInfiValueLabel.Location = new System.Drawing.Point(54, 88);
  153. this.DiskInfiValueLabel.Name = "DiskInfiValueLabel";
  154. this.DiskInfiValueLabel.Size = new System.Drawing.Size(29, 12);
  155. this.DiskInfiValueLabel.TabIndex = 13;
  156. this.DiskInfiValueLabel.Text = "____";
  157. //
  158. // DiskInfoLabel
  159. //
  160. this.DiskInfoLabel.AutoSize = true;
  161. this.DiskInfoLabel.Location = new System.Drawing.Point(12, 66);
  162. this.DiskInfoLabel.Name = "DiskInfoLabel";
  163. this.DiskInfoLabel.Size = new System.Drawing.Size(215, 12);
  164. this.DiskInfoLabel.TabIndex = 14;
  165. this.DiskInfoLabel.Text = "Disk Image Info (only dynamic bdd):";
  166. //
  167. // openDiskImageDialog
  168. //
  169. this.openDiskImageDialog.Filter = "Block Differencing Disk Image Files (*.bdd)|*.bdd";
  170. //
  171. // CreateRAMDiskForm
  172. //
  173. this.AcceptButton = this.btnOK;
  174. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  175. this.CancelButton = this.btnCancel;
  176. this.ClientSize = new System.Drawing.Size(484, 211);
  177. this.Controls.Add(this.DiskInfiValueLabel);
  178. this.Controls.Add(this.DiskInfoLabel);
  179. this.Controls.Add(this.ImageFileButton);
  180. this.Controls.Add(this.ImageFileTextBox);
  181. this.Controls.Add(this.BaseOnCheckBox);
  182. this.Controls.Add(this.GbRadioButton);
  183. this.Controls.Add(this.MbRadioButton);
  184. this.Controls.Add(this.btnCancel);
  185. this.Controls.Add(this.btnOK);
  186. this.Controls.Add(this.lblSize);
  187. this.Controls.Add(this.numericDiskSize);
  188. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  189. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  190. this.MaximizeBox = false;
  191. this.MaximumSize = new System.Drawing.Size(500, 250);
  192. this.MinimumSize = new System.Drawing.Size(500, 250);
  193. this.Name = "CreateRAMDiskForm";
  194. this.ShowInTaskbar = false;
  195. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  196. this.Text = "Create RAM Disk";
  197. ((System.ComponentModel.ISupportInitialize)(this.numericDiskSize)).EndInit();
  198. this.ResumeLayout(false);
  199. this.PerformLayout();
  200. }
  201. #endregion
  202. private System.Windows.Forms.NumericUpDown numericDiskSize;
  203. private System.Windows.Forms.Label lblSize;
  204. private System.Windows.Forms.Button btnOK;
  205. private System.Windows.Forms.Button btnCancel;
  206. private System.Windows.Forms.RadioButton MbRadioButton;
  207. private System.Windows.Forms.RadioButton GbRadioButton;
  208. private System.Windows.Forms.CheckBox BaseOnCheckBox;
  209. private System.Windows.Forms.Button ImageFileButton;
  210. private System.Windows.Forms.TextBox ImageFileTextBox;
  211. private System.Windows.Forms.Label DiskInfiValueLabel;
  212. private System.Windows.Forms.Label DiskInfoLabel;
  213. private System.Windows.Forms.OpenFileDialog openDiskImageDialog;
  214. }
  215. }