?? frmshejimap.designer.cs
字號:
?namespace PushBox
{
partial class frmSheJiMap
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSheJiMap));
this.panel1 = new System.Windows.Forms.Panel();
this.tsbLu = new System.Windows.Forms.ToolStripButton();
this.tsbAim = new System.Windows.Forms.ToolStripButton();
this.tsbWall = new System.Windows.Forms.ToolStripButton();
this.tsbBox = new System.Windows.Forms.ToolStripButton();
this.tsbPeople = new System.Windows.Forms.ToolStripButton();
this.tsbNull = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 39);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(450, 379);
this.panel1.TabIndex = 1;
//
// tsbLu
//
this.tsbLu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbLu.Image = ((System.Drawing.Image)(resources.GetObject("tsbLu.Image")));
this.tsbLu.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbLu.Name = "tsbLu";
this.tsbLu.Size = new System.Drawing.Size(36, 36);
this.tsbLu.Text = "地板";
this.tsbLu.Click += new System.EventHandler(this.tsbLu_Click);
//
// tsbAim
//
this.tsbAim.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbAim.Image = ((System.Drawing.Image)(resources.GetObject("tsbAim.Image")));
this.tsbAim.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbAim.Name = "tsbAim";
this.tsbAim.Size = new System.Drawing.Size(36, 36);
this.tsbAim.Text = "箱子目地的";
this.tsbAim.Click += new System.EventHandler(this.tsbLu_Click);
//
// tsbWall
//
this.tsbWall.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbWall.Image = ((System.Drawing.Image)(resources.GetObject("tsbWall.Image")));
this.tsbWall.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbWall.Name = "tsbWall";
this.tsbWall.Size = new System.Drawing.Size(36, 36);
this.tsbWall.Text = "墻";
this.tsbWall.Click += new System.EventHandler(this.tsbLu_Click);
//
// tsbBox
//
this.tsbBox.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbBox.Image = ((System.Drawing.Image)(resources.GetObject("tsbBox.Image")));
this.tsbBox.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbBox.Name = "tsbBox";
this.tsbBox.Size = new System.Drawing.Size(36, 36);
this.tsbBox.Text = "箱子";
this.tsbBox.Click += new System.EventHandler(this.tsbLu_Click);
//
// tsbPeople
//
this.tsbPeople.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbPeople.Image = ((System.Drawing.Image)(resources.GetObject("tsbPeople.Image")));
this.tsbPeople.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbPeople.Name = "tsbPeople";
this.tsbPeople.Size = new System.Drawing.Size(36, 36);
this.tsbPeople.Text = "小人";
this.tsbPeople.Click += new System.EventHandler(this.tsbLu_Click);
//
// tsbNull
//
this.tsbNull.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbNull.Image = ((System.Drawing.Image)(resources.GetObject("tsbNull.Image")));
this.tsbNull.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbNull.Name = "tsbNull";
this.tsbNull.Size = new System.Drawing.Size(36, 36);
this.tsbNull.Text = "取消";
this.tsbNull.Click += new System.EventHandler(this.tsbNull_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);
//
// toolStrip1
//
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbLu,
this.toolStripSeparator7,
this.tsbAim,
this.toolStripSeparator6,
this.tsbWall,
this.toolStripSeparator5,
this.tsbBox,
this.toolStripSeparator3,
this.tsbPeople,
this.toolStripSeparator4,
this.tsbNull,
this.toolStripSeparator1,
this.toolStripLabel1,
this.toolStripSeparator2,
this.toolStripButton2,
this.toolStripSeparator8,
this.toolStripButton1});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(450, 39);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 39);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 39);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 39);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 39);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 39);
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(83, 36);
this.toolStripLabel1.Text = "QQ:372056988";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 39);
//
// toolStripButton2
//
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(36, 36);
this.toolStripButton2.Text = "保存";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(6, 39);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(36, 36);
this.toolStripButton1.Text = "全部取消";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// frmSheJiMap
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(450, 418);
this.Controls.Add(this.panel1);
this.Controls.Add(this.toolStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmSheJiMap";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "自由設計";
this.Load += new System.EventHandler(this.frmSheJiMap_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ToolStripButton tsbLu;
private System.Windows.Forms.ToolStripButton tsbAim;
private System.Windows.Forms.ToolStripButton tsbWall;
private System.Windows.Forms.ToolStripButton tsbBox;
private System.Windows.Forms.ToolStripButton tsbPeople;
private System.Windows.Forms.ToolStripButton tsbNull;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -