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.Label4 = 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.Label1 = new System.Windows.Forms.Label();\r
37             this.rtf_dvdInfo = new System.Windows.Forms.RichTextBox();\r
38             this.SuspendLayout();\r
39             // \r
40             // Label4\r
41             // \r
42             this.Label4.AutoSize = true;\r
43             this.Label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
44             this.Label4.Location = new System.Drawing.Point(66, 31);\r
45             this.Label4.Name = "Label4";\r
46             this.Label4.Size = new System.Drawing.Size(130, 13);\r
47             this.Label4.TabIndex = 29;\r
48             this.Label4.Text = "Press OK to continue.";\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(405, 9);\r
58             this.btn_ok.Name = "btn_ok";\r
59             this.btn_ok.Size = new System.Drawing.Size(56, 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(231, 13);\r
73             this.Label3.TabIndex = 27;\r
74             this.Label3.Text = "The CLI is currently reading the DVD...";\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             // Label1\r
87             // \r
88             this.Label1.AutoSize = true;\r
89             this.Label1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
90             this.Label1.Location = new System.Drawing.Point(67, 49);\r
91             this.Label1.Name = "Label1";\r
92             this.Label1.Size = new System.Drawing.Size(269, 24);\r
93             this.Label1.TabIndex = 25;\r
94             this.Label1.Text = "Note: After pressing OK the window will remain open \r\nuntil the CLI has completed" +\r
95                 " the scan.";\r
96             // \r
97             // rtf_dvdInfo\r
98             // \r
99             this.rtf_dvdInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;\r
100             this.rtf_dvdInfo.Location = new System.Drawing.Point(11, 86);\r
101             this.rtf_dvdInfo.Name = "rtf_dvdInfo";\r
102             this.rtf_dvdInfo.Size = new System.Drawing.Size(450, 70);\r
103             this.rtf_dvdInfo.TabIndex = 30;\r
104             this.rtf_dvdInfo.Text = "";\r
105             // \r
106             // frmReadDVD\r
107             // \r
108             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
109             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
110             this.ClientSize = new System.Drawing.Size(473, 168);\r
111             this.Controls.Add(this.rtf_dvdInfo);\r
112             this.Controls.Add(this.Label4);\r
113             this.Controls.Add(this.btn_ok);\r
114             this.Controls.Add(this.Label3);\r
115             this.Controls.Add(this.Label2);\r
116             this.Controls.Add(this.Label1);\r
117             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
118             this.Name = "frmReadDVD";\r
119             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
120             this.Text = "Reading DVD...";\r
121             this.Load += new System.EventHandler(this.frmReadDVD_Load);\r
122             this.ResumeLayout(false);\r
123             this.PerformLayout();\r
124 \r
125         }\r
126 \r
127         #endregion\r
128 \r
129         internal System.Windows.Forms.Label Label4;\r
130         internal System.Windows.Forms.Button btn_ok;\r
131         internal System.Windows.Forms.Label Label3;\r
132         internal System.Windows.Forms.Label Label2;\r
133         internal System.Windows.Forms.Label Label1;\r
134         internal System.Windows.Forms.RichTextBox rtf_dvdInfo;\r
135     }\r
136 }