CommonRotateControl.Designer.cs 6.1 KB

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