1 /**
2  * HexChat Theme Manager
3  *
4  * Copyright (C) 2012 Patrick Griffs
5  * Copyright (C) 2012 Berke Viktor
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
21 
22 namespace thememan
23 {
24     partial class HTM
25     {
26         /// <summary>
27         /// Required designer variable.
28         /// </summary>
29         private System.ComponentModel.IContainer components = null;
30 
31         /// <summary>
32         /// Clean up any resources being used.
33         /// </summary>
34         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Dispose(bool disposing)35         protected override void Dispose(bool disposing)
36         {
37             if (disposing && (components != null))
38             {
39                 components.Dispose();
40             }
41             base.Dispose(disposing);
42         }
43 
44         #region Windows Form Designer generated code
45 
46         /// <summary>
47         /// Required method for Designer support - do not modify
48         /// the contents of this method with the code editor.
49         /// </summary>
InitializeComponent()50         private void InitializeComponent()
51         {
52             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HTM));
53             this.themelist = new System.Windows.Forms.ListBox();
54             this.themecolor0 = new System.Windows.Forms.Label();
55             this.themecolor1 = new System.Windows.Forms.Label();
56             this.themecolor2 = new System.Windows.Forms.Label();
57             this.themecolor3 = new System.Windows.Forms.Label();
58             this.themecolor4 = new System.Windows.Forms.Label();
59             this.themecolor5 = new System.Windows.Forms.Label();
60             this.themecolor6 = new System.Windows.Forms.Label();
61             this.themecolor7 = new System.Windows.Forms.Label();
62             this.themecolor8 = new System.Windows.Forms.Label();
63             this.themecolor9 = new System.Windows.Forms.Label();
64             this.themecolora = new System.Windows.Forms.Label();
65             this.themecolorb = new System.Windows.Forms.Label();
66             this.themecolorc = new System.Windows.Forms.Label();
67             this.themecolord = new System.Windows.Forms.Label();
68             this.themecolore = new System.Windows.Forms.Label();
69             this.themecolorf = new System.Windows.Forms.Label();
70             this.themecolorfg = new System.Windows.Forms.Label();
71             this.themecolortextbg = new System.Windows.Forms.Label();
72             this.importbutton = new System.Windows.Forms.Button();
73             this.applybutton = new System.Windows.Forms.Button();
74             this.themecolorfgmarked = new System.Windows.Forms.Label();
75             this.deleteButton = new System.Windows.Forms.Button();
76             this.SuspendLayout();
77             //
78             // themelist
79             //
80             this.themelist.FormattingEnabled = true;
81             this.themelist.Location = new System.Drawing.Point(12, 12);
82             this.themelist.Name = "themelist";
83             this.themelist.Size = new System.Drawing.Size(160, 199);
84             this.themelist.TabIndex = 0;
85             this.themelist.SelectedIndexChanged += new System.EventHandler(this.theme_selected);
86             //
87             // themecolor0
88             //
89             this.themecolor0.BackColor = System.Drawing.SystemColors.HotTrack;
90             this.themecolor0.Location = new System.Drawing.Point(189, 36);
91             this.themecolor0.Name = "themecolor0";
92             this.themecolor0.Size = new System.Drawing.Size(40, 40);
93             this.themecolor0.TabIndex = 6;
94             //
95             // themecolor1
96             //
97             this.themecolor1.BackColor = System.Drawing.SystemColors.HotTrack;
98             this.themecolor1.Location = new System.Drawing.Point(239, 36);
99             this.themecolor1.Name = "themecolor1";
100             this.themecolor1.Size = new System.Drawing.Size(40, 40);
101             this.themecolor1.TabIndex = 10;
102             //
103             // themecolor2
104             //
105             this.themecolor2.BackColor = System.Drawing.SystemColors.HotTrack;
106             this.themecolor2.Location = new System.Drawing.Point(289, 36);
107             this.themecolor2.Name = "themecolor2";
108             this.themecolor2.Size = new System.Drawing.Size(40, 40);
109             this.themecolor2.TabIndex = 14;
110             //
111             // themecolor3
112             //
113             this.themecolor3.BackColor = System.Drawing.SystemColors.HotTrack;
114             this.themecolor3.Location = new System.Drawing.Point(339, 36);
115             this.themecolor3.Name = "themecolor3";
116             this.themecolor3.Size = new System.Drawing.Size(40, 40);
117             this.themecolor3.TabIndex = 18;
118             //
119             // themecolor4
120             //
121             this.themecolor4.BackColor = System.Drawing.SystemColors.HotTrack;
122             this.themecolor4.Location = new System.Drawing.Point(189, 87);
123             this.themecolor4.Name = "themecolor4";
124             this.themecolor4.Size = new System.Drawing.Size(40, 40);
125             this.themecolor4.TabIndex = 4;
126             //
127             // themecolor5
128             //
129             this.themecolor5.BackColor = System.Drawing.SystemColors.HotTrack;
130             this.themecolor5.Location = new System.Drawing.Point(239, 87);
131             this.themecolor5.Name = "themecolor5";
132             this.themecolor5.Size = new System.Drawing.Size(40, 40);
133             this.themecolor5.TabIndex = 8;
134             //
135             // themecolor6
136             //
137             this.themecolor6.BackColor = System.Drawing.SystemColors.HotTrack;
138             this.themecolor6.Location = new System.Drawing.Point(289, 87);
139             this.themecolor6.Name = "themecolor6";
140             this.themecolor6.Size = new System.Drawing.Size(40, 40);
141             this.themecolor6.TabIndex = 12;
142             //
143             // themecolor7
144             //
145             this.themecolor7.BackColor = System.Drawing.SystemColors.HotTrack;
146             this.themecolor7.Location = new System.Drawing.Point(339, 87);
147             this.themecolor7.Name = "themecolor7";
148             this.themecolor7.Size = new System.Drawing.Size(40, 40);
149             this.themecolor7.TabIndex = 16;
150             //
151             // themecolor8
152             //
153             this.themecolor8.BackColor = System.Drawing.SystemColors.HotTrack;
154             this.themecolor8.Location = new System.Drawing.Point(189, 138);
155             this.themecolor8.Name = "themecolor8";
156             this.themecolor8.Size = new System.Drawing.Size(40, 40);
157             this.themecolor8.TabIndex = 5;
158             //
159             // themecolor9
160             //
161             this.themecolor9.BackColor = System.Drawing.SystemColors.HotTrack;
162             this.themecolor9.Location = new System.Drawing.Point(239, 138);
163             this.themecolor9.Name = "themecolor9";
164             this.themecolor9.Size = new System.Drawing.Size(40, 40);
165             this.themecolor9.TabIndex = 9;
166             //
167             // themecolora
168             //
169             this.themecolora.BackColor = System.Drawing.SystemColors.HotTrack;
170             this.themecolora.Location = new System.Drawing.Point(289, 138);
171             this.themecolora.Name = "themecolora";
172             this.themecolora.Size = new System.Drawing.Size(40, 40);
173             this.themecolora.TabIndex = 13;
174             //
175             // themecolorb
176             //
177             this.themecolorb.BackColor = System.Drawing.SystemColors.HotTrack;
178             this.themecolorb.Location = new System.Drawing.Point(339, 138);
179             this.themecolorb.Name = "themecolorb";
180             this.themecolorb.Size = new System.Drawing.Size(40, 40);
181             this.themecolorb.TabIndex = 17;
182             //
183             // themecolorc
184             //
185             this.themecolorc.BackColor = System.Drawing.SystemColors.HotTrack;
186             this.themecolorc.Location = new System.Drawing.Point(189, 189);
187             this.themecolorc.Name = "themecolorc";
188             this.themecolorc.Size = new System.Drawing.Size(40, 40);
189             this.themecolorc.TabIndex = 7;
190             //
191             // themecolord
192             //
193             this.themecolord.BackColor = System.Drawing.SystemColors.HotTrack;
194             this.themecolord.Location = new System.Drawing.Point(239, 189);
195             this.themecolord.Name = "themecolord";
196             this.themecolord.Size = new System.Drawing.Size(40, 40);
197             this.themecolord.TabIndex = 11;
198             //
199             // themecolore
200             //
201             this.themecolore.BackColor = System.Drawing.SystemColors.HotTrack;
202             this.themecolore.Location = new System.Drawing.Point(289, 189);
203             this.themecolore.Name = "themecolore";
204             this.themecolore.Size = new System.Drawing.Size(40, 40);
205             this.themecolore.TabIndex = 15;
206             //
207             // themecolorf
208             //
209             this.themecolorf.BackColor = System.Drawing.SystemColors.HotTrack;
210             this.themecolorf.Location = new System.Drawing.Point(339, 189);
211             this.themecolorf.Name = "themecolorf";
212             this.themecolorf.Size = new System.Drawing.Size(40, 40);
213             this.themecolorf.TabIndex = 19;
214             //
215             // themecolorfg
216             //
217             this.themecolorfg.AutoSize = true;
218             this.themecolorfg.BackColor = System.Drawing.Color.Transparent;
219             this.themecolorfg.Location = new System.Drawing.Point(190, 18);
220             this.themecolorfg.Name = "themecolorfg";
221             this.themecolorfg.Size = new System.Drawing.Size(66, 13);
222             this.themecolorfg.TabIndex = 21;
223             this.themecolorfg.Text = "Sample Text";
224             //
225             // themecolortextbg
226             //
227             this.themecolortextbg.Location = new System.Drawing.Point(180, 15);
228             this.themecolortextbg.Name = "themecolortextbg";
229             this.themecolortextbg.Size = new System.Drawing.Size(208, 223);
230             this.themecolortextbg.TabIndex = 20;
231             //
232             // importbutton
233             //
234             this.importbutton.Location = new System.Drawing.Point(12, 217);
235             this.importbutton.Name = "importbutton";
236             this.importbutton.Size = new System.Drawing.Size(52, 23);
237             this.importbutton.TabIndex = 1;
238             this.importbutton.Text = "Add...";
239             this.importbutton.UseVisualStyleBackColor = true;
240             this.importbutton.Click += new System.EventHandler(this.importbutton_Click_1);
241             //
242             // applybutton
243             //
244             this.applybutton.Location = new System.Drawing.Point(120, 217);
245             this.applybutton.Name = "applybutton";
246             this.applybutton.Size = new System.Drawing.Size(52, 23);
247             this.applybutton.TabIndex = 3;
248             this.applybutton.Text = "Apply";
249             this.applybutton.UseVisualStyleBackColor = true;
250             this.applybutton.Click += new System.EventHandler(this.applybutton_Click_1);
251             //
252             // themecolorfgmarked
253             //
254             this.themecolorfgmarked.AutoSize = true;
255             this.themecolorfgmarked.Location = new System.Drawing.Point(313, 18);
256             this.themecolorfgmarked.Name = "themecolorfgmarked";
257             this.themecolorfgmarked.Size = new System.Drawing.Size(67, 13);
258             this.themecolorfgmarked.TabIndex = 22;
259             this.themecolorfgmarked.Text = "Marked Text";
260             //
261             // deleteButton
262             //
263             this.deleteButton.Location = new System.Drawing.Point(66, 217);
264             this.deleteButton.Name = "deleteButton";
265             this.deleteButton.Size = new System.Drawing.Size(52, 23);
266             this.deleteButton.TabIndex = 2;
267             this.deleteButton.Text = "Delete";
268             this.deleteButton.UseVisualStyleBackColor = true;
269             this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
270             //
271             // HTM
272             //
273             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
274             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
275             this.ClientSize = new System.Drawing.Size(397, 248);
276             this.Controls.Add(this.deleteButton);
277             this.Controls.Add(this.themecolorfgmarked);
278             this.Controls.Add(this.themecolorfg);
279             this.Controls.Add(this.themecolorf);
280             this.Controls.Add(this.themecolor3);
281             this.Controls.Add(this.themecolorb);
282             this.Controls.Add(this.themecolor7);
283             this.Controls.Add(this.themecolore);
284             this.Controls.Add(this.themecolor2);
285             this.Controls.Add(this.themecolora);
286             this.Controls.Add(this.themecolor6);
287             this.Controls.Add(this.themecolord);
288             this.Controls.Add(this.themecolor1);
289             this.Controls.Add(this.themecolor9);
290             this.Controls.Add(this.themecolor5);
291             this.Controls.Add(this.themecolorc);
292             this.Controls.Add(this.themecolor0);
293             this.Controls.Add(this.themecolor8);
294             this.Controls.Add(this.themecolor4);
295             this.Controls.Add(this.importbutton);
296             this.Controls.Add(this.applybutton);
297             this.Controls.Add(this.themelist);
298             this.Controls.Add(this.themecolortextbg);
299             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
300             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
301             this.MaximizeBox = false;
302             this.Name = "HTM";
303             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
304             this.Text = "HexChat Theme Manager";
305             this.ResumeLayout(false);
306             this.PerformLayout();
307 
308         }
309 
310         #endregion
311 
312         private System.Windows.Forms.ListBox themelist;
313         private System.Windows.Forms.Label themecolor0;
314         private System.Windows.Forms.Label themecolor1;
315         private System.Windows.Forms.Label themecolor2;
316         private System.Windows.Forms.Label themecolor3;
317         private System.Windows.Forms.Label themecolor4;
318         private System.Windows.Forms.Label themecolor5;
319         private System.Windows.Forms.Label themecolor6;
320         private System.Windows.Forms.Label themecolor7;
321         private System.Windows.Forms.Label themecolor8;
322         private System.Windows.Forms.Label themecolor9;
323         private System.Windows.Forms.Label themecolora;
324         private System.Windows.Forms.Label themecolorb;
325         private System.Windows.Forms.Label themecolorc;
326         private System.Windows.Forms.Label themecolord;
327         private System.Windows.Forms.Label themecolore;
328         private System.Windows.Forms.Label themecolorf;
329         private System.Windows.Forms.Label themecolorfg;
330         private System.Windows.Forms.Label themecolortextbg;
331         private System.Windows.Forms.Button importbutton;
332         private System.Windows.Forms.Button applybutton;
333         private System.Windows.Forms.Label themecolorfgmarked;
334         private System.Windows.Forms.Button deleteButton;
335     }
336 }
337 
338