OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmReadDVD.Designer.cs
1 namespace Handbrake\r
2 {\r
3     partial class frmReadDVD\r
4     {\r
5         /// <summary>\r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// Clean up any resources being used.\r
12         /// </summary>\r
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows Form Designer generated code\r
24 \r
25         /// <summary>\r
26         /// Required method for Designer support - do not modify\r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReadDVD));\r
32             this.lbl_pressOk = new System.Windows.Forms.Label();\r
33             this.btn_ok = new System.Windows.Forms.Button();\r
34             this.Label3 = new System.Windows.Forms.Label();\r
35             this.Label2 = new System.Windows.Forms.Label();\r
36             this.lbl_status = new System.Windows.Forms.Label();\r
37             this.lbl_progress = new System.Windows.Forms.Label();\r
38             this.btn_skip = new System.Windows.Forms.Button();\r
39             this.SuspendLayout();\r
40             // \r
41             // lbl_pressOk\r
42             // \r
43             this.lbl_pressOk.AutoSize = true;\r
44             this.lbl_pressOk.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
45             this.lbl_pressOk.Location = new System.Drawing.Point(77, 61);\r
46             this.lbl_pressOk.Name = "lbl_pressOk";\r
47             this.lbl_pressOk.Size = new System.Drawing.Size(178, 13);\r
48             this.lbl_pressOk.TabIndex = 29;\r
49             this.lbl_pressOk.Text = "Press OK to start the process.";\r
50             // \r
51             // btn_ok\r
52             // \r
53             this.btn_ok.BackColor = System.Drawing.SystemColors.Control;\r
54             this.btn_ok.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
55             this.btn_ok.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
56             this.btn_ok.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
57             this.btn_ok.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
58             this.btn_ok.Location = new System.Drawing.Point(449, 56);\r
59             this.btn_ok.Name = "btn_ok";\r
60             this.btn_ok.Size = new System.Drawing.Size(71, 22);\r
61             this.btn_ok.TabIndex = 28;\r
62             this.btn_ok.TabStop = false;\r
63             this.btn_ok.Text = "OK";\r
64             this.btn_ok.UseVisualStyleBackColor = false;\r
65             this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);\r
66             // \r
67             // Label3\r
68             // \r
69             this.Label3.AutoSize = true;\r
70             this.Label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
71             this.Label3.Location = new System.Drawing.Point(77, 9);\r
72             this.Label3.Name = "Label3";\r
73             this.Label3.Size = new System.Drawing.Size(222, 26);\r
74             this.Label3.TabIndex = 27;\r
75             this.Label3.Text = "The CLI is about to read the DVD...\r\nThis process can take up to 1 minute.";\r
76             // \r
77             // Label2\r
78             // \r
79             this.Label2.AutoSize = true;\r
80             this.Label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
81             this.Label2.Location = new System.Drawing.Point(9, 8);\r
82             this.Label2.Name = "Label2";\r
83             this.Label2.Size = new System.Drawing.Size(52, 13);\r
84             this.Label2.TabIndex = 26;\r
85             this.Label2.Text = "Status:";\r
86             // \r
87             // lbl_status\r
88             // \r
89             this.lbl_status.AutoSize = true;\r
90             this.lbl_status.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
91             this.lbl_status.Location = new System.Drawing.Point(77, 41);\r
92             this.lbl_status.Name = "lbl_status";\r
93             this.lbl_status.Size = new System.Drawing.Size(178, 13);\r
94             this.lbl_status.TabIndex = 31;\r
95             this.lbl_status.Text = "Processing.... Please Wait!";\r
96             this.lbl_status.Visible = false;\r
97             // \r
98             // lbl_progress\r
99             // \r
100             this.lbl_progress.AutoSize = true;\r
101             this.lbl_progress.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
102             this.lbl_progress.Location = new System.Drawing.Point(285, 41);\r
103             this.lbl_progress.Name = "lbl_progress";\r
104             this.lbl_progress.Size = new System.Drawing.Size(45, 13);\r
105             this.lbl_progress.TabIndex = 32;\r
106             this.lbl_progress.Text = "{ % }";\r
107             this.lbl_progress.Visible = false;\r
108             // \r
109             // btn_skip\r
110             // \r
111             this.btn_skip.BackColor = System.Drawing.SystemColors.Control;\r
112             this.btn_skip.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
113             this.btn_skip.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
114             this.btn_skip.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
115             this.btn_skip.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
116             this.btn_skip.Location = new System.Drawing.Point(372, 56);\r
117             this.btn_skip.Name = "btn_skip";\r
118             this.btn_skip.Size = new System.Drawing.Size(71, 22);\r
119             this.btn_skip.TabIndex = 33;\r
120             this.btn_skip.TabStop = false;\r
121             this.btn_skip.Text = "Cancel";\r
122             this.btn_skip.UseVisualStyleBackColor = true;\r
123             this.btn_skip.Visible = false;\r
124             this.btn_skip.Click += new System.EventHandler(this.btn_skip_Click);\r
125             // \r
126             // frmReadDVD\r
127             // \r
128             this.AcceptButton = this.btn_ok;\r
129             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
130             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
131             this.ClientSize = new System.Drawing.Size(532, 88);\r
132             this.ControlBox = false;\r
133             this.Controls.Add(this.btn_skip);\r
134             this.Controls.Add(this.lbl_progress);\r
135             this.Controls.Add(this.lbl_status);\r
136             this.Controls.Add(this.lbl_pressOk);\r
137             this.Controls.Add(this.btn_ok);\r
138             this.Controls.Add(this.Label3);\r
139             this.Controls.Add(this.Label2);\r
140             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
141             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
142             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
143             this.MaximizeBox = false;\r
144             this.MaximumSize = new System.Drawing.Size(538, 113);\r
145             this.MinimumSize = new System.Drawing.Size(538, 113);\r
146             this.Name = "frmReadDVD";\r
147             this.ShowInTaskbar = false;\r
148             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
149             this.Text = "Reading DVD...";\r
150             this.ResumeLayout(false);\r
151             this.PerformLayout();\r
152 \r
153         }\r
154 \r
155         #endregion\r
156 \r
157         internal System.Windows.Forms.Label lbl_pressOk;\r
158         internal System.Windows.Forms.Button btn_ok;\r
159         internal System.Windows.Forms.Label Label3;\r
160         internal System.Windows.Forms.Label Label2;\r
161         internal System.Windows.Forms.Label lbl_status;\r
162         private System.Windows.Forms.Label lbl_progress;\r
163         internal System.Windows.Forms.Button btn_skip;\r
164     }\r
165 }