ParametersSettingAdjustControl.Designer.cs 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. namespace PaintDotNet.CustomControl
  2. {
  3. partial class ParametersSettingAdjustControl
  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.groupBox2 = new System.Windows.Forms.GroupBox();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.applyButton = new System.Windows.Forms.Button();
  31. this.groupBox2.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // groupBox2
  35. //
  36. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  37. | System.Windows.Forms.AnchorStyles.Right)));
  38. this.groupBox2.Controls.Add(this.button2);
  39. this.groupBox2.Controls.Add(this.applyButton);
  40. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  41. this.groupBox2.Name = "groupBox2";
  42. this.groupBox2.Size = new System.Drawing.Size(776, 58);
  43. this.groupBox2.TabIndex = 4;
  44. this.groupBox2.TabStop = false;
  45. this.groupBox2.Text = "操作";
  46. //
  47. // button2
  48. //
  49. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  50. this.button2.Location = new System.Drawing.Point(695, 20);
  51. this.button2.Name = "button2";
  52. this.button2.Size = new System.Drawing.Size(75, 23);
  53. this.button2.TabIndex = 1;
  54. this.button2.Text = "确定";
  55. this.button2.UseVisualStyleBackColor = true;
  56. this.button2.Click += new System.EventHandler(this.button2_Click);
  57. //
  58. // applyButton
  59. //
  60. this.applyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  61. this.applyButton.Location = new System.Drawing.Point(613, 20);
  62. this.applyButton.Name = "applyButton";
  63. this.applyButton.Size = new System.Drawing.Size(75, 23);
  64. this.applyButton.TabIndex = 0;
  65. this.applyButton.Text = "应用";
  66. this.applyButton.UseVisualStyleBackColor = true;
  67. this.applyButton.Click += new System.EventHandler(this.applyButton_Click);
  68. //
  69. // ParametersSettingAdjustControl
  70. //
  71. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  72. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  73. this.Controls.Add(this.groupBox2);
  74. this.Name = "ParametersSettingAdjustControl";
  75. this.Size = new System.Drawing.Size(776, 58);
  76. this.groupBox2.ResumeLayout(false);
  77. this.ResumeLayout(false);
  78. }
  79. #endregion
  80. private System.Windows.Forms.GroupBox groupBox2;
  81. private System.Windows.Forms.Button button2;
  82. public System.Windows.Forms.Button applyButton;
  83. }
  84. }