OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmReadDVD.Designer.cs
1 /*  frmReadDVD.Designer.cs \r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.m0k.org/>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 namespace Handbrake\r
8 {\r
9     partial class frmReadDVD\r
10     {\r
11         /// <summary>\r
12         /// Required designer variable.\r
13         /// </summary>\r
14         private System.ComponentModel.IContainer components = null;\r
15 \r
16         /// <summary>\r
17         /// Clean up any resources being used.\r
18         /// </summary>\r
19         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
20         protected override void Dispose(bool disposing)\r
21         {\r
22             if (disposing && (components != null))\r
23             {\r
24                 components.Dispose();\r
25             }\r
26             base.Dispose(disposing);\r
27         }\r
28 \r
29         #region Windows Form Designer generated code\r
30 \r
31         /// <summary>\r
32         /// Required method for Designer support - do not modify\r
33         /// the contents of this method with the code editor.\r
34         /// </summary>\r
35         private void InitializeComponent()\r
36         {\r
37             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReadDVD));\r
38             this.Label3 = new System.Windows.Forms.Label();\r
39             this.lbl_status = new System.Windows.Forms.Label();\r
40             this.pictureBox1 = new System.Windows.Forms.PictureBox();\r
41             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();\r
42             this.SuspendLayout();\r
43             // \r
44             // Label3\r
45             // \r
46             this.Label3.AutoSize = true;\r
47             this.Label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
48             this.Label3.Location = new System.Drawing.Point(68, 19);\r
49             this.Label3.Name = "Label3";\r
50             this.Label3.Size = new System.Drawing.Size(230, 26);\r
51             this.Label3.TabIndex = 27;\r
52             this.Label3.Text = "The CLI is about to read your source...\r\nThis process can take up to 1 minute.";\r
53             // \r
54             // lbl_status\r
55             // \r
56             this.lbl_status.AutoSize = true;\r
57             this.lbl_status.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
58             this.lbl_status.Location = new System.Drawing.Point(68, 51);\r
59             this.lbl_status.Name = "lbl_status";\r
60             this.lbl_status.Size = new System.Drawing.Size(178, 13);\r
61             this.lbl_status.TabIndex = 31;\r
62             this.lbl_status.Text = "Processing.... Please Wait!";\r
63             this.lbl_status.Visible = false;\r
64             // \r
65             // pictureBox1\r
66             // \r
67             this.pictureBox1.Image = global::Handbrake.Properties.Resources.Movies;\r
68             this.pictureBox1.Location = new System.Drawing.Point(12, 12);\r
69             this.pictureBox1.Name = "pictureBox1";\r
70             this.pictureBox1.Size = new System.Drawing.Size(33, 33);\r
71             this.pictureBox1.TabIndex = 32;\r
72             this.pictureBox1.TabStop = false;\r
73             // \r
74             // frmReadDVD\r
75             // \r
76             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
77             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
78             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
79             this.ClientSize = new System.Drawing.Size(360, 81);\r
80             this.ControlBox = false;\r
81             this.Controls.Add(this.pictureBox1);\r
82             this.Controls.Add(this.lbl_status);\r
83             this.Controls.Add(this.Label3);\r
84             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
85             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
86             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
87             this.MaximizeBox = false;\r
88             this.MaximumSize = new System.Drawing.Size(538, 113);\r
89             this.Name = "frmReadDVD";\r
90             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
91             this.Text = "Reading Source...";\r
92             this.TopMost = true;\r
93             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();\r
94             this.ResumeLayout(false);\r
95             this.PerformLayout();\r
96 \r
97         }\r
98 \r
99         #endregion\r
100 \r
101         internal System.Windows.Forms.Label Label3;\r
102         internal System.Windows.Forms.Label lbl_status;\r
103         private System.Windows.Forms.PictureBox pictureBox1;\r
104     }\r
105 }