namespace PaintDotNet.ImageCollect.CameraComponent { partial class FrameCameraSet2Control { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.groupBox3 = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.quanfuButton = new System.Windows.Forms.Button(); this.zhongxinButton = new System.Windows.Forms.Button(); this.chicunHTextBox = new System.Windows.Forms.TextBox(); this.chicunWTextBox = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.zuobiaoYTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.zuobiaoXTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.shuaxinButton = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.cmbResolution = new System.Windows.Forms.ComboBox(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox3 // this.groupBox3.Controls.Add(this.label3); this.groupBox3.Controls.Add(this.quanfuButton); this.groupBox3.Controls.Add(this.zhongxinButton); this.groupBox3.Controls.Add(this.chicunHTextBox); this.groupBox3.Controls.Add(this.chicunWTextBox); this.groupBox3.Controls.Add(this.label4); this.groupBox3.Controls.Add(this.zuobiaoYTextBox); this.groupBox3.Controls.Add(this.label2); this.groupBox3.Controls.Add(this.zuobiaoXTextBox); this.groupBox3.Controls.Add(this.label1); this.groupBox3.Controls.Add(this.shuaxinButton); this.groupBox3.Controls.Add(this.pictureBox1); this.groupBox3.Location = new System.Drawing.Point(0, 2); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(464, 372); this.groupBox3.TabIndex = 4; this.groupBox3.TabStop = false; this.groupBox3.Text = "设置"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(207, 330); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(17, 12); this.label3.TabIndex = 36; this.label3.Text = "×"; // // quanfuButton // this.quanfuButton.Location = new System.Drawing.Point(328, 326); this.quanfuButton.Name = "quanfuButton"; this.quanfuButton.Size = new System.Drawing.Size(75, 23); this.quanfuButton.TabIndex = 35; this.quanfuButton.Text = "全幅"; this.quanfuButton.UseVisualStyleBackColor = true; this.quanfuButton.Click += new System.EventHandler(this.quanfuButton_Click); // // zhongxinButton // this.zhongxinButton.Location = new System.Drawing.Point(328, 290); this.zhongxinButton.Name = "zhongxinButton"; this.zhongxinButton.Size = new System.Drawing.Size(75, 23); this.zhongxinButton.TabIndex = 34; this.zhongxinButton.Text = "中心"; this.zhongxinButton.UseVisualStyleBackColor = true; this.zhongxinButton.Click += new System.EventHandler(this.zhongxinButton_Click); // // chicunHTextBox // this.chicunHTextBox.Location = new System.Drawing.Point(238, 326); this.chicunHTextBox.Name = "chicunHTextBox"; this.chicunHTextBox.Size = new System.Drawing.Size(62, 21); this.chicunHTextBox.TabIndex = 33; this.chicunHTextBox.Text = "100"; this.chicunHTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.chicunHTextBox_KeyPress); this.chicunHTextBox.Leave += new System.EventHandler(this.chicunHTextBox_Leave); // // chicunWTextBox // this.chicunWTextBox.Location = new System.Drawing.Point(130, 326); this.chicunWTextBox.Name = "chicunWTextBox"; this.chicunWTextBox.Size = new System.Drawing.Size(62, 21); this.chicunWTextBox.TabIndex = 32; this.chicunWTextBox.Text = "100"; this.chicunWTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.chicunWTextBox_KeyPress); this.chicunWTextBox.Leave += new System.EventHandler(this.chicunWTextBox_Leave); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(50, 326); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 31; this.label4.Text = "图像尺寸:"; // // zuobiaoYTextBox // this.zuobiaoYTextBox.Location = new System.Drawing.Point(238, 293); this.zuobiaoYTextBox.Name = "zuobiaoYTextBox"; this.zuobiaoYTextBox.Size = new System.Drawing.Size(62, 21); this.zuobiaoYTextBox.TabIndex = 30; this.zuobiaoYTextBox.Text = "100"; this.zuobiaoYTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.zuobiaoYTextBox_KeyPress); this.zuobiaoYTextBox.Leave += new System.EventHandler(this.zuobiaoYTextBox_Leave); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(207, 296); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(17, 12); this.label2.TabIndex = 29; this.label2.Text = "×"; // // zuobiaoXTextBox // this.zuobiaoXTextBox.Location = new System.Drawing.Point(130, 293); this.zuobiaoXTextBox.Name = "zuobiaoXTextBox"; this.zuobiaoXTextBox.Size = new System.Drawing.Size(62, 21); this.zuobiaoXTextBox.TabIndex = 28; this.zuobiaoXTextBox.Text = "100"; this.zuobiaoXTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.zuobiaoXTextBox_KeyPress); this.zuobiaoXTextBox.Leave += new System.EventHandler(this.zuobiaoXTextBox_Leave); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(50, 296); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 27; this.label1.Text = "起始坐标:"; // // shuaxinButton // this.shuaxinButton.Location = new System.Drawing.Point(114, 239); this.shuaxinButton.Name = "shuaxinButton"; this.shuaxinButton.Size = new System.Drawing.Size(242, 23); this.shuaxinButton.TabIndex = 26; this.shuaxinButton.Text = "刷新缩略图"; this.shuaxinButton.UseVisualStyleBackColor = true; this.shuaxinButton.Click += new System.EventHandler(this.shuaxinButton_Click); // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.White; this.pictureBox1.Location = new System.Drawing.Point(114, 22); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(242, 200); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 25; this.pictureBox1.TabStop = false; this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint); this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown); this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove); this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp); // // groupBox2 // this.groupBox2.Controls.Add(this.cmbResolution); this.groupBox2.Location = new System.Drawing.Point(0, 2); this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox2.Size = new System.Drawing.Size(464, 66); this.groupBox2.TabIndex = 5; this.groupBox2.TabStop = false; this.groupBox2.Text = "分辨率"; this.groupBox2.Visible = false; // // cmbResolution // this.cmbResolution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbResolution.FormattingEnabled = true; this.cmbResolution.Location = new System.Drawing.Point(19, 26); this.cmbResolution.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.cmbResolution.Name = "cmbResolution"; this.cmbResolution.Size = new System.Drawing.Size(416, 20); this.cmbResolution.TabIndex = 0; this.cmbResolution.SelectedIndexChanged += new System.EventHandler(this.cmbResolution_SelectedIndexChanged); // // FrameCameraSet2Control // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox3); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "FrameCameraSet2Control"; this.Size = new System.Drawing.Size(470, 377); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button quanfuButton; private System.Windows.Forms.Button zhongxinButton; private System.Windows.Forms.TextBox chicunHTextBox; private System.Windows.Forms.TextBox chicunWTextBox; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox zuobiaoYTextBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox zuobiaoXTextBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button shuaxinButton; public System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.ComboBox cmbResolution; } }