SaturationControl.Designer.cs 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. namespace PaintDotNet.Preview2
  2. {
  3. partial class SaturationControl
  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.cmpSaturation = new PaintDotNet.Preview2.CameraParamBar2();
  30. this.groupBox4.SuspendLayout();
  31. this.SuspendLayout();
  32. //
  33. // groupBox4
  34. //
  35. this.groupBox4.Controls.Add(this.cmpSaturation);
  36. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  37. this.groupBox4.Location = new System.Drawing.Point(0, 8);
  38. this.groupBox4.Name = "groupBox4";
  39. this.groupBox4.Padding = new System.Windows.Forms.Padding(4, 6, 4, 4);
  40. this.groupBox4.Size = new System.Drawing.Size(471, 59);
  41. this.groupBox4.TabIndex = 20;
  42. this.groupBox4.TabStop = false;
  43. this.groupBox4.Text = "色彩和饱和度";
  44. //
  45. // cmpSaturation
  46. //
  47. this.cmpSaturation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  48. this.cmpSaturation.Caption = "饱和度";
  49. this.cmpSaturation.DecimalPalces = 0;
  50. this.cmpSaturation.Dock = System.Windows.Forms.DockStyle.Top;
  51. this.cmpSaturation.IsFloat = true;
  52. this.cmpSaturation.IsRangeVisible = true;
  53. this.cmpSaturation.Location = new System.Drawing.Point(4, 20);
  54. this.cmpSaturation.Max = 100;
  55. this.cmpSaturation.Min = 0;
  56. this.cmpSaturation.Name = "cmpSaturation";
  57. this.cmpSaturation.Padding = new System.Windows.Forms.Padding(2);
  58. this.cmpSaturation.Size = new System.Drawing.Size(463, 33);
  59. this.cmpSaturation.TabIndex = 36;
  60. this.cmpSaturation.Value = 0;
  61. //
  62. // SaturationControl
  63. //
  64. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  65. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  66. this.Controls.Add(this.groupBox4);
  67. this.Margin = new System.Windows.Forms.Padding(2);
  68. this.Name = "SaturationControl";
  69. this.Padding = new System.Windows.Forms.Padding(0, 8, 0, 0);
  70. this.Size = new System.Drawing.Size(471, 67);
  71. this.groupBox4.ResumeLayout(false);
  72. this.ResumeLayout(false);
  73. }
  74. #endregion
  75. private System.Windows.Forms.GroupBox groupBox4;
  76. private CameraParamBar2 cmpSaturation;
  77. }
  78. }