OSDN Git Service

import 0.9.3
[handbrake-jp/handbrake-jp.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.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
42             this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();\r
43             this.btn_encode_log = new System.Windows.Forms.ToolStripMenuItem();\r
44             this.btn_scan_log = new System.Windows.Forms.ToolStripMenuItem();\r
45             this.btn_copy = new System.Windows.Forms.ToolStripButton();\r
46             this.panel1 = new System.Windows.Forms.Panel();\r
47             this.statusStrip1 = new System.Windows.Forms.StatusStrip();\r
48             this.lbl_slb = new System.Windows.Forms.ToolStripStatusLabel();\r
49             this.txt_log = new System.Windows.Forms.ToolStripStatusLabel();\r
50             this.rightClickMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
51             this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
52             this.toolStrip1.SuspendLayout();\r
53             this.statusStrip1.SuspendLayout();\r
54             this.rightClickMenu.SuspendLayout();\r
55             this.SuspendLayout();\r
56             // \r
57             // rtf_actLog\r
58             // \r
59             this.rtf_actLog.ContextMenuStrip = this.rightClickMenu;\r
60             this.rtf_actLog.Cursor = System.Windows.Forms.Cursors.IBeam;\r
61             this.rtf_actLog.DetectUrls = false;\r
62             this.rtf_actLog.Dock = System.Windows.Forms.DockStyle.Fill;\r
63             this.rtf_actLog.Location = new System.Drawing.Point(0, 25);\r
64             this.rtf_actLog.Name = "rtf_actLog";\r
65             this.rtf_actLog.ReadOnly = true;\r
66             this.rtf_actLog.Size = new System.Drawing.Size(471, 530);\r
67             this.rtf_actLog.TabIndex = 29;\r
68             this.rtf_actLog.Text = "";\r
69             // \r
70             // ToolTip\r
71             // \r
72             this.ToolTip.Active = false;\r
73             // \r
74             // toolStrip1\r
75             // \r
76             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
77             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
78             this.toolStripDropDownButton1,\r
79             this.btn_copy});\r
80             this.toolStrip1.Location = new System.Drawing.Point(0, 0);\r
81             this.toolStrip1.Name = "toolStrip1";\r
82             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;\r
83             this.toolStrip1.Size = new System.Drawing.Size(471, 25);\r
84             this.toolStrip1.TabIndex = 96;\r
85             this.toolStrip1.Text = "toolStrip1";\r
86             // \r
87             // toolStripDropDownButton1\r
88             // \r
89             this.toolStripDropDownButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;\r
90             this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
91             this.btn_encode_log,\r
92             this.btn_scan_log});\r
93             this.toolStripDropDownButton1.Image = global::Handbrake.Properties.Resources.Output_Small;\r
94             this.toolStripDropDownButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
95             this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;\r
96             this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";\r
97             this.toolStripDropDownButton1.Size = new System.Drawing.Size(94, 22);\r
98             this.toolStripDropDownButton1.Text = "Select Log";\r
99             // \r
100             // btn_encode_log\r
101             // \r
102             this.btn_encode_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
103             this.btn_encode_log.Name = "btn_encode_log";\r
104             this.btn_encode_log.Size = new System.Drawing.Size(151, 22);\r
105             this.btn_encode_log.Text = "Encode Log";\r
106             this.btn_encode_log.Click += new System.EventHandler(this.btn_encode_log_Click);\r
107             // \r
108             // btn_scan_log\r
109             // \r
110             this.btn_scan_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
111             this.btn_scan_log.Name = "btn_scan_log";\r
112             this.btn_scan_log.Size = new System.Drawing.Size(151, 22);\r
113             this.btn_scan_log.Text = "Scan Log";\r
114             this.btn_scan_log.Click += new System.EventHandler(this.btn_scan_log_Click);\r
115             // \r
116             // btn_copy\r
117             // \r
118             this.btn_copy.Image = ((System.Drawing.Image)(resources.GetObject("btn_copy.Image")));\r
119             this.btn_copy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
120             this.btn_copy.ImageTransparentColor = System.Drawing.Color.Magenta;\r
121             this.btn_copy.Name = "btn_copy";\r
122             this.btn_copy.Size = new System.Drawing.Size(122, 22);\r
123             this.btn_copy.Text = "Copy to clipboard";\r
124             this.btn_copy.Click += new System.EventHandler(this.btn_copy_Click);\r
125             // \r
126             // panel1\r
127             // \r
128             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
129             this.panel1.Location = new System.Drawing.Point(0, 25);\r
130             this.panel1.Name = "panel1";\r
131             this.panel1.Size = new System.Drawing.Size(471, 552);\r
132             this.panel1.TabIndex = 97;\r
133             // \r
134             // statusStrip1\r
135             // \r
136             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
137             this.lbl_slb,\r
138             this.txt_log});\r
139             this.statusStrip1.Location = new System.Drawing.Point(0, 555);\r
140             this.statusStrip1.Name = "statusStrip1";\r
141             this.statusStrip1.Size = new System.Drawing.Size(471, 22);\r
142             this.statusStrip1.TabIndex = 98;\r
143             this.statusStrip1.Text = "statusStrip1";\r
144             // \r
145             // lbl_slb\r
146             // \r
147             this.lbl_slb.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
148             this.lbl_slb.Name = "lbl_slb";\r
149             this.lbl_slb.Size = new System.Drawing.Size(94, 17);\r
150             this.lbl_slb.Text = "Selected Log: ";\r
151             // \r
152             // txt_log\r
153             // \r
154             this.txt_log.BackColor = System.Drawing.Color.Transparent;\r
155             this.txt_log.Name = "txt_log";\r
156             this.txt_log.Size = new System.Drawing.Size(85, 17);\r
157             this.txt_log.Text = "{selected log}";\r
158             // \r
159             // rightClickMenu\r
160             // \r
161             this.rightClickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
162             this.copyToolStripMenuItem});\r
163             this.rightClickMenu.Name = "rightClickMenu";\r
164             this.rightClickMenu.Size = new System.Drawing.Size(153, 48);\r
165             // \r
166             // copyToolStripMenuItem\r
167             // \r
168             this.copyToolStripMenuItem.Image = global::Handbrake.Properties.Resources.copy;\r
169             this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";\r
170             this.copyToolStripMenuItem.Size = new System.Drawing.Size(152, 22);\r
171             this.copyToolStripMenuItem.Text = "Copy";\r
172             this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);\r
173             // \r
174             // frmActivityWindow\r
175             // \r
176             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
177             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
178             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
179             this.ClientSize = new System.Drawing.Size(471, 577);\r
180             this.Controls.Add(this.rtf_actLog);\r
181             this.Controls.Add(this.statusStrip1);\r
182             this.Controls.Add(this.panel1);\r
183             this.Controls.Add(this.toolStrip1);\r
184             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
185             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
186             this.MaximizeBox = false;\r
187             this.MinimizeBox = false;\r
188             this.Name = "frmActivityWindow";\r
189             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;\r
190             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
191             this.Text = "Activity Window";\r
192             this.toolStrip1.ResumeLayout(false);\r
193             this.toolStrip1.PerformLayout();\r
194             this.statusStrip1.ResumeLayout(false);\r
195             this.statusStrip1.PerformLayout();\r
196             this.rightClickMenu.ResumeLayout(false);\r
197             this.ResumeLayout(false);\r
198             this.PerformLayout();\r
199 \r
200         }\r
201 \r
202         #endregion\r
203 \r
204         internal System.Windows.Forms.RichTextBox rtf_actLog;\r
205         internal System.Windows.Forms.ToolTip ToolTip;\r
206         private System.Windows.Forms.ToolStrip toolStrip1;\r
207         private System.Windows.Forms.Panel panel1;\r
208         private System.Windows.Forms.StatusStrip statusStrip1;\r
209         private System.Windows.Forms.ToolStripStatusLabel txt_log;\r
210         private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;\r
211         private System.Windows.Forms.ToolStripMenuItem btn_encode_log;\r
212         private System.Windows.Forms.ToolStripMenuItem btn_scan_log;\r
213         private System.Windows.Forms.ToolStripButton btn_copy;\r
214         private System.Windows.Forms.ToolStripStatusLabel lbl_slb;\r
215         private System.Windows.Forms.ContextMenuStrip rightClickMenu;\r
216         private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;\r
217     }\r
218 }