namespace ToggleSwitchDemo { partial class DemoForm { /// /// 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(DemoForm)); this.TopPanel = new System.Windows.Forms.Panel(); this.InfoLabel = new System.Windows.Forms.Label(); this.DemoTabControl = new System.Windows.Forms.TabControl(); this.StylesTabPage = new System.Windows.Forms.TabPage(); this.OSXStyleOnLabel = new System.Windows.Forms.Label(); this.OSXStyleOffLabel = new System.Windows.Forms.Label(); this.OSXStyleLabel = new System.Windows.Forms.Label(); this.ModernStyleLabel = new System.Windows.Forms.Label(); this.IphoneStyleLabel = new System.Windows.Forms.Label(); this.IOS5StyleLabel = new System.Windows.Forms.Label(); this.FancyStyleLabel = new System.Windows.Forms.Label(); this.CarbonStyleLabel = new System.Windows.Forms.Label(); this.BrushedMetalStyleLabel = new System.Windows.Forms.Label(); this.AndroidStyleLabel = new System.Windows.Forms.Label(); this.MetroStyleLabel = new System.Windows.Forms.Label(); this.SemiImportantPropertiesTabPage = new System.Windows.Forms.TabPage(); this.label19 = new System.Windows.Forms.Label(); this.ToggleOnSideClickCheckBox = new System.Windows.Forms.CheckBox(); this.ToggleOnButtonClickCheckBox = new System.Windows.Forms.CheckBox(); this.label18 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.ThresholdPercentageTrackBar = new System.Windows.Forms.TrackBar(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.GrayWhenDisabledCheckBox = new System.Windows.Forms.CheckBox(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.AllowUserChangeCheckBox = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.AllowUserChangeLabel = new System.Windows.Forms.Label(); this.SpecialCustomizationsTabPage = new System.Windows.Forms.TabPage(); this.label29 = new System.Windows.Forms.Label(); this.AnimatedGifPictureBox = new System.Windows.Forms.PictureBox(); this.label28 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.PlaygroundTabPage = new System.Windows.Forms.TabPage(); this.SimulateRestartBackgroundWorker = new System.ComponentModel.BackgroundWorker(); this.PlainAndSimpleStyleToggleSwitch = new JCS.ToggleSwitch(); this.FancyStyleToggleSwitch = new JCS.ToggleSwitch(); this.OSXStyleToggleSwitch = new JCS.ToggleSwitch(); this.CarbonStyleToggleSwitch = new JCS.ToggleSwitch(); this.ModernStyleToggleSwitch = new JCS.ToggleSwitch(); this.IphoneStyleToggleSwitch = new JCS.ToggleSwitch(); this.BrushedMetalStyleToggleSwitch = new JCS.ToggleSwitch(); this.AndroidStyleToggleSwitch = new JCS.ToggleSwitch(); this.IOS5StyleToggleSwitch = new JCS.ToggleSwitch(); this.MetroStyleToggleSwitch = new JCS.ToggleSwitch(); this.ToggleOnClickToggleSwitch = new JCS.ToggleSwitch(); this.ThresholdPercentageToggleSwitch = new JCS.ToggleSwitch(); this.GrayWhenDisabledToggleSwitch2 = new JCS.ToggleSwitch(); this.GrayWhenDisabledToggleSwitch1 = new JCS.ToggleSwitch(); this.SlowAnimationToggleSwitch = new JCS.ToggleSwitch(); this.FastAnimationToggleSwitch = new JCS.ToggleSwitch(); this.NoAnimationToggleSwitch = new JCS.ToggleSwitch(); this.AllowUserChangeToggleSwitch2 = new JCS.ToggleSwitch(); this.AllowUserChangeToggleSwitch1 = new JCS.ToggleSwitch(); this.AdvancedBehaviorFancyToggleSwitch = new JCS.ToggleSwitch(); this.CustomizedFancyToggleSwitch = new JCS.ToggleSwitch(); this.NormalFancyToggleSwitch = new JCS.ToggleSwitch(); this.CustomizedIOS5ToggleSwitch = new JCS.ToggleSwitch(); this.NormalIOS5ToggleSwitch = new JCS.ToggleSwitch(); this.CustomizedMetroToggleSwitch = new JCS.ToggleSwitch(); this.NormalMetroToggleSwitch = new JCS.ToggleSwitch(); this.PlaygroundToggleSwitch = new JCS.ToggleSwitch(); this.PlaygroundPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.label30 = new System.Windows.Forms.Label(); this.NormalPlainAndSimpleToggleSwitch = new JCS.ToggleSwitch(); this.CustomizedPlainAndSimpleToggleSwitch = new JCS.ToggleSwitch(); this.label31 = new System.Windows.Forms.Label(); this.label32 = new System.Windows.Forms.Label(); this.TopPanel.SuspendLayout(); this.DemoTabControl.SuspendLayout(); this.StylesTabPage.SuspendLayout(); this.SemiImportantPropertiesTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ThresholdPercentageTrackBar)).BeginInit(); this.SpecialCustomizationsTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.AnimatedGifPictureBox)).BeginInit(); this.PlaygroundTabPage.SuspendLayout(); this.SuspendLayout(); // // TopPanel // this.TopPanel.BackColor = System.Drawing.Color.White; this.TopPanel.Controls.Add(this.InfoLabel); this.TopPanel.Dock = System.Windows.Forms.DockStyle.Top; this.TopPanel.Location = new System.Drawing.Point(0, 0); this.TopPanel.Name = "TopPanel"; this.TopPanel.Size = new System.Drawing.Size(878, 100); this.TopPanel.TabIndex = 0; // // InfoLabel // this.InfoLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.InfoLabel.Location = new System.Drawing.Point(0, 0); this.InfoLabel.Name = "InfoLabel"; this.InfoLabel.Padding = new System.Windows.Forms.Padding(5); this.InfoLabel.Size = new System.Drawing.Size(878, 100); this.InfoLabel.TabIndex = 0; this.InfoLabel.Text = resources.GetString("InfoLabel.Text"); // // DemoTabControl // this.DemoTabControl.Controls.Add(this.StylesTabPage); this.DemoTabControl.Controls.Add(this.SemiImportantPropertiesTabPage); this.DemoTabControl.Controls.Add(this.SpecialCustomizationsTabPage); this.DemoTabControl.Controls.Add(this.PlaygroundTabPage); this.DemoTabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.DemoTabControl.Location = new System.Drawing.Point(0, 100); this.DemoTabControl.Name = "DemoTabControl"; this.DemoTabControl.SelectedIndex = 0; this.DemoTabControl.Size = new System.Drawing.Size(878, 505); this.DemoTabControl.TabIndex = 1; // // StylesTabPage // this.StylesTabPage.Controls.Add(this.label30); this.StylesTabPage.Controls.Add(this.PlainAndSimpleStyleToggleSwitch); this.StylesTabPage.Controls.Add(this.OSXStyleOnLabel); this.StylesTabPage.Controls.Add(this.OSXStyleOffLabel); this.StylesTabPage.Controls.Add(this.FancyStyleToggleSwitch); this.StylesTabPage.Controls.Add(this.OSXStyleToggleSwitch); this.StylesTabPage.Controls.Add(this.CarbonStyleToggleSwitch); this.StylesTabPage.Controls.Add(this.ModernStyleToggleSwitch); this.StylesTabPage.Controls.Add(this.IphoneStyleToggleSwitch); this.StylesTabPage.Controls.Add(this.BrushedMetalStyleToggleSwitch); this.StylesTabPage.Controls.Add(this.AndroidStyleToggleSwitch); this.StylesTabPage.Controls.Add(this.IOS5StyleToggleSwitch); this.StylesTabPage.Controls.Add(this.MetroStyleToggleSwitch); this.StylesTabPage.Controls.Add(this.OSXStyleLabel); this.StylesTabPage.Controls.Add(this.ModernStyleLabel); this.StylesTabPage.Controls.Add(this.IphoneStyleLabel); this.StylesTabPage.Controls.Add(this.IOS5StyleLabel); this.StylesTabPage.Controls.Add(this.FancyStyleLabel); this.StylesTabPage.Controls.Add(this.CarbonStyleLabel); this.StylesTabPage.Controls.Add(this.BrushedMetalStyleLabel); this.StylesTabPage.Controls.Add(this.AndroidStyleLabel); this.StylesTabPage.Controls.Add(this.MetroStyleLabel); this.StylesTabPage.Location = new System.Drawing.Point(4, 22); this.StylesTabPage.Name = "StylesTabPage"; this.StylesTabPage.Padding = new System.Windows.Forms.Padding(3); this.StylesTabPage.Size = new System.Drawing.Size(870, 479); this.StylesTabPage.TabIndex = 0; this.StylesTabPage.Text = "Styles"; this.StylesTabPage.UseVisualStyleBackColor = true; // // OSXStyleOnLabel // this.OSXStyleOnLabel.AutoSize = true; this.OSXStyleOnLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.OSXStyleOnLabel.Location = new System.Drawing.Point(530, 312); this.OSXStyleOnLabel.Name = "OSXStyleOnLabel"; this.OSXStyleOnLabel.Size = new System.Drawing.Size(31, 17); this.OSXStyleOnLabel.TabIndex = 19; this.OSXStyleOnLabel.Text = "ON"; // // OSXStyleOffLabel // this.OSXStyleOffLabel.AutoSize = true; this.OSXStyleOffLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.OSXStyleOffLabel.Location = new System.Drawing.Point(392, 312); this.OSXStyleOffLabel.Name = "OSXStyleOffLabel"; this.OSXStyleOffLabel.Size = new System.Drawing.Size(38, 17); this.OSXStyleOffLabel.TabIndex = 18; this.OSXStyleOffLabel.Text = "OFF"; // // OSXStyleLabel // this.OSXStyleLabel.AutoSize = true; this.OSXStyleLabel.Location = new System.Drawing.Point(392, 280); this.OSXStyleLabel.Name = "OSXStyleLabel"; this.OSXStyleLabel.Size = new System.Drawing.Size(64, 13); this.OSXStyleLabel.TabIndex = 8; this.OSXStyleLabel.Text = "Style = OSX"; // // ModernStyleLabel // this.ModernStyleLabel.AutoSize = true; this.ModernStyleLabel.Location = new System.Drawing.Point(623, 161); this.ModernStyleLabel.Name = "ModernStyleLabel"; this.ModernStyleLabel.Size = new System.Drawing.Size(78, 13); this.ModernStyleLabel.TabIndex = 7; this.ModernStyleLabel.Text = "Style = Modern"; // // IphoneStyleLabel // this.IphoneStyleLabel.AutoSize = true; this.IphoneStyleLabel.Location = new System.Drawing.Point(392, 161); this.IphoneStyleLabel.Name = "IphoneStyleLabel"; this.IphoneStyleLabel.Size = new System.Drawing.Size(75, 13); this.IphoneStyleLabel.TabIndex = 6; this.IphoneStyleLabel.Text = "Style = Iphone"; // // IOS5StyleLabel // this.IOS5StyleLabel.AutoSize = true; this.IOS5StyleLabel.Location = new System.Drawing.Point(392, 52); this.IOS5StyleLabel.Name = "IOS5StyleLabel"; this.IOS5StyleLabel.Size = new System.Drawing.Size(66, 13); this.IOS5StyleLabel.TabIndex = 5; this.IOS5StyleLabel.Text = "Style = IOS5"; // // FancyStyleLabel // this.FancyStyleLabel.AutoSize = true; this.FancyStyleLabel.Location = new System.Drawing.Point(623, 280); this.FancyStyleLabel.Name = "FancyStyleLabel"; this.FancyStyleLabel.Size = new System.Drawing.Size(71, 13); this.FancyStyleLabel.TabIndex = 4; this.FancyStyleLabel.Text = "Style = Fancy"; // // CarbonStyleLabel // this.CarbonStyleLabel.AutoSize = true; this.CarbonStyleLabel.Location = new System.Drawing.Point(161, 280); this.CarbonStyleLabel.Name = "CarbonStyleLabel"; this.CarbonStyleLabel.Size = new System.Drawing.Size(76, 13); this.CarbonStyleLabel.TabIndex = 3; this.CarbonStyleLabel.Text = "Style = Carbon"; // // BrushedMetalStyleLabel // this.BrushedMetalStyleLabel.AutoSize = true; this.BrushedMetalStyleLabel.Location = new System.Drawing.Point(161, 161); this.BrushedMetalStyleLabel.Name = "BrushedMetalStyleLabel"; this.BrushedMetalStyleLabel.Size = new System.Drawing.Size(107, 13); this.BrushedMetalStyleLabel.TabIndex = 2; this.BrushedMetalStyleLabel.Text = "Style = BrushedMetal"; // // AndroidStyleLabel // this.AndroidStyleLabel.AutoSize = true; this.AndroidStyleLabel.Location = new System.Drawing.Point(623, 52); this.AndroidStyleLabel.Name = "AndroidStyleLabel"; this.AndroidStyleLabel.Size = new System.Drawing.Size(78, 13); this.AndroidStyleLabel.TabIndex = 1; this.AndroidStyleLabel.Text = "Style = Android"; // // MetroStyleLabel // this.MetroStyleLabel.AutoSize = true; this.MetroStyleLabel.Location = new System.Drawing.Point(161, 52); this.MetroStyleLabel.Name = "MetroStyleLabel"; this.MetroStyleLabel.Size = new System.Drawing.Size(69, 13); this.MetroStyleLabel.TabIndex = 0; this.MetroStyleLabel.Text = "Style = Metro"; // // SemiImportantPropertiesTabPage // this.SemiImportantPropertiesTabPage.Controls.Add(this.label19); this.SemiImportantPropertiesTabPage.Controls.Add(this.ToggleOnSideClickCheckBox); this.SemiImportantPropertiesTabPage.Controls.Add(this.ToggleOnButtonClickCheckBox); this.SemiImportantPropertiesTabPage.Controls.Add(this.label18); this.SemiImportantPropertiesTabPage.Controls.Add(this.label17); this.SemiImportantPropertiesTabPage.Controls.Add(this.label16); this.SemiImportantPropertiesTabPage.Controls.Add(this.label15); this.SemiImportantPropertiesTabPage.Controls.Add(this.ThresholdPercentageTrackBar); this.SemiImportantPropertiesTabPage.Controls.Add(this.label11); this.SemiImportantPropertiesTabPage.Controls.Add(this.label12); this.SemiImportantPropertiesTabPage.Controls.Add(this.GrayWhenDisabledCheckBox); this.SemiImportantPropertiesTabPage.Controls.Add(this.label13); this.SemiImportantPropertiesTabPage.Controls.Add(this.label14); this.SemiImportantPropertiesTabPage.Controls.Add(this.label10); this.SemiImportantPropertiesTabPage.Controls.Add(this.label9); this.SemiImportantPropertiesTabPage.Controls.Add(this.label8); this.SemiImportantPropertiesTabPage.Controls.Add(this.label7); this.SemiImportantPropertiesTabPage.Controls.Add(this.label6); this.SemiImportantPropertiesTabPage.Controls.Add(this.label5); this.SemiImportantPropertiesTabPage.Controls.Add(this.label4); this.SemiImportantPropertiesTabPage.Controls.Add(this.label3); this.SemiImportantPropertiesTabPage.Controls.Add(this.AllowUserChangeCheckBox); this.SemiImportantPropertiesTabPage.Controls.Add(this.label2); this.SemiImportantPropertiesTabPage.Controls.Add(this.label1); this.SemiImportantPropertiesTabPage.Controls.Add(this.AllowUserChangeLabel); this.SemiImportantPropertiesTabPage.Controls.Add(this.ToggleOnClickToggleSwitch); this.SemiImportantPropertiesTabPage.Controls.Add(this.ThresholdPercentageToggleSwitch); this.SemiImportantPropertiesTabPage.Controls.Add(this.GrayWhenDisabledToggleSwitch2); this.SemiImportantPropertiesTabPage.Controls.Add(this.GrayWhenDisabledToggleSwitch1); this.SemiImportantPropertiesTabPage.Controls.Add(this.SlowAnimationToggleSwitch); this.SemiImportantPropertiesTabPage.Controls.Add(this.FastAnimationToggleSwitch); this.SemiImportantPropertiesTabPage.Controls.Add(this.NoAnimationToggleSwitch); this.SemiImportantPropertiesTabPage.Controls.Add(this.AllowUserChangeToggleSwitch2); this.SemiImportantPropertiesTabPage.Controls.Add(this.AllowUserChangeToggleSwitch1); this.SemiImportantPropertiesTabPage.Location = new System.Drawing.Point(4, 22); this.SemiImportantPropertiesTabPage.Name = "SemiImportantPropertiesTabPage"; this.SemiImportantPropertiesTabPage.Padding = new System.Windows.Forms.Padding(3); this.SemiImportantPropertiesTabPage.Size = new System.Drawing.Size(870, 479); this.SemiImportantPropertiesTabPage.TabIndex = 1; this.SemiImportantPropertiesTabPage.Text = "(Semi)-Important Properties"; this.SemiImportantPropertiesTabPage.UseVisualStyleBackColor = true; // // label19 // this.label19.AutoSize = true; this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label19.Location = new System.Drawing.Point(427, 444); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(67, 13); this.label19.TabIndex = 42; this.label19.Text = "both or none"; // // ToggleOnSideClickCheckBox // this.ToggleOnSideClickCheckBox.AutoSize = true; this.ToggleOnSideClickCheckBox.Checked = true; this.ToggleOnSideClickCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.ToggleOnSideClickCheckBox.Location = new System.Drawing.Point(205, 444); this.ToggleOnSideClickCheckBox.Name = "ToggleOnSideClickCheckBox"; this.ToggleOnSideClickCheckBox.Size = new System.Drawing.Size(117, 17); this.ToggleOnSideClickCheckBox.TabIndex = 41; this.ToggleOnSideClickCheckBox.Text = "ToggleOnSideClick"; this.ToggleOnSideClickCheckBox.UseVisualStyleBackColor = true; this.ToggleOnSideClickCheckBox.CheckedChanged += new System.EventHandler(this.ToggleOnSideClickCheckBox_CheckedChanged); // // ToggleOnButtonClickCheckBox // this.ToggleOnButtonClickCheckBox.AutoSize = true; this.ToggleOnButtonClickCheckBox.Checked = true; this.ToggleOnButtonClickCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.ToggleOnButtonClickCheckBox.Location = new System.Drawing.Point(205, 421); this.ToggleOnButtonClickCheckBox.Name = "ToggleOnButtonClickCheckBox"; this.ToggleOnButtonClickCheckBox.Size = new System.Drawing.Size(127, 17); this.ToggleOnButtonClickCheckBox.TabIndex = 40; this.ToggleOnButtonClickCheckBox.Text = "ToggleOnButtonClick"; this.ToggleOnButtonClickCheckBox.UseVisualStyleBackColor = true; this.ToggleOnButtonClickCheckBox.CheckedChanged += new System.EventHandler(this.ToggleOnButtonClickCheckBox_CheckedChanged); // // label18 // this.label18.AutoSize = true; this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label18.Location = new System.Drawing.Point(427, 419); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(436, 13); this.label18.TabIndex = 39; this.label18.Text = "Determines where you have to click to toggle the switch, on the button, besides t" + "he button,"; // // label17 // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label17.ForeColor = System.Drawing.Color.Gray; this.label17.Location = new System.Drawing.Point(8, 384); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(399, 17); this.label17.TabIndex = 37; this.label17.Text = "ToggleOnButtonClick (boolean), ToggleOnSideClick (boolean)"; // // label16 // this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label16.Location = new System.Drawing.Point(427, 336); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(410, 13); this.label16.TabIndex = 36; this.label16.Text = "Determines how far you have to drag the slider button before it snaps to the othe" + "r side"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(266, 336); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(125, 13); this.label15.TabIndex = 35; this.label15.Text = "Value = 50 (Default = 50)"; // // ThresholdPercentageTrackBar // this.ThresholdPercentageTrackBar.BackColor = System.Drawing.Color.White; this.ThresholdPercentageTrackBar.Location = new System.Drawing.Point(145, 336); this.ThresholdPercentageTrackBar.Maximum = 100; this.ThresholdPercentageTrackBar.Name = "ThresholdPercentageTrackBar"; this.ThresholdPercentageTrackBar.Size = new System.Drawing.Size(104, 45); this.ThresholdPercentageTrackBar.TabIndex = 34; this.ThresholdPercentageTrackBar.TickFrequency = 10; this.ThresholdPercentageTrackBar.Value = 50; this.ThresholdPercentageTrackBar.Scroll += new System.EventHandler(this.ThresholdPercentageTrackBar_Scroll); // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.ForeColor = System.Drawing.Color.Gray; this.label11.Location = new System.Drawing.Point(8, 305); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(203, 17); this.label11.TabIndex = 32; this.label11.Text = "ThresholdPercentage (integer)"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.Location = new System.Drawing.Point(427, 235); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(252, 13); this.label12.TabIndex = 31; this.label12.Text = "Affects the coloring of the control when it is disabled"; // // GrayWhenDisabledCheckBox // this.GrayWhenDisabledCheckBox.AutoSize = true; this.GrayWhenDisabledCheckBox.Checked = true; this.GrayWhenDisabledCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.GrayWhenDisabledCheckBox.Location = new System.Drawing.Point(319, 234); this.GrayWhenDisabledCheckBox.Name = "GrayWhenDisabledCheckBox"; this.GrayWhenDisabledCheckBox.Size = new System.Drawing.Size(65, 17); this.GrayWhenDisabledCheckBox.TabIndex = 30; this.GrayWhenDisabledCheckBox.Text = "Enabled"; this.GrayWhenDisabledCheckBox.UseVisualStyleBackColor = true; this.GrayWhenDisabledCheckBox.CheckedChanged += new System.EventHandler(this.GrayWhenDisabledCheckBox_CheckedChanged); // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(116, 268); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(172, 13); this.label13.TabIndex = 29; this.label13.Text = "GrayWhenDisabled = true (Default)"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(116, 234); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(133, 13); this.label14.TabIndex = 28; this.label14.Text = "GrayWhenDisabled = false"; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.ForeColor = System.Drawing.Color.Gray; this.label10.Location = new System.Drawing.Point(8, 194); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(196, 17); this.label10.TabIndex = 25; this.label10.Text = "GrayWhenDisabled (boolean)"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Location = new System.Drawing.Point(8, 168); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(681, 13); this.label9.TabIndex = 24; this.label9.Text = "Different values for the two integer properties will affect the animation speed. " + "Animation is turned off completely using the UseAnimation property"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(621, 136); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(78, 13); this.label8.TabIndex = 23; this.label8.Text = "Slow animation"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(360, 136); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(75, 13); this.label7.TabIndex = 21; this.label7.Text = "Fast animation"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(123, 136); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(69, 13); this.label6.TabIndex = 19; this.label6.Text = "No animation"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.ForeColor = System.Drawing.Color.Gray; this.label5.Location = new System.Drawing.Point(8, 96); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(491, 17); this.label5.TabIndex = 17; this.label5.Text = "AnimationInterval (integer), AnimationStep (integer), UseAnimation (boolean)"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(427, 61); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(158, 13); this.label4.TabIndex = 16; this.label4.Text = "you cannot change it in the GUI"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(427, 37); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(397, 13); this.label3.TabIndex = 15; this.label3.Text = "Notice: You can set the Checked value from code, but if AllowUserChange = false,"; // // AllowUserChangeCheckBox // this.AllowUserChangeCheckBox.AutoSize = true; this.AllowUserChangeCheckBox.Location = new System.Drawing.Point(288, 37); this.AllowUserChangeCheckBox.Name = "AllowUserChangeCheckBox"; this.AllowUserChangeCheckBox.Size = new System.Drawing.Size(69, 17); this.AllowUserChangeCheckBox.TabIndex = 14; this.AllowUserChangeCheckBox.Text = "Checked"; this.AllowUserChangeCheckBox.UseVisualStyleBackColor = true; this.AllowUserChangeCheckBox.CheckedChanged += new System.EventHandler(this.AllowUserChangeCheckBox_CheckedChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(85, 62); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(164, 13); this.label2.TabIndex = 13; this.label2.Text = "AllowUserChange = true (Default)"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(85, 37); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(125, 13); this.label1.TabIndex = 12; this.label1.Text = "AllowUserChange = false"; // // AllowUserChangeLabel // this.AllowUserChangeLabel.AutoSize = true; this.AllowUserChangeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AllowUserChangeLabel.ForeColor = System.Drawing.Color.Gray; this.AllowUserChangeLabel.Location = new System.Drawing.Point(8, 3); this.AllowUserChangeLabel.Name = "AllowUserChangeLabel"; this.AllowUserChangeLabel.Size = new System.Drawing.Size(184, 17); this.AllowUserChangeLabel.TabIndex = 0; this.AllowUserChangeLabel.Text = "AllowUserChange (boolean)"; // // SpecialCustomizationsTabPage // this.SpecialCustomizationsTabPage.Controls.Add(this.label31); this.SpecialCustomizationsTabPage.Controls.Add(this.label32); this.SpecialCustomizationsTabPage.Controls.Add(this.CustomizedPlainAndSimpleToggleSwitch); this.SpecialCustomizationsTabPage.Controls.Add(this.NormalPlainAndSimpleToggleSwitch); this.SpecialCustomizationsTabPage.Controls.Add(this.label29); this.SpecialCustomizationsTabPage.Controls.Add(this.AnimatedGifPictureBox); this.SpecialCustomizationsTabPage.Controls.Add(this.label28); this.SpecialCustomizationsTabPage.Controls.Add(this.label26); this.SpecialCustomizationsTabPage.Controls.Add(this.label27); this.SpecialCustomizationsTabPage.Controls.Add(this.label25); this.SpecialCustomizationsTabPage.Controls.Add(this.label23); this.SpecialCustomizationsTabPage.Controls.Add(this.label24); this.SpecialCustomizationsTabPage.Controls.Add(this.label22); this.SpecialCustomizationsTabPage.Controls.Add(this.label21); this.SpecialCustomizationsTabPage.Controls.Add(this.label20); this.SpecialCustomizationsTabPage.Controls.Add(this.AdvancedBehaviorFancyToggleSwitch); this.SpecialCustomizationsTabPage.Controls.Add(this.CustomizedFancyToggleSwitch); this.SpecialCustomizationsTabPage.Controls.Add(this.NormalFancyToggleSwitch); this.SpecialCustomizationsTabPage.Controls.Add(this.CustomizedIOS5ToggleSwitch); this.SpecialCustomizationsTabPage.Controls.Add(this.NormalIOS5ToggleSwitch); this.SpecialCustomizationsTabPage.Controls.Add(this.CustomizedMetroToggleSwitch); this.SpecialCustomizationsTabPage.Controls.Add(this.NormalMetroToggleSwitch); this.SpecialCustomizationsTabPage.Location = new System.Drawing.Point(4, 22); this.SpecialCustomizationsTabPage.Name = "SpecialCustomizationsTabPage"; this.SpecialCustomizationsTabPage.Size = new System.Drawing.Size(870, 479); this.SpecialCustomizationsTabPage.TabIndex = 2; this.SpecialCustomizationsTabPage.Text = "Special Customizations"; this.SpecialCustomizationsTabPage.UseVisualStyleBackColor = true; // // label29 // this.label29.AutoSize = true; this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label29.ForeColor = System.Drawing.Color.Gray; this.label29.Location = new System.Drawing.Point(19, 145); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(331, 17); this.label29.TabIndex = 33; this.label29.Text = "Color Customization using RendererChanged event"; // // AnimatedGifPictureBox // this.AnimatedGifPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("AnimatedGifPictureBox.Image"))); this.AnimatedGifPictureBox.Location = new System.Drawing.Point(512, 429); this.AnimatedGifPictureBox.Name = "AnimatedGifPictureBox"; this.AnimatedGifPictureBox.Size = new System.Drawing.Size(36, 31); this.AnimatedGifPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.AnimatedGifPictureBox.TabIndex = 2; this.AnimatedGifPictureBox.TabStop = false; // // label28 // this.label28.AutoSize = true; this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label28.ForeColor = System.Drawing.Color.Gray; this.label28.Location = new System.Drawing.Point(19, 337); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(188, 17); this.label28.TabIndex = 31; this.label28.Text = "Advanced Behavior Example"; // // label26 // this.label26.AutoSize = true; this.label26.Location = new System.Drawing.Point(349, 291); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(61, 13); this.label26.TabIndex = 30; this.label26.Text = "Customized"; // // label27 // this.label27.AutoSize = true; this.label27.Location = new System.Drawing.Point(126, 291); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(40, 13); this.label27.TabIndex = 29; this.label27.Text = "Normal"; // // label25 // this.label25.AutoSize = true; this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label25.ForeColor = System.Drawing.Color.Gray; this.label25.Location = new System.Drawing.Point(19, 248); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(255, 17); this.label25.TabIndex = 26; this.label25.Text = "Images in the button and the side fields"; // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(349, 110); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(61, 13); this.label23.TabIndex = 25; this.label23.Text = "Customized"; // // label24 // this.label24.AutoSize = true; this.label24.Location = new System.Drawing.Point(126, 110); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(40, 13); this.label24.TabIndex = 24; this.label24.Text = "Normal"; // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(349, 52); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(61, 13); this.label22.TabIndex = 21; this.label22.Text = "Customized"; // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(126, 52); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(40, 13); this.label21.TabIndex = 20; this.label21.Text = "Normal"; // // label20 // this.label20.AutoSize = true; this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label20.ForeColor = System.Drawing.Color.Gray; this.label20.Location = new System.Drawing.Point(19, 14); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(133, 17); this.label20.TabIndex = 1; this.label20.Text = "Color Customization"; // // PlaygroundTabPage // this.PlaygroundTabPage.Controls.Add(this.PlaygroundToggleSwitch); this.PlaygroundTabPage.Controls.Add(this.PlaygroundPropertyGrid); this.PlaygroundTabPage.Location = new System.Drawing.Point(4, 22); this.PlaygroundTabPage.Name = "PlaygroundTabPage"; this.PlaygroundTabPage.Size = new System.Drawing.Size(870, 479); this.PlaygroundTabPage.TabIndex = 3; this.PlaygroundTabPage.Text = "Playground"; this.PlaygroundTabPage.UseVisualStyleBackColor = true; // // SimulateRestartBackgroundWorker // this.SimulateRestartBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.SimulateRestartBackgroundWorker_DoWork); this.SimulateRestartBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.SimulateRestartBackgroundWorker_RunWorkerCompleted); // // PlainAndSimpleStyleToggleSwitch // this.PlainAndSimpleStyleToggleSwitch.BackColor = System.Drawing.Color.Transparent; this.PlainAndSimpleStyleToggleSwitch.Location = new System.Drawing.Point(164, 403); this.PlainAndSimpleStyleToggleSwitch.Name = "PlainAndSimpleStyleToggleSwitch"; this.PlainAndSimpleStyleToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.PlainAndSimpleStyleToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.PlainAndSimpleStyleToggleSwitch.Size = new System.Drawing.Size(50, 19); this.PlainAndSimpleStyleToggleSwitch.TabIndex = 21; // // FancyStyleToggleSwitch // this.FancyStyleToggleSwitch.Location = new System.Drawing.Point(626, 309); this.FancyStyleToggleSwitch.Name = "FancyStyleToggleSwitch"; this.FancyStyleToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FancyStyleToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FancyStyleToggleSwitch.Size = new System.Drawing.Size(50, 19); this.FancyStyleToggleSwitch.TabIndex = 17; // // OSXStyleToggleSwitch // this.OSXStyleToggleSwitch.Location = new System.Drawing.Point(434, 309); this.OSXStyleToggleSwitch.Name = "OSXStyleToggleSwitch"; this.OSXStyleToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.OSXStyleToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.OSXStyleToggleSwitch.Size = new System.Drawing.Size(50, 19); this.OSXStyleToggleSwitch.TabIndex = 16; // // CarbonStyleToggleSwitch // this.CarbonStyleToggleSwitch.Location = new System.Drawing.Point(164, 309); this.CarbonStyleToggleSwitch.Name = "CarbonStyleToggleSwitch"; this.CarbonStyleToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CarbonStyleToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CarbonStyleToggleSwitch.Size = new System.Drawing.Size(50, 19); this.CarbonStyleToggleSwitch.TabIndex = 15; // // ModernStyleToggleSwitch // this.ModernStyleToggleSwitch.Location = new System.Drawing.Point(626, 188); this.ModernStyleToggleSwitch.Name = "ModernStyleToggleSwitch"; this.ModernStyleToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ModernStyleToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ModernStyleToggleSwitch.Size = new System.Drawing.Size(50, 19); this.ModernStyleToggleSwitch.TabIndex = 14; // // IphoneStyleToggleSwitch // this.IphoneStyleToggleSwitch.Location = new System.Drawing.Point(395, 188); this.IphoneStyleToggleSwitch.Name = "IphoneStyleToggleSwitch"; this.IphoneStyleToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.IphoneStyleToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.IphoneStyleToggleSwitch.Size = new System.Drawing.Size(50, 19); this.IphoneStyleToggleSwitch.TabIndex = 13; // // BrushedMetalStyleToggleSwitch // this.BrushedMetalStyleToggleSwitch.Location = new System.Drawing.Point(164, 188); this.BrushedMetalStyleToggleSwitch.Name = "BrushedMetalStyleToggleSwitch"; this.BrushedMetalStyleToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.BrushedMetalStyleToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.BrushedMetalStyleToggleSwitch.Size = new System.Drawing.Size(50, 19); this.BrushedMetalStyleToggleSwitch.TabIndex = 12; // // AndroidStyleToggleSwitch // this.AndroidStyleToggleSwitch.Location = new System.Drawing.Point(626, 79); this.AndroidStyleToggleSwitch.Name = "AndroidStyleToggleSwitch"; this.AndroidStyleToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AndroidStyleToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AndroidStyleToggleSwitch.Size = new System.Drawing.Size(50, 19); this.AndroidStyleToggleSwitch.TabIndex = 11; // // IOS5StyleToggleSwitch // this.IOS5StyleToggleSwitch.Location = new System.Drawing.Point(395, 79); this.IOS5StyleToggleSwitch.Name = "IOS5StyleToggleSwitch"; this.IOS5StyleToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.IOS5StyleToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.IOS5StyleToggleSwitch.Size = new System.Drawing.Size(50, 19); this.IOS5StyleToggleSwitch.TabIndex = 10; // // MetroStyleToggleSwitch // this.MetroStyleToggleSwitch.Location = new System.Drawing.Point(164, 79); this.MetroStyleToggleSwitch.Name = "MetroStyleToggleSwitch"; this.MetroStyleToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MetroStyleToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MetroStyleToggleSwitch.Size = new System.Drawing.Size(50, 19); this.MetroStyleToggleSwitch.TabIndex = 9; // // ToggleOnClickToggleSwitch // this.ToggleOnClickToggleSwitch.Location = new System.Drawing.Point(11, 419); this.ToggleOnClickToggleSwitch.Name = "ToggleOnClickToggleSwitch"; this.ToggleOnClickToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ToggleOnClickToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ToggleOnClickToggleSwitch.Size = new System.Drawing.Size(50, 19); this.ToggleOnClickToggleSwitch.TabIndex = 38; // // ThresholdPercentageToggleSwitch // this.ThresholdPercentageToggleSwitch.Location = new System.Drawing.Point(11, 336); this.ThresholdPercentageToggleSwitch.Name = "ThresholdPercentageToggleSwitch"; this.ThresholdPercentageToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ThresholdPercentageToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ThresholdPercentageToggleSwitch.Size = new System.Drawing.Size(50, 19); this.ThresholdPercentageToggleSwitch.TabIndex = 33; // // GrayWhenDisabledToggleSwitch2 // this.GrayWhenDisabledToggleSwitch2.Location = new System.Drawing.Point(11, 262); this.GrayWhenDisabledToggleSwitch2.Name = "GrayWhenDisabledToggleSwitch2"; this.GrayWhenDisabledToggleSwitch2.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.GrayWhenDisabledToggleSwitch2.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.GrayWhenDisabledToggleSwitch2.Size = new System.Drawing.Size(50, 19); this.GrayWhenDisabledToggleSwitch2.TabIndex = 27; // // GrayWhenDisabledToggleSwitch1 // this.GrayWhenDisabledToggleSwitch1.Location = new System.Drawing.Point(11, 228); this.GrayWhenDisabledToggleSwitch1.Name = "GrayWhenDisabledToggleSwitch1"; this.GrayWhenDisabledToggleSwitch1.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.GrayWhenDisabledToggleSwitch1.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.GrayWhenDisabledToggleSwitch1.Size = new System.Drawing.Size(50, 19); this.GrayWhenDisabledToggleSwitch1.TabIndex = 26; // // SlowAnimationToggleSwitch // this.SlowAnimationToggleSwitch.Location = new System.Drawing.Point(510, 130); this.SlowAnimationToggleSwitch.Name = "SlowAnimationToggleSwitch"; this.SlowAnimationToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SlowAnimationToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SlowAnimationToggleSwitch.Size = new System.Drawing.Size(50, 19); this.SlowAnimationToggleSwitch.TabIndex = 22; // // FastAnimationToggleSwitch // this.FastAnimationToggleSwitch.Location = new System.Drawing.Point(252, 130); this.FastAnimationToggleSwitch.Name = "FastAnimationToggleSwitch"; this.FastAnimationToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FastAnimationToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FastAnimationToggleSwitch.Size = new System.Drawing.Size(50, 19); this.FastAnimationToggleSwitch.TabIndex = 20; // // NoAnimationToggleSwitch // this.NoAnimationToggleSwitch.Location = new System.Drawing.Point(11, 130); this.NoAnimationToggleSwitch.Name = "NoAnimationToggleSwitch"; this.NoAnimationToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.NoAnimationToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.NoAnimationToggleSwitch.Size = new System.Drawing.Size(50, 19); this.NoAnimationToggleSwitch.TabIndex = 18; // // AllowUserChangeToggleSwitch2 // this.AllowUserChangeToggleSwitch2.Location = new System.Drawing.Point(11, 60); this.AllowUserChangeToggleSwitch2.Name = "AllowUserChangeToggleSwitch2"; this.AllowUserChangeToggleSwitch2.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AllowUserChangeToggleSwitch2.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AllowUserChangeToggleSwitch2.Size = new System.Drawing.Size(50, 19); this.AllowUserChangeToggleSwitch2.TabIndex = 11; // // AllowUserChangeToggleSwitch1 // this.AllowUserChangeToggleSwitch1.Location = new System.Drawing.Point(11, 35); this.AllowUserChangeToggleSwitch1.Name = "AllowUserChangeToggleSwitch1"; this.AllowUserChangeToggleSwitch1.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AllowUserChangeToggleSwitch1.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AllowUserChangeToggleSwitch1.Size = new System.Drawing.Size(50, 19); this.AllowUserChangeToggleSwitch1.TabIndex = 10; // // AdvancedBehaviorFancyToggleSwitch // this.AdvancedBehaviorFancyToggleSwitch.Location = new System.Drawing.Point(22, 380); this.AdvancedBehaviorFancyToggleSwitch.Name = "AdvancedBehaviorFancyToggleSwitch"; this.AdvancedBehaviorFancyToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AdvancedBehaviorFancyToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AdvancedBehaviorFancyToggleSwitch.Size = new System.Drawing.Size(50, 19); this.AdvancedBehaviorFancyToggleSwitch.TabIndex = 32; // // CustomizedFancyToggleSwitch // this.CustomizedFancyToggleSwitch.Location = new System.Drawing.Point(238, 287); this.CustomizedFancyToggleSwitch.Name = "CustomizedFancyToggleSwitch"; this.CustomizedFancyToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CustomizedFancyToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CustomizedFancyToggleSwitch.Size = new System.Drawing.Size(50, 19); this.CustomizedFancyToggleSwitch.TabIndex = 28; // // NormalFancyToggleSwitch // this.NormalFancyToggleSwitch.Location = new System.Drawing.Point(22, 287); this.NormalFancyToggleSwitch.Name = "NormalFancyToggleSwitch"; this.NormalFancyToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.NormalFancyToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.NormalFancyToggleSwitch.Size = new System.Drawing.Size(50, 19); this.NormalFancyToggleSwitch.TabIndex = 27; // // CustomizedIOS5ToggleSwitch // this.CustomizedIOS5ToggleSwitch.Location = new System.Drawing.Point(238, 93); this.CustomizedIOS5ToggleSwitch.Name = "CustomizedIOS5ToggleSwitch"; this.CustomizedIOS5ToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CustomizedIOS5ToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CustomizedIOS5ToggleSwitch.Size = new System.Drawing.Size(50, 19); this.CustomizedIOS5ToggleSwitch.TabIndex = 23; // // NormalIOS5ToggleSwitch // this.NormalIOS5ToggleSwitch.Location = new System.Drawing.Point(22, 93); this.NormalIOS5ToggleSwitch.Name = "NormalIOS5ToggleSwitch"; this.NormalIOS5ToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.NormalIOS5ToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.NormalIOS5ToggleSwitch.Size = new System.Drawing.Size(50, 19); this.NormalIOS5ToggleSwitch.TabIndex = 22; // // CustomizedMetroToggleSwitch // this.CustomizedMetroToggleSwitch.Location = new System.Drawing.Point(238, 48); this.CustomizedMetroToggleSwitch.Name = "CustomizedMetroToggleSwitch"; this.CustomizedMetroToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CustomizedMetroToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CustomizedMetroToggleSwitch.Size = new System.Drawing.Size(50, 19); this.CustomizedMetroToggleSwitch.TabIndex = 11; // // NormalMetroToggleSwitch // this.NormalMetroToggleSwitch.Location = new System.Drawing.Point(22, 48); this.NormalMetroToggleSwitch.Name = "NormalMetroToggleSwitch"; this.NormalMetroToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.NormalMetroToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.NormalMetroToggleSwitch.Size = new System.Drawing.Size(50, 19); this.NormalMetroToggleSwitch.TabIndex = 10; // // PlaygroundToggleSwitch // this.PlaygroundToggleSwitch.Location = new System.Drawing.Point(51, 42); this.PlaygroundToggleSwitch.Name = "PlaygroundToggleSwitch"; this.PlaygroundToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.PlaygroundToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.PlaygroundToggleSwitch.Size = new System.Drawing.Size(92, 33); this.PlaygroundToggleSwitch.TabIndex = 11; // // PlaygroundPropertyGrid // this.PlaygroundPropertyGrid.Dock = System.Windows.Forms.DockStyle.Right; this.PlaygroundPropertyGrid.Location = new System.Drawing.Point(459, 0); this.PlaygroundPropertyGrid.Name = "PlaygroundPropertyGrid"; this.PlaygroundPropertyGrid.SelectedObject = this.PlaygroundToggleSwitch; this.PlaygroundPropertyGrid.Size = new System.Drawing.Size(411, 479); this.PlaygroundPropertyGrid.TabIndex = 0; // // label30 // this.label30.AutoSize = true; this.label30.Location = new System.Drawing.Point(161, 372); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(115, 13); this.label30.TabIndex = 22; this.label30.Text = "Style = PlainAndSimple"; // // NormalPlainAndSimpleToggleSwitch // this.NormalPlainAndSimpleToggleSwitch.BackColor = System.Drawing.Color.Transparent; this.NormalPlainAndSimpleToggleSwitch.Location = new System.Drawing.Point(22, 187); this.NormalPlainAndSimpleToggleSwitch.Name = "NormalPlainAndSimpleToggleSwitch"; this.NormalPlainAndSimpleToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.NormalPlainAndSimpleToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.NormalPlainAndSimpleToggleSwitch.Size = new System.Drawing.Size(50, 19); this.NormalPlainAndSimpleToggleSwitch.TabIndex = 34; // // CustomizedPlainAndSimpleToggleSwitch // this.CustomizedPlainAndSimpleToggleSwitch.BackColor = System.Drawing.Color.Transparent; this.CustomizedPlainAndSimpleToggleSwitch.Location = new System.Drawing.Point(238, 187); this.CustomizedPlainAndSimpleToggleSwitch.Name = "CustomizedPlainAndSimpleToggleSwitch"; this.CustomizedPlainAndSimpleToggleSwitch.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CustomizedPlainAndSimpleToggleSwitch.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CustomizedPlainAndSimpleToggleSwitch.Size = new System.Drawing.Size(50, 19); this.CustomizedPlainAndSimpleToggleSwitch.TabIndex = 35; // // label31 // this.label31.AutoSize = true; this.label31.Location = new System.Drawing.Point(349, 193); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(61, 13); this.label31.TabIndex = 37; this.label31.Text = "Customized"; // // label32 // this.label32.AutoSize = true; this.label32.Location = new System.Drawing.Point(126, 193); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(40, 13); this.label32.TabIndex = 36; this.label32.Text = "Normal"; // // DemoForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(878, 605); this.Controls.Add(this.DemoTabControl); this.Controls.Add(this.TopPanel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "DemoForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "JCS ToggleSwitch Demo Form"; this.TopPanel.ResumeLayout(false); this.DemoTabControl.ResumeLayout(false); this.StylesTabPage.ResumeLayout(false); this.StylesTabPage.PerformLayout(); this.SemiImportantPropertiesTabPage.ResumeLayout(false); this.SemiImportantPropertiesTabPage.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ThresholdPercentageTrackBar)).EndInit(); this.SpecialCustomizationsTabPage.ResumeLayout(false); this.SpecialCustomizationsTabPage.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.AnimatedGifPictureBox)).EndInit(); this.PlaygroundTabPage.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel TopPanel; private System.Windows.Forms.Label InfoLabel; private System.Windows.Forms.TabControl DemoTabControl; private System.Windows.Forms.TabPage StylesTabPage; private System.Windows.Forms.TabPage SemiImportantPropertiesTabPage; private System.Windows.Forms.Label OSXStyleLabel; private System.Windows.Forms.Label ModernStyleLabel; private System.Windows.Forms.Label IphoneStyleLabel; private System.Windows.Forms.Label IOS5StyleLabel; private System.Windows.Forms.Label FancyStyleLabel; private System.Windows.Forms.Label CarbonStyleLabel; private System.Windows.Forms.Label BrushedMetalStyleLabel; private System.Windows.Forms.Label AndroidStyleLabel; private System.Windows.Forms.Label MetroStyleLabel; private JCS.ToggleSwitch MetroStyleToggleSwitch; private JCS.ToggleSwitch FancyStyleToggleSwitch; private JCS.ToggleSwitch OSXStyleToggleSwitch; private JCS.ToggleSwitch CarbonStyleToggleSwitch; private JCS.ToggleSwitch ModernStyleToggleSwitch; private JCS.ToggleSwitch IphoneStyleToggleSwitch; private JCS.ToggleSwitch BrushedMetalStyleToggleSwitch; private JCS.ToggleSwitch AndroidStyleToggleSwitch; private JCS.ToggleSwitch IOS5StyleToggleSwitch; private System.Windows.Forms.Label OSXStyleOffLabel; private System.Windows.Forms.Label OSXStyleOnLabel; private System.Windows.Forms.Label AllowUserChangeLabel; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private JCS.ToggleSwitch AllowUserChangeToggleSwitch2; private JCS.ToggleSwitch AllowUserChangeToggleSwitch1; private System.Windows.Forms.CheckBox AllowUserChangeCheckBox; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label5; private JCS.ToggleSwitch NoAnimationToggleSwitch; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private JCS.ToggleSwitch SlowAnimationToggleSwitch; private System.Windows.Forms.Label label7; private JCS.ToggleSwitch FastAnimationToggleSwitch; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label12; private System.Windows.Forms.CheckBox GrayWhenDisabledCheckBox; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private JCS.ToggleSwitch GrayWhenDisabledToggleSwitch2; private JCS.ToggleSwitch GrayWhenDisabledToggleSwitch1; private System.Windows.Forms.Label label11; private JCS.ToggleSwitch ThresholdPercentageToggleSwitch; private System.Windows.Forms.TrackBar ThresholdPercentageTrackBar; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; private JCS.ToggleSwitch ToggleOnClickToggleSwitch; private System.Windows.Forms.Label label18; private System.Windows.Forms.CheckBox ToggleOnButtonClickCheckBox; private System.Windows.Forms.CheckBox ToggleOnSideClickCheckBox; private System.Windows.Forms.Label label19; private System.Windows.Forms.TabPage SpecialCustomizationsTabPage; private System.Windows.Forms.TabPage PlaygroundTabPage; private JCS.ToggleSwitch PlaygroundToggleSwitch; private System.Windows.Forms.PropertyGrid PlaygroundPropertyGrid; private System.Windows.Forms.Label label22; private System.Windows.Forms.Label label21; private JCS.ToggleSwitch CustomizedMetroToggleSwitch; private JCS.ToggleSwitch NormalMetroToggleSwitch; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label23; private System.Windows.Forms.Label label24; private JCS.ToggleSwitch CustomizedIOS5ToggleSwitch; private JCS.ToggleSwitch NormalIOS5ToggleSwitch; private System.Windows.Forms.Label label26; private System.Windows.Forms.Label label27; private JCS.ToggleSwitch CustomizedFancyToggleSwitch; private JCS.ToggleSwitch NormalFancyToggleSwitch; private System.Windows.Forms.Label label25; private JCS.ToggleSwitch AdvancedBehaviorFancyToggleSwitch; private System.Windows.Forms.Label label28; private System.ComponentModel.BackgroundWorker SimulateRestartBackgroundWorker; private System.Windows.Forms.PictureBox AnimatedGifPictureBox; private System.Windows.Forms.Label label29; private JCS.ToggleSwitch PlainAndSimpleStyleToggleSwitch; private System.Windows.Forms.Label label30; private System.Windows.Forms.Label label31; private System.Windows.Forms.Label label32; private JCS.ToggleSwitch CustomizedPlainAndSimpleToggleSwitch; private JCS.ToggleSwitch NormalPlainAndSimpleToggleSwitch; } }