OSDN Git Service

LinGui: make Help->Guide work on windows/mingw
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmExceptionWindow.Designer.cs
1 namespace Handbrake\r
2 {\r
3     partial class frmExceptionWindow\r
4     {\r
5         /// <summary>\r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// Clean up any resources being used.\r
12         /// </summary>\r
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows Form Designer generated code\r
24 \r
25         /// <summary>\r
26         /// Required method for Designer support - do not modify\r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             this.components = new System.ComponentModel.Container();\r
32             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmExceptionWindow));\r
33             this.panel1 = new System.Windows.Forms.Panel();\r
34             this.panel2 = new System.Windows.Forms.Panel();\r
35             this.PictureBox1 = new System.Windows.Forms.PictureBox();\r
36             this.label3 = new System.Windows.Forms.Label();\r
37             this.label1 = new System.Windows.Forms.Label();\r
38             this.lbl_shortError = new System.Windows.Forms.Label();\r
39             this.panel3 = new System.Windows.Forms.Panel();\r
40             this.panel5 = new System.Windows.Forms.Panel();\r
41             this.panel4 = new System.Windows.Forms.Panel();\r
42             this.panel6 = new System.Windows.Forms.Panel();\r
43             this.btn_close = new System.Windows.Forms.Button();\r
44             this.btn_copy = new System.Windows.Forms.Button();\r
45             this.rtf_exceptionFull = new System.Windows.Forms.RichTextBox();\r
46             this.rightClickMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
47             this.mnu_copy_log = new System.Windows.Forms.ToolStripMenuItem();\r
48             this.panel1.SuspendLayout();\r
49             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
50             this.panel4.SuspendLayout();\r
51             this.panel6.SuspendLayout();\r
52             this.rightClickMenu.SuspendLayout();\r
53             this.SuspendLayout();\r
54             // \r
55             // panel1\r
56             // \r
57             this.panel1.BackColor = System.Drawing.Color.White;\r
58             this.panel1.Controls.Add(this.panel2);\r
59             this.panel1.Controls.Add(this.PictureBox1);\r
60             this.panel1.Controls.Add(this.label3);\r
61             this.panel1.Controls.Add(this.label1);\r
62             this.panel1.Controls.Add(this.lbl_shortError);\r
63             this.panel1.Dock = System.Windows.Forms.DockStyle.Top;\r
64             this.panel1.Location = new System.Drawing.Point(0, 0);\r
65             this.panel1.Name = "panel1";\r
66             this.panel1.Size = new System.Drawing.Size(669, 97);\r
67             this.panel1.TabIndex = 61;\r
68             // \r
69             // panel2\r
70             // \r
71             this.panel2.BackColor = System.Drawing.SystemColors.Control;\r
72             this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;\r
73             this.panel2.Location = new System.Drawing.Point(0, 87);\r
74             this.panel2.MaximumSize = new System.Drawing.Size(0, 10);\r
75             this.panel2.MinimumSize = new System.Drawing.Size(0, 10);\r
76             this.panel2.Name = "panel2";\r
77             this.panel2.Size = new System.Drawing.Size(669, 10);\r
78             this.panel2.TabIndex = 59;\r
79             // \r
80             // PictureBox1\r
81             // \r
82             this.PictureBox1.Image = global::Handbrake.Properties.Resources.ErrorX;\r
83             this.PictureBox1.InitialImage = null;\r
84             this.PictureBox1.Location = new System.Drawing.Point(12, 12);\r
85             this.PictureBox1.Name = "PictureBox1";\r
86             this.PictureBox1.Size = new System.Drawing.Size(64, 64);\r
87             this.PictureBox1.TabIndex = 24;\r
88             this.PictureBox1.TabStop = false;\r
89             // \r
90             // label3\r
91             // \r
92             this.label3.AutoSize = true;\r
93             this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
94             this.label3.Location = new System.Drawing.Point(84, 63);\r
95             this.label3.Name = "label3";\r
96             this.label3.Size = new System.Drawing.Size(80, 13);\r
97             this.label3.TabIndex = 57;\r
98             this.label3.Text = "Error Details:";\r
99             // \r
100             // label1\r
101             // \r
102             this.label1.AutoSize = true;\r
103             this.label1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
104             this.label1.Location = new System.Drawing.Point(84, 12);\r
105             this.label1.Name = "label1";\r
106             this.label1.Size = new System.Drawing.Size(150, 16);\r
107             this.label1.TabIndex = 25;\r
108             this.label1.Text = "An Error has occured.";\r
109             // \r
110             // lbl_shortError\r
111             // \r
112             this.lbl_shortError.Location = new System.Drawing.Point(84, 33);\r
113             this.lbl_shortError.Name = "lbl_shortError";\r
114             this.lbl_shortError.Size = new System.Drawing.Size(573, 30);\r
115             this.lbl_shortError.TabIndex = 58;\r
116             this.lbl_shortError.Text = "An Unknown Error has occured.";\r
117             // \r
118             // panel3\r
119             // \r
120             this.panel3.Dock = System.Windows.Forms.DockStyle.Left;\r
121             this.panel3.Location = new System.Drawing.Point(0, 97);\r
122             this.panel3.Name = "panel3";\r
123             this.panel3.Size = new System.Drawing.Size(76, 216);\r
124             this.panel3.TabIndex = 68;\r
125             // \r
126             // panel5\r
127             // \r
128             this.panel5.Dock = System.Windows.Forms.DockStyle.Right;\r
129             this.panel5.Location = new System.Drawing.Point(640, 97);\r
130             this.panel5.Name = "panel5";\r
131             this.panel5.Size = new System.Drawing.Size(29, 216);\r
132             this.panel5.TabIndex = 69;\r
133             // \r
134             // panel4\r
135             // \r
136             this.panel4.Controls.Add(this.panel6);\r
137             this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;\r
138             this.panel4.Location = new System.Drawing.Point(0, 313);\r
139             this.panel4.Name = "panel4";\r
140             this.panel4.Size = new System.Drawing.Size(669, 42);\r
141             this.panel4.TabIndex = 69;\r
142             // \r
143             // panel6\r
144             // \r
145             this.panel6.Controls.Add(this.btn_close);\r
146             this.panel6.Controls.Add(this.btn_copy);\r
147             this.panel6.Dock = System.Windows.Forms.DockStyle.Right;\r
148             this.panel6.Location = new System.Drawing.Point(491, 0);\r
149             this.panel6.Name = "panel6";\r
150             this.panel6.Size = new System.Drawing.Size(178, 42);\r
151             this.panel6.TabIndex = 58;\r
152             // \r
153             // btn_close\r
154             // \r
155             this.btn_close.BackColor = System.Drawing.Color.Transparent;\r
156             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
157             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
158             this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
159             this.btn_close.Location = new System.Drawing.Point(105, 8);\r
160             this.btn_close.Name = "btn_close";\r
161             this.btn_close.Size = new System.Drawing.Size(70, 25);\r
162             this.btn_close.TabIndex = 56;\r
163             this.btn_close.Text = "OK";\r
164             this.btn_close.UseVisualStyleBackColor = false;\r
165             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
166             // \r
167             // btn_copy\r
168             // \r
169             this.btn_copy.BackColor = System.Drawing.Color.Transparent;\r
170             this.btn_copy.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
171             this.btn_copy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
172             this.btn_copy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
173             this.btn_copy.Image = global::Handbrake.Properties.Resources.copy;\r
174             this.btn_copy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
175             this.btn_copy.Location = new System.Drawing.Point(14, 8);\r
176             this.btn_copy.Name = "btn_copy";\r
177             this.btn_copy.Size = new System.Drawing.Size(85, 25);\r
178             this.btn_copy.TabIndex = 57;\r
179             this.btn_copy.Text = "Copy";\r
180             this.btn_copy.UseVisualStyleBackColor = false;\r
181             this.btn_copy.Click += new System.EventHandler(this.btn_copy_Click);\r
182             // \r
183             // rtf_exceptionFull\r
184             // \r
185             this.rtf_exceptionFull.ContextMenuStrip = this.rightClickMenu;\r
186             this.rtf_exceptionFull.Dock = System.Windows.Forms.DockStyle.Fill;\r
187             this.rtf_exceptionFull.Location = new System.Drawing.Point(76, 97);\r
188             this.rtf_exceptionFull.Name = "rtf_exceptionFull";\r
189             this.rtf_exceptionFull.Size = new System.Drawing.Size(564, 216);\r
190             this.rtf_exceptionFull.TabIndex = 70;\r
191             this.rtf_exceptionFull.Text = "";\r
192             // \r
193             // rightClickMenu\r
194             // \r
195             this.rightClickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
196             this.mnu_copy_log});\r
197             this.rightClickMenu.Name = "rightClickMenu";\r
198             this.rightClickMenu.Size = new System.Drawing.Size(153, 48);\r
199             // \r
200             // mnu_copy_log\r
201             // \r
202             this.mnu_copy_log.Image = global::Handbrake.Properties.Resources.copy;\r
203             this.mnu_copy_log.Name = "mnu_copy_log";\r
204             this.mnu_copy_log.Size = new System.Drawing.Size(152, 22);\r
205             this.mnu_copy_log.Text = "Copy";\r
206             this.mnu_copy_log.Click += new System.EventHandler(this.mnu_copy_log_Click);\r
207             // \r
208             // frmExceptionWindow\r
209             // \r
210             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
211             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
212             this.ClientSize = new System.Drawing.Size(669, 355);\r
213             this.Controls.Add(this.rtf_exceptionFull);\r
214             this.Controls.Add(this.panel3);\r
215             this.Controls.Add(this.panel5);\r
216             this.Controls.Add(this.panel4);\r
217             this.Controls.Add(this.panel1);\r
218             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
219             this.Name = "frmExceptionWindow";\r
220             this.Text = "Error";\r
221             this.panel1.ResumeLayout(false);\r
222             this.panel1.PerformLayout();\r
223             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
224             this.panel4.ResumeLayout(false);\r
225             this.panel6.ResumeLayout(false);\r
226             this.rightClickMenu.ResumeLayout(false);\r
227             this.ResumeLayout(false);\r
228 \r
229         }\r
230 \r
231         #endregion\r
232 \r
233         private System.Windows.Forms.Panel panel1;\r
234         private System.Windows.Forms.Panel panel2;\r
235         internal System.Windows.Forms.PictureBox PictureBox1;\r
236         private System.Windows.Forms.Label label3;\r
237         private System.Windows.Forms.Label label1;\r
238         private System.Windows.Forms.Label lbl_shortError;\r
239         private System.Windows.Forms.Panel panel3;\r
240         private System.Windows.Forms.Panel panel5;\r
241         private System.Windows.Forms.Panel panel4;\r
242         private System.Windows.Forms.RichTextBox rtf_exceptionFull;\r
243         internal System.Windows.Forms.Button btn_close;\r
244         private System.Windows.Forms.Panel panel6;\r
245         internal System.Windows.Forms.Button btn_copy;\r
246         private System.Windows.Forms.ContextMenuStrip rightClickMenu;\r
247         private System.Windows.Forms.ToolStripMenuItem mnu_copy_log;\r
248     }\r
249 }