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