|
|
|
|
namespace Mesnac.PlugIn.MCProject
|
|
|
|
|
{
|
|
|
|
|
partial class FrmMCProject
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(573, 37);
|
|
|
|
|
this.panel1.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// panel2
|
|
|
|
|
//
|
|
|
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.panel2.Location = new System.Drawing.Point(0, 37);
|
|
|
|
|
this.panel2.Name = "panel2";
|
|
|
|
|
this.panel2.Size = new System.Drawing.Size(79, 330);
|
|
|
|
|
this.panel2.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// panel3
|
|
|
|
|
//
|
|
|
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
|
this.panel3.Location = new System.Drawing.Point(494, 37);
|
|
|
|
|
this.panel3.Name = "panel3";
|
|
|
|
|
this.panel3.Size = new System.Drawing.Size(79, 330);
|
|
|
|
|
this.panel3.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// panel4
|
|
|
|
|
//
|
|
|
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
|
|
this.panel4.Location = new System.Drawing.Point(79, 330);
|
|
|
|
|
this.panel4.Name = "panel4";
|
|
|
|
|
this.panel4.Size = new System.Drawing.Size(415, 37);
|
|
|
|
|
this.panel4.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Controls.Add(this.flowLayoutPanel1);
|
|
|
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(79, 37);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(415, 293);
|
|
|
|
|
this.groupBox1.TabIndex = 6;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "监控画面列表";
|
|
|
|
|
//
|
|
|
|
|
// flowLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 17);
|
|
|
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
|
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(409, 273);
|
|
|
|
|
this.flowLayoutPanel1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// FrmMCProject
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(573, 367);
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
|
this.Controls.Add(this.panel4);
|
|
|
|
|
this.Controls.Add(this.panel3);
|
|
|
|
|
this.Controls.Add(this.panel2);
|
|
|
|
|
this.Controls.Add(this.panel1);
|
|
|
|
|
this.Name = "FrmMCProject";
|
|
|
|
|
this.Text = "画面列表";
|
|
|
|
|
this.TitleName = "画面列表";
|
|
|
|
|
this.Load += new System.EventHandler(this.FrmMCProject_Load);
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
|
|
private System.Windows.Forms.Panel panel3;
|
|
|
|
|
private System.Windows.Forms.Panel panel4;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|