OSDN Git Service

Fix hb_log to truncate the message at the correct point, fixes 1244.
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmDvdInfo.Designer.cs
1 /*  frmDvdInfo.Designer.cs \r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.m0k.org/>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 namespace Handbrake\r
8 {\r
9     partial class frmDvdInfo\r
10     {\r
11         /// <summary>\r
12         /// Required designer variable.\r
13         /// </summary>\r
14         private System.ComponentModel.IContainer components = null;\r
15 \r
16         /// <summary>\r
17         /// Clean up any resources being used.\r
18         /// </summary>\r
19         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
20         protected override void Dispose(bool disposing)\r
21         {\r
22             if (disposing && (components != null))\r
23             {\r
24                 components.Dispose();\r
25             }\r
26             base.Dispose(disposing);\r
27         }\r
28 \r
29         #region Windows Form Designer generated code\r
30 \r
31         /// <summary>\r
32         /// Required method for Designer support - do not modify\r
33         /// the contents of this method with the code editor.\r
34         /// </summary>\r
35         private void InitializeComponent()\r
36         {\r
37             this.components = new System.ComponentModel.Container();\r
38             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDvdInfo));\r
39             this.Label2 = new System.Windows.Forms.Label();\r
40             this.rtf_dvdInfo = new System.Windows.Forms.RichTextBox();\r
41             this.btn_close = new System.Windows.Forms.Button();\r
42             this.pictureBox1 = new System.Windows.Forms.PictureBox();\r
43             this.label1 = new System.Windows.Forms.Label();\r
44             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
45             this.btn_copy = new System.Windows.Forms.Button();\r
46             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();\r
47             this.SuspendLayout();\r
48             // \r
49             // Label2\r
50             // \r
51             this.Label2.AutoSize = true;\r
52             this.Label2.BackColor = System.Drawing.SystemColors.ControlLight;\r
53             this.Label2.Location = new System.Drawing.Point(59, 41);\r
54             this.Label2.Name = "Label2";\r
55             this.Label2.Size = new System.Drawing.Size(341, 13);\r
56             this.Label2.TabIndex = 30;\r
57             this.Label2.Text = "Handbrake\'s DVD information output in an unparsed form.";\r
58             // \r
59             // rtf_dvdInfo\r
60             // \r
61             this.rtf_dvdInfo.DetectUrls = false;\r
62             this.rtf_dvdInfo.Location = new System.Drawing.Point(19, 70);\r
63             this.rtf_dvdInfo.Name = "rtf_dvdInfo";\r
64             this.rtf_dvdInfo.ReadOnly = true;\r
65             this.rtf_dvdInfo.Size = new System.Drawing.Size(555, 365);\r
66             this.rtf_dvdInfo.TabIndex = 29;\r
67             this.rtf_dvdInfo.Text = "";\r
68             this.ToolTip.SetToolTip(this.rtf_dvdInfo, "Note: If you have not scanned a DVD then this window\r\nwill display the previously" +\r
69                     " read DVD.\r\n");\r
70             // \r
71             // btn_close\r
72             // \r
73             this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;\r
74             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
75             this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
76             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
77             this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
78             this.btn_close.Location = new System.Drawing.Point(446, 441);\r
79             this.btn_close.Name = "btn_close";\r
80             this.btn_close.Size = new System.Drawing.Size(128, 22);\r
81             this.btn_close.TabIndex = 28;\r
82             this.btn_close.TabStop = false;\r
83             this.btn_close.Text = "Close Window";\r
84             this.btn_close.UseVisualStyleBackColor = false;\r
85             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
86             // \r
87             // pictureBox1\r
88             // \r
89             this.pictureBox1.Image = global::Handbrake.Properties.Resources.Movies;\r
90             this.pictureBox1.Location = new System.Drawing.Point(15, 13);\r
91             this.pictureBox1.Name = "pictureBox1";\r
92             this.pictureBox1.Size = new System.Drawing.Size(37, 32);\r
93             this.pictureBox1.TabIndex = 39;\r
94             this.pictureBox1.TabStop = false;\r
95             // \r
96             // label1\r
97             // \r
98             this.label1.AutoSize = true;\r
99             this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
100             this.label1.Location = new System.Drawing.Point(59, 25);\r
101             this.label1.Name = "label1";\r
102             this.label1.Size = new System.Drawing.Size(154, 13);\r
103             this.label1.TabIndex = 40;\r
104             this.label1.Text = "Media Information Log";\r
105             // \r
106             // ToolTip\r
107             // \r
108             this.ToolTip.Active = false;\r
109             // \r
110             // btn_copy\r
111             // \r
112             this.btn_copy.BackColor = System.Drawing.SystemColors.ControlLight;\r
113             this.btn_copy.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
114             this.btn_copy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
115             this.btn_copy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
116             this.btn_copy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
117             this.btn_copy.Location = new System.Drawing.Point(19, 441);\r
118             this.btn_copy.Name = "btn_copy";\r
119             this.btn_copy.Size = new System.Drawing.Size(134, 23);\r
120             this.btn_copy.TabIndex = 93;\r
121             this.btn_copy.Text = "Copy to Clipboard";\r
122             this.btn_copy.UseVisualStyleBackColor = false;\r
123             this.btn_copy.Click += new System.EventHandler(this.btn_copy_Click);\r
124             // \r
125             // frmDvdInfo\r
126             // \r
127             this.AcceptButton = this.btn_close;\r
128             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
129             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
130             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
131             this.ClientSize = new System.Drawing.Size(592, 476);\r
132             this.Controls.Add(this.btn_copy);\r
133             this.Controls.Add(this.label1);\r
134             this.Controls.Add(this.pictureBox1);\r
135             this.Controls.Add(this.Label2);\r
136             this.Controls.Add(this.rtf_dvdInfo);\r
137             this.Controls.Add(this.btn_close);\r
138             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
139             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
140             this.MaximizeBox = false;\r
141             this.MinimizeBox = false;\r
142             this.Name = "frmDvdInfo";\r
143             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
144             this.Text = "Media Information";\r
145             this.Load += new System.EventHandler(this.frmDvdInfo_Load);\r
146             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();\r
147             this.ResumeLayout(false);\r
148             this.PerformLayout();\r
149 \r
150         }\r
151 \r
152         #endregion\r
153 \r
154         internal System.Windows.Forms.Label Label2;\r
155         internal System.Windows.Forms.RichTextBox rtf_dvdInfo;\r
156         internal System.Windows.Forms.Button btn_close;\r
157         private System.Windows.Forms.PictureBox pictureBox1;\r
158         private System.Windows.Forms.Label label1;\r
159         internal System.Windows.Forms.ToolTip ToolTip;\r
160         internal System.Windows.Forms.Button btn_copy;\r
161     }\r
162 }