2017-11-05 18:47:46 -05:00
|
|
|
|
namespace ShiftOS.Main.ShiftOS.Apps.ShifterStuff
|
2017-09-24 16:55:03 -05:00
|
|
|
|
{
|
|
|
|
|
partial class Shifter
|
|
|
|
|
{
|
|
|
|
|
/// <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 Component 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.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
2017-11-18 11:04:01 -07:00
|
|
|
|
this.btnSave = new System.Windows.Forms.Button();
|
2017-10-03 20:44:54 -06:00
|
|
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
|
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
2017-09-24 16:55:03 -05:00
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
2017-09-24 21:06:41 -05:00
|
|
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
2017-11-18 11:04:01 -07:00
|
|
|
|
this.btnLoad = new System.Windows.Forms.Button();
|
2017-09-24 16:55:03 -05:00
|
|
|
|
this.tabControl1.SuspendLayout();
|
|
|
|
|
this.tabPage1.SuspendLayout();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// tabControl1
|
|
|
|
|
//
|
|
|
|
|
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
|
|
|
this.tabControl1.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.tabControl1.Name = "tabControl1";
|
|
|
|
|
this.tabControl1.SelectedIndex = 0;
|
|
|
|
|
this.tabControl1.Size = new System.Drawing.Size(334, 322);
|
|
|
|
|
this.tabControl1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// tabPage1
|
|
|
|
|
//
|
2017-11-18 11:04:01 -07:00
|
|
|
|
this.tabPage1.Controls.Add(this.btnLoad);
|
2017-10-14 21:45:59 -06:00
|
|
|
|
this.tabPage1.Controls.Add(this.btnSave);
|
2017-10-03 20:44:54 -06:00
|
|
|
|
this.tabPage1.Controls.Add(this.button5);
|
|
|
|
|
this.tabPage1.Controls.Add(this.button4);
|
2017-10-01 09:52:36 -06:00
|
|
|
|
this.tabPage1.Controls.Add(this.button3);
|
|
|
|
|
this.tabPage1.Controls.Add(this.button2);
|
2017-09-24 16:55:03 -05:00
|
|
|
|
this.tabPage1.Controls.Add(this.groupBox1);
|
|
|
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage1.Name = "tabPage1";
|
|
|
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tabPage1.Size = new System.Drawing.Size(326, 296);
|
|
|
|
|
this.tabPage1.TabIndex = 0;
|
2017-09-24 21:06:41 -05:00
|
|
|
|
this.tabPage1.Text = "Titlebar";
|
2017-09-24 16:55:03 -05:00
|
|
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2017-11-18 11:04:01 -07:00
|
|
|
|
// btnSave
|
|
|
|
|
//
|
|
|
|
|
this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnSave.Font = new System.Drawing.Font("Lucida Console", 8.25F);
|
|
|
|
|
this.btnSave.Location = new System.Drawing.Point(6, 267);
|
|
|
|
|
this.btnSave.Name = "btnSave";
|
|
|
|
|
this.btnSave.Size = new System.Drawing.Size(155, 23);
|
|
|
|
|
this.btnSave.TabIndex = 6;
|
|
|
|
|
this.btnSave.Text = "Save Skin";
|
|
|
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
|
|
|
//
|
2017-10-03 20:44:54 -06:00
|
|
|
|
// button5
|
|
|
|
|
//
|
|
|
|
|
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.button5.Font = new System.Drawing.Font("Lucida Console", 8.25F);
|
2017-10-14 21:45:59 -06:00
|
|
|
|
this.button5.Location = new System.Drawing.Point(6, 239);
|
2017-10-03 20:44:54 -06:00
|
|
|
|
this.button5.Name = "button5";
|
|
|
|
|
this.button5.Size = new System.Drawing.Size(314, 23);
|
|
|
|
|
this.button5.TabIndex = 5;
|
|
|
|
|
this.button5.Text = "Apply";
|
|
|
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
|
|
|
//
|
|
|
|
|
// button4
|
|
|
|
|
//
|
|
|
|
|
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.button4.Font = new System.Drawing.Font("Lucida Console", 8.25F);
|
2017-10-14 21:45:59 -06:00
|
|
|
|
this.button4.Location = new System.Drawing.Point(6, 181);
|
2017-10-03 20:44:54 -06:00
|
|
|
|
this.button4.Name = "button4";
|
|
|
|
|
this.button4.Size = new System.Drawing.Size(314, 23);
|
|
|
|
|
this.button4.TabIndex = 4;
|
|
|
|
|
this.button4.Text = "Set Random Skin";
|
|
|
|
|
this.button4.UseVisualStyleBackColor = true;
|
2017-11-05 18:47:46 -05:00
|
|
|
|
this.button4.Click += new System.EventHandler(this.SetRandomSkin);
|
2017-10-03 20:44:54 -06:00
|
|
|
|
//
|
|
|
|
|
// button3
|
|
|
|
|
//
|
|
|
|
|
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.button3.Font = new System.Drawing.Font("Lucida Console", 8.25F);
|
2017-10-14 21:45:59 -06:00
|
|
|
|
this.button3.Location = new System.Drawing.Point(6, 210);
|
2017-10-03 20:44:54 -06:00
|
|
|
|
this.button3.Name = "button3";
|
|
|
|
|
this.button3.Size = new System.Drawing.Size(155, 23);
|
|
|
|
|
this.button3.TabIndex = 3;
|
|
|
|
|
this.button3.Text = "Set Default Skin";
|
|
|
|
|
this.button3.UseVisualStyleBackColor = true;
|
2017-11-05 18:47:46 -05:00
|
|
|
|
this.button3.Click += new System.EventHandler(this.SetDefaultSkin);
|
2017-10-03 20:44:54 -06:00
|
|
|
|
//
|
|
|
|
|
// button2
|
|
|
|
|
//
|
|
|
|
|
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.button2.Font = new System.Drawing.Font("Lucida Console", 8.25F);
|
2017-11-18 11:04:01 -07:00
|
|
|
|
this.button2.Location = new System.Drawing.Point(165, 210);
|
2017-10-03 20:44:54 -06:00
|
|
|
|
this.button2.Name = "button2";
|
2017-11-18 11:04:01 -07:00
|
|
|
|
this.button2.Size = new System.Drawing.Size(155, 23);
|
2017-10-03 20:44:54 -06:00
|
|
|
|
this.button2.TabIndex = 2;
|
|
|
|
|
this.button2.Text = "Set Colorful Skin";
|
|
|
|
|
this.button2.UseVisualStyleBackColor = true;
|
2017-11-05 18:47:46 -05:00
|
|
|
|
this.button2.Click += new System.EventHandler(this.SetColorSkin);
|
2017-10-03 20:44:54 -06:00
|
|
|
|
//
|
2017-09-24 16:55:03 -05:00
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Controls.Add(this.button1);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(6, 6);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(161, 108);
|
|
|
|
|
this.groupBox1.TabIndex = 0;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "groupBox1";
|
|
|
|
|
//
|
|
|
|
|
// button1
|
|
|
|
|
//
|
|
|
|
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.button1.Font = new System.Drawing.Font("Lucida Console", 8.25F);
|
|
|
|
|
this.button1.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
this.button1.Name = "button1";
|
|
|
|
|
this.button1.Size = new System.Drawing.Size(149, 23);
|
|
|
|
|
this.button1.TabIndex = 1;
|
|
|
|
|
this.button1.Text = "Set Titlebar Color";
|
|
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
|
|
//
|
2017-09-24 21:06:41 -05:00
|
|
|
|
// tabPage2
|
|
|
|
|
//
|
|
|
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage2.Name = "tabPage2";
|
|
|
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tabPage2.Size = new System.Drawing.Size(326, 296);
|
|
|
|
|
this.tabPage2.TabIndex = 1;
|
|
|
|
|
this.tabPage2.Text = "tabPage2";
|
|
|
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2017-11-18 11:04:01 -07:00
|
|
|
|
// btnLoad
|
2017-10-14 21:45:59 -06:00
|
|
|
|
//
|
2017-11-18 11:04:01 -07:00
|
|
|
|
this.btnLoad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnLoad.Font = new System.Drawing.Font("Lucida Console", 8.25F);
|
|
|
|
|
this.btnLoad.Location = new System.Drawing.Point(165, 267);
|
|
|
|
|
this.btnLoad.Name = "btnLoad";
|
|
|
|
|
this.btnLoad.Size = new System.Drawing.Size(155, 23);
|
|
|
|
|
this.btnLoad.TabIndex = 7;
|
|
|
|
|
this.btnLoad.Text = "Load Skin";
|
|
|
|
|
this.btnLoad.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
|
2017-10-14 21:45:59 -06:00
|
|
|
|
//
|
2017-09-24 16:55:03 -05:00
|
|
|
|
// Shifter
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.tabControl1);
|
|
|
|
|
this.Name = "Shifter";
|
|
|
|
|
this.Size = new System.Drawing.Size(340, 325);
|
|
|
|
|
this.tabControl1.ResumeLayout(false);
|
|
|
|
|
this.tabPage1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage2;
|
2017-10-01 09:52:36 -06:00
|
|
|
|
private System.Windows.Forms.Button button3;
|
|
|
|
|
private System.Windows.Forms.Button button2;
|
2017-10-03 20:44:54 -06:00
|
|
|
|
private System.Windows.Forms.Button button4;
|
|
|
|
|
private System.Windows.Forms.Button button5;
|
2017-10-14 21:45:59 -06:00
|
|
|
|
private System.Windows.Forms.Button btnSave;
|
2017-11-18 11:04:01 -07:00
|
|
|
|
private System.Windows.Forms.Button btnLoad;
|
2017-09-24 16:55:03 -05:00
|
|
|
|
}
|
|
|
|
|
}
|