OSDN Git Service

7191e29dccf19bc3722a1555e044645510e74a40
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmActivityWindow.Designer.cs
1 /*  frmDvdInfo.Designer.cs \r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.fr>.\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 frmActivityWindow\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(frmActivityWindow));\r
39             this.rtf_actLog = new System.Windows.Forms.RichTextBox();\r
40             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
41             this.panel1 = new System.Windows.Forms.Panel();\r
42             this.panel1.SuspendLayout();\r
43             this.SuspendLayout();\r
44             // \r
45             // rtf_actLog\r
46             // \r
47             this.rtf_actLog.Cursor = System.Windows.Forms.Cursors.IBeam;\r
48             this.rtf_actLog.DetectUrls = false;\r
49             this.rtf_actLog.Dock = System.Windows.Forms.DockStyle.Fill;\r
50             this.rtf_actLog.Location = new System.Drawing.Point(0, 0);\r
51             this.rtf_actLog.Name = "rtf_actLog";\r
52             this.rtf_actLog.ReadOnly = true;\r
53             this.rtf_actLog.Size = new System.Drawing.Size(390, 390);\r
54             this.rtf_actLog.TabIndex = 29;\r
55             this.rtf_actLog.Text = "";\r
56         \r
57             // \r
58             // ToolTip\r
59             // \r
60             this.ToolTip.Active = false;\r
61             // \r
62             // panel1\r
63             // \r
64             this.panel1.Controls.Add(this.rtf_actLog);\r
65             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
66             this.panel1.Location = new System.Drawing.Point(0, 0);\r
67             this.panel1.Name = "panel1";\r
68             this.panel1.Size = new System.Drawing.Size(390, 390);\r
69             this.panel1.TabIndex = 95;\r
70             // \r
71             // frmActivityWindow\r
72             // \r
73             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
74             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
75             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
76             this.ClientSize = new System.Drawing.Size(390, 390);\r
77             this.Controls.Add(this.panel1);\r
78             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
79             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
80             this.MaximizeBox = false;\r
81             this.MinimizeBox = false;\r
82             this.Name = "frmActivityWindow";\r
83             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;\r
84             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
85             this.Text = "Activity Window";\r
86             this.panel1.ResumeLayout(false);\r
87             this.ResumeLayout(false);\r
88 \r
89         }\r
90 \r
91         #endregion\r
92 \r
93         internal System.Windows.Forms.RichTextBox rtf_actLog;\r
94         internal System.Windows.Forms.ToolTip ToolTip;\r
95         private System.Windows.Forms.Panel panel1;\r
96     }\r
97 }