namespace ShenTun.Camera.AForgeL { partial class FrmImage { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.pic = new System.Windows.Forms.PictureBox(); this.panel1 = new System.Windows.Forms.Panel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.cmbSizeMode = new System.Windows.Forms.ComboBox(); this.btnRotate = new System.Windows.Forms.Button(); this.btncounterclockwiseRotate = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.pic)).BeginInit(); this.panel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // pic // this.pic.Dock = System.Windows.Forms.DockStyle.Fill; this.pic.Location = new System.Drawing.Point(0, 0); this.pic.Name = "pic"; this.pic.Size = new System.Drawing.Size(419, 401); this.pic.TabIndex = 0; this.pic.TabStop = false; // // panel1 // this.panel1.AutoScroll = true; this.panel1.Controls.Add(this.pic); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.tableLayoutPanel1.SetRowSpan(this.panel1, 4); this.panel1.Size = new System.Drawing.Size(419, 401); this.panel1.TabIndex = 1; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F)); this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.cmbSizeMode, 1, 0); this.tableLayoutPanel1.Controls.Add(this.btnRotate, 1, 1); this.tableLayoutPanel1.Controls.Add(this.btncounterclockwiseRotate, 1, 2); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 4; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(625, 407); this.tableLayoutPanel1.TabIndex = 2; // // cmbSizeMode // this.cmbSizeMode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.cmbSizeMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSizeMode.FormattingEnabled = true; this.cmbSizeMode.Location = new System.Drawing.Point(428, 9); this.cmbSizeMode.Name = "cmbSizeMode"; this.cmbSizeMode.Size = new System.Drawing.Size(194, 36); this.cmbSizeMode.TabIndex = 2; this.cmbSizeMode.SelectedValueChanged += new System.EventHandler(this.cmbSizeMode_SelectedValueChanged); // // btnRotate // this.btnRotate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.btnRotate.Location = new System.Drawing.Point(428, 53); this.btnRotate.Name = "btnRotate"; this.btnRotate.Size = new System.Drawing.Size(194, 44); this.btnRotate.TabIndex = 3; this.btnRotate.Text = "顺时针旋转90℃"; this.btnRotate.UseVisualStyleBackColor = true; this.btnRotate.Click += new System.EventHandler(this.btnRotate_Click); // // btncounterclockwiseRotate // this.btncounterclockwiseRotate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.btncounterclockwiseRotate.Location = new System.Drawing.Point(428, 103); this.btncounterclockwiseRotate.Name = "btncounterclockwiseRotate"; this.btncounterclockwiseRotate.Size = new System.Drawing.Size(194, 44); this.btncounterclockwiseRotate.TabIndex = 4; this.btncounterclockwiseRotate.Text = "逆时针旋转90℃"; this.btncounterclockwiseRotate.UseVisualStyleBackColor = true; this.btncounterclockwiseRotate.Click += new System.EventHandler(this.btncounterclockwiseRotate_Click); // // panel2 // this.panel2.Controls.Add(this.tableLayoutPanel1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(625, 407); this.panel2.TabIndex = 3; // // FrmImage // this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(625, 407); this.Controls.Add(this.panel2); this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "FrmImage"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "图片查看器"; this.Load += new System.EventHandler(this.FrmImage_Load); ((System.ComponentModel.ISupportInitialize)(this.pic)).EndInit(); this.panel1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pic; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.ComboBox cmbSizeMode; private System.Windows.Forms.Button btnRotate; private System.Windows.Forms.Button btncounterclockwiseRotate; private System.Windows.Forms.Panel panel2; } }