OSDN Git Service

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