Form1.Designer.cs
上传用户:lslight
上传日期:2022-01-10
资源大小:14248k
文件大小:8k
- namespace 三维控件测试程序
- {
- partial class Form1
- {
- /// <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(Form1));
- this.button1 = new System.Windows.Forms.Button();
- this.lastViewButton = new System.Windows.Forms.Button();
- this.nextSceneButton = new System.Windows.Forms.Button();
- this.topViewButton = new System.Windows.Forms.Button();
- this.leftViewButton = new System.Windows.Forms.Button();
- this.frontViewButton = new System.Windows.Forms.Button();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.xToolControl1 = new CTGU.XZY.XToolControl();
- this.xSceneControl1 = new CTGU.XZY.XSceneControl();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.SuspendLayout();
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(3, 3);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 1;
- this.button1.Text = "初始化控件";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // lastViewButton
- //
- this.lastViewButton.Location = new System.Drawing.Point(84, 3);
- this.lastViewButton.Name = "lastViewButton";
- this.lastViewButton.Size = new System.Drawing.Size(65, 23);
- this.lastViewButton.TabIndex = 2;
- this.lastViewButton.Text = "上一视图";
- this.lastViewButton.UseVisualStyleBackColor = true;
- this.lastViewButton.Click += new System.EventHandler(this.lastViewButton_Click);
- //
- // nextSceneButton
- //
- this.nextSceneButton.Location = new System.Drawing.Point(155, 3);
- this.nextSceneButton.Name = "nextSceneButton";
- this.nextSceneButton.Size = new System.Drawing.Size(61, 23);
- this.nextSceneButton.TabIndex = 3;
- this.nextSceneButton.Text = "下一视图";
- this.nextSceneButton.UseVisualStyleBackColor = true;
- this.nextSceneButton.Click += new System.EventHandler(this.nextSceneButton_Click);
- //
- // topViewButton
- //
- this.topViewButton.Location = new System.Drawing.Point(222, 3);
- this.topViewButton.Name = "topViewButton";
- this.topViewButton.Size = new System.Drawing.Size(54, 23);
- this.topViewButton.TabIndex = 4;
- this.topViewButton.Text = "顶视图";
- this.topViewButton.UseVisualStyleBackColor = true;
- this.topViewButton.Click += new System.EventHandler(this.topViewButton_Click);
- //
- // leftViewButton
- //
- this.leftViewButton.Location = new System.Drawing.Point(282, 3);
- this.leftViewButton.Name = "leftViewButton";
- this.leftViewButton.Size = new System.Drawing.Size(52, 23);
- this.leftViewButton.TabIndex = 5;
- this.leftViewButton.Text = "左视图";
- this.leftViewButton.UseVisualStyleBackColor = true;
- this.leftViewButton.Click += new System.EventHandler(this.leftViewButton_Click);
- //
- // frontViewButton
- //
- this.frontViewButton.Location = new System.Drawing.Point(340, 3);
- this.frontViewButton.Name = "frontViewButton";
- this.frontViewButton.Size = new System.Drawing.Size(50, 23);
- this.frontViewButton.TabIndex = 6;
- this.frontViewButton.Text = "前视图";
- this.frontViewButton.UseVisualStyleBackColor = true;
- this.frontViewButton.Click += new System.EventHandler(this.frontViewButton_Click);
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.xToolControl1);
- this.splitContainer1.Panel1.Controls.Add(this.frontViewButton);
- this.splitContainer1.Panel1.Controls.Add(this.button1);
- this.splitContainer1.Panel1.Controls.Add(this.leftViewButton);
- this.splitContainer1.Panel1.Controls.Add(this.lastViewButton);
- this.splitContainer1.Panel1.Controls.Add(this.topViewButton);
- this.splitContainer1.Panel1.Controls.Add(this.nextSceneButton);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.xSceneControl1);
- this.splitContainer1.Size = new System.Drawing.Size(688, 550);
- this.splitContainer1.SplitterDistance = 56;
- this.splitContainer1.TabIndex = 8;
- //
- // xToolControl1
- //
- this.xToolControl1.Location = new System.Drawing.Point(3, 32);
- this.xToolControl1.Name = "xToolControl1";
- this.xToolControl1.SceneControl = this.xSceneControl1;
- this.xToolControl1.Size = new System.Drawing.Size(355, 27);
- this.xToolControl1.TabIndex = 7;
- //
- // xSceneControl1
- //
- this.xSceneControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.xSceneControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.xSceneControl1.Location = new System.Drawing.Point(0, 0);
- this.xSceneControl1.Name = "xSceneControl1";
- this.xSceneControl1.Size = new System.Drawing.Size(688, 490);
- this.xSceneControl1.TabIndex = 0;
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(688, 550);
- this.Controls.Add(this.splitContainer1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "Form1";
- this.Text = "三维控件测试程序";
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- this.splitContainer1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private CTGU.XZY.XSceneControl xSceneControl1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button lastViewButton;
- private System.Windows.Forms.Button nextSceneButton;
- private System.Windows.Forms.Button topViewButton;
- private System.Windows.Forms.Button leftViewButton;
- private System.Windows.Forms.Button frontViewButton;
- private CTGU.XZY.XToolControl xToolControl1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- }
- }