154 lines
7.1 KiB
C#
154 lines
7.1 KiB
C#
namespace Camera
|
||
{
|
||
partial class Setting
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <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 窗体设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
||
this.picBoxCamera = new System.Windows.Forms.PictureBox();
|
||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||
this.listBox1 = new System.Windows.Forms.ListBox();
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.picBoxCamera)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.toolStrip1)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// splitContainer1
|
||
//
|
||
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
||
this.splitContainer1.Name = "splitContainer1";
|
||
// 左侧面板宽度
|
||
this.splitContainer1.Panel1MinSize = 300;
|
||
// 右侧面板宽度
|
||
this.splitContainer1.Panel2MinSize = 200;
|
||
this.splitContainer1.Size = new System.Drawing.Size(850, 469);
|
||
this.splitContainer1.SplitterDistance = 500;
|
||
this.splitContainer1.TabIndex = 0;
|
||
//
|
||
// picBoxCamera
|
||
//
|
||
this.picBoxCamera = new System.Windows.Forms.PictureBox();
|
||
this.picBoxCamera.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.picBoxCamera.Location = new System.Drawing.Point(0, 0);
|
||
this.picBoxCamera.Name = "picBoxCamera";
|
||
this.picBoxCamera.Size = new System.Drawing.Size(500, 469);
|
||
this.picBoxCamera.TabIndex = 0;
|
||
this.picBoxCamera.TabStop = false;
|
||
this.splitContainer1.Panel1.Controls.Add(this.picBoxCamera);
|
||
//
|
||
// splitContainer2
|
||
//
|
||
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
||
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
||
this.splitContainer2.Name = "splitContainer2";
|
||
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
||
// 上方面板高度
|
||
this.splitContainer2.Panel1MinSize = 50;
|
||
// 下方面板高度
|
||
this.splitContainer2.Panel2MinSize = 100;
|
||
this.splitContainer2.Size = new System.Drawing.Size(346, 469);
|
||
this.splitContainer2.SplitterDistance = 100;
|
||
this.splitContainer2.TabIndex = 0;
|
||
//
|
||
// toolStrip1
|
||
//
|
||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
||
this.toolStrip1.Name = "toolStrip1";
|
||
this.toolStrip1.Size = new System.Drawing.Size(346, 100);
|
||
this.toolStrip1.TabIndex = 0;
|
||
this.toolStrip1.Text = "toolStrip1";
|
||
// 添加一些示例按钮
|
||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.toolStripButton1,
|
||
this.toolStripButton2});
|
||
//
|
||
// toolStripButton1
|
||
//
|
||
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
||
this.toolStripButton1.Name = "toolStripButton1";
|
||
this.toolStripButton1.Size = new System.Drawing.Size(52, 97);
|
||
this.toolStripButton1.Text = "按钮1";
|
||
//
|
||
// toolStripButton2
|
||
//
|
||
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
||
this.toolStripButton2.Name = "toolStripButton2";
|
||
this.toolStripButton2.Size = new System.Drawing.Size(52, 97);
|
||
this.toolStripButton2.Text = "按钮2";
|
||
this.splitContainer2.Panel1.Controls.Add(this.toolStrip1);
|
||
//
|
||
// listBox1
|
||
//
|
||
this.listBox1 = new System.Windows.Forms.ListBox();
|
||
this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.listBox1.Location = new System.Drawing.Point(0, 0);
|
||
this.listBox1.Name = "listBox1";
|
||
this.listBox1.Size = new System.Drawing.Size(346, 365);
|
||
this.listBox1.TabIndex = 0;
|
||
this.splitContainer2.Panel2.Controls.Add(this.listBox1);
|
||
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
||
//
|
||
// Setting
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(850, 469);
|
||
this.Controls.Add(this.splitContainer1);
|
||
this.Name = "Setting";
|
||
this.Text = "设置";
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.picBoxCamera)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.toolStrip1)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.SplitContainer splitContainer1;
|
||
private System.Windows.Forms.SplitContainer splitContainer2;
|
||
private System.Windows.Forms.PictureBox picBoxCamera;
|
||
private System.Windows.Forms.ToolStrip toolStrip1;
|
||
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
||
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
||
private System.Windows.Forms.ListBox listBox1;
|
||
}
|
||
}
|
||
|