OSDN Git Service

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