OSDN Git Service

ac1e6f1acb94760e594a079fe4ded37cec923dc4
[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.btn_close = new System.Windows.Forms.Button();\r
41             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
42             this.btn_copy = new System.Windows.Forms.Button();\r
43             this.btn_refresh = new System.Windows.Forms.Button();\r
44             this.SuspendLayout();\r
45             // \r
46             // rtf_actLog\r
47             // \r
48             this.rtf_actLog.Cursor = System.Windows.Forms.Cursors.IBeam;\r
49             this.rtf_actLog.DetectUrls = false;\r
50             this.rtf_actLog.Location = new System.Drawing.Point(12, 12);\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(515, 433);\r
54             this.rtf_actLog.TabIndex = 29;\r
55             this.rtf_actLog.Text = "";\r
56             // \r
57             // btn_close\r
58             // \r
59             this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;\r
60             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
61             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
62             this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
63             this.btn_close.Location = new System.Drawing.Point(399, 451);\r
64             this.btn_close.Name = "btn_close";\r
65             this.btn_close.Size = new System.Drawing.Size(128, 22);\r
66             this.btn_close.TabIndex = 28;\r
67             this.btn_close.TabStop = false;\r
68             this.btn_close.Text = "Close Window";\r
69             this.btn_close.UseVisualStyleBackColor = true;\r
70             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
71             // \r
72             // ToolTip\r
73             // \r
74             this.ToolTip.Active = false;\r
75             // \r
76             // btn_copy\r
77             // \r
78             this.btn_copy.BackColor = System.Drawing.SystemColors.ControlLight;\r
79             this.btn_copy.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
80             this.btn_copy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
81             this.btn_copy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
82             this.btn_copy.Location = new System.Drawing.Point(12, 451);\r
83             this.btn_copy.Name = "btn_copy";\r
84             this.btn_copy.Size = new System.Drawing.Size(134, 23);\r
85             this.btn_copy.TabIndex = 93;\r
86             this.btn_copy.Text = "Copy to Clipboard";\r
87             this.btn_copy.UseVisualStyleBackColor = true;\r
88             this.btn_copy.Click += new System.EventHandler(this.btn_copy_Click);\r
89             // \r
90             // btn_refresh\r
91             // \r
92             this.btn_refresh.BackColor = System.Drawing.SystemColors.ControlLight;\r
93             this.btn_refresh.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
94             this.btn_refresh.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
95             this.btn_refresh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
96             this.btn_refresh.Location = new System.Drawing.Point(152, 451);\r
97             this.btn_refresh.Name = "btn_refresh";\r
98             this.btn_refresh.Size = new System.Drawing.Size(69, 23);\r
99             this.btn_refresh.TabIndex = 94;\r
100             this.btn_refresh.Text = "Refresh";\r
101             this.btn_refresh.UseVisualStyleBackColor = true;\r
102             this.btn_refresh.Click += new System.EventHandler(this.btn_refresh_Click);\r
103             // \r
104             // frmActivityWindow\r
105             // \r
106             this.AcceptButton = this.btn_close;\r
107             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
108             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
109             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
110             this.ClientSize = new System.Drawing.Size(539, 486);\r
111             this.Controls.Add(this.btn_refresh);\r
112             this.Controls.Add(this.btn_copy);\r
113             this.Controls.Add(this.rtf_actLog);\r
114             this.Controls.Add(this.btn_close);\r
115             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
116             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
117             this.MaximizeBox = false;\r
118             this.MinimizeBox = false;\r
119             this.Name = "frmActivityWindow";\r
120             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
121             this.Text = "Activity Window";\r
122             this.Load += new System.EventHandler(this.frmActivityWindow_Load);\r
123             this.ResumeLayout(false);\r
124 \r
125         }\r
126 \r
127         #endregion\r
128 \r
129         internal System.Windows.Forms.RichTextBox rtf_actLog;\r
130         internal System.Windows.Forms.Button btn_close;\r
131         internal System.Windows.Forms.ToolTip ToolTip;\r
132         internal System.Windows.Forms.Button btn_copy;\r
133         internal System.Windows.Forms.Button btn_refresh;\r
134     }\r
135 }