You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

154 lines
7.9 KiB

1 month ago
  1. namespace ShenTun.Camera.AForgeL
  2. {
  3. partial class FrmImage
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.pic = new System.Windows.Forms.PictureBox();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  31. this.cmbSizeMode = new System.Windows.Forms.ComboBox();
  32. this.btnRotate = new System.Windows.Forms.Button();
  33. this.btncounterclockwiseRotate = new System.Windows.Forms.Button();
  34. this.panel2 = new System.Windows.Forms.Panel();
  35. ((System.ComponentModel.ISupportInitialize)(this.pic)).BeginInit();
  36. this.panel1.SuspendLayout();
  37. this.tableLayoutPanel1.SuspendLayout();
  38. this.panel2.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // pic
  42. //
  43. this.pic.Dock = System.Windows.Forms.DockStyle.Fill;
  44. this.pic.Location = new System.Drawing.Point(0, 0);
  45. this.pic.Name = "pic";
  46. this.pic.Size = new System.Drawing.Size(419, 401);
  47. this.pic.TabIndex = 0;
  48. this.pic.TabStop = false;
  49. //
  50. // panel1
  51. //
  52. this.panel1.AutoScroll = true;
  53. this.panel1.Controls.Add(this.pic);
  54. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.panel1.Location = new System.Drawing.Point(3, 3);
  56. this.panel1.Name = "panel1";
  57. this.tableLayoutPanel1.SetRowSpan(this.panel1, 4);
  58. this.panel1.Size = new System.Drawing.Size(419, 401);
  59. this.panel1.TabIndex = 1;
  60. //
  61. // tableLayoutPanel1
  62. //
  63. this.tableLayoutPanel1.ColumnCount = 2;
  64. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  65. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
  66. this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
  67. this.tableLayoutPanel1.Controls.Add(this.cmbSizeMode, 1, 0);
  68. this.tableLayoutPanel1.Controls.Add(this.btnRotate, 1, 1);
  69. this.tableLayoutPanel1.Controls.Add(this.btncounterclockwiseRotate, 1, 2);
  70. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  71. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  72. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  73. this.tableLayoutPanel1.RowCount = 4;
  74. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  75. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  76. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  77. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  78. this.tableLayoutPanel1.Size = new System.Drawing.Size(625, 407);
  79. this.tableLayoutPanel1.TabIndex = 2;
  80. //
  81. // cmbSizeMode
  82. //
  83. this.cmbSizeMode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  84. this.cmbSizeMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  85. this.cmbSizeMode.FormattingEnabled = true;
  86. this.cmbSizeMode.Location = new System.Drawing.Point(428, 9);
  87. this.cmbSizeMode.Name = "cmbSizeMode";
  88. this.cmbSizeMode.Size = new System.Drawing.Size(194, 36);
  89. this.cmbSizeMode.TabIndex = 2;
  90. this.cmbSizeMode.SelectedValueChanged += new System.EventHandler(this.cmbSizeMode_SelectedValueChanged);
  91. //
  92. // btnRotate
  93. //
  94. this.btnRotate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  95. this.btnRotate.Location = new System.Drawing.Point(428, 53);
  96. this.btnRotate.Name = "btnRotate";
  97. this.btnRotate.Size = new System.Drawing.Size(194, 44);
  98. this.btnRotate.TabIndex = 3;
  99. this.btnRotate.Text = "顺时针旋转90℃";
  100. this.btnRotate.UseVisualStyleBackColor = true;
  101. this.btnRotate.Click += new System.EventHandler(this.btnRotate_Click);
  102. //
  103. // btncounterclockwiseRotate
  104. //
  105. this.btncounterclockwiseRotate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  106. this.btncounterclockwiseRotate.Location = new System.Drawing.Point(428, 103);
  107. this.btncounterclockwiseRotate.Name = "btncounterclockwiseRotate";
  108. this.btncounterclockwiseRotate.Size = new System.Drawing.Size(194, 44);
  109. this.btncounterclockwiseRotate.TabIndex = 4;
  110. this.btncounterclockwiseRotate.Text = "逆时针旋转90℃";
  111. this.btncounterclockwiseRotate.UseVisualStyleBackColor = true;
  112. this.btncounterclockwiseRotate.Click += new System.EventHandler(this.btncounterclockwiseRotate_Click);
  113. //
  114. // panel2
  115. //
  116. this.panel2.Controls.Add(this.tableLayoutPanel1);
  117. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.panel2.Location = new System.Drawing.Point(0, 0);
  119. this.panel2.Name = "panel2";
  120. this.panel2.Size = new System.Drawing.Size(625, 407);
  121. this.panel2.TabIndex = 3;
  122. //
  123. // FrmImage
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  127. this.ClientSize = new System.Drawing.Size(625, 407);
  128. this.Controls.Add(this.panel2);
  129. this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.Name = "FrmImage";
  131. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  132. this.Text = "图片查看器";
  133. this.Load += new System.EventHandler(this.FrmImage_Load);
  134. ((System.ComponentModel.ISupportInitialize)(this.pic)).EndInit();
  135. this.panel1.ResumeLayout(false);
  136. this.tableLayoutPanel1.ResumeLayout(false);
  137. this.panel2.ResumeLayout(false);
  138. this.ResumeLayout(false);
  139. }
  140. #endregion
  141. private System.Windows.Forms.PictureBox pic;
  142. private System.Windows.Forms.Panel panel1;
  143. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  144. private System.Windows.Forms.ComboBox cmbSizeMode;
  145. private System.Windows.Forms.Button btnRotate;
  146. private System.Windows.Forms.Button btncounterclockwiseRotate;
  147. private System.Windows.Forms.Panel panel2;
  148. }
  149. }