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.fr>.\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             this.btn_cancel = new System.Windows.Forms.Button();\r
42             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();\r
43             this.SuspendLayout();\r
44             // \r
45             // Label3\r
46             // \r
47             this.Label3.AutoSize = true;\r
48             this.Label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
49             this.Label3.Location = new System.Drawing.Point(68, 19);\r
50             this.Label3.Name = "Label3";\r
51             this.Label3.Size = new System.Drawing.Size(230, 26);\r
52             this.Label3.TabIndex = 27;\r
53             this.Label3.Text = "The CLI is about to read your source...\r\nThis process can take up to 1 minute.";\r
54             // \r
55             // lbl_status\r
56             // \r
57             this.lbl_status.AutoSize = true;\r
58             this.lbl_status.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
59             this.lbl_status.Location = new System.Drawing.Point(68, 51);\r
60             this.lbl_status.Name = "lbl_status";\r
61             this.lbl_status.Size = new System.Drawing.Size(178, 13);\r
62             this.lbl_status.TabIndex = 31;\r
63             this.lbl_status.Text = "Processing.... Please Wait!";\r
64             this.lbl_status.Visible = false;\r
65             // \r
66             // pictureBox1\r
67             // \r
68             this.pictureBox1.Image = global::Handbrake.Properties.Resources.Movies;\r
69             this.pictureBox1.Location = new System.Drawing.Point(12, 12);\r
70             this.pictureBox1.Name = "pictureBox1";\r
71             this.pictureBox1.Size = new System.Drawing.Size(33, 33);\r
72             this.pictureBox1.TabIndex = 32;\r
73             this.pictureBox1.TabStop = false;\r
74             // \r
75             // btn_cancel\r
76             // \r
77             this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
78             this.btn_cancel.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
79             this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
80             this.btn_cancel.Location = new System.Drawing.Point(323, 51);\r
81             this.btn_cancel.Name = "btn_cancel";\r
82             this.btn_cancel.Size = new System.Drawing.Size(58, 22);\r
83             this.btn_cancel.TabIndex = 33;\r
84             this.btn_cancel.TabStop = false;\r
85             this.btn_cancel.Text = "Cancel";\r
86             this.btn_cancel.UseVisualStyleBackColor = true;\r
87             this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);\r
88             // \r
89             // frmReadDVD\r
90             // \r
91             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
92             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
93             this.ClientSize = new System.Drawing.Size(393, 83);\r
94             this.ControlBox = false;\r
95             this.Controls.Add(this.btn_cancel);\r
96             this.Controls.Add(this.pictureBox1);\r
97             this.Controls.Add(this.lbl_status);\r
98             this.Controls.Add(this.Label3);\r
99             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
100             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
101             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
102             this.MaximizeBox = false;\r
103             this.MaximumSize = new System.Drawing.Size(538, 113);\r
104             this.Name = "frmReadDVD";\r
105             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
106             this.Text = "Reading Source...";\r
107             this.TopMost = true;\r
108             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();\r
109             this.ResumeLayout(false);\r
110             this.PerformLayout();\r
111 \r
112         }\r
113 \r
114         #endregion\r
115 \r
116         internal System.Windows.Forms.Label Label3;\r
117         internal System.Windows.Forms.Label lbl_status;\r
118         private System.Windows.Forms.PictureBox pictureBox1;\r
119         internal System.Windows.Forms.Button btn_cancel;\r
120     }\r
121 }