namespace SharpImage.Forms { partial class siFormVariableSlider { /// /// 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(siFormVariableSlider)); this.cmdReset = new System.Windows.Forms.Button(); this.panelHistogram = new System.Windows.Forms.Panel(); this.panelSliders = new System.Windows.Forms.Panel(); this.lblVariable8 = new System.Windows.Forms.Label(); this.scrollVariable8 = new System.Windows.Forms.HScrollBar(); this.lblVariable7 = new System.Windows.Forms.Label(); this.scrollVariable7 = new System.Windows.Forms.HScrollBar(); this.lblVariable6 = new System.Windows.Forms.Label(); this.scrollVariable6 = new System.Windows.Forms.HScrollBar(); this.lblVariable5 = new System.Windows.Forms.Label(); this.scrollVariable5 = new System.Windows.Forms.HScrollBar(); this.lblVariable4 = new System.Windows.Forms.Label(); this.scrollVariable4 = new System.Windows.Forms.HScrollBar(); this.lblVariable3 = new System.Windows.Forms.Label(); this.scrollVariable3 = new System.Windows.Forms.HScrollBar(); this.radioApplyNewOutput = new System.Windows.Forms.RadioButton(); this.lblVariable2 = new System.Windows.Forms.Label(); this.radioInPlace = new System.Windows.Forms.RadioButton(); this.lblVariable1 = new System.Windows.Forms.Label(); this.scrollVariable2 = new System.Windows.Forms.HScrollBar(); this.scrollVariable1 = new System.Windows.Forms.HScrollBar(); this.panelBottom.SuspendLayout(); this.panelSliders.SuspendLayout(); this.SuspendLayout(); // // panelBottom // this.panelBottom.Controls.Add(this.cmdReset); this.panelBottom.Controls.SetChildIndex(this.cmdReset, 0); // // cmdReset // this.cmdReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cmdReset.DialogResult = System.Windows.Forms.DialogResult.OK; this.cmdReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cmdReset.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.cmdReset.Location = new System.Drawing.Point(12, 10); this.cmdReset.Name = "cmdReset"; this.cmdReset.Size = new System.Drawing.Size(65, 30); this.cmdReset.TabIndex = 10; this.cmdReset.Text = "Reset"; this.cmdReset.UseVisualStyleBackColor = true; this.cmdReset.Click += new System.EventHandler(this.cmdReset_Click); // // panelHistogram // this.panelHistogram.Dock = System.Windows.Forms.DockStyle.Top; this.panelHistogram.Location = new System.Drawing.Point(0, 0); this.panelHistogram.Name = "panelHistogram"; this.panelHistogram.Size = new System.Drawing.Size(259, 82); this.panelHistogram.TabIndex = 13; // // panelSliders // this.panelSliders.Controls.Add(this.lblVariable8); this.panelSliders.Controls.Add(this.scrollVariable8); this.panelSliders.Controls.Add(this.lblVariable7); this.panelSliders.Controls.Add(this.scrollVariable7); this.panelSliders.Controls.Add(this.lblVariable6); this.panelSliders.Controls.Add(this.scrollVariable6); this.panelSliders.Controls.Add(this.lblVariable5); this.panelSliders.Controls.Add(this.scrollVariable5); this.panelSliders.Controls.Add(this.lblVariable4); this.panelSliders.Controls.Add(this.scrollVariable4); this.panelSliders.Controls.Add(this.lblVariable3); this.panelSliders.Controls.Add(this.scrollVariable3); this.panelSliders.Controls.Add(this.radioApplyNewOutput); this.panelSliders.Controls.Add(this.lblVariable2); this.panelSliders.Controls.Add(this.radioInPlace); this.panelSliders.Controls.Add(this.lblVariable1); this.panelSliders.Controls.Add(this.scrollVariable2); this.panelSliders.Controls.Add(this.scrollVariable1); this.panelSliders.Dock = System.Windows.Forms.DockStyle.Fill; this.panelSliders.Location = new System.Drawing.Point(0, 0); this.panelSliders.Name = "panelSliders"; this.panelSliders.Size = new System.Drawing.Size(261, 407); this.panelSliders.TabIndex = 14; // // lblVariable8 // this.lblVariable8.AutoSize = true; this.lblVariable8.Location = new System.Drawing.Point(6, 337); this.lblVariable8.Name = "lblVariable8"; this.lblVariable8.Size = new System.Drawing.Size(75, 13); this.lblVariable8.TabIndex = 24; this.lblVariable8.Text = "Variable8: 0.0"; // // scrollVariable8 // this.scrollVariable8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.scrollVariable8.LargeChange = 1; this.scrollVariable8.Location = new System.Drawing.Point(9, 317); this.scrollVariable8.Name = "scrollVariable8"; this.scrollVariable8.Size = new System.Drawing.Size(242, 16); this.scrollVariable8.TabIndex = 23; this.scrollVariable8.ValueChanged += new System.EventHandler(this.scrollVariable_ValueChanged); this.scrollVariable8.Scroll += new System.Windows.Forms.ScrollEventHandler(this.scrollVariable_Scroll); // // lblVariable7 // this.lblVariable7.AutoSize = true; this.lblVariable7.Location = new System.Drawing.Point(6, 294); this.lblVariable7.Name = "lblVariable7"; this.lblVariable7.Size = new System.Drawing.Size(75, 13); this.lblVariable7.TabIndex = 22; this.lblVariable7.Text = "Variable7: 0.0"; // // scrollVariable7 // this.scrollVariable7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.scrollVariable7.LargeChange = 1; this.scrollVariable7.Location = new System.Drawing.Point(9, 274); this.scrollVariable7.Name = "scrollVariable7"; this.scrollVariable7.Size = new System.Drawing.Size(242, 16); this.scrollVariable7.TabIndex = 21; this.scrollVariable7.ValueChanged += new System.EventHandler(this.scrollVariable_ValueChanged); this.scrollVariable7.Scroll += new System.Windows.Forms.ScrollEventHandler(this.scrollVariable_Scroll); // // lblVariable6 // this.lblVariable6.AutoSize = true; this.lblVariable6.Location = new System.Drawing.Point(6, 250); this.lblVariable6.Name = "lblVariable6"; this.lblVariable6.Size = new System.Drawing.Size(75, 13); this.lblVariable6.TabIndex = 20; this.lblVariable6.Text = "Variable6: 0.0"; // // scrollVariable6 // this.scrollVariable6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.scrollVariable6.LargeChange = 1; this.scrollVariable6.Location = new System.Drawing.Point(9, 230); this.scrollVariable6.Name = "scrollVariable6"; this.scrollVariable6.Size = new System.Drawing.Size(242, 16); this.scrollVariable6.TabIndex = 19; this.scrollVariable6.ValueChanged += new System.EventHandler(this.scrollVariable_ValueChanged); this.scrollVariable6.Scroll += new System.Windows.Forms.ScrollEventHandler(this.scrollVariable_Scroll); // // lblVariable5 // this.lblVariable5.AutoSize = true; this.lblVariable5.Location = new System.Drawing.Point(6, 208); this.lblVariable5.Name = "lblVariable5"; this.lblVariable5.Size = new System.Drawing.Size(75, 13); this.lblVariable5.TabIndex = 18; this.lblVariable5.Text = "Variable5: 0.0"; // // scrollVariable5 // this.scrollVariable5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.scrollVariable5.LargeChange = 1; this.scrollVariable5.Location = new System.Drawing.Point(9, 188); this.scrollVariable5.Name = "scrollVariable5"; this.scrollVariable5.Size = new System.Drawing.Size(242, 16); this.scrollVariable5.TabIndex = 17; this.scrollVariable5.ValueChanged += new System.EventHandler(this.scrollVariable_ValueChanged); this.scrollVariable5.Scroll += new System.Windows.Forms.ScrollEventHandler(this.scrollVariable_Scroll); // // lblVariable4 // this.lblVariable4.AutoSize = true; this.lblVariable4.Location = new System.Drawing.Point(6, 163); this.lblVariable4.Name = "lblVariable4"; this.lblVariable4.Size = new System.Drawing.Size(75, 13); this.lblVariable4.TabIndex = 16; this.lblVariable4.Text = "Variable4: 0.0"; // // scrollVariable4 // this.scrollVariable4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.scrollVariable4.LargeChange = 1; this.scrollVariable4.Location = new System.Drawing.Point(9, 143); this.scrollVariable4.Name = "scrollVariable4"; this.scrollVariable4.Size = new System.Drawing.Size(242, 16); this.scrollVariable4.TabIndex = 15; this.scrollVariable4.ValueChanged += new System.EventHandler(this.scrollVariable_ValueChanged); this.scrollVariable4.Scroll += new System.Windows.Forms.ScrollEventHandler(this.scrollVariable_Scroll); // // lblVariable3 // this.lblVariable3.AutoSize = true; this.lblVariable3.Location = new System.Drawing.Point(6, 119); this.lblVariable3.Name = "lblVariable3"; this.lblVariable3.Size = new System.Drawing.Size(75, 13); this.lblVariable3.TabIndex = 14; this.lblVariable3.Text = "Variable3: 0.0"; // // scrollVariable3 // this.scrollVariable3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.scrollVariable3.LargeChange = 1; this.scrollVariable3.Location = new System.Drawing.Point(9, 99); this.scrollVariable3.Name = "scrollVariable3"; this.scrollVariable3.Size = new System.Drawing.Size(242, 16); this.scrollVariable3.TabIndex = 13; this.scrollVariable3.ValueChanged += new System.EventHandler(this.scrollVariable_ValueChanged); this.scrollVariable3.Scroll += new System.Windows.Forms.ScrollEventHandler(this.scrollVariable_Scroll); // // radioApplyNewOutput // this.radioApplyNewOutput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.radioApplyNewOutput.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.radioApplyNewOutput.Location = new System.Drawing.Point(122, 381); this.radioApplyNewOutput.Name = "radioApplyNewOutput"; this.radioApplyNewOutput.Size = new System.Drawing.Size(120, 17); this.radioApplyNewOutput.TabIndex = 12; this.radioApplyNewOutput.TabStop = true; this.radioApplyNewOutput.Text = "Apply to new output"; this.radioApplyNewOutput.UseVisualStyleBackColor = true; // // lblVariable2 // this.lblVariable2.AutoSize = true; this.lblVariable2.Location = new System.Drawing.Point(6, 75); this.lblVariable2.Name = "lblVariable2"; this.lblVariable2.Size = new System.Drawing.Size(75, 13); this.lblVariable2.TabIndex = 10; this.lblVariable2.Text = "Variable2: 0.0"; // // radioInPlace // this.radioInPlace.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.radioInPlace.Checked = true; this.radioInPlace.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.radioInPlace.Location = new System.Drawing.Point(122, 358); this.radioInPlace.Name = "radioInPlace"; this.radioInPlace.Size = new System.Drawing.Size(120, 17); this.radioInPlace.TabIndex = 11; this.radioInPlace.TabStop = true; this.radioInPlace.Text = "Apply in place"; this.radioInPlace.UseVisualStyleBackColor = true; // // lblVariable1 // this.lblVariable1.AutoSize = true; this.lblVariable1.Location = new System.Drawing.Point(6, 31); this.lblVariable1.Name = "lblVariable1"; this.lblVariable1.Size = new System.Drawing.Size(75, 13); this.lblVariable1.TabIndex = 9; this.lblVariable1.Text = "Variable1: 0.0"; // // scrollVariable2 // this.scrollVariable2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.scrollVariable2.LargeChange = 1; this.scrollVariable2.Location = new System.Drawing.Point(9, 55); this.scrollVariable2.Name = "scrollVariable2"; this.scrollVariable2.Size = new System.Drawing.Size(242, 16); this.scrollVariable2.TabIndex = 8; this.scrollVariable2.ValueChanged += new System.EventHandler(this.scrollVariable_ValueChanged); this.scrollVariable2.Scroll += new System.Windows.Forms.ScrollEventHandler(this.scrollVariable_Scroll); // // scrollVariable1 // this.scrollVariable1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.scrollVariable1.LargeChange = 1; this.scrollVariable1.Location = new System.Drawing.Point(9, 11); this.scrollVariable1.Name = "scrollVariable1"; this.scrollVariable1.Size = new System.Drawing.Size(242, 16); this.scrollVariable1.TabIndex = 7; this.scrollVariable1.ValueChanged += new System.EventHandler(this.scrollVariable_ValueChanged); this.scrollVariable1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.scrollVariable_Scroll); // // siFormVariableSlider // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(261, 459); this.Controls.Add(this.panelSliders); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "siFormVariableSlider"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "VariableSlider"; this.Controls.SetChildIndex(this.panelBottom, 0); this.Controls.SetChildIndex(this.panelSliders, 0); this.panelBottom.ResumeLayout(false); this.panelSliders.ResumeLayout(false); this.panelSliders.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button cmdReset; private System.Windows.Forms.Panel panelHistogram; private System.Windows.Forms.Panel panelSliders; private System.Windows.Forms.Label lblVariable2; private System.Windows.Forms.Label lblVariable1; private System.Windows.Forms.HScrollBar scrollVariable2; private System.Windows.Forms.HScrollBar scrollVariable1; private System.Windows.Forms.RadioButton radioApplyNewOutput; private System.Windows.Forms.RadioButton radioInPlace; private System.Windows.Forms.Label lblVariable3; private System.Windows.Forms.HScrollBar scrollVariable3; private System.Windows.Forms.Label lblVariable4; private System.Windows.Forms.HScrollBar scrollVariable4; private System.Windows.Forms.Label lblVariable8; private System.Windows.Forms.HScrollBar scrollVariable8; private System.Windows.Forms.Label lblVariable7; private System.Windows.Forms.HScrollBar scrollVariable7; private System.Windows.Forms.Label lblVariable6; private System.Windows.Forms.HScrollBar scrollVariable6; private System.Windows.Forms.Label lblVariable5; private System.Windows.Forms.HScrollBar scrollVariable5; } }