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