103 lines
4.4 KiB
C#
103 lines
4.4 KiB
C#
namespace AGVControl.Dialog
|
|
{
|
|
partial class fMapDesign
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fMapDesign));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.btOK = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
|
|
this.panel1.Location = new System.Drawing.Point(0, 47);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(888, 547);
|
|
this.panel1.TabIndex = 22;
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(40, 40);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.btOK});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(888, 47);
|
|
this.toolStrip1.TabIndex = 23;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 594);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(888, 22);
|
|
this.statusStrip1.TabIndex = 24;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// btOK
|
|
//
|
|
this.btOK.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.btOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btOK.Image = ((System.Drawing.Image)(resources.GetObject("btOK.Image")));
|
|
this.btOK.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btOK.Name = "btOK";
|
|
this.btOK.Size = new System.Drawing.Size(44, 44);
|
|
this.btOK.Text = "toolStripButton1";
|
|
this.btOK.Click += new System.EventHandler(this.btOK_Click);
|
|
//
|
|
// fMapDesign
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(888, 616);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Name = "fMapDesign";
|
|
this.Text = "fMapDesign";
|
|
this.Load += new System.EventHandler(this.fMapDesign_Load);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton btOK;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
}
|
|
} |