/** * HexChat Theme Manager * * Copyright (C) 2012 Patrick Griffs * Copyright (C) 2012 Berke Viktor * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ namespace thememan { partial class HTM { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HTM)); this.themelist = new System.Windows.Forms.ListBox(); this.themecolor0 = new System.Windows.Forms.Label(); this.themecolor1 = new System.Windows.Forms.Label(); this.themecolor2 = new System.Windows.Forms.Label(); this.themecolor3 = new System.Windows.Forms.Label(); this.themecolor4 = new System.Windows.Forms.Label(); this.themecolor5 = new System.Windows.Forms.Label(); this.themecolor6 = new System.Windows.Forms.Label(); this.themecolor7 = new System.Windows.Forms.Label(); this.themecolor8 = new System.Windows.Forms.Label(); this.themecolor9 = new System.Windows.Forms.Label(); this.themecolora = new System.Windows.Forms.Label(); this.themecolorb = new System.Windows.Forms.Label(); this.themecolorc = new System.Windows.Forms.Label(); this.themecolord = new System.Windows.Forms.Label(); this.themecolore = new System.Windows.Forms.Label(); this.themecolorf = new System.Windows.Forms.Label(); this.themecolorfg = new System.Windows.Forms.Label(); this.themecolortextbg = new System.Windows.Forms.Label(); this.importbutton = new System.Windows.Forms.Button(); this.applybutton = new System.Windows.Forms.Button(); this.themecolorfgmarked = new System.Windows.Forms.Label(); this.deleteButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // themelist // this.themelist.FormattingEnabled = true; this.themelist.Location = new System.Drawing.Point(12, 12); this.themelist.Name = "themelist"; this.themelist.Size = new System.Drawing.Size(160, 199); this.themelist.TabIndex = 0; this.themelist.SelectedIndexChanged += new System.EventHandler(this.theme_selected); // // themecolor0 // this.themecolor0.BackColor = System.Drawing.SystemColors.HotTrack; this.themecolor0.Location = new System.Drawing.Point(189, 36); this.themecolor0.Name = "themecolor0"; this.themecolor0.Size = new System.Drawing.Size(40, 40); this.themecolor0.TabIndex = 6; // // themecolor1 // this.themecolor1.BackColor = System.Drawing.SystemColors.HotTrack; this.themecolor1.Location = new System.Drawing.Point(239, 36); this.themecolor1.Name = "themecolor1"; this.themecolor1.Size = new System.Drawing.Size
<!--
***********************************************************************************************
Microsoft.Cpp.x64.v110.targets

WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
          created a backup copy.  Incorrect changes to this file will make it
          impossible to load or build your projects from the command-line or the IDE.

This file defines the steps/targets required to build Visual C++ (version 11.0) projects
specifically on X64 platforms.

Copyright (C) Microsoft Corporation. All rights reserved.
***********************************************************************************************
-->

<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v110\ImportBefore\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v110\ImportBefore')" />
  <Import Project="$(VCTargetsPath)\Microsoft.CppCommon.targets" />
  <Import Project="$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v110\ImportAfter\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v110\ImportAfter')" />
</Project>
s.applybutton.Size = new System.Drawing.Size(52, 23); this.applybutton.TabIndex = 3; this.applybutton.Text = "Apply"; this.applybutton.UseVisualStyleBackColor = true; this.applybutton.Click += new System.EventHandler(this.applybutton_Click_1); // // themecolorfgmarked // this.themecolorfgmarked.AutoSize = true; this.themecolorfgmarked.Location = new System.Drawing.Point(313, 18); this.themecolorfgmarked.Name = "themecolorfgmarked"; this.themecolorfgmarked.Size = new System.Drawing.Size(67, 13); this.themecolorfgmarked.TabIndex = 22; this.themecolorfgmarked.Text = "Marked Text"; // // deleteButton // this.deleteButton.Location = new System.Drawing.Point(66, 217); this.deleteButton.Name = "deleteButton"; this.deleteButton.Size = new System.Drawing.Size(52, 23); this.deleteButton.TabIndex = 2; this.deleteButton.Text = "Delete"; this.deleteButton.UseVisualStyleBackColor = true; this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click); // // HTM // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(397, 248); this.Controls.Add(this.deleteButton); this.Controls.Add(this.themecolorfgmarked); this.Controls.Add(this.themecolorfg); this.Controls.Add(this.themecolorf); this.Controls.Add(this.themecolor3); this.Controls.Add(this.themecolorb); this.Controls.Add(this.themecolor7); this.Controls.Add(this.themecolore); this.Controls.Add(this.themecolor2); this.Controls.Add(this.themecolora); this.Controls.Add(this.themecolor6); this.Controls.Add(this.themecolord); this.Controls.Add(this.themecolor1); this.Controls.Add(this.themecolor9); this.Controls.Add(this.themecolor5); this.Controls.Add(this.themecolorc); this.Controls.Add(this.themecolor0); this.Controls.Add(this.themecolor8); this.Controls.Add(this.themecolor4); this.Controls.Add(this.importbutton); this.Controls.Add(this.applybutton); this.Controls.Add(this.themelist); this.Controls.Add(this.themecolortextbg); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "HTM"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "HexChat Theme Manager"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox themelist; private System.Windows.Forms.Label themecolor0; private System.Windows.Forms.Label themecolor1; private System.Windows.Forms.Label themecolor2; private System.Windows.Forms.Label themecolor3; private System.Windows.Forms.Label themecolor4; private System.Windows.Forms.Label themecolor5; private System.Windows.Forms.Label themecolor6; private System.Windows.Forms.Label themecolor7; private System.Windows.Forms.Label themecolor8; private System.Windows.Forms.Label themecolor9; private System.Windows.Forms.Label themecolora; private System.Windows.Forms.Label themecolorb; private System.Windows.Forms.Label themecolorc; private System.Windows.Forms.Label themecolord; private System.Windows.Forms.Label themecolore; private System.Windows.Forms.Label themecolorf; private System.Windows.Forms.Label themecolorfg; private System.Windows.Forms.Label themecolortextbg; private System.Windows.Forms.Button importbutton; private System.Windows.Forms.Button applybutton; private System.Windows.Forms.Label themecolorfgmarked; private System.Windows.Forms.Button deleteButton; } }