diff options
Diffstat (limited to 'win/C#/frmReadDVD.Designer.cs')
-rw-r--r-- | win/C#/frmReadDVD.Designer.cs | 136 |
1 files changed, 136 insertions, 0 deletions
diff --git a/win/C#/frmReadDVD.Designer.cs b/win/C#/frmReadDVD.Designer.cs new file mode 100644 index 000000000..6e853ab44 --- /dev/null +++ b/win/C#/frmReadDVD.Designer.cs @@ -0,0 +1,136 @@ +namespace Handbrake
+{
+ partial class frmReadDVD
+ {
+ /// <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(frmReadDVD));
+ this.Label4 = new System.Windows.Forms.Label();
+ this.btn_ok = new System.Windows.Forms.Button();
+ this.Label3 = new System.Windows.Forms.Label();
+ this.Label2 = new System.Windows.Forms.Label();
+ this.Label1 = new System.Windows.Forms.Label();
+ this.rtf_dvdInfo = new System.Windows.Forms.RichTextBox();
+ this.SuspendLayout();
+ //
+ // Label4
+ //
+ this.Label4.AutoSize = true;
+ this.Label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.Label4.Location = new System.Drawing.Point(66, 31);
+ this.Label4.Name = "Label4";
+ this.Label4.Size = new System.Drawing.Size(130, 13);
+ this.Label4.TabIndex = 29;
+ this.Label4.Text = "Press OK to continue.";
+ //
+ // btn_ok
+ //
+ this.btn_ok.BackColor = System.Drawing.SystemColors.Control;
+ this.btn_ok.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ this.btn_ok.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btn_ok.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.btn_ok.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
+ this.btn_ok.Location = new System.Drawing.Point(405, 9);
+ this.btn_ok.Name = "btn_ok";
+ this.btn_ok.Size = new System.Drawing.Size(56, 22);
+ this.btn_ok.TabIndex = 28;
+ this.btn_ok.TabStop = false;
+ this.btn_ok.Text = "Ok";
+ this.btn_ok.UseVisualStyleBackColor = false;
+ this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
+ //
+ // Label3
+ //
+ this.Label3.AutoSize = true;
+ this.Label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.Label3.Location = new System.Drawing.Point(66, 9);
+ this.Label3.Name = "Label3";
+ this.Label3.Size = new System.Drawing.Size(231, 13);
+ this.Label3.TabIndex = 27;
+ this.Label3.Text = "The CLI is currently reading the DVD...";
+ //
+ // Label2
+ //
+ this.Label2.AutoSize = true;
+ this.Label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.Label2.Location = new System.Drawing.Point(8, 8);
+ this.Label2.Name = "Label2";
+ this.Label2.Size = new System.Drawing.Size(52, 13);
+ this.Label2.TabIndex = 26;
+ this.Label2.Text = "Status:";
+ //
+ // Label1
+ //
+ this.Label1.AutoSize = true;
+ this.Label1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.Label1.Location = new System.Drawing.Point(67, 49);
+ this.Label1.Name = "Label1";
+ this.Label1.Size = new System.Drawing.Size(269, 24);
+ this.Label1.TabIndex = 25;
+ this.Label1.Text = "Note: After pressing OK the window will remain open \r\nuntil the CLI has completed" +
+ " the scan.";
+ //
+ // rtf_dvdInfo
+ //
+ this.rtf_dvdInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.rtf_dvdInfo.Location = new System.Drawing.Point(11, 86);
+ this.rtf_dvdInfo.Name = "rtf_dvdInfo";
+ this.rtf_dvdInfo.Size = new System.Drawing.Size(450, 70);
+ this.rtf_dvdInfo.TabIndex = 30;
+ this.rtf_dvdInfo.Text = "";
+ //
+ // frmReadDVD
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(473, 168);
+ this.Controls.Add(this.rtf_dvdInfo);
+ this.Controls.Add(this.Label4);
+ this.Controls.Add(this.btn_ok);
+ this.Controls.Add(this.Label3);
+ this.Controls.Add(this.Label2);
+ this.Controls.Add(this.Label1);
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.Name = "frmReadDVD";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+ this.Text = "Reading DVD...";
+ this.Load += new System.EventHandler(this.frmReadDVD_Load);
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ internal System.Windows.Forms.Label Label4;
+ internal System.Windows.Forms.Button btn_ok;
+ internal System.Windows.Forms.Label Label3;
+ internal System.Windows.Forms.Label Label2;
+ internal System.Windows.Forms.Label Label1;
+ internal System.Windows.Forms.RichTextBox rtf_dvdInfo;
+ }
+}
\ No newline at end of file |