• 大小: 6KB
    文件类型: .cs
    金币: 2
    下载: 1 次
    发布日期: 2021-06-18
  • 语言: C#
  • 标签: BIM  tekla  

资源简介

对视图进行的二次开发,通过tekla的API,在visual studio进行编程

资源截图

代码片段和文件信息

namespace DrawingTestApplication1
{
    partial class BasicViews
    {
        /// 
        /// Required designer variable.
        /// 

        private System.ComponentModel.IContainer components = null;

        /// 
        /// Clean up any resources being used.
        /// 

        /// true if managed resources should be disposed; otherwise false.
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// 
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// 

        private void InitializeComponent()
        {
            this.button1 = new System.Windows.Forms.Button();
            this.createTopView = new System.Windows.Forms.CheckBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.create3dView = new System.Windows.Forms.CheckBox();
            this.createEndView = new System.Windows.Forms.CheckBox();
            this.createFrontView = new System.Windows.Forms.CheckBox();
            this.openDrawings = new System.Windows.Forms.CheckBox();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(12 12);
            this.button1.Name = “button1“;
            this.button1.Size = new System.Drawing.Size(57 24);
            this.button1.TabIndex = 0;
            this.button1.Text = “Create“;
            this.button1.UseVisualstyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.Create_click);
            // 
            // createTopView
            // 
            this.createTopView.AutoSize = true;
            this.createTopView.Location = new System.Drawing.Point(6 19);
            this.createTopView.Name = “createTopView“;
            this.createTopView.Size = new System.Drawing.Size(70 17);
            this.createTopView.TabIndex = 1;
            this.createTopView.Text = “Top view“;
            this.createTopView.UseVisualstyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.create3dView);
            this.groupBox1.Controls.Add(this.createEndView);
            this.groupBox1.Controls.Add(this.createFrontView);
            this.groupBox1.Controls.Add(this.createTopView);
            this.groupBox1.Dock = System.Windows.Forms.Dockstyle.Right;
            this.groupBox1.Location = new System.Drawing.Point(122 0);
            this.groupBox1.Name = “groupBox1“;
            this.groupBox1.Siz

评论

共有 条评论