AdjustSaturationControl.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. namespace PaintDotNet.ImageCollect.CameraComponent
  2. {
  3. partial class AdjustSaturationControl
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.groupBox4 = new System.Windows.Forms.GroupBox();
  29. this.lblSaturationMinVal = new System.Windows.Forms.Label();
  30. this.txtSaturation = new System.Windows.Forms.TextBox();
  31. this.label13 = new System.Windows.Forms.Label();
  32. this.lblSaturationMaxVal = new System.Windows.Forms.Label();
  33. this.trbSaturation = new System.Windows.Forms.TrackBar();
  34. this.groupBox4.SuspendLayout();
  35. ((System.ComponentModel.ISupportInitialize)(this.trbSaturation)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // groupBox4
  39. //
  40. this.groupBox4.Controls.Add(this.lblSaturationMinVal);
  41. this.groupBox4.Controls.Add(this.txtSaturation);
  42. this.groupBox4.Controls.Add(this.label13);
  43. this.groupBox4.Controls.Add(this.lblSaturationMaxVal);
  44. this.groupBox4.Controls.Add(this.trbSaturation);
  45. this.groupBox4.Location = new System.Drawing.Point(4, 4);
  46. this.groupBox4.Margin = new System.Windows.Forms.Padding(4);
  47. this.groupBox4.Name = "groupBox4";
  48. this.groupBox4.Padding = new System.Windows.Forms.Padding(4);
  49. this.groupBox4.Size = new System.Drawing.Size(619, 101);
  50. this.groupBox4.TabIndex = 20;
  51. this.groupBox4.TabStop = false;
  52. this.groupBox4.Text = "色彩和饱和度";
  53. //
  54. // lblSaturationMinVal
  55. //
  56. this.lblSaturationMinVal.AutoSize = true;
  57. this.lblSaturationMinVal.Location = new System.Drawing.Point(132, 66);
  58. this.lblSaturationMinVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  59. this.lblSaturationMinVal.Name = "lblSaturationMinVal";
  60. this.lblSaturationMinVal.Size = new System.Drawing.Size(39, 15);
  61. this.lblSaturationMinVal.TabIndex = 33;
  62. this.lblSaturationMinVal.Text = "-1.0";
  63. //
  64. // txtSaturation
  65. //
  66. this.txtSaturation.Location = new System.Drawing.Point(519, 35);
  67. this.txtSaturation.Margin = new System.Windows.Forms.Padding(4);
  68. this.txtSaturation.Name = "txtSaturation";
  69. this.txtSaturation.Size = new System.Drawing.Size(72, 25);
  70. this.txtSaturation.TabIndex = 35;
  71. this.txtSaturation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSaturation_KeyPress);
  72. //
  73. // label13
  74. //
  75. this.label13.AutoSize = true;
  76. this.label13.Location = new System.Drawing.Point(24, 35);
  77. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  78. this.label13.Name = "label13";
  79. this.label13.Size = new System.Drawing.Size(67, 15);
  80. this.label13.TabIndex = 24;
  81. this.label13.Text = "饱和度:";
  82. //
  83. // lblSaturationMaxVal
  84. //
  85. this.lblSaturationMaxVal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  86. this.lblSaturationMaxVal.AutoSize = true;
  87. this.lblSaturationMaxVal.Location = new System.Drawing.Point(444, 66);
  88. this.lblSaturationMaxVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  89. this.lblSaturationMaxVal.Name = "lblSaturationMaxVal";
  90. this.lblSaturationMaxVal.RightToLeft = System.Windows.Forms.RightToLeft.No;
  91. this.lblSaturationMaxVal.Size = new System.Drawing.Size(31, 15);
  92. this.lblSaturationMaxVal.TabIndex = 34;
  93. this.lblSaturationMaxVal.Text = "1.0";
  94. this.lblSaturationMaxVal.TextAlign = System.Drawing.ContentAlignment.TopRight;
  95. //
  96. // trbSaturation
  97. //
  98. this.trbSaturation.Location = new System.Drawing.Point(127, 35);
  99. this.trbSaturation.Margin = new System.Windows.Forms.Padding(4);
  100. this.trbSaturation.Maximum = 20;
  101. this.trbSaturation.Name = "trbSaturation";
  102. this.trbSaturation.Size = new System.Drawing.Size(365, 56);
  103. this.trbSaturation.TabIndex = 32;
  104. this.trbSaturation.TickStyle = System.Windows.Forms.TickStyle.None;
  105. this.trbSaturation.Value = 10;
  106. this.trbSaturation.ValueChanged += new System.EventHandler(this.trbSaturation_ValueChanged);
  107. //
  108. // AdjustSaturationControl
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.Controls.Add(this.groupBox4);
  113. this.Name = "AdjustSaturationControl";
  114. this.Size = new System.Drawing.Size(628, 108);
  115. this.groupBox4.ResumeLayout(false);
  116. this.groupBox4.PerformLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.trbSaturation)).EndInit();
  118. this.ResumeLayout(false);
  119. }
  120. #endregion
  121. private System.Windows.Forms.GroupBox groupBox4;
  122. private System.Windows.Forms.Label lblSaturationMinVal;
  123. private System.Windows.Forms.TextBox txtSaturation;
  124. private System.Windows.Forms.Label label13;
  125. private System.Windows.Forms.Label lblSaturationMaxVal;
  126. private System.Windows.Forms.TrackBar trbSaturation;
  127. }
  128. }