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.SuspendLayout();\r
39             // \r
40             // lbl_pressOk\r
41             // \r
42             this.lbl_pressOk.AutoSize = true;\r
43             this.lbl_pressOk.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
44             this.lbl_pressOk.Location = new System.Drawing.Point(66, 61);\r
45             this.lbl_pressOk.Name = "lbl_pressOk";\r
46             this.lbl_pressOk.Size = new System.Drawing.Size(178, 13);\r
47             this.lbl_pressOk.TabIndex = 29;\r
48             this.lbl_pressOk.Text = "Press OK to start the process.";\r
49             // \r
50             // btn_ok\r
51             // \r
52             this.btn_ok.BackColor = System.Drawing.SystemColors.Control;\r
53             this.btn_ok.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
54             this.btn_ok.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
55             this.btn_ok.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
56             this.btn_ok.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
57             this.btn_ok.Location = new System.Drawing.Point(400, 56);\r
58             this.btn_ok.Name = "btn_ok";\r
59             this.btn_ok.Size = new System.Drawing.Size(61, 22);\r
60             this.btn_ok.TabIndex = 28;\r
61             this.btn_ok.TabStop = false;\r
62             this.btn_ok.Text = "OK";\r
63             this.btn_ok.UseVisualStyleBackColor = false;\r
64             this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);\r
65             // \r
66             // Label3\r
67             // \r
68             this.Label3.AutoSize = true;\r
69             this.Label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
70             this.Label3.Location = new System.Drawing.Point(66, 9);\r
71             this.Label3.Name = "Label3";\r
72             this.Label3.Size = new System.Drawing.Size(222, 26);\r
73             this.Label3.TabIndex = 27;\r
74             this.Label3.Text = "The CLI is about to read the DVD...\r\nThis process can take up to 1 minute.";\r
75             // \r
76             // Label2\r
77             // \r
78             this.Label2.AutoSize = true;\r
79             this.Label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
80             this.Label2.Location = new System.Drawing.Point(8, 8);\r
81             this.Label2.Name = "Label2";\r
82             this.Label2.Size = new System.Drawing.Size(52, 13);\r
83             this.Label2.TabIndex = 26;\r
84             this.Label2.Text = "Status:";\r
85             // \r
86             // lbl_status\r
87             // \r
88             this.lbl_status.AutoSize = true;\r
89             this.lbl_status.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
90             this.lbl_status.Location = new System.Drawing.Point(66, 41);\r
91             this.lbl_status.Name = "lbl_status";\r
92             this.lbl_status.Size = new System.Drawing.Size(178, 13);\r
93             this.lbl_status.TabIndex = 31;\r
94             this.lbl_status.Text = "Processing.... Please Wait!";\r
95             this.lbl_status.Visible = false;\r
96             // \r
97             // lbl_progress\r
98             // \r
99             this.lbl_progress.AutoSize = true;\r
100             this.lbl_progress.Location = new System.Drawing.Point(365, 61);\r
101             this.lbl_progress.Name = "lbl_progress";\r
102             this.lbl_progress.Size = new System.Drawing.Size(29, 13);\r
103             this.lbl_progress.TabIndex = 32;\r
104             this.lbl_progress.Text = "{ % }";\r
105             this.lbl_progress.Visible = false;\r
106             // \r
107             // frmReadDVD\r
108             // \r
109             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
110             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
111             this.ClientSize = new System.Drawing.Size(473, 86);\r
112             this.Controls.Add(this.lbl_progress);\r
113             this.Controls.Add(this.lbl_status);\r
114             this.Controls.Add(this.lbl_pressOk);\r
115             this.Controls.Add(this.btn_ok);\r
116             this.Controls.Add(this.Label3);\r
117             this.Controls.Add(this.Label2);\r
118             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\r
119             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
120             this.MaximizeBox = false;\r
121             this.MaximumSize = new System.Drawing.Size(479, 111);\r
122             this.MinimumSize = new System.Drawing.Size(479, 111);\r
123             this.Name = "frmReadDVD";\r
124             this.ShowInTaskbar = false;\r
125             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
126             this.Text = "Reading DVD...";\r
127             this.ResumeLayout(false);\r
128             this.PerformLayout();\r
129 \r
130         }\r
131 \r
132         #endregion\r
133 \r
134         internal System.Windows.Forms.Label lbl_pressOk;\r
135         internal System.Windows.Forms.Button btn_ok;\r
136         internal System.Windows.Forms.Label Label3;\r
137         internal System.Windows.Forms.Label Label2;\r
138         internal System.Windows.Forms.Label lbl_status;\r
139         private System.Windows.Forms.Label lbl_progress;\r
140     }\r
141 }