mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 11:55:36 +08:00
376 lines
20 KiB
C#
376 lines
20 KiB
C#
namespace TestViewManager
|
|
{
|
|
partial class ControlToneProperties
|
|
{
|
|
/// <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.textSaturation = new System.Windows.Forms.TextBox();
|
|
this.trackSaturation = new System.Windows.Forms.TrackBar();
|
|
this.labelSaturation = new System.Windows.Forms.Label();
|
|
this.textHue = new System.Windows.Forms.TextBox();
|
|
this.trackHue = new System.Windows.Forms.TrackBar();
|
|
this.labelHue = new System.Windows.Forms.Label();
|
|
this.textTemperature = new System.Windows.Forms.TextBox();
|
|
this.trackTemperature = new System.Windows.Forms.TrackBar();
|
|
this.labelTemperature = new System.Windows.Forms.Label();
|
|
this.textPosterize = new System.Windows.Forms.TextBox();
|
|
this.trackPosterize = new System.Windows.Forms.TrackBar();
|
|
this.labelPosterize = new System.Windows.Forms.Label();
|
|
this.labelBlack = new System.Windows.Forms.Label();
|
|
this.trackBlack = new System.Windows.Forms.TrackBar();
|
|
this.textBlack = new System.Windows.Forms.TextBox();
|
|
this.labelFillLight = new System.Windows.Forms.Label();
|
|
this.trackFillLight = new System.Windows.Forms.TrackBar();
|
|
this.textFillLight = new System.Windows.Forms.TextBox();
|
|
this.labelRecovery = new System.Windows.Forms.Label();
|
|
this.trackRecovery = new System.Windows.Forms.TrackBar();
|
|
this.textRecovery = new System.Windows.Forms.TextBox();
|
|
this.labelExplosure = new System.Windows.Forms.Label();
|
|
this.trackExplosure = new System.Windows.Forms.TrackBar();
|
|
this.textExplosure = new System.Windows.Forms.TextBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackSaturation)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackHue)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackTemperature)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackPosterize)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBlack)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackFillLight)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackRecovery)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackExplosure)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// textSaturation
|
|
//
|
|
this.textSaturation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textSaturation.Enabled = false;
|
|
this.textSaturation.Location = new System.Drawing.Point(150, 33);
|
|
this.textSaturation.Name = "textSaturation";
|
|
this.textSaturation.Size = new System.Drawing.Size(48, 20);
|
|
this.textSaturation.TabIndex = 41;
|
|
//
|
|
// trackSaturation
|
|
//
|
|
this.trackSaturation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trackSaturation.AutoSize = false;
|
|
this.trackSaturation.Location = new System.Drawing.Point(38, 33);
|
|
this.trackSaturation.Name = "trackSaturation";
|
|
this.trackSaturation.Size = new System.Drawing.Size(104, 28);
|
|
this.trackSaturation.TabIndex = 40;
|
|
this.trackSaturation.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackSaturation.ValueChanged += new System.EventHandler(this.trackSaturation_ValueChanged);
|
|
//
|
|
// labelSaturation
|
|
//
|
|
this.labelSaturation.AutoSize = true;
|
|
this.labelSaturation.Location = new System.Drawing.Point(12, 33);
|
|
this.labelSaturation.Name = "labelSaturation";
|
|
this.labelSaturation.Size = new System.Drawing.Size(23, 13);
|
|
this.labelSaturation.TabIndex = 39;
|
|
this.labelSaturation.Text = "Sat";
|
|
//
|
|
// textHue
|
|
//
|
|
this.textHue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textHue.Enabled = false;
|
|
this.textHue.Location = new System.Drawing.Point(150, 8);
|
|
this.textHue.Name = "textHue";
|
|
this.textHue.Size = new System.Drawing.Size(48, 20);
|
|
this.textHue.TabIndex = 38;
|
|
//
|
|
// trackHue
|
|
//
|
|
this.trackHue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trackHue.AutoSize = false;
|
|
this.trackHue.Location = new System.Drawing.Point(38, 8);
|
|
this.trackHue.Name = "trackHue";
|
|
this.trackHue.Size = new System.Drawing.Size(104, 28);
|
|
this.trackHue.TabIndex = 37;
|
|
this.trackHue.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackHue.ValueChanged += new System.EventHandler(this.trackHue_ValueChanged);
|
|
//
|
|
// labelHue
|
|
//
|
|
this.labelHue.AutoSize = true;
|
|
this.labelHue.Location = new System.Drawing.Point(8, 11);
|
|
this.labelHue.Name = "labelHue";
|
|
this.labelHue.Size = new System.Drawing.Size(27, 13);
|
|
this.labelHue.TabIndex = 36;
|
|
this.labelHue.Text = "Hue";
|
|
//
|
|
// textTemperature
|
|
//
|
|
this.textTemperature.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textTemperature.Enabled = false;
|
|
this.textTemperature.Location = new System.Drawing.Point(150, 83);
|
|
this.textTemperature.Name = "textTemperature";
|
|
this.textTemperature.Size = new System.Drawing.Size(48, 20);
|
|
this.textTemperature.TabIndex = 47;
|
|
//
|
|
// trackTemperature
|
|
//
|
|
this.trackTemperature.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trackTemperature.AutoSize = false;
|
|
this.trackTemperature.Location = new System.Drawing.Point(38, 83);
|
|
this.trackTemperature.Name = "trackTemperature";
|
|
this.trackTemperature.Size = new System.Drawing.Size(104, 28);
|
|
this.trackTemperature.TabIndex = 46;
|
|
this.trackTemperature.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackTemperature.ValueChanged += new System.EventHandler(this.trackTemperature_ValueChanged);
|
|
//
|
|
// labelTemperature
|
|
//
|
|
this.labelTemperature.AutoSize = true;
|
|
this.labelTemperature.Location = new System.Drawing.Point(7, 87);
|
|
this.labelTemperature.Name = "labelTemperature";
|
|
this.labelTemperature.Size = new System.Drawing.Size(28, 13);
|
|
this.labelTemperature.TabIndex = 45;
|
|
this.labelTemperature.Text = "Tem";
|
|
//
|
|
// textPosterize
|
|
//
|
|
this.textPosterize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textPosterize.Enabled = false;
|
|
this.textPosterize.Location = new System.Drawing.Point(150, 57);
|
|
this.textPosterize.Name = "textPosterize";
|
|
this.textPosterize.Size = new System.Drawing.Size(48, 20);
|
|
this.textPosterize.TabIndex = 44;
|
|
//
|
|
// trackPosterize
|
|
//
|
|
this.trackPosterize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trackPosterize.AutoSize = false;
|
|
this.trackPosterize.Location = new System.Drawing.Point(38, 57);
|
|
this.trackPosterize.Name = "trackPosterize";
|
|
this.trackPosterize.Size = new System.Drawing.Size(104, 28);
|
|
this.trackPosterize.TabIndex = 43;
|
|
this.trackPosterize.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackPosterize.ValueChanged += new System.EventHandler(this.trackPosterize_ValueChanged);
|
|
//
|
|
// labelPosterize
|
|
//
|
|
this.labelPosterize.AutoSize = true;
|
|
this.labelPosterize.Location = new System.Drawing.Point(7, 57);
|
|
this.labelPosterize.Name = "labelPosterize";
|
|
this.labelPosterize.Size = new System.Drawing.Size(28, 13);
|
|
this.labelPosterize.TabIndex = 42;
|
|
this.labelPosterize.Text = "Post";
|
|
//
|
|
// labelBlack
|
|
//
|
|
this.labelBlack.AutoSize = true;
|
|
this.labelBlack.Location = new System.Drawing.Point(8, 120);
|
|
this.labelBlack.Name = "labelBlack";
|
|
this.labelBlack.Size = new System.Drawing.Size(34, 13);
|
|
this.labelBlack.TabIndex = 36;
|
|
this.labelBlack.Text = "Black";
|
|
//
|
|
// trackBlack
|
|
//
|
|
this.trackBlack.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trackBlack.AutoSize = false;
|
|
this.trackBlack.Location = new System.Drawing.Point(38, 117);
|
|
this.trackBlack.Name = "trackBlack";
|
|
this.trackBlack.Size = new System.Drawing.Size(104, 28);
|
|
this.trackBlack.TabIndex = 37;
|
|
this.trackBlack.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackBlack.ValueChanged += new System.EventHandler(this.trackBlack_ValueChanged);
|
|
//
|
|
// textBlack
|
|
//
|
|
this.textBlack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBlack.Enabled = false;
|
|
this.textBlack.Location = new System.Drawing.Point(150, 117);
|
|
this.textBlack.Name = "textBlack";
|
|
this.textBlack.Size = new System.Drawing.Size(48, 20);
|
|
this.textBlack.TabIndex = 38;
|
|
//
|
|
// labelFillLight
|
|
//
|
|
this.labelFillLight.AutoSize = true;
|
|
this.labelFillLight.Location = new System.Drawing.Point(12, 142);
|
|
this.labelFillLight.Name = "labelFillLight";
|
|
this.labelFillLight.Size = new System.Drawing.Size(30, 13);
|
|
this.labelFillLight.TabIndex = 39;
|
|
this.labelFillLight.Text = "Light";
|
|
//
|
|
// trackFillLight
|
|
//
|
|
this.trackFillLight.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trackFillLight.AutoSize = false;
|
|
this.trackFillLight.Location = new System.Drawing.Point(38, 142);
|
|
this.trackFillLight.Name = "trackFillLight";
|
|
this.trackFillLight.Size = new System.Drawing.Size(104, 28);
|
|
this.trackFillLight.TabIndex = 40;
|
|
this.trackFillLight.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackFillLight.ValueChanged += new System.EventHandler(this.trackFillLight_ValueChanged);
|
|
//
|
|
// textFillLight
|
|
//
|
|
this.textFillLight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textFillLight.Enabled = false;
|
|
this.textFillLight.Location = new System.Drawing.Point(150, 142);
|
|
this.textFillLight.Name = "textFillLight";
|
|
this.textFillLight.Size = new System.Drawing.Size(48, 20);
|
|
this.textFillLight.TabIndex = 41;
|
|
//
|
|
// labelRecovery
|
|
//
|
|
this.labelRecovery.AutoSize = true;
|
|
this.labelRecovery.Location = new System.Drawing.Point(7, 166);
|
|
this.labelRecovery.Name = "labelRecovery";
|
|
this.labelRecovery.Size = new System.Drawing.Size(39, 13);
|
|
this.labelRecovery.TabIndex = 42;
|
|
this.labelRecovery.Text = "Recov";
|
|
//
|
|
// trackRecovery
|
|
//
|
|
this.trackRecovery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trackRecovery.AutoSize = false;
|
|
this.trackRecovery.Location = new System.Drawing.Point(38, 166);
|
|
this.trackRecovery.Name = "trackRecovery";
|
|
this.trackRecovery.Size = new System.Drawing.Size(104, 28);
|
|
this.trackRecovery.TabIndex = 43;
|
|
this.trackRecovery.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackRecovery.ValueChanged += new System.EventHandler(this.trackRecovery_ValueChanged);
|
|
//
|
|
// textRecovery
|
|
//
|
|
this.textRecovery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textRecovery.Enabled = false;
|
|
this.textRecovery.Location = new System.Drawing.Point(150, 166);
|
|
this.textRecovery.Name = "textRecovery";
|
|
this.textRecovery.Size = new System.Drawing.Size(48, 20);
|
|
this.textRecovery.TabIndex = 44;
|
|
//
|
|
// labelExplosure
|
|
//
|
|
this.labelExplosure.AutoSize = true;
|
|
this.labelExplosure.Location = new System.Drawing.Point(7, 196);
|
|
this.labelExplosure.Name = "labelExplosure";
|
|
this.labelExplosure.Size = new System.Drawing.Size(27, 13);
|
|
this.labelExplosure.TabIndex = 45;
|
|
this.labelExplosure.Text = "Expl";
|
|
//
|
|
// trackExplosure
|
|
//
|
|
this.trackExplosure.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trackExplosure.AutoSize = false;
|
|
this.trackExplosure.Location = new System.Drawing.Point(38, 192);
|
|
this.trackExplosure.Name = "trackExplosure";
|
|
this.trackExplosure.Size = new System.Drawing.Size(104, 28);
|
|
this.trackExplosure.TabIndex = 46;
|
|
this.trackExplosure.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackExplosure.ValueChanged += new System.EventHandler(this.trackExplosure_ValueChanged);
|
|
//
|
|
// textExplosure
|
|
//
|
|
this.textExplosure.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textExplosure.Enabled = false;
|
|
this.textExplosure.Location = new System.Drawing.Point(150, 192);
|
|
this.textExplosure.Name = "textExplosure";
|
|
this.textExplosure.Size = new System.Drawing.Size(48, 20);
|
|
this.textExplosure.TabIndex = 47;
|
|
//
|
|
// ControlToneProperties
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.textExplosure);
|
|
this.Controls.Add(this.textTemperature);
|
|
this.Controls.Add(this.trackExplosure);
|
|
this.Controls.Add(this.trackTemperature);
|
|
this.Controls.Add(this.labelExplosure);
|
|
this.Controls.Add(this.labelTemperature);
|
|
this.Controls.Add(this.textRecovery);
|
|
this.Controls.Add(this.textPosterize);
|
|
this.Controls.Add(this.trackRecovery);
|
|
this.Controls.Add(this.trackPosterize);
|
|
this.Controls.Add(this.labelRecovery);
|
|
this.Controls.Add(this.labelPosterize);
|
|
this.Controls.Add(this.textFillLight);
|
|
this.Controls.Add(this.textSaturation);
|
|
this.Controls.Add(this.trackFillLight);
|
|
this.Controls.Add(this.labelFillLight);
|
|
this.Controls.Add(this.trackSaturation);
|
|
this.Controls.Add(this.textBlack);
|
|
this.Controls.Add(this.labelSaturation);
|
|
this.Controls.Add(this.trackBlack);
|
|
this.Controls.Add(this.textHue);
|
|
this.Controls.Add(this.labelBlack);
|
|
this.Controls.Add(this.trackHue);
|
|
this.Controls.Add(this.labelHue);
|
|
this.Name = "ControlToneProperties";
|
|
this.Size = new System.Drawing.Size(201, 223);
|
|
((System.ComponentModel.ISupportInitialize)(this.trackSaturation)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackHue)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackTemperature)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackPosterize)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBlack)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackFillLight)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackRecovery)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackExplosure)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox textSaturation;
|
|
private System.Windows.Forms.TrackBar trackSaturation;
|
|
private System.Windows.Forms.Label labelSaturation;
|
|
private System.Windows.Forms.TextBox textHue;
|
|
private System.Windows.Forms.TrackBar trackHue;
|
|
private System.Windows.Forms.Label labelHue;
|
|
private System.Windows.Forms.TextBox textTemperature;
|
|
private System.Windows.Forms.TrackBar trackTemperature;
|
|
private System.Windows.Forms.Label labelTemperature;
|
|
private System.Windows.Forms.TextBox textPosterize;
|
|
private System.Windows.Forms.TrackBar trackPosterize;
|
|
private System.Windows.Forms.Label labelPosterize;
|
|
private System.Windows.Forms.Label labelBlack;
|
|
private System.Windows.Forms.TrackBar trackBlack;
|
|
private System.Windows.Forms.TextBox textBlack;
|
|
private System.Windows.Forms.Label labelFillLight;
|
|
private System.Windows.Forms.TrackBar trackFillLight;
|
|
private System.Windows.Forms.TextBox textFillLight;
|
|
private System.Windows.Forms.Label labelRecovery;
|
|
private System.Windows.Forms.TrackBar trackRecovery;
|
|
private System.Windows.Forms.TextBox textRecovery;
|
|
private System.Windows.Forms.Label labelExplosure;
|
|
private System.Windows.Forms.TrackBar trackExplosure;
|
|
private System.Windows.Forms.TextBox textExplosure;
|
|
}
|
|
}
|