OSDN Git Service

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