169 lines
7.2 KiB
C#
169 lines
7.2 KiB
C#
|
|
namespace TestShapeControl
|
|||
|
|
{
|
|||
|
|
partial class Form3
|
|||
|
|
{
|
|||
|
|
/// <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.components = new System.ComponentModel.Container();
|
|||
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
|
this.btnImportMap = new System.Windows.Forms.Button();
|
|||
|
|
this.btnAddCam = new System.Windows.Forms.Button();
|
|||
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|||
|
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
|
this.button2 = new System.Windows.Forms.Button();
|
|||
|
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// panel1
|
|||
|
|
//
|
|||
|
|
this.panel1.AllowDrop = true;
|
|||
|
|
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|||
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
|
this.panel1.Location = new System.Drawing.Point(24, 90);
|
|||
|
|
this.panel1.Name = "panel1";
|
|||
|
|
this.panel1.Size = new System.Drawing.Size(652, 448);
|
|||
|
|
this.panel1.TabIndex = 0;
|
|||
|
|
this.panel1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDoubleClick);
|
|||
|
|
this.panel1.MouseEnter += new System.EventHandler(this.panel1_MouseEnter);
|
|||
|
|
//
|
|||
|
|
// btnImportMap
|
|||
|
|
//
|
|||
|
|
this.btnImportMap.Location = new System.Drawing.Point(24, 12);
|
|||
|
|
this.btnImportMap.Name = "btnImportMap";
|
|||
|
|
this.btnImportMap.Size = new System.Drawing.Size(57, 27);
|
|||
|
|
this.btnImportMap.TabIndex = 1;
|
|||
|
|
this.btnImportMap.Text = "Load";
|
|||
|
|
this.btnImportMap.UseVisualStyleBackColor = true;
|
|||
|
|
this.btnImportMap.Click += new System.EventHandler(this.btnImportMap_Click);
|
|||
|
|
//
|
|||
|
|
// btnAddCam
|
|||
|
|
//
|
|||
|
|
this.btnAddCam.Location = new System.Drawing.Point(107, 12);
|
|||
|
|
this.btnAddCam.Name = "btnAddCam";
|
|||
|
|
this.btnAddCam.Size = new System.Drawing.Size(61, 26);
|
|||
|
|
this.btnAddCam.TabIndex = 2;
|
|||
|
|
this.btnAddCam.Text = "Add Cam";
|
|||
|
|
this.btnAddCam.UseVisualStyleBackColor = true;
|
|||
|
|
this.btnAddCam.Click += new System.EventHandler(this.btnAddCam_Click);
|
|||
|
|
//
|
|||
|
|
// openFileDialog1
|
|||
|
|
//
|
|||
|
|
this.openFileDialog1.FileName = "openFileDialog1";
|
|||
|
|
//
|
|||
|
|
// button1
|
|||
|
|
//
|
|||
|
|
this.button1.Location = new System.Drawing.Point(620, 12);
|
|||
|
|
this.button1.Name = "button1";
|
|||
|
|
this.button1.Size = new System.Drawing.Size(56, 27);
|
|||
|
|
this.button1.TabIndex = 3;
|
|||
|
|
this.button1.Text = "Save";
|
|||
|
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
|
//
|
|||
|
|
// button2
|
|||
|
|
//
|
|||
|
|
this.button2.Location = new System.Drawing.Point(562, 12);
|
|||
|
|
this.button2.Name = "button2";
|
|||
|
|
this.button2.Size = new System.Drawing.Size(52, 27);
|
|||
|
|
this.button2.TabIndex = 4;
|
|||
|
|
this.button2.Text = "New";
|
|||
|
|
this.button2.UseVisualStyleBackColor = true;
|
|||
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Location = new System.Drawing.Point(87, 51);
|
|||
|
|
this.label1.MaximumSize = new System.Drawing.Size(550, 30);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(35, 13);
|
|||
|
|
this.label1.TabIndex = 5;
|
|||
|
|
this.label1.Text = "label1";
|
|||
|
|
//
|
|||
|
|
// label2
|
|||
|
|
//
|
|||
|
|
this.label2.AutoSize = true;
|
|||
|
|
this.label2.Location = new System.Drawing.Point(24, 542);
|
|||
|
|
this.label2.MaximumSize = new System.Drawing.Size(600, 40);
|
|||
|
|
this.label2.Name = "label2";
|
|||
|
|
this.label2.Size = new System.Drawing.Size(35, 13);
|
|||
|
|
this.label2.TabIndex = 6;
|
|||
|
|
this.label2.Text = "label2";
|
|||
|
|
//
|
|||
|
|
// label3
|
|||
|
|
//
|
|||
|
|
this.label3.AutoSize = true;
|
|||
|
|
this.label3.Location = new System.Drawing.Point(24, 51);
|
|||
|
|
this.label3.Name = "label3";
|
|||
|
|
this.label3.Size = new System.Drawing.Size(57, 13);
|
|||
|
|
this.label3.TabIndex = 7;
|
|||
|
|
this.label3.Text = "File Name:";
|
|||
|
|
//
|
|||
|
|
// Form3
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(705, 587);
|
|||
|
|
this.Controls.Add(this.label3);
|
|||
|
|
this.Controls.Add(this.label2);
|
|||
|
|
this.Controls.Add(this.label1);
|
|||
|
|
this.Controls.Add(this.button2);
|
|||
|
|
this.Controls.Add(this.button1);
|
|||
|
|
this.Controls.Add(this.btnAddCam);
|
|||
|
|
this.Controls.Add(this.btnImportMap);
|
|||
|
|
this.Controls.Add(this.panel1);
|
|||
|
|
this.KeyPreview = true;
|
|||
|
|
this.MinimumSize = new System.Drawing.Size(640, 480);
|
|||
|
|
this.Name = "Form3";
|
|||
|
|
this.Text = "Cam Map Designer";
|
|||
|
|
this.Load += new System.EventHandler(this.Form3_Load);
|
|||
|
|
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Form3_KeyUp);
|
|||
|
|
this.Resize += new System.EventHandler(this.Form3_Resize);
|
|||
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form3_KeyDown);
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
this.PerformLayout();
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.Panel panel1;
|
|||
|
|
private System.Windows.Forms.Button btnImportMap;
|
|||
|
|
private System.Windows.Forms.Button btnAddCam;
|
|||
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|||
|
|
private System.Windows.Forms.Button button1;
|
|||
|
|
private System.Windows.Forms.Button button2;
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private System.Windows.Forms.Label label2;
|
|||
|
|
private System.Windows.Forms.Label label3;
|
|||
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|