namespace ISCSIConsole { partial class CreateRAMDiskForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.numericDiskSize = new System.Windows.Forms.NumericUpDown(); this.lblSize = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.MbRadioButton = new System.Windows.Forms.RadioButton(); this.GbRadioButton = new System.Windows.Forms.RadioButton(); this.BaseOnCheckBox = new System.Windows.Forms.CheckBox(); this.ImageFileButton = new System.Windows.Forms.Button(); this.ImageFileTextBox = new System.Windows.Forms.TextBox(); this.DiskInfiValueLabel = new System.Windows.Forms.Label(); this.DiskInfoLabel = new System.Windows.Forms.Label(); this.openDiskImageDialog = new System.Windows.Forms.OpenFileDialog(); ((System.ComponentModel.ISupportInitialize)(this.numericDiskSize)).BeginInit(); this.SuspendLayout(); // // numericDiskSize // this.numericDiskSize.Location = new System.Drawing.Point(56, 15); this.numericDiskSize.Maximum = new decimal(new int[] { 2047, 0, 0, 0}); this.numericDiskSize.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericDiskSize.Name = "numericDiskSize"; this.numericDiskSize.Size = new System.Drawing.Size(86, 21); this.numericDiskSize.TabIndex = 0; this.numericDiskSize.ThousandsSeparator = true; this.numericDiskSize.Value = new decimal(new int[] { 512, 0, 0, 0}); // // lblSize // this.lblSize.AutoSize = true; this.lblSize.Location = new System.Drawing.Point(12, 18); this.lblSize.Name = "lblSize"; this.lblSize.Size = new System.Drawing.Size(35, 12); this.lblSize.TabIndex = 1; this.lblSize.Text = "Size:"; // // btnOK // this.btnOK.Location = new System.Drawing.Point(316, 185); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 6; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(397, 185); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 7; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // MbRadioButton // this.MbRadioButton.AutoSize = true; this.MbRadioButton.Checked = true; this.MbRadioButton.Location = new System.Drawing.Point(148, 16); this.MbRadioButton.Name = "MbRadioButton"; this.MbRadioButton.Size = new System.Drawing.Size(35, 16); this.MbRadioButton.TabIndex = 8; this.MbRadioButton.TabStop = true; this.MbRadioButton.Text = "MB"; this.MbRadioButton.UseVisualStyleBackColor = true; // // GbRadioButton // this.GbRadioButton.AutoSize = true; this.GbRadioButton.Location = new System.Drawing.Point(189, 16); this.GbRadioButton.Name = "GbRadioButton"; this.GbRadioButton.Size = new System.Drawing.Size(35, 16); this.GbRadioButton.TabIndex = 9; this.GbRadioButton.Text = "GB"; this.GbRadioButton.UseVisualStyleBackColor = true; // // BaseOnCheckBox // this.BaseOnCheckBox.AutoSize = true; this.BaseOnCheckBox.CheckAlign = System.Drawing.ContentAlignment.TopLeft; this.BaseOnCheckBox.Location = new System.Drawing.Point(14, 44); this.BaseOnCheckBox.Name = "BaseOnCheckBox"; this.BaseOnCheckBox.Size = new System.Drawing.Size(66, 16); this.BaseOnCheckBox.TabIndex = 10; this.BaseOnCheckBox.Text = "BaseOn:"; this.BaseOnCheckBox.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.BaseOnCheckBox.UseVisualStyleBackColor = true; this.BaseOnCheckBox.CheckedChanged += new System.EventHandler(this.BaseOnCheckBox_CheckedChanged); // // ImageFileButton // this.ImageFileButton.Location = new System.Drawing.Point(397, 40); this.ImageFileButton.Name = "ImageFileButton"; this.ImageFileButton.Size = new System.Drawing.Size(75, 23); this.ImageFileButton.TabIndex = 12; this.ImageFileButton.Text = "Browse.."; this.ImageFileButton.UseVisualStyleBackColor = true; this.ImageFileButton.Click += new System.EventHandler(this.ImageFileButton_Click); // // ImageFileTextBox // this.ImageFileTextBox.Enabled = false; this.ImageFileTextBox.Location = new System.Drawing.Point(86, 42); this.ImageFileTextBox.Name = "ImageFileTextBox"; this.ImageFileTextBox.Size = new System.Drawing.Size(305, 21); this.ImageFileTextBox.TabIndex = 11; // // DiskInfiValueLabel // this.DiskInfiValueLabel.AutoSize = true; this.DiskInfiValueLabel.Location = new System.Drawing.Point(54, 88); this.DiskInfiValueLabel.Name = "DiskInfiValueLabel"; this.DiskInfiValueLabel.Size = new System.Drawing.Size(29, 12); this.DiskInfiValueLabel.TabIndex = 13; this.DiskInfiValueLabel.Text = "____"; // // DiskInfoLabel // this.DiskInfoLabel.AutoSize = true; this.DiskInfoLabel.Location = new System.Drawing.Point(12, 66); this.DiskInfoLabel.Name = "DiskInfoLabel"; this.DiskInfoLabel.Size = new System.Drawing.Size(215, 12); this.DiskInfoLabel.TabIndex = 14; this.DiskInfoLabel.Text = "Disk Image Info (only dynamic bdd):"; // // openDiskImageDialog // this.openDiskImageDialog.Filter = "Block Differencing Disk Image Files (*.bdd)|*.bdd"; // // CreateRAMDiskForm // this.AcceptButton = this.btnOK; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(484, 211); this.Controls.Add(this.BaseOnCheckBox); this.Controls.Add(this.DiskInfiValueLabel); this.Controls.Add(this.DiskInfoLabel); this.Controls.Add(this.ImageFileButton); this.Controls.Add(this.ImageFileTextBox); this.Controls.Add(this.GbRadioButton); this.Controls.Add(this.MbRadioButton); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.lblSize); this.Controls.Add(this.numericDiskSize); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(500, 250); this.MinimumSize = new System.Drawing.Size(500, 250); this.Name = "CreateRAMDiskForm"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "Create RAM Disk"; ((System.ComponentModel.ISupportInitialize)(this.numericDiskSize)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.NumericUpDown numericDiskSize; private System.Windows.Forms.Label lblSize; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.RadioButton MbRadioButton; private System.Windows.Forms.RadioButton GbRadioButton; private System.Windows.Forms.CheckBox BaseOnCheckBox; private System.Windows.Forms.Button ImageFileButton; private System.Windows.Forms.TextBox ImageFileTextBox; private System.Windows.Forms.Label DiskInfiValueLabel; private System.Windows.Forms.Label DiskInfoLabel; private System.Windows.Forms.OpenFileDialog openDiskImageDialog; } }