91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 6KB
    文件類型: .cs
    金幣: 1
    下載: 2 次
    發(fā)布日期: 2021-06-18
  • 語言: C#
  • 標簽: BIM??tekla??

資源簡介

對視圖進行的二次開發(fā),通過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

評論

共有 條評論