XToolControl.Designer.cs
上传用户:lslight
上传日期:2022-01-10
资源大小:14248k
文件大小:14k
源码类别:

DirextX编程

开发平台:

C#

  1. namespace CTGU.XZY
  2. {
  3.     partial class XToolControl
  4.     {
  5.         /// <summary> 
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary> 
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region 组件设计器生成的代码
  22.         /// <summary> 
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  29.             this.originViewTool = new System.Windows.Forms.ToolStripButton();
  30.             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  31.             this.refreshViewTool = new System.Windows.Forms.ToolStripButton();
  32.             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  33.             this.zoomInTool = new System.Windows.Forms.ToolStripButton();
  34.             this.zoomOutTool = new System.Windows.Forms.ToolStripButton();
  35.             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  36.             this.lastViewTool = new System.Windows.Forms.ToolStripButton();
  37.             this.nextViewTool = new System.Windows.Forms.ToolStripButton();
  38.             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  39.             this.rotateLeftTool = new System.Windows.Forms.ToolStripButton();
  40.             this.rotateRightTool = new System.Windows.Forms.ToolStripButton();
  41.             this.rotateUpTool = new System.Windows.Forms.ToolStripButton();
  42.             this.rotateDownTool = new System.Windows.Forms.ToolStripButton();
  43.             this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  44.             this.viewTopTool = new System.Windows.Forms.ToolStripButton();
  45.             this.viewFrontButton = new System.Windows.Forms.ToolStripButton();
  46.             this.viewLeftTool = new System.Windows.Forms.ToolStripButton();
  47.             this.toolStrip1.SuspendLayout();
  48.             this.SuspendLayout();
  49.             // 
  50.             // toolStrip1
  51.             // 
  52.             this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  53.             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  54.             this.originViewTool,
  55.             this.toolStripSeparator1,
  56.             this.refreshViewTool,
  57.             this.toolStripSeparator2,
  58.             this.zoomInTool,
  59.             this.zoomOutTool,
  60.             this.toolStripSeparator3,
  61.             this.lastViewTool,
  62.             this.nextViewTool,
  63.             this.toolStripSeparator4,
  64.             this.rotateLeftTool,
  65.             this.rotateRightTool,
  66.             this.rotateUpTool,
  67.             this.rotateDownTool,
  68.             this.toolStripSeparator5,
  69.             this.viewTopTool,
  70.             this.viewFrontButton,
  71.             this.viewLeftTool});
  72.             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  73.             this.toolStrip1.Name = "toolStrip1";
  74.             this.toolStrip1.Size = new System.Drawing.Size(355, 27);
  75.             this.toolStrip1.TabIndex = 0;
  76.             this.toolStrip1.Text = "三维控件工具栏";
  77.             // 
  78.             // originViewTool
  79.             // 
  80.             this.originViewTool.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  81.             this.originViewTool.Image = global::CTGU.XZY.Properties.Resources.global;
  82.             this.originViewTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  83.             this.originViewTool.Name = "originViewTool";
  84.             this.originViewTool.Size = new System.Drawing.Size(24, 24);
  85.             this.originViewTool.Text = "返回初始状态";
  86.             this.originViewTool.Click += new System.EventHandler(this.originViewTool_Click);
  87.             // 
  88.             // toolStripSeparator1
  89.             // 
  90.             this.toolStripSeparator1.Name = "toolStripSeparator1";
  91.             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
  92.             // 
  93.             // refreshViewTool
  94.             // 
  95.             this.refreshViewTool.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  96.             this.refreshViewTool.Image = global::CTGU.XZY.Properties.Resources.Refresh;
  97.             this.refreshViewTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  98.             this.refreshViewTool.Name = "refreshViewTool";
  99.             this.refreshViewTool.Size = new System.Drawing.Size(24, 24);
  100.             this.refreshViewTool.Text = "刷新视图";
  101.             this.refreshViewTool.Click += new System.EventHandler(this.refreshViewTool_Click);
  102.             // 
  103.             // toolStripSeparator2
  104.             // 
  105.             this.toolStripSeparator2.Name = "toolStripSeparator2";
  106.             this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27);
  107.             // 
  108.             // zoomInTool
  109.             // 
  110.             this.zoomInTool.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  111.             this.zoomInTool.Image = global::CTGU.XZY.Properties.Resources.zoomin02;
  112.             this.zoomInTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  113.             this.zoomInTool.Name = "zoomInTool";
  114.             this.zoomInTool.Size = new System.Drawing.Size(24, 24);
  115.             this.zoomInTool.Text = "放大视图";
  116.             this.zoomInTool.Click += new System.EventHandler(this.zoomInTool_Click);
  117.             // 
  118.             // zoomOutTool
  119.             // 
  120.             this.zoomOutTool.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  121.             this.zoomOutTool.Image = global::CTGU.XZY.Properties.Resources.zoomout02;
  122.             this.zoomOutTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  123.             this.zoomOutTool.Name = "zoomOutTool";
  124.             this.zoomOutTool.Size = new System.Drawing.Size(24, 24);
  125.             this.zoomOutTool.Text = "缩小视图";
  126.             this.zoomOutTool.Click += new System.EventHandler(this.zoomOutTool_Click);
  127.             // 
  128.             // toolStripSeparator3
  129.             // 
  130.             this.toolStripSeparator3.Name = "toolStripSeparator3";
  131.             this.toolStripSeparator3.Size = new System.Drawing.Size(6, 27);
  132.             // 
  133.             // lastViewTool
  134.             // 
  135.             this.lastViewTool.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  136.             this.lastViewTool.Image = global::CTGU.XZY.Properties.Resources.last;
  137.             this.lastViewTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  138.             this.lastViewTool.Name = "lastViewTool";
  139.             this.lastViewTool.Size = new System.Drawing.Size(24, 24);
  140.             this.lastViewTool.Text = "上一视图";
  141.             this.lastViewTool.Click += new System.EventHandler(this.lastViewTool_Click);
  142.             // 
  143.             // nextViewTool
  144.             // 
  145.             this.nextViewTool.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  146.             this.nextViewTool.Image = global::CTGU.XZY.Properties.Resources.next;
  147.             this.nextViewTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  148.             this.nextViewTool.Name = "nextViewTool";
  149.             this.nextViewTool.Size = new System.Drawing.Size(24, 24);
  150.             this.nextViewTool.Text = "下一视图";
  151.             this.nextViewTool.Click += new System.EventHandler(this.nextViewTool_Click);
  152.             // 
  153.             // toolStripSeparator4
  154.             // 
  155.             this.toolStripSeparator4.Name = "toolStripSeparator4";
  156.             this.toolStripSeparator4.Size = new System.Drawing.Size(6, 27);
  157.             // 
  158.             // rotateLeftTool
  159.             // 
  160.             this.rotateLeftTool.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  161.             this.rotateLeftTool.Image = global::CTGU.XZY.Properties.Resources.left;
  162.             this.rotateLeftTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  163.             this.rotateLeftTool.Name = "rotateLeftTool";
  164.             this.rotateLeftTool.Size = new System.Drawing.Size(24, 24);
  165.             this.rotateLeftTool.Text = "向左旋转";
  166.             this.rotateLeftTool.Click += new System.EventHandler(this.rotateLeftTool_Click);
  167.             // 
  168.             // rotateRightTool
  169.             // 
  170.             this.rotateRightTool.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  171.             this.rotateRightTool.Image = global::CTGU.XZY.Properties.Resources.right;
  172.             this.rotateRightTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  173.             this.rotateRightTool.Name = "rotateRightTool";
  174.             this.rotateRightTool.Size = new System.Drawing.Size(24, 24);
  175.             this.rotateRightTool.Text = "向右旋转";
  176.             this.rotateRightTool.Click += new System.EventHandler(this.rotateRightTool_Click);
  177.             // 
  178.             // rotateUpTool
  179.             // 
  180.             this.rotateUpTool.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  181.             this.rotateUpTool.Image = global::CTGU.XZY.Properties.Resources.up;
  182.             this.rotateUpTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  183.             this.rotateUpTool.Name = "rotateUpTool";
  184.             this.rotateUpTool.Size = new System.Drawing.Size(24, 24);
  185.             this.rotateUpTool.Text = "向上旋转";
  186.             this.rotateUpTool.Click += new System.EventHandler(this.rotateUpTool_Click);
  187.             // 
  188.             // rotateDownTool
  189.             // 
  190.             this.rotateDownTool.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  191.             this.rotateDownTool.Image = global::CTGU.XZY.Properties.Resources.down;
  192.             this.rotateDownTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  193.             this.rotateDownTool.Name = "rotateDownTool";
  194.             this.rotateDownTool.Size = new System.Drawing.Size(24, 24);
  195.             this.rotateDownTool.Text = "向下旋转";
  196.             this.rotateDownTool.Click += new System.EventHandler(this.rotateDownTool_Click);
  197.             // 
  198.             // toolStripSeparator5
  199.             // 
  200.             this.toolStripSeparator5.Name = "toolStripSeparator5";
  201.             this.toolStripSeparator5.Size = new System.Drawing.Size(6, 27);
  202.             // 
  203.             // viewTopTool
  204.             // 
  205.             this.viewTopTool.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  206.             this.viewTopTool.Image = global::CTGU.XZY.Properties.Resources.viewTop;
  207.             this.viewTopTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  208.             this.viewTopTool.Name = "viewTopTool";
  209.             this.viewTopTool.Size = new System.Drawing.Size(24, 24);
  210.             this.viewTopTool.Text = "俯视图";
  211.             this.viewTopTool.Click += new System.EventHandler(this.viewTopTool_Click);
  212.             // 
  213.             // viewFrontButton
  214.             // 
  215.             this.viewFrontButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  216.             this.viewFrontButton.Image = global::CTGU.XZY.Properties.Resources.viewFront;
  217.             this.viewFrontButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  218.             this.viewFrontButton.Name = "viewFrontButton";
  219.             this.viewFrontButton.Size = new System.Drawing.Size(24, 24);
  220.             this.viewFrontButton.Text = "前视图";
  221.             this.viewFrontButton.Click += new System.EventHandler(this.viewFrontButton_Click);
  222.             // 
  223.             // viewLeftTool
  224.             // 
  225.             this.viewLeftTool.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  226.             this.viewLeftTool.Image = global::CTGU.XZY.Properties.Resources.viewLeft;
  227.             this.viewLeftTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  228.             this.viewLeftTool.Name = "viewLeftTool";
  229.             this.viewLeftTool.Size = new System.Drawing.Size(24, 24);
  230.             this.viewLeftTool.Text = "左视图";
  231.             this.viewLeftTool.Click += new System.EventHandler(this.viewLeftTool_Click);
  232.             // 
  233.             // XToolControl
  234.             // 
  235.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  236.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  237.             this.Controls.Add(this.toolStrip1);
  238.             this.Name = "XToolControl";
  239.             this.Size = new System.Drawing.Size(355, 27);
  240.             this.toolStrip1.ResumeLayout(false);
  241.             this.toolStrip1.PerformLayout();
  242.             this.ResumeLayout(false);
  243.             this.PerformLayout();
  244.         }
  245.         #endregion
  246.         private System.Windows.Forms.ToolStrip toolStrip1;
  247.         private System.Windows.Forms.ToolStripButton originViewTool;
  248.         private System.Windows.Forms.ToolStripButton refreshViewTool;
  249.         private System.Windows.Forms.ToolStripButton zoomInTool;
  250.         private System.Windows.Forms.ToolStripButton zoomOutTool;
  251.         private System.Windows.Forms.ToolStripButton lastViewTool;
  252.         private System.Windows.Forms.ToolStripButton nextViewTool;
  253.         private System.Windows.Forms.ToolStripButton rotateLeftTool;
  254.         private System.Windows.Forms.ToolStripButton rotateRightTool;
  255.         private System.Windows.Forms.ToolStripButton rotateUpTool;
  256.         private System.Windows.Forms.ToolStripButton rotateDownTool;
  257.         private System.Windows.Forms.ToolStripButton viewTopTool;
  258.         private System.Windows.Forms.ToolStripButton viewFrontButton;
  259.         private System.Windows.Forms.ToolStripButton viewLeftTool;
  260.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  261.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  262.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  263.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  264.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  265.     }
  266. }