249 lines
12 KiB
C#
249 lines
12 KiB
C#
namespace AndroidSideloader
|
|
{
|
|
partial class themeForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
this.button8 = new System.Windows.Forms.Button();
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
this.button9 = new System.Windows.Forms.Button();
|
|
this.button10 = new System.Windows.Forms.Button();
|
|
this.fontDialog1 = new System.Windows.Forms.FontDialog();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button11 = new System.Windows.Forms.Button();
|
|
this.button12 = new System.Windows.Forms.Button();
|
|
this.button13 = new System.Windows.Forms.Button();
|
|
this.openThemeDialog = new System.Windows.Forms.OpenFileDialog();
|
|
this.SuspendLayout();
|
|
//
|
|
// colorDialog1
|
|
//
|
|
this.colorDialog1.AnyColor = true;
|
|
this.colorDialog1.FullOpen = true;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(13, 12);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(128, 23);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "Set backgorund color";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(13, 68);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(128, 23);
|
|
this.button2.TabIndex = 0;
|
|
this.button2.Text = "Set panel color";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Location = new System.Drawing.Point(13, 152);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(128, 23);
|
|
this.button4.TabIndex = 0;
|
|
this.button4.Text = "Set button color";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Location = new System.Drawing.Point(13, 208);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(128, 23);
|
|
this.button5.TabIndex = 0;
|
|
this.button5.Text = "Set combobox color";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.Location = new System.Drawing.Point(13, 236);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(128, 23);
|
|
this.button6.TabIndex = 0;
|
|
this.button6.Text = "Set textbox color";
|
|
this.button6.UseVisualStyleBackColor = true;
|
|
this.button6.Click += new System.EventHandler(this.button6_Click);
|
|
//
|
|
// button7
|
|
//
|
|
this.button7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.button7.Location = new System.Drawing.Point(185, 11);
|
|
this.button7.Name = "button7";
|
|
this.button7.Size = new System.Drawing.Size(93, 52);
|
|
this.button7.TabIndex = 1;
|
|
this.button7.Text = "Save";
|
|
this.button7.UseVisualStyleBackColor = true;
|
|
this.button7.Click += new System.EventHandler(this.button7_Click);
|
|
//
|
|
// button8
|
|
//
|
|
this.button8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.button8.Location = new System.Drawing.Point(185, 69);
|
|
this.button8.Name = "button8";
|
|
this.button8.Size = new System.Drawing.Size(93, 52);
|
|
this.button8.TabIndex = 2;
|
|
this.button8.Text = "Reset";
|
|
this.button8.UseVisualStyleBackColor = true;
|
|
this.button8.Click += new System.EventHandler(this.button8_Click);
|
|
//
|
|
// openFileDialog1
|
|
//
|
|
this.openFileDialog1.Filter = "Images|*.png;*.jpg;*.bmp;*.gif";
|
|
//
|
|
// button9
|
|
//
|
|
this.button9.Location = new System.Drawing.Point(13, 40);
|
|
this.button9.Name = "button9";
|
|
this.button9.Size = new System.Drawing.Size(128, 23);
|
|
this.button9.TabIndex = 3;
|
|
this.button9.Text = "Set background picture";
|
|
this.button9.UseVisualStyleBackColor = true;
|
|
this.button9.Click += new System.EventHandler(this.button9_Click);
|
|
//
|
|
// button10
|
|
//
|
|
this.button10.Location = new System.Drawing.Point(13, 124);
|
|
this.button10.Name = "button10";
|
|
this.button10.Size = new System.Drawing.Size(128, 23);
|
|
this.button10.TabIndex = 4;
|
|
this.button10.Text = "Set font style";
|
|
this.button10.UseVisualStyleBackColor = true;
|
|
this.button10.Click += new System.EventHandler(this.button10_Click);
|
|
//
|
|
// fontDialog1
|
|
//
|
|
this.fontDialog1.Color = System.Drawing.Color.White;
|
|
this.fontDialog1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(13, 96);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(128, 23);
|
|
this.button3.TabIndex = 5;
|
|
this.button3.Text = "Set font color";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// button11
|
|
//
|
|
this.button11.Location = new System.Drawing.Point(13, 180);
|
|
this.button11.Name = "button11";
|
|
this.button11.Size = new System.Drawing.Size(128, 23);
|
|
this.button11.TabIndex = 6;
|
|
this.button11.Text = "Set sub-button color";
|
|
this.button11.UseVisualStyleBackColor = true;
|
|
this.button11.Click += new System.EventHandler(this.button11_Click);
|
|
//
|
|
// button12
|
|
//
|
|
this.button12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.button12.Location = new System.Drawing.Point(185, 127);
|
|
this.button12.Name = "button12";
|
|
this.button12.Size = new System.Drawing.Size(93, 52);
|
|
this.button12.TabIndex = 7;
|
|
this.button12.Text = "Export Theme";
|
|
this.button12.UseVisualStyleBackColor = true;
|
|
this.button12.Click += new System.EventHandler(this.button12_Click);
|
|
//
|
|
// button13
|
|
//
|
|
this.button13.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.button13.Location = new System.Drawing.Point(185, 185);
|
|
this.button13.Name = "button13";
|
|
this.button13.Size = new System.Drawing.Size(93, 52);
|
|
this.button13.TabIndex = 8;
|
|
this.button13.Text = "Import theme";
|
|
this.button13.UseVisualStyleBackColor = true;
|
|
this.button13.Click += new System.EventHandler(this.button13_Click);
|
|
//
|
|
// openThemeDialog
|
|
//
|
|
this.openThemeDialog.Filter = "Text Files|*.txt";
|
|
//
|
|
// themeForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = global::AndroidSideloader.Properties.Settings.Default.BackColor;
|
|
this.ClientSize = new System.Drawing.Size(290, 272);
|
|
this.Controls.Add(this.button13);
|
|
this.Controls.Add(this.button12);
|
|
this.Controls.Add(this.button11);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.button10);
|
|
this.Controls.Add(this.button9);
|
|
this.Controls.Add(this.button8);
|
|
this.Controls.Add(this.button7);
|
|
this.Controls.Add(this.button6);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.button4);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.DataBindings.Add(new System.Windows.Forms.Binding("BackColor", global::AndroidSideloader.Properties.Settings.Default, "BackColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
|
this.Name = "themeForm";
|
|
this.Text = "Create Your Theme";
|
|
this.Load += new System.EventHandler(this.themeForm_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ColorDialog colorDialog1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Button button7;
|
|
private System.Windows.Forms.Button button8;
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|
private System.Windows.Forms.Button button9;
|
|
private System.Windows.Forms.Button button10;
|
|
private System.Windows.Forms.FontDialog fontDialog1;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button11;
|
|
private System.Windows.Forms.Button button12;
|
|
private System.Windows.Forms.Button button13;
|
|
private System.Windows.Forms.OpenFileDialog openThemeDialog;
|
|
}
|
|
} |