InformationAdjustControl.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. namespace PaintDotNet.CustomControl
  2. {
  3. partial class InformationAdjustControl
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.radioButton2 = new System.Windows.Forms.RadioButton();
  30. this.radioButton1 = new System.Windows.Forms.RadioButton();
  31. this.fileNameTextBox1 = new PaintDotNet.CustomControl.FileNameTextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.groupBox1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // groupBox1
  38. //
  39. this.groupBox1.Controls.Add(this.radioButton2);
  40. this.groupBox1.Controls.Add(this.radioButton1);
  41. this.groupBox1.Controls.Add(this.fileNameTextBox1);
  42. this.groupBox1.Controls.Add(this.label2);
  43. this.groupBox1.Controls.Add(this.label1);
  44. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  45. this.groupBox1.Name = "groupBox1";
  46. this.groupBox1.Size = new System.Drawing.Size(373, 82);
  47. this.groupBox1.TabIndex = 5;
  48. this.groupBox1.TabStop = false;
  49. this.groupBox1.Text = "信息";
  50. //
  51. // radioButton2
  52. //
  53. this.radioButton2.AutoSize = true;
  54. this.radioButton2.Location = new System.Drawing.Point(128, 53);
  55. this.radioButton2.Name = "radioButton2";
  56. this.radioButton2.Size = new System.Drawing.Size(35, 16);
  57. this.radioButton2.TabIndex = 11;
  58. this.radioButton2.Text = "否";
  59. this.radioButton2.UseVisualStyleBackColor = true;
  60. //
  61. // radioButton1
  62. //
  63. this.radioButton1.AutoSize = true;
  64. this.radioButton1.Checked = true;
  65. this.radioButton1.Location = new System.Drawing.Point(87, 53);
  66. this.radioButton1.Name = "radioButton1";
  67. this.radioButton1.Size = new System.Drawing.Size(35, 16);
  68. this.radioButton1.TabIndex = 10;
  69. this.radioButton1.TabStop = true;
  70. this.radioButton1.Text = "是";
  71. this.radioButton1.UseVisualStyleBackColor = true;
  72. //
  73. // fileNameTextBox1
  74. //
  75. this.fileNameTextBox1.Location = new System.Drawing.Point(71, 22);
  76. this.fileNameTextBox1.Name = "fileNameTextBox1";
  77. this.fileNameTextBox1.Size = new System.Drawing.Size(294, 21);
  78. this.fileNameTextBox1.TabIndex = 9;
  79. //
  80. // label2
  81. //
  82. this.label2.AutoSize = true;
  83. this.label2.Location = new System.Drawing.Point(7, 55);
  84. this.label2.Name = "label2";
  85. this.label2.Size = new System.Drawing.Size(65, 12);
  86. this.label2.TabIndex = 8;
  87. this.label2.Text = "生成新图:";
  88. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  89. //
  90. // label1
  91. //
  92. this.label1.AutoSize = true;
  93. this.label1.Location = new System.Drawing.Point(7, 27);
  94. this.label1.Name = "label1";
  95. this.label1.Size = new System.Drawing.Size(65, 12);
  96. this.label1.TabIndex = 7;
  97. this.label1.Text = "图像名称:";
  98. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  99. //
  100. // InformationAdjustControl
  101. //
  102. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  103. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  104. this.Controls.Add(this.groupBox1);
  105. this.Name = "InformationAdjustControl";
  106. this.Size = new System.Drawing.Size(373, 82);
  107. this.groupBox1.ResumeLayout(false);
  108. this.groupBox1.PerformLayout();
  109. this.ResumeLayout(false);
  110. }
  111. #endregion
  112. private System.Windows.Forms.GroupBox groupBox1;
  113. public System.Windows.Forms.RadioButton radioButton2;
  114. public System.Windows.Forms.RadioButton radioButton1;
  115. public FileNameTextBox fileNameTextBox1;
  116. private System.Windows.Forms.Label label2;
  117. private System.Windows.Forms.Label label1;
  118. }
  119. }