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

DirextX编程

开发平台:

C#

  1. namespace 三维控件测试程序
  2. {
  3.     partial class Form1
  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 Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29.             this.button1 = new System.Windows.Forms.Button();
  30.             this.lastViewButton = new System.Windows.Forms.Button();
  31.             this.nextSceneButton = new System.Windows.Forms.Button();
  32.             this.topViewButton = new System.Windows.Forms.Button();
  33.             this.leftViewButton = new System.Windows.Forms.Button();
  34.             this.frontViewButton = new System.Windows.Forms.Button();
  35.             this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  36.             this.xToolControl1 = new CTGU.XZY.XToolControl();
  37.             this.xSceneControl1 = new CTGU.XZY.XSceneControl();
  38.             this.splitContainer1.Panel1.SuspendLayout();
  39.             this.splitContainer1.Panel2.SuspendLayout();
  40.             this.splitContainer1.SuspendLayout();
  41.             this.SuspendLayout();
  42.             // 
  43.             // button1
  44.             // 
  45.             this.button1.Location = new System.Drawing.Point(3, 3);
  46.             this.button1.Name = "button1";
  47.             this.button1.Size = new System.Drawing.Size(75, 23);
  48.             this.button1.TabIndex = 1;
  49.             this.button1.Text = "初始化控件";
  50.             this.button1.UseVisualStyleBackColor = true;
  51.             this.button1.Click += new System.EventHandler(this.button1_Click);
  52.             // 
  53.             // lastViewButton
  54.             // 
  55.             this.lastViewButton.Location = new System.Drawing.Point(84, 3);
  56.             this.lastViewButton.Name = "lastViewButton";
  57.             this.lastViewButton.Size = new System.Drawing.Size(65, 23);
  58.             this.lastViewButton.TabIndex = 2;
  59.             this.lastViewButton.Text = "上一视图";
  60.             this.lastViewButton.UseVisualStyleBackColor = true;
  61.             this.lastViewButton.Click += new System.EventHandler(this.lastViewButton_Click);
  62.             // 
  63.             // nextSceneButton
  64.             // 
  65.             this.nextSceneButton.Location = new System.Drawing.Point(155, 3);
  66.             this.nextSceneButton.Name = "nextSceneButton";
  67.             this.nextSceneButton.Size = new System.Drawing.Size(61, 23);
  68.             this.nextSceneButton.TabIndex = 3;
  69.             this.nextSceneButton.Text = "下一视图";
  70.             this.nextSceneButton.UseVisualStyleBackColor = true;
  71.             this.nextSceneButton.Click += new System.EventHandler(this.nextSceneButton_Click);
  72.             // 
  73.             // topViewButton
  74.             // 
  75.             this.topViewButton.Location = new System.Drawing.Point(222, 3);
  76.             this.topViewButton.Name = "topViewButton";
  77.             this.topViewButton.Size = new System.Drawing.Size(54, 23);
  78.             this.topViewButton.TabIndex = 4;
  79.             this.topViewButton.Text = "顶视图";
  80.             this.topViewButton.UseVisualStyleBackColor = true;
  81.             this.topViewButton.Click += new System.EventHandler(this.topViewButton_Click);
  82.             // 
  83.             // leftViewButton
  84.             // 
  85.             this.leftViewButton.Location = new System.Drawing.Point(282, 3);
  86.             this.leftViewButton.Name = "leftViewButton";
  87.             this.leftViewButton.Size = new System.Drawing.Size(52, 23);
  88.             this.leftViewButton.TabIndex = 5;
  89.             this.leftViewButton.Text = "左视图";
  90.             this.leftViewButton.UseVisualStyleBackColor = true;
  91.             this.leftViewButton.Click += new System.EventHandler(this.leftViewButton_Click);
  92.             // 
  93.             // frontViewButton
  94.             // 
  95.             this.frontViewButton.Location = new System.Drawing.Point(340, 3);
  96.             this.frontViewButton.Name = "frontViewButton";
  97.             this.frontViewButton.Size = new System.Drawing.Size(50, 23);
  98.             this.frontViewButton.TabIndex = 6;
  99.             this.frontViewButton.Text = "前视图";
  100.             this.frontViewButton.UseVisualStyleBackColor = true;
  101.             this.frontViewButton.Click += new System.EventHandler(this.frontViewButton_Click);
  102.             // 
  103.             // splitContainer1
  104.             // 
  105.             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  106.             this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  107.             this.splitContainer1.Name = "splitContainer1";
  108.             this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  109.             // 
  110.             // splitContainer1.Panel1
  111.             // 
  112.             this.splitContainer1.Panel1.Controls.Add(this.xToolControl1);
  113.             this.splitContainer1.Panel1.Controls.Add(this.frontViewButton);
  114.             this.splitContainer1.Panel1.Controls.Add(this.button1);
  115.             this.splitContainer1.Panel1.Controls.Add(this.leftViewButton);
  116.             this.splitContainer1.Panel1.Controls.Add(this.lastViewButton);
  117.             this.splitContainer1.Panel1.Controls.Add(this.topViewButton);
  118.             this.splitContainer1.Panel1.Controls.Add(this.nextSceneButton);
  119.             // 
  120.             // splitContainer1.Panel2
  121.             // 
  122.             this.splitContainer1.Panel2.Controls.Add(this.xSceneControl1);
  123.             this.splitContainer1.Size = new System.Drawing.Size(688, 550);
  124.             this.splitContainer1.SplitterDistance = 56;
  125.             this.splitContainer1.TabIndex = 8;
  126.             // 
  127.             // xToolControl1
  128.             // 
  129.             this.xToolControl1.Location = new System.Drawing.Point(3, 32);
  130.             this.xToolControl1.Name = "xToolControl1";
  131.             this.xToolControl1.SceneControl = this.xSceneControl1;
  132.             this.xToolControl1.Size = new System.Drawing.Size(355, 27);
  133.             this.xToolControl1.TabIndex = 7;
  134.             // 
  135.             // xSceneControl1
  136.             // 
  137.             this.xSceneControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  138.             this.xSceneControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  139.             this.xSceneControl1.Location = new System.Drawing.Point(0, 0);
  140.             this.xSceneControl1.Name = "xSceneControl1";
  141.             this.xSceneControl1.Size = new System.Drawing.Size(688, 490);
  142.             this.xSceneControl1.TabIndex = 0;
  143.             // 
  144.             // Form1
  145.             // 
  146.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  147.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  148.             this.ClientSize = new System.Drawing.Size(688, 550);
  149.             this.Controls.Add(this.splitContainer1);
  150.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  151.             this.Name = "Form1";
  152.             this.Text = "三维控件测试程序";
  153.             this.splitContainer1.Panel1.ResumeLayout(false);
  154.             this.splitContainer1.Panel2.ResumeLayout(false);
  155.             this.splitContainer1.ResumeLayout(false);
  156.             this.ResumeLayout(false);
  157.         }
  158.         #endregion
  159.         private CTGU.XZY.XSceneControl xSceneControl1;
  160.         private System.Windows.Forms.Button button1;
  161.         private System.Windows.Forms.Button lastViewButton;
  162.         private System.Windows.Forms.Button nextSceneButton;
  163.         private System.Windows.Forms.Button topViewButton;
  164.         private System.Windows.Forms.Button leftViewButton;
  165.         private System.Windows.Forms.Button frontViewButton;
  166.         private CTGU.XZY.XToolControl xToolControl1;
  167.         private System.Windows.Forms.SplitContainer splitContainer1;
  168.     }
  169. }