123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- namespace ISCSIConsole
- {
- partial class SelectDiskImageForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectDiskImageForm));
- this.lblFilePath = new System.Windows.Forms.Label();
- this.txtFilePath = new System.Windows.Forms.TextBox();
- this.btnBrowse = new System.Windows.Forms.Button();
- this.btnOK = new System.Windows.Forms.Button();
- this.btnCancel = new System.Windows.Forms.Button();
- this.chkReadOnly = new System.Windows.Forms.CheckBox();
- this.openDiskImageDialog = new System.Windows.Forms.OpenFileDialog();
- this.DiskInfoLabel = new System.Windows.Forms.Label();
- this.DiskInfiValueLabel = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // lblFilePath
- //
- this.lblFilePath.AutoSize = true;
- this.lblFilePath.Location = new System.Drawing.Point(12, 18);
- this.lblFilePath.Name = "lblFilePath";
- this.lblFilePath.Size = new System.Drawing.Size(35, 12);
- this.lblFilePath.TabIndex = 3;
- this.lblFilePath.Text = "File:";
- //
- // txtFilePath
- //
- this.txtFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtFilePath.Location = new System.Drawing.Point(56, 15);
- this.txtFilePath.Name = "txtFilePath";
- this.txtFilePath.Size = new System.Drawing.Size(328, 21);
- this.txtFilePath.TabIndex = 4;
- //
- // btnBrowse
- //
- this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnBrowse.Location = new System.Drawing.Point(390, 13);
- this.btnBrowse.Name = "btnBrowse";
- this.btnBrowse.Size = new System.Drawing.Size(75, 23);
- this.btnBrowse.TabIndex = 5;
- this.btnBrowse.Text = "Browse..";
- this.btnBrowse.UseVisualStyleBackColor = true;
- this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
- //
- // btnOK
- //
- this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOK.Location = new System.Drawing.Point(309, 182);
- 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Location = new System.Drawing.Point(390, 182);
- 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);
- //
- // chkReadOnly
- //
- this.chkReadOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.chkReadOnly.AutoSize = true;
- this.chkReadOnly.Location = new System.Drawing.Point(12, 189);
- this.chkReadOnly.Name = "chkReadOnly";
- this.chkReadOnly.Size = new System.Drawing.Size(78, 16);
- this.chkReadOnly.TabIndex = 8;
- this.chkReadOnly.Text = "Read only";
- this.chkReadOnly.UseVisualStyleBackColor = true;
- //
- // openDiskImageDialog
- //
- this.openDiskImageDialog.Filter = resources.GetString("openDiskImageDialog.Filter");
- //
- // DiskInfoLabel
- //
- this.DiskInfoLabel.AutoSize = true;
- this.DiskInfoLabel.Location = new System.Drawing.Point(12, 48);
- this.DiskInfoLabel.Name = "DiskInfoLabel";
- this.DiskInfoLabel.Size = new System.Drawing.Size(101, 12);
- this.DiskInfoLabel.TabIndex = 9;
- this.DiskInfoLabel.Text = "Disk Image Info:";
- //
- // DiskInfiValueLabel
- //
- this.DiskInfiValueLabel.AutoSize = true;
- this.DiskInfiValueLabel.Location = new System.Drawing.Point(54, 70);
- this.DiskInfiValueLabel.Name = "DiskInfiValueLabel";
- this.DiskInfiValueLabel.Size = new System.Drawing.Size(29, 12);
- this.DiskInfiValueLabel.TabIndex = 9;
- this.DiskInfiValueLabel.Text = "____";
- //
- // SelectDiskImageForm
- //
- this.AcceptButton = this.btnOK;
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(469, 208);
- this.Controls.Add(this.DiskInfiValueLabel);
- this.Controls.Add(this.DiskInfoLabel);
- this.Controls.Add(this.chkReadOnly);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnOK);
- this.Controls.Add(this.btnBrowse);
- this.Controls.Add(this.txtFilePath);
- this.Controls.Add(this.lblFilePath);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(500, 500);
- this.MinimumSize = new System.Drawing.Size(400, 150);
- this.Name = "SelectDiskImageForm";
- this.ShowInTaskbar = false;
- this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
- this.Text = "Select Disk Image";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label lblFilePath;
- private System.Windows.Forms.TextBox txtFilePath;
- private System.Windows.Forms.Button btnBrowse;
- private System.Windows.Forms.Button btnOK;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.CheckBox chkReadOnly;
- private System.Windows.Forms.OpenFileDialog openDiskImageDialog;
- private System.Windows.Forms.Label DiskInfoLabel;
- private System.Windows.Forms.Label DiskInfiValueLabel;
- }
- }
|