SelectDiskImageForm.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. namespace ISCSIConsole
  2. {
  3. partial class SelectDiskImageForm
  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(SelectDiskImageForm));
  29. this.lblFilePath = new System.Windows.Forms.Label();
  30. this.txtFilePath = new System.Windows.Forms.TextBox();
  31. this.btnBrowse = new System.Windows.Forms.Button();
  32. this.btnOK = new System.Windows.Forms.Button();
  33. this.btnCancel = new System.Windows.Forms.Button();
  34. this.chkReadOnly = new System.Windows.Forms.CheckBox();
  35. this.openDiskImageDialog = new System.Windows.Forms.OpenFileDialog();
  36. this.DiskInfoLabel = new System.Windows.Forms.Label();
  37. this.DiskInfiValueLabel = new System.Windows.Forms.Label();
  38. this.SuspendLayout();
  39. //
  40. // lblFilePath
  41. //
  42. this.lblFilePath.AutoSize = true;
  43. this.lblFilePath.Location = new System.Drawing.Point(12, 18);
  44. this.lblFilePath.Name = "lblFilePath";
  45. this.lblFilePath.Size = new System.Drawing.Size(35, 12);
  46. this.lblFilePath.TabIndex = 3;
  47. this.lblFilePath.Text = "File:";
  48. //
  49. // txtFilePath
  50. //
  51. this.txtFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  52. | System.Windows.Forms.AnchorStyles.Right)));
  53. this.txtFilePath.Location = new System.Drawing.Point(56, 15);
  54. this.txtFilePath.Name = "txtFilePath";
  55. this.txtFilePath.Size = new System.Drawing.Size(328, 21);
  56. this.txtFilePath.TabIndex = 4;
  57. //
  58. // btnBrowse
  59. //
  60. this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  61. this.btnBrowse.Location = new System.Drawing.Point(390, 13);
  62. this.btnBrowse.Name = "btnBrowse";
  63. this.btnBrowse.Size = new System.Drawing.Size(75, 23);
  64. this.btnBrowse.TabIndex = 5;
  65. this.btnBrowse.Text = "Browse..";
  66. this.btnBrowse.UseVisualStyleBackColor = true;
  67. this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
  68. //
  69. // btnOK
  70. //
  71. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  72. this.btnOK.Location = new System.Drawing.Point(309, 182);
  73. this.btnOK.Name = "btnOK";
  74. this.btnOK.Size = new System.Drawing.Size(75, 23);
  75. this.btnOK.TabIndex = 6;
  76. this.btnOK.Text = "OK";
  77. this.btnOK.UseVisualStyleBackColor = true;
  78. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  79. //
  80. // btnCancel
  81. //
  82. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  83. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  84. this.btnCancel.Location = new System.Drawing.Point(390, 182);
  85. this.btnCancel.Name = "btnCancel";
  86. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  87. this.btnCancel.TabIndex = 7;
  88. this.btnCancel.Text = "Cancel";
  89. this.btnCancel.UseVisualStyleBackColor = true;
  90. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  91. //
  92. // chkReadOnly
  93. //
  94. this.chkReadOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  95. this.chkReadOnly.AutoSize = true;
  96. this.chkReadOnly.Location = new System.Drawing.Point(12, 189);
  97. this.chkReadOnly.Name = "chkReadOnly";
  98. this.chkReadOnly.Size = new System.Drawing.Size(78, 16);
  99. this.chkReadOnly.TabIndex = 8;
  100. this.chkReadOnly.Text = "Read only";
  101. this.chkReadOnly.UseVisualStyleBackColor = true;
  102. //
  103. // openDiskImageDialog
  104. //
  105. this.openDiskImageDialog.Filter = resources.GetString("openDiskImageDialog.Filter");
  106. //
  107. // DiskInfoLabel
  108. //
  109. this.DiskInfoLabel.AutoSize = true;
  110. this.DiskInfoLabel.Location = new System.Drawing.Point(12, 48);
  111. this.DiskInfoLabel.Name = "DiskInfoLabel";
  112. this.DiskInfoLabel.Size = new System.Drawing.Size(101, 12);
  113. this.DiskInfoLabel.TabIndex = 9;
  114. this.DiskInfoLabel.Text = "Disk Image Info:";
  115. //
  116. // DiskInfiValueLabel
  117. //
  118. this.DiskInfiValueLabel.AutoSize = true;
  119. this.DiskInfiValueLabel.Location = new System.Drawing.Point(54, 70);
  120. this.DiskInfiValueLabel.Name = "DiskInfiValueLabel";
  121. this.DiskInfiValueLabel.Size = new System.Drawing.Size(29, 12);
  122. this.DiskInfiValueLabel.TabIndex = 9;
  123. this.DiskInfiValueLabel.Text = "____";
  124. //
  125. // SelectDiskImageForm
  126. //
  127. this.AcceptButton = this.btnOK;
  128. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  129. this.CancelButton = this.btnCancel;
  130. this.ClientSize = new System.Drawing.Size(469, 208);
  131. this.Controls.Add(this.DiskInfiValueLabel);
  132. this.Controls.Add(this.DiskInfoLabel);
  133. this.Controls.Add(this.chkReadOnly);
  134. this.Controls.Add(this.btnCancel);
  135. this.Controls.Add(this.btnOK);
  136. this.Controls.Add(this.btnBrowse);
  137. this.Controls.Add(this.txtFilePath);
  138. this.Controls.Add(this.lblFilePath);
  139. this.MaximizeBox = false;
  140. this.MaximumSize = new System.Drawing.Size(500, 500);
  141. this.MinimumSize = new System.Drawing.Size(400, 150);
  142. this.Name = "SelectDiskImageForm";
  143. this.ShowInTaskbar = false;
  144. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  145. this.Text = "Select Disk Image";
  146. this.ResumeLayout(false);
  147. this.PerformLayout();
  148. }
  149. #endregion
  150. private System.Windows.Forms.Label lblFilePath;
  151. private System.Windows.Forms.TextBox txtFilePath;
  152. private System.Windows.Forms.Button btnBrowse;
  153. private System.Windows.Forms.Button btnOK;
  154. private System.Windows.Forms.Button btnCancel;
  155. private System.Windows.Forms.CheckBox chkReadOnly;
  156. private System.Windows.Forms.OpenFileDialog openDiskImageDialog;
  157. private System.Windows.Forms.Label DiskInfoLabel;
  158. private System.Windows.Forms.Label DiskInfiValueLabel;
  159. }
  160. }