📄 form1.designer.cs
字号:
namespace sampleCameraCS
{
partial class Form1
{
/// <summary>
/// 필수 디자이너 변수입니다.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <summary>
/// 사용 중인 모든 리소스를 정리합니다.
/// </summary>
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 디자이너에서 생성한 코드
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.Btnstart = new System.Windows.Forms.Button();
this.Btnstop = new System.Windows.Forms.Button();
this.Btnclose = new System.Windows.Forms.Button();
this.Btnpause = new System.Windows.Forms.Button();
this.Btnzoomin = new System.Windows.Forms.Button();
this.Btnzoomout = new System.Windows.Forms.Button();
this.comboBoxResolution = new System.Windows.Forms.ComboBox();
this.Btncapture = new System.Windows.Forms.Button();
this.comboBoxEffect = new System.Windows.Forms.ComboBox();
this.comboBoxWhiteBalance = new System.Windows.Forms.ComboBox();
this.comboBoxBright = new System.Windows.Forms.ComboBox();
this.checkBoxStrobe = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// Btnstart
//
this.Btnstart.Location = new System.Drawing.Point(3, 220);
this.Btnstart.Name = "Btnstart";
this.Btnstart.Size = new System.Drawing.Size(72, 20);
this.Btnstart.TabIndex = 4;
this.Btnstart.Text = "start";
this.Btnstart.Click += new System.EventHandler(this.start_Click);
//
// Btnstop
//
this.Btnstop.Location = new System.Drawing.Point(3, 245);
this.Btnstop.Name = "Btnstop";
this.Btnstop.Size = new System.Drawing.Size(72, 20);
this.Btnstop.TabIndex = 5;
this.Btnstop.Text = "stop";
this.Btnstop.Click += new System.EventHandler(this.stop_Click);
//
// Btnclose
//
this.Btnclose.Location = new System.Drawing.Point(81, 245);
this.Btnclose.Name = "Btnclose";
this.Btnclose.Size = new System.Drawing.Size(72, 20);
this.Btnclose.TabIndex = 6;
this.Btnclose.Text = "close";
this.Btnclose.Click += new System.EventHandler(this.close_Click);
//
// Btnpause
//
this.Btnpause.Location = new System.Drawing.Point(81, 220);
this.Btnpause.Name = "Btnpause";
this.Btnpause.Size = new System.Drawing.Size(72, 20);
this.Btnpause.TabIndex = 7;
this.Btnpause.Text = "pause";
this.Btnpause.Click += new System.EventHandler(this.pause_Click);
//
// Btnzoomin
//
this.Btnzoomin.Location = new System.Drawing.Point(159, 219);
this.Btnzoomin.Name = "Btnzoomin";
this.Btnzoomin.Size = new System.Drawing.Size(72, 20);
this.Btnzoomin.TabIndex = 8;
this.Btnzoomin.Text = "zoom in";
this.Btnzoomin.Click += new System.EventHandler(this.zoomin_Click);
//
// Btnzoomout
//
this.Btnzoomout.Location = new System.Drawing.Point(160, 245);
this.Btnzoomout.Name = "Btnzoomout";
this.Btnzoomout.Size = new System.Drawing.Size(72, 20);
this.Btnzoomout.TabIndex = 9;
this.Btnzoomout.Text = "zoom out";
this.Btnzoomout.Click += new System.EventHandler(this.zoomout_Click);
//
// comboBoxResolution
//
this.comboBoxResolution.Location = new System.Drawing.Point(159, 82);
this.comboBoxResolution.Name = "comboBoxResolution";
this.comboBoxResolution.Size = new System.Drawing.Size(71, 22);
this.comboBoxResolution.TabIndex = 10;
this.comboBoxResolution.SelectedIndexChanged += new System.EventHandler(this.comboBoxResolution_SelectedIndexChanged);
//
// Btncapture
//
this.Btncapture.Location = new System.Drawing.Point(159, 194);
this.Btncapture.Name = "Btncapture";
this.Btncapture.Size = new System.Drawing.Size(72, 20);
this.Btncapture.TabIndex = 11;
this.Btncapture.Text = "capture";
this.Btncapture.Click += new System.EventHandler(this.Btncapture_Click);
//
// comboBoxEffect
//
this.comboBoxEffect.Location = new System.Drawing.Point(159, 138);
this.comboBoxEffect.Name = "comboBoxEffect";
this.comboBoxEffect.Size = new System.Drawing.Size(72, 22);
this.comboBoxEffect.TabIndex = 12;
this.comboBoxEffect.SelectedIndexChanged += new System.EventHandler(this.comboBoxEffect_SelectedIndexChanged);
//
// comboBoxWhiteBalance
//
this.comboBoxWhiteBalance.Location = new System.Drawing.Point(159, 166);
this.comboBoxWhiteBalance.Name = "comboBoxWhiteBalance";
this.comboBoxWhiteBalance.Size = new System.Drawing.Size(71, 22);
this.comboBoxWhiteBalance.TabIndex = 13;
this.comboBoxWhiteBalance.SelectedIndexChanged += new System.EventHandler(this.comboBoxWhiteBalance_SelectedIndexChanged);
//
// comboBoxBright
//
this.comboBoxBright.Location = new System.Drawing.Point(159, 110);
this.comboBoxBright.Name = "comboBoxBright";
this.comboBoxBright.Size = new System.Drawing.Size(72, 22);
this.comboBoxBright.TabIndex = 14;
this.comboBoxBright.SelectedIndexChanged += new System.EventHandler(this.comboBoxBright_SelectedIndexChanged);
//
// checkBoxStrobe
//
this.checkBoxStrobe.Location = new System.Drawing.Point(77, 194);
this.checkBoxStrobe.Name = "checkBoxStrobe";
this.checkBoxStrobe.Size = new System.Drawing.Size(80, 20);
this.checkBoxStrobe.TabIndex = 15;
this.checkBoxStrobe.Text = "strobe on";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.checkBoxStrobe);
this.Controls.Add(this.comboBoxBright);
this.Controls.Add(this.comboBoxWhiteBalance);
this.Controls.Add(this.comboBoxEffect);
this.Controls.Add(this.Btncapture);
this.Controls.Add(this.comboBoxResolution);
this.Controls.Add(this.Btnzoomout);
this.Controls.Add(this.Btnzoomin);
this.Controls.Add(this.Btnpause);
this.Controls.Add(this.Btnclose);
this.Controls.Add(this.Btnstop);
this.Controls.Add(this.Btnstart);
this.Menu = this.mainMenu1;
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button Btnstart;
private System.Windows.Forms.Button Btnstop;
private System.Windows.Forms.Button Btnclose;
private System.Windows.Forms.Button Btnpause;
private System.Windows.Forms.Button Btnzoomin;
private System.Windows.Forms.Button Btnzoomout;
private System.Windows.Forms.ComboBox comboBoxResolution;
private System.Windows.Forms.Button Btncapture;
private System.Windows.Forms.ComboBox comboBoxEffect;
private System.Windows.Forms.ComboBox comboBoxWhiteBalance;
private System.Windows.Forms.ComboBox comboBoxBright;
private System.Windows.Forms.CheckBox checkBoxStrobe;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -