OSDN Git Service

697d75c788b4c0f881c921ae98d57dec2fc70638
[handbrake-jp/handbrake-jp-git.git] / win / C# / HandBrake.ApplicationServices / Views / ExceptionWindow.designer.cs
1 namespace HandBrake.ApplicationServices.Views\r
2 {\r
3     partial class ExceptionWindow\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             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExceptionWindow));\r
32             this.panel1 = new System.Windows.Forms.Panel();\r
33             this.panel2 = new System.Windows.Forms.Panel();\r
34             this.PictureBox1 = new System.Windows.Forms.PictureBox();\r
35             this.label3 = new System.Windows.Forms.Label();\r
36             this.label1 = new System.Windows.Forms.Label();\r
37             this.lbl_shortError = new System.Windows.Forms.Label();\r
38             this.panel3 = new System.Windows.Forms.Panel();\r
39             this.panel5 = new System.Windows.Forms.Panel();\r
40             this.panel4 = new System.Windows.Forms.Panel();\r
41             this.panel6 = new System.Windows.Forms.Panel();\r
42             this.btn_close = new System.Windows.Forms.Button();\r
43             this.btn_copy = new System.Windows.Forms.Button();\r
44             this.rtf_exceptionFull = new System.Windows.Forms.RichTextBox();\r
45             this.mnu_copy_log = new System.Windows.Forms.ToolStripMenuItem();\r
46             this.panel1.SuspendLayout();\r
47             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
48             this.panel4.SuspendLayout();\r
49             this.panel6.SuspendLayout();\r
50             this.SuspendLayout();\r
51             // \r
52             // panel1\r
53             // \r
54             this.panel1.BackColor = System.Drawing.Color.White;\r
55             this.panel1.Controls.Add(this.panel2);\r
56             this.panel1.Controls.Add(this.PictureBox1);\r
57             this.panel1.Controls.Add(this.label3);\r
58             this.panel1.Controls.Add(this.label1);\r
59             this.panel1.Controls.Add(this.lbl_shortError);\r
60             this.panel1.Dock = System.Windows.Forms.DockStyle.Top;\r
61             this.panel1.Location = new System.Drawing.Point(0, 0);\r
62             this.panel1.Name = "panel1";\r
63             this.panel1.Size = new System.Drawing.Size(669, 97);\r
64             this.panel1.TabIndex = 61;\r
65             // \r
66             // panel2\r
67             // \r
68             this.panel2.BackColor = System.Drawing.SystemColors.Control;\r
69             this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;\r
70             this.panel2.Location = new System.Drawing.Point(0, 87);\r
71             this.panel2.MaximumSize = new System.Drawing.Size(0, 10);\r
72             this.panel2.MinimumSize = new System.Drawing.Size(0, 10);\r
73             this.panel2.Name = "panel2";\r
74             this.panel2.Size = new System.Drawing.Size(669, 10);\r
75             this.panel2.TabIndex = 59;\r
76             // \r
77             // PictureBox1\r
78             // \r
79             this.PictureBox1.Image = global::HandBrake.ApplicationServices.Properties.Resources.ErrorX;\r
80             this.PictureBox1.InitialImage = null;\r
81             this.PictureBox1.Location = new System.Drawing.Point(12, 12);\r
82             this.PictureBox1.Name = "PictureBox1";\r
83             this.PictureBox1.Size = new System.Drawing.Size(64, 64);\r
84             this.PictureBox1.TabIndex = 24;\r
85             this.PictureBox1.TabStop = false;\r
86             // \r
87             // label3\r
88             // \r
89             this.label3.AutoSize = true;\r
90             this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
91             this.label3.Location = new System.Drawing.Point(84, 63);\r
92             this.label3.Name = "label3";\r
93             this.label3.Size = new System.Drawing.Size(80, 13);\r
94             this.label3.TabIndex = 57;\r
95             this.label3.Text = "Error Details:";\r
96             // \r
97             // label1\r
98             // \r
99             this.label1.AutoSize = true;\r
100             this.label1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
101             this.label1.Location = new System.Drawing.Point(84, 12);\r
102             this.label1.Name = "label1";\r
103             this.label1.Size = new System.Drawing.Size(150, 16);\r
104             this.label1.TabIndex = 25;\r
105             this.label1.Text = "An Error has occured.";\r
106             // \r
107             // lbl_shortError\r
108             // \r
109             this.lbl_shortError.Location = new System.Drawing.Point(84, 33);\r
110             this.lbl_shortError.Name = "lbl_shortError";\r
111             this.lbl_shortError.Size = new System.Drawing.Size(573, 30);\r
112             this.lbl_shortError.TabIndex = 58;\r
113             this.lbl_shortError.Text = "An Unknown Error has occured.";\r
114             // \r
115             // panel3\r
116             // \r
117             this.panel3.Dock = System.Windows.Forms.DockStyle.Left;\r
118             this.panel3.Location = new System.Drawing.Point(0, 97);\r
119             this.panel3.Name = "panel3";\r
120             this.panel3.Size = new System.Drawing.Size(76, 216);\r
121             this.panel3.TabIndex = 68;\r
122             // \r
123             // panel5\r
124             // \r
125             this.panel5.Dock = System.Windows.Forms.DockStyle.Right;\r
126             this.panel5.Location = new System.Drawing.Point(640, 97);\r
127             this.panel5.Name = "panel5";\r
128             this.panel5.Size = new System.Drawing.Size(29, 216);\r
129             this.panel5.TabIndex = 69;\r
130             // \r
131             // panel4\r
132             // \r
133             this.panel4.Controls.Add(this.panel6);\r
134             this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;\r
135             this.panel4.Location = new System.Drawing.Point(0, 313);\r
136             this.panel4.Name = "panel4";\r
137             this.panel4.Size = new System.Drawing.Size(669, 42);\r
138             this.panel4.TabIndex = 69;\r
139             // \r
140             // panel6\r
141             // \r
142             this.panel6.Controls.Add(this.btn_close);\r
143             this.panel6.Controls.Add(this.btn_copy);\r
144             this.panel6.Dock = System.Windows.Forms.DockStyle.Right;\r
145             this.panel6.Location = new System.Drawing.Point(491, 0);\r
146             this.panel6.Name = "panel6";\r
147             this.panel6.Size = new System.Drawing.Size(178, 42);\r
148             this.panel6.TabIndex = 58;\r
149             // \r
150             // btn_close\r
151             // \r
152             this.btn_close.BackColor = System.Drawing.Color.Transparent;\r
153             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
154             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
155             this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
156             this.btn_close.Location = new System.Drawing.Point(105, 8);\r
157             this.btn_close.Name = "btn_close";\r
158             this.btn_close.Size = new System.Drawing.Size(70, 25);\r
159             this.btn_close.TabIndex = 56;\r
160             this.btn_close.Text = "OK";\r
161             this.btn_close.UseVisualStyleBackColor = false;\r
162             this.btn_close.Click += new System.EventHandler(this.BtnCloseClick);\r
163             // \r
164             // btn_copy\r
165             // \r
166             this.btn_copy.BackColor = System.Drawing.Color.Transparent;\r
167             this.btn_copy.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
168             this.btn_copy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
169             this.btn_copy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
170             this.btn_copy.Image = global::HandBrake.ApplicationServices.Properties.Resources.copy;\r
171             this.btn_copy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
172             this.btn_copy.Location = new System.Drawing.Point(14, 8);\r
173             this.btn_copy.Name = "btn_copy";\r
174             this.btn_copy.Size = new System.Drawing.Size(85, 25);\r
175             this.btn_copy.TabIndex = 57;\r
176             this.btn_copy.Text = "Copy";\r
177             this.btn_copy.UseVisualStyleBackColor = false;\r
178             this.btn_copy.Click += new System.EventHandler(this.BtnCopyClick);\r
179             // \r
180             // rtf_exceptionFull\r
181             // \r
182             this.rtf_exceptionFull.Dock = System.Windows.Forms.DockStyle.Fill;\r
183             this.rtf_exceptionFull.Location = new System.Drawing.Point(76, 97);\r
184             this.rtf_exceptionFull.Name = "rtf_exceptionFull";\r
185             this.rtf_exceptionFull.Size = new System.Drawing.Size(564, 216);\r
186             this.rtf_exceptionFull.TabIndex = 70;\r
187             this.rtf_exceptionFull.Text = "";\r
188             // \r
189             // mnu_copy_log\r
190             // \r
191             this.mnu_copy_log.Image = global::HandBrake.ApplicationServices.Properties.Resources.copy;\r
192             this.mnu_copy_log.Name = "mnu_copy_log";\r
193             this.mnu_copy_log.Size = new System.Drawing.Size(152, 22);\r
194             this.mnu_copy_log.Text = "Copy";\r
195             this.mnu_copy_log.Click += new System.EventHandler(this.MnuCopyLogClick);\r
196             // \r
197             // ExceptionWindow\r
198             // \r
199             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
200             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
201             this.ClientSize = new System.Drawing.Size(669, 355);\r
202             this.Controls.Add(this.rtf_exceptionFull);\r
203             this.Controls.Add(this.panel3);\r
204             this.Controls.Add(this.panel5);\r
205             this.Controls.Add(this.panel4);\r
206             this.Controls.Add(this.panel1);\r
207             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
208             this.Name = "ExceptionWindow";\r
209             this.Text = "Error";\r
210             this.panel1.ResumeLayout(false);\r
211             this.panel1.PerformLayout();\r
212             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
213             this.panel4.ResumeLayout(false);\r
214             this.panel6.ResumeLayout(false);\r
215             this.ResumeLayout(false);\r
216 \r
217         }\r
218 \r
219         #endregion\r
220 \r
221         private System.Windows.Forms.Panel panel1;\r
222         private System.Windows.Forms.Panel panel2;\r
223         internal System.Windows.Forms.PictureBox PictureBox1;\r
224         private System.Windows.Forms.Label label3;\r
225         private System.Windows.Forms.Label label1;\r
226         private System.Windows.Forms.Label lbl_shortError;\r
227         private System.Windows.Forms.Panel panel3;\r
228         private System.Windows.Forms.Panel panel5;\r
229         private System.Windows.Forms.Panel panel4;\r
230         private System.Windows.Forms.RichTextBox rtf_exceptionFull;\r
231         internal System.Windows.Forms.Button btn_close;\r
232         private System.Windows.Forms.Panel panel6;\r
233         internal System.Windows.Forms.Button btn_copy;\r
234         private System.Windows.Forms.ContextMenuStrip rightClickMenu;\r
235         private System.Windows.Forms.ToolStripMenuItem mnu_copy_log;\r
236     }\r
237 }