OSDN Git Service

WinGui:
[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.dropDownLogSelector = 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.rightClickMenu.SuspendLayout();\r
51             this.toolStrip1.SuspendLayout();\r
52             this.SuspendLayout();\r
53             // \r
54             // rtf_actLog\r
55             // \r
56             this.rtf_actLog.ContextMenuStrip = this.rightClickMenu;\r
57             this.rtf_actLog.Cursor = System.Windows.Forms.Cursors.IBeam;\r
58             this.rtf_actLog.DetectUrls = false;\r
59             this.rtf_actLog.Dock = System.Windows.Forms.DockStyle.Fill;\r
60             this.rtf_actLog.Location = new System.Drawing.Point(0, 25);\r
61             this.rtf_actLog.Name = "rtf_actLog";\r
62             this.rtf_actLog.ReadOnly = true;\r
63             this.rtf_actLog.Size = new System.Drawing.Size(404, 552);\r
64             this.rtf_actLog.TabIndex = 29;\r
65             this.rtf_actLog.Text = "";\r
66             // \r
67             // rightClickMenu\r
68             // \r
69             this.rightClickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
70             this.mnu_copy_log,\r
71             this.mnu_openLogFolder});\r
72             this.rightClickMenu.Name = "rightClickMenu";\r
73             this.rightClickMenu.Size = new System.Drawing.Size(254, 48);\r
74             // \r
75             // mnu_copy_log\r
76             // \r
77             this.mnu_copy_log.Image = global::Handbrake.Properties.Resources.copy;\r
78             this.mnu_copy_log.Name = "mnu_copy_log";\r
79             this.mnu_copy_log.Size = new System.Drawing.Size(253, 22);\r
80             this.mnu_copy_log.Text = "Copy";\r
81             this.mnu_copy_log.Click += new System.EventHandler(this.MnuCopyLogClick);\r
82             // \r
83             // mnu_openLogFolder\r
84             // \r
85             this.mnu_openLogFolder.Image = global::Handbrake.Properties.Resources.folder;\r
86             this.mnu_openLogFolder.Name = "mnu_openLogFolder";\r
87             this.mnu_openLogFolder.Size = new System.Drawing.Size(253, 22);\r
88             this.mnu_openLogFolder.Text = "Open Individual Log File Directory";\r
89             this.mnu_openLogFolder.Click += new System.EventHandler(this.MnuOpenLogFolderClick);\r
90             // \r
91             // ToolTip\r
92             // \r
93             this.ToolTip.Active = false;\r
94             // \r
95             // toolStrip1\r
96             // \r
97             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
98             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
99             this.dropDownLogSelector,\r
100             this.btn_copy});\r
101             this.toolStrip1.Location = new System.Drawing.Point(0, 0);\r
102             this.toolStrip1.Name = "toolStrip1";\r
103             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
104             this.toolStrip1.Size = new System.Drawing.Size(404, 25);\r
105             this.toolStrip1.TabIndex = 96;\r
106             this.toolStrip1.Text = "toolStrip1";\r
107             // \r
108             // dropDownLogSelector\r
109             // \r
110             this.dropDownLogSelector.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;\r
111             this.dropDownLogSelector.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
112             this.btn_encode_log,\r
113             this.btn_scan_log});\r
114             this.dropDownLogSelector.Image = global::Handbrake.Properties.Resources.Output_Small;\r
115             this.dropDownLogSelector.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
116             this.dropDownLogSelector.ImageTransparentColor = System.Drawing.Color.Magenta;\r
117             this.dropDownLogSelector.Name = "dropDownLogSelector";\r
118             this.dropDownLogSelector.Size = new System.Drawing.Size(90, 22);\r
119             this.dropDownLogSelector.Text = "Select Log";\r
120             // \r
121             // btn_encode_log\r
122             // \r
123             this.btn_encode_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
124             this.btn_encode_log.Name = "btn_encode_log";\r
125             this.btn_encode_log.Size = new System.Drawing.Size(152, 22);\r
126             this.btn_encode_log.Text = "Encode Log";\r
127             this.btn_encode_log.Click += new System.EventHandler(this.BtnEncodeLogClick);\r
128             // \r
129             // btn_scan_log\r
130             // \r
131             this.btn_scan_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
132             this.btn_scan_log.Name = "btn_scan_log";\r
133             this.btn_scan_log.Size = new System.Drawing.Size(152, 22);\r
134             this.btn_scan_log.Text = "Scan Log";\r
135             this.btn_scan_log.Click += new System.EventHandler(this.BtnScanLogClick);\r
136             // \r
137             // btn_copy\r
138             // \r
139             this.btn_copy.Image = ((System.Drawing.Image)(resources.GetObject("btn_copy.Image")));\r
140             this.btn_copy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
141             this.btn_copy.ImageTransparentColor = System.Drawing.Color.Magenta;\r
142             this.btn_copy.Name = "btn_copy";\r
143             this.btn_copy.Size = new System.Drawing.Size(122, 22);\r
144             this.btn_copy.Text = "Copy to clipboard";\r
145             this.btn_copy.Click += new System.EventHandler(this.BtnCopyClick);\r
146             // \r
147             // panel1\r
148             // \r
149             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
150             this.panel1.Location = new System.Drawing.Point(0, 25);\r
151             this.panel1.Name = "panel1";\r
152             this.panel1.Size = new System.Drawing.Size(404, 552);\r
153             this.panel1.TabIndex = 97;\r
154             // \r
155             // NewActivityWindow\r
156             // \r
157             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
158             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
159             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
160             this.ClientSize = new System.Drawing.Size(404, 577);\r
161             this.Controls.Add(this.rtf_actLog);\r
162             this.Controls.Add(this.panel1);\r
163             this.Controls.Add(this.toolStrip1);\r
164             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
165             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
166             this.MaximizeBox = false;\r
167             this.MinimizeBox = false;\r
168             this.Name = "NewActivityWindow";\r
169             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;\r
170             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
171             this.Text = "New Activity Window";\r
172             this.Load += new System.EventHandler(this.NewActivityWindow_Load);\r
173             this.rightClickMenu.ResumeLayout(false);\r
174             this.toolStrip1.ResumeLayout(false);\r
175             this.toolStrip1.PerformLayout();\r
176             this.ResumeLayout(false);\r
177             this.PerformLayout();\r
178 \r
179         }\r
180 \r
181         #endregion\r
182 \r
183         internal System.Windows.Forms.RichTextBox rtf_actLog;\r
184         internal System.Windows.Forms.ToolTip ToolTip;\r
185         private System.Windows.Forms.ToolStrip toolStrip1;\r
186         private System.Windows.Forms.Panel panel1;\r
187         private System.Windows.Forms.ToolStripDropDownButton dropDownLogSelector;\r
188         private System.Windows.Forms.ToolStripMenuItem btn_encode_log;\r
189         private System.Windows.Forms.ToolStripMenuItem btn_scan_log;\r
190         private System.Windows.Forms.ToolStripButton btn_copy;\r
191         private System.Windows.Forms.ContextMenuStrip rightClickMenu;\r
192         private System.Windows.Forms.ToolStripMenuItem mnu_copy_log;\r
193         private System.Windows.Forms.ToolStripMenuItem mnu_openLogFolder;\r
194     }\r
195 }