CommonRotateControl.Designer.cs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. namespace PaintDotNet.ImageCollect
  2. {
  3. partial class CommonRotateControl
  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.panel1 = new System.Windows.Forms.Panel();
  30. this.ckbVertical = new System.Windows.Forms.CheckBox();
  31. this.ckbHorizontal = new System.Windows.Forms.CheckBox();
  32. this.imgRotateComboBox = new System.Windows.Forms.ComboBox();
  33. this.groupBox1.SuspendLayout();
  34. this.panel1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // groupBox1
  38. //
  39. this.groupBox1.AutoSize = true;
  40. this.groupBox1.Controls.Add(this.panel1);
  41. this.groupBox1.Controls.Add(this.imgRotateComboBox);
  42. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  43. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  44. this.groupBox1.Name = "groupBox1";
  45. this.groupBox1.Padding = new System.Windows.Forms.Padding(12, 12, 12, 1);
  46. this.groupBox1.Size = new System.Drawing.Size(464, 90);
  47. this.groupBox1.TabIndex = 2;
  48. this.groupBox1.TabStop = false;
  49. this.groupBox1.Text = "图像旋转";
  50. //
  51. // panel1
  52. //
  53. this.panel1.AutoSize = true;
  54. this.panel1.BackColor = System.Drawing.Color.Transparent;
  55. this.panel1.Controls.Add(this.ckbVertical);
  56. this.panel1.Controls.Add(this.ckbHorizontal);
  57. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.panel1.Location = new System.Drawing.Point(12, 46);
  59. this.panel1.Name = "panel1";
  60. this.panel1.Padding = new System.Windows.Forms.Padding(1);
  61. this.panel1.Size = new System.Drawing.Size(440, 43);
  62. this.panel1.TabIndex = 1;
  63. //
  64. // ckbVertical
  65. //
  66. this.ckbVertical.AutoSize = true;
  67. this.ckbVertical.Dock = System.Windows.Forms.DockStyle.Left;
  68. this.ckbVertical.Location = new System.Drawing.Point(85, 1);
  69. this.ckbVertical.Margin = new System.Windows.Forms.Padding(8);
  70. this.ckbVertical.Name = "ckbVertical";
  71. this.ckbVertical.Padding = new System.Windows.Forms.Padding(20, 0, 0, 0);
  72. this.ckbVertical.Size = new System.Drawing.Size(92, 41);
  73. this.ckbVertical.TabIndex = 1;
  74. this.ckbVertical.Text = "Vertical";
  75. this.ckbVertical.UseVisualStyleBackColor = true;
  76. this.ckbVertical.Click += new System.EventHandler(this.ckbHorizontal_Click);
  77. //
  78. // ckbHorizontal
  79. //
  80. this.ckbHorizontal.AutoSize = true;
  81. this.ckbHorizontal.BackColor = System.Drawing.Color.Transparent;
  82. this.ckbHorizontal.Dock = System.Windows.Forms.DockStyle.Left;
  83. this.ckbHorizontal.Location = new System.Drawing.Point(1, 1);
  84. this.ckbHorizontal.Margin = new System.Windows.Forms.Padding(8);
  85. this.ckbHorizontal.Name = "ckbHorizontal";
  86. this.ckbHorizontal.Size = new System.Drawing.Size(84, 41);
  87. this.ckbHorizontal.TabIndex = 0;
  88. this.ckbHorizontal.Text = "Horizontal";
  89. this.ckbHorizontal.UseVisualStyleBackColor = false;
  90. this.ckbHorizontal.Click += new System.EventHandler(this.ckbHorizontal_Click);
  91. //
  92. // imgRotateComboBox
  93. //
  94. this.imgRotateComboBox.Dock = System.Windows.Forms.DockStyle.Top;
  95. this.imgRotateComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  96. this.imgRotateComboBox.FormattingEnabled = true;
  97. this.imgRotateComboBox.Location = new System.Drawing.Point(12, 26);
  98. this.imgRotateComboBox.Name = "imgRotateComboBox";
  99. this.imgRotateComboBox.Size = new System.Drawing.Size(440, 20);
  100. this.imgRotateComboBox.TabIndex = 0;
  101. this.imgRotateComboBox.SelectedIndexChanged += new System.EventHandler(this.imgRotateComboBox_SelectedIndexChanged);
  102. //
  103. // CommonRotateControl
  104. //
  105. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  106. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  107. this.Controls.Add(this.groupBox1);
  108. this.Name = "CommonRotateControl";
  109. this.Size = new System.Drawing.Size(464, 90);
  110. this.groupBox1.ResumeLayout(false);
  111. this.groupBox1.PerformLayout();
  112. this.panel1.ResumeLayout(false);
  113. this.panel1.PerformLayout();
  114. this.ResumeLayout(false);
  115. this.PerformLayout();
  116. }
  117. #endregion
  118. private System.Windows.Forms.GroupBox groupBox1;
  119. private System.Windows.Forms.ComboBox imgRotateComboBox;
  120. private System.Windows.Forms.Panel panel1;
  121. private System.Windows.Forms.CheckBox ckbVertical;
  122. private System.Windows.Forms.CheckBox ckbHorizontal;
  123. }
  124. }