亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? frmshejimap.designer.cs

?? 一個用java設計的推箱子的程序。很不錯的。呵呵
?? 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 + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
免费成人在线播放| 精品奇米国产一区二区三区| 精品久久久久久久久久久院品网| 色婷婷av一区二区三区软件| 亚洲天堂久久久久久久| 91亚洲精华国产精华精华液| 17c精品麻豆一区二区免费| 在线观看一区不卡| 免费看日韩精品| 日韩国产欧美在线观看| 91精品国产麻豆国产自产在线| 久久精品国产免费看久久精品| 久久久精品免费网站| 一道本成人在线| 色综合久久久久综合体| 欧美日韩久久久一区| 精品一区二区日韩| 亚洲乱码国产乱码精品精98午夜| 欧美精品v国产精品v日韩精品| 国产91丝袜在线观看| 视频在线观看一区二区三区| 国产丝袜在线精品| 欧美一激情一区二区三区| 91性感美女视频| 欧美日韩综合一区| 91一区在线观看| 久久毛片高清国产| 一区二区三区国产精品| 久久久久久黄色| 亚洲美女淫视频| 国产精品毛片久久久久久| 91麻豆精品国产无毒不卡在线观看| 不卡的av电影| 国产成人午夜99999| 久久99热99| 一本大道av一区二区在线播放| 3d动漫精品啪啪一区二区竹菊 | 精品国产乱码久久久久久牛牛| 成人动漫视频在线| 在线成人免费观看| 国产精品久久久久久久久动漫 | 久久久久久一级片| 一级特黄大欧美久久久| 国产一区二区三区黄视频| 日韩福利视频导航| 成人av网在线| 久久婷婷色综合| 国产欧美日韩激情| 国产精品午夜免费| 视频一区中文字幕| 色婷婷久久综合| 国产欧美日韩精品在线| 久99久精品视频免费观看| 在线亚洲精品福利网址导航| 国产精品嫩草影院com| 婷婷丁香激情综合| 青椒成人免费视频| 欧美丝袜丝nylons| 91精品国产综合久久久久久久 | 亚洲国产日韩av| 亚洲一区二区三区四区五区中文| 亚洲综合在线第一页| 成人午夜激情在线| 欧美亚洲动漫制服丝袜| 成人免费小视频| 国产成人午夜电影网| 精品成人私密视频| 奇米色一区二区| 欧美精品欧美精品系列| 亚洲成人免费电影| 青青草91视频| 欧美区一区二区三区| 亚洲mv在线观看| 在线免费精品视频| 亚洲精品国产视频| 91麻豆国产精品久久| 亚洲视频免费在线观看| 成人做爰69片免费看网站| 中文字幕 久热精品 视频在线| 国产精品成人免费精品自在线观看| 国产一区二区三区四区在线观看| 日韩一区二区三区四区| 久久精品国产亚洲a| 日韩免费性生活视频播放| 国产精品九色蝌蚪自拍| 99精品视频在线免费观看| 欧美高清视频一二三区 | 色狠狠一区二区| 精品第一国产综合精品aⅴ| 久久99精品国产.久久久久久 | 激情文学综合网| 91麻豆国产自产在线观看| 一区二区三区四区蜜桃| 欧美三级电影在线看| 青青草一区二区三区| 久久亚洲精华国产精华液| 国产精品中文欧美| 欧美日韩综合在线| 蜜桃av一区二区三区电影| 欧洲中文字幕精品| 日韩影视精彩在线| 精品成人一区二区三区四区| 国产成人午夜99999| 亚洲激情自拍偷拍| 日韩一级精品视频在线观看| 国产成人自拍网| 亚洲三级在线观看| 欧美精品在线视频| 国产成人av电影免费在线观看| 亚洲欧洲日韩一区二区三区| 欧美精品 国产精品| 国产精品一级黄| 一区二区三区中文字幕精品精品| 欧美日韩成人在线一区| 高清av一区二区| 丝袜亚洲精品中文字幕一区| 国产情人综合久久777777| 91黄色激情网站| 国产精品一区二区在线播放| 一二三四区精品视频| 久久午夜电影网| 欧美电影在哪看比较好| av电影在线观看完整版一区二区| 久久久.com| 91精品国产色综合久久不卡电影| 国产一区二区不卡| 性做久久久久久| 中文字幕亚洲在| 精品久久人人做人人爰| 欧美视频日韩视频| 成人性生交大片免费| 五月综合激情日本mⅴ| 日韩视频一区在线观看| 亚洲色图在线看| 日韩av电影一区| 香蕉乱码成人久久天堂爱免费| 日日骚欧美日韩| 自拍偷拍国产亚洲| 久久影院午夜片一区| 欧美欧美欧美欧美| 一本久道久久综合中文字幕 | 久久婷婷色综合| 欧美一区二区三区在线观看| 91黄色免费观看| 99久久久精品| av中文字幕一区| 大桥未久av一区二区三区中文| 日韩不卡免费视频| 日韩不卡免费视频| 日韩中文字幕区一区有砖一区 | 亚洲人精品一区| 亚洲欧美在线观看| 欧美高清在线精品一区| 中文字幕不卡的av| 中文字幕二三区不卡| 国产亚洲欧美色| 国产日韩欧美a| 国产精品剧情在线亚洲| 1024成人网| 一区二区视频在线| 亚洲免费av高清| 一区二区三区高清不卡| 亚洲夂夂婷婷色拍ww47| 亚洲一级电影视频| 亚洲中国最大av网站| 视频一区视频二区中文字幕| 毛片av一区二区三区| 国产一区二区三区久久久| 国产美女主播视频一区| 成人激情图片网| 色婷婷综合久久久| 在线成人免费视频| 久久夜色精品国产噜噜av| 国产精品久久夜| 亚洲人被黑人高潮完整版| 午夜精品123| 国产福利一区二区三区视频| 岛国精品在线播放| 欧美亚洲愉拍一区二区| 3d动漫精品啪啪一区二区竹菊 | av在线不卡免费看| 在线视频中文字幕一区二区| 日韩欧美在线影院| 欧美激情在线一区二区| 亚洲中国最大av网站| 久久国产精品免费| 不卡的av在线播放| 欧美精选在线播放| 久久久久久久久97黄色工厂| 日韩美女视频一区二区 | 中文字幕巨乱亚洲| 亚洲一区中文在线| 国产一区二区三区四区五区美女| 色综合天天性综合| 亚洲午夜久久久久久久久久久| 日韩电影一区二区三区| k8久久久一区二区三区| 欧美精品乱码久久久久久按摩| 国产精品久久久久影视| 美女视频一区二区|