summary refs log blame commit diff stats
path: root/plugins/wmpa/wmpa.vcxproj
blob: 0e5db7dce8c4fa6333ac2c1fda125e458ce5675d (plain) (tree)
generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-01-31 06:46:53 +0000
>.themecolorb.TabIndex = 17; // // themecolorc // this.themecolorc.BackColor = System.Drawing.SystemColors.HotTrack; this.themecolorc.Location = new System.Drawing.Point(189, 189); this.themecolorc.Name = "themecolorc"; this.themecolorc.Size = new System.Drawing.Size(40, 40); this.themecolorc.TabIndex = 7; // // themecolord // this.themecolord.BackColor = System.Drawing.SystemColors.HotTrack; this.themecolord.Location = new System.Drawing.Point(239, 189); this.themecolord.Name = "themecolord"; this.themecolord.Size = new System.Drawing.Size(40, 40); this.themecolord.TabIndex = 11; // // themecolore // this.themecolore.BackColor = System.Drawing.SystemColors.HotTrack; this.themecolore.Location = new System.Drawing.Point(289, 189); this.themecolore.Name = "themecolore"; this.themecolore.Size = new System.Drawing.Size(40, 40); this.themecolore.TabIndex = 15; // // themecolorf // this.themecolorf.BackColor = System.Drawing.SystemColors.HotTrack; this.themecolorf.Location = new System.Drawing.Point(339, 189); this.themecolorf.Name = "themecolorf"; this.themecolorf.Size = new System.Drawing.Size(40, 40); this.themecolorf.TabIndex = 19; // // themecolorfg // this.themecolorfg.AutoSize = true; this.themecolorfg.BackColor = System.Drawing.Color.Transparent; this.themecolorfg.Location = new System.Drawing.Point(190, 18); this.themecolorfg.Name = "themecolorfg"; this.themecolorfg.Size = new System.Drawing.Size(66, 13); this.themecolorfg.TabIndex = 21; this.themecolorfg.Text = "Sample Text"; // // themecolortextbg // this.themecolortextbg.Location = new System.Drawing.Point(180, 15); this.themecolortextbg.Name = "themecolortextbg"; this.themecolortextbg.Size = new System.Drawing.Size(208, 223); this.themecolortextbg.TabIndex = 20; // // importbutton // this.importbutton.Location = new System.Drawing.Point(12, 217); this.importbutton.Name = "importbutton"; this.importbutton.Size = new System.Drawing.Size(52, 23); this.importbutton.TabIndex = 1; this.importbutton.Text = "Add..."; this.importbutton.UseVisualStyleBackColor = true; this.importbutton.Click += new System.EventHandler(this.importbutton_Click_1); // // applybutton // this.applybutton.Location = new System.Drawing.Point(120, 217); this.applybutton.Name = "applybutton"; this.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; } }