OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmDvdInfo.Designer.cs
1 namespace Handbrake\r
2 {\r
3     partial class frmDvdInfo\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(frmDvdInfo));\r
32             this.Label2 = new System.Windows.Forms.Label();\r
33             this.rtf_dvdInfo = new System.Windows.Forms.RichTextBox();\r
34             this.btn_close = new System.Windows.Forms.Button();\r
35             this.SuspendLayout();\r
36             // \r
37             // Label2\r
38             // \r
39             this.Label2.AutoSize = true;\r
40             this.Label2.Location = new System.Drawing.Point(13, 14);\r
41             this.Label2.Name = "Label2";\r
42             this.Label2.Size = new System.Drawing.Size(518, 26);\r
43             this.Label2.TabIndex = 30;\r
44             this.Label2.Text = "Handbrake\'s DVD information output in an unparsed form.\r\nNote if you have not sca" +\r
45                 "nned the DVD this feature will display the information for the last DVD that was" +\r
46                 " read.";\r
47             // \r
48             // rtf_dvdInfo\r
49             // \r
50             this.rtf_dvdInfo.DetectUrls = false;\r
51             this.rtf_dvdInfo.Location = new System.Drawing.Point(16, 51);\r
52             this.rtf_dvdInfo.Name = "rtf_dvdInfo";\r
53             this.rtf_dvdInfo.ReadOnly = true;\r
54             this.rtf_dvdInfo.Size = new System.Drawing.Size(515, 395);\r
55             this.rtf_dvdInfo.TabIndex = 29;\r
56             this.rtf_dvdInfo.Text = "";\r
57             // \r
58             // btn_close\r
59             // \r
60             this.btn_close.BackColor = System.Drawing.SystemColors.Control;\r
61             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
62             this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
63             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
64             this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
65             this.btn_close.Location = new System.Drawing.Point(421, 452);\r
66             this.btn_close.Name = "btn_close";\r
67             this.btn_close.Size = new System.Drawing.Size(110, 22);\r
68             this.btn_close.TabIndex = 28;\r
69             this.btn_close.TabStop = false;\r
70             this.btn_close.Text = "Close Window";\r
71             this.btn_close.UseVisualStyleBackColor = false;\r
72             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
73             // \r
74             // frmDvdInfo\r
75             // \r
76             this.AcceptButton = this.btn_close;\r
77             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
78             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
79             this.ClientSize = new System.Drawing.Size(547, 495);\r
80             this.Controls.Add(this.Label2);\r
81             this.Controls.Add(this.rtf_dvdInfo);\r
82             this.Controls.Add(this.btn_close);\r
83             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
84             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
85             this.MaximizeBox = false;\r
86             this.MaximumSize = new System.Drawing.Size(553, 520);\r
87             this.MinimizeBox = false;\r
88             this.MinimumSize = new System.Drawing.Size(553, 520);\r
89             this.Name = "frmDvdInfo";\r
90             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
91             this.Text = "Read DVD";\r
92             this.ResumeLayout(false);\r
93             this.PerformLayout();\r
94 \r
95         }\r
96 \r
97         #endregion\r
98 \r
99         internal System.Windows.Forms.Label Label2;\r
100         internal System.Windows.Forms.RichTextBox rtf_dvdInfo;\r
101         internal System.Windows.Forms.Button btn_close;\r
102     }\r
103 }