namespace PaintDotNet.ImageCollect.CameraComponent
{
partial class FrameCameraModeControl
{
///
/// 必需的设计器变量。
///
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.groupBox1 = new System.Windows.Forms.GroupBox();
this.cameraComboBox = new System.Windows.Forms.ComboBox();
this.rdoBlackWhite = new System.Windows.Forms.RadioButton();
this.rdoColor = new System.Windows.Forms.RadioButton();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.rdoColor);
this.groupBox1.Controls.Add(this.rdoBlackWhite);
this.groupBox1.Controls.Add(this.cameraComboBox);
this.groupBox1.Location = new System.Drawing.Point(4, 4);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
this.groupBox1.Size = new System.Drawing.Size(619, 125);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "相机模式";
//
// cameraComboBox
//
this.cameraComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cameraComboBox.FormattingEnabled = true;
this.cameraComboBox.Location = new System.Drawing.Point(25, 66);
this.cameraComboBox.Margin = new System.Windows.Forms.Padding(4);
this.cameraComboBox.Name = "cameraComboBox";
this.cameraComboBox.Size = new System.Drawing.Size(556, 23);
this.cameraComboBox.TabIndex = 2;
this.cameraComboBox.SelectedIndexChanged += new System.EventHandler(this.cameraComboBox_SelectedIndexChanged);
//
// rdoBlackWhite
//
this.rdoBlackWhite.AutoSize = true;
this.rdoBlackWhite.Location = new System.Drawing.Point(46, 40);
this.rdoBlackWhite.Name = "rdoBlackWhite";
this.rdoBlackWhite.Size = new System.Drawing.Size(88, 19);
this.rdoBlackWhite.TabIndex = 3;
this.rdoBlackWhite.TabStop = true;
this.rdoBlackWhite.Text = "黑白模式";
this.rdoBlackWhite.UseVisualStyleBackColor = true;
this.rdoBlackWhite.CheckedChanged += new System.EventHandler(this.rdoBlackWhite_CheckedChanged);
//
// rdoColor
//
this.rdoColor.AutoSize = true;
this.rdoColor.Location = new System.Drawing.Point(466, 40);
this.rdoColor.Name = "rdoColor";
this.rdoColor.Size = new System.Drawing.Size(88, 19);
this.rdoColor.TabIndex = 4;
this.rdoColor.TabStop = true;
this.rdoColor.Text = "彩色模式";
this.rdoColor.UseVisualStyleBackColor = true;
this.rdoColor.CheckedChanged += new System.EventHandler(this.rdoColor_CheckedChanged);
//
// FrameCameraModeControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1);
this.Name = "FrameCameraModeControl";
this.Size = new System.Drawing.Size(625, 132);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ComboBox cameraComboBox;
private System.Windows.Forms.RadioButton rdoColor;
private System.Windows.Forms.RadioButton rdoBlackWhite;
}
}