123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- namespace PaintDotNet.ImageCollect.CameraComponent
- {
- partial class AdjustSaturationControl
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.lblSaturationMinVal = new System.Windows.Forms.Label();
- this.txtSaturation = new System.Windows.Forms.TextBox();
- this.label13 = new System.Windows.Forms.Label();
- this.lblSaturationMaxVal = new System.Windows.Forms.Label();
- this.trbSaturation = new System.Windows.Forms.TrackBar();
- this.groupBox4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.trbSaturation)).BeginInit();
- this.SuspendLayout();
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.lblSaturationMinVal);
- this.groupBox4.Controls.Add(this.txtSaturation);
- this.groupBox4.Controls.Add(this.label13);
- this.groupBox4.Controls.Add(this.lblSaturationMaxVal);
- this.groupBox4.Controls.Add(this.trbSaturation);
- this.groupBox4.Location = new System.Drawing.Point(4, 4);
- this.groupBox4.Margin = new System.Windows.Forms.Padding(4);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Padding = new System.Windows.Forms.Padding(4);
- this.groupBox4.Size = new System.Drawing.Size(619, 101);
- this.groupBox4.TabIndex = 20;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "色彩和饱和度";
- //
- // lblSaturationMinVal
- //
- this.lblSaturationMinVal.AutoSize = true;
- this.lblSaturationMinVal.Location = new System.Drawing.Point(132, 66);
- this.lblSaturationMinVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblSaturationMinVal.Name = "lblSaturationMinVal";
- this.lblSaturationMinVal.Size = new System.Drawing.Size(39, 15);
- this.lblSaturationMinVal.TabIndex = 33;
- this.lblSaturationMinVal.Text = "-1.0";
- //
- // txtSaturation
- //
- this.txtSaturation.Location = new System.Drawing.Point(519, 35);
- this.txtSaturation.Margin = new System.Windows.Forms.Padding(4);
- this.txtSaturation.Name = "txtSaturation";
- this.txtSaturation.Size = new System.Drawing.Size(72, 25);
- this.txtSaturation.TabIndex = 35;
- this.txtSaturation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSaturation_KeyPress);
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(24, 35);
- this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(67, 15);
- this.label13.TabIndex = 24;
- this.label13.Text = "饱和度:";
- //
- // lblSaturationMaxVal
- //
- this.lblSaturationMaxVal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.lblSaturationMaxVal.AutoSize = true;
- this.lblSaturationMaxVal.Location = new System.Drawing.Point(444, 66);
- this.lblSaturationMaxVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblSaturationMaxVal.Name = "lblSaturationMaxVal";
- this.lblSaturationMaxVal.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.lblSaturationMaxVal.Size = new System.Drawing.Size(31, 15);
- this.lblSaturationMaxVal.TabIndex = 34;
- this.lblSaturationMaxVal.Text = "1.0";
- this.lblSaturationMaxVal.TextAlign = System.Drawing.ContentAlignment.TopRight;
- //
- // trbSaturation
- //
- this.trbSaturation.Location = new System.Drawing.Point(127, 35);
- this.trbSaturation.Margin = new System.Windows.Forms.Padding(4);
- this.trbSaturation.Maximum = 20;
- this.trbSaturation.Name = "trbSaturation";
- this.trbSaturation.Size = new System.Drawing.Size(365, 56);
- this.trbSaturation.TabIndex = 32;
- this.trbSaturation.TickStyle = System.Windows.Forms.TickStyle.None;
- this.trbSaturation.Value = 10;
- this.trbSaturation.ValueChanged += new System.EventHandler(this.trbSaturation_ValueChanged);
- //
- // AdjustSaturationControl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.groupBox4);
- this.Name = "AdjustSaturationControl";
- this.Size = new System.Drawing.Size(628, 108);
- this.groupBox4.ResumeLayout(false);
- this.groupBox4.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.trbSaturation)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.Label lblSaturationMinVal;
- private System.Windows.Forms.TextBox txtSaturation;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label lblSaturationMaxVal;
- private System.Windows.Forms.TrackBar trbSaturation;
- }
- }
|