qin
2024-09-28 e358beb08f5be49703009b64f058ecfbcfeefbd9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
namespace HStation.RevitDev.RevitDataExport.Forms
{
    partial class Form_FamilyManager
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Windows Form Designer generated code
 
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.gBox_categorys = new System.Windows.Forms.GroupBox();
            this.treeView_categorys = new System.Windows.Forms.TreeView();
            this.gBox_familys = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel_familys = new System.Windows.Forms.FlowLayoutPanel();
            this.gBox_categorys.SuspendLayout();
            this.gBox_familys.SuspendLayout();
            this.SuspendLayout();
            // 
            // gBox_categorys
            // 
            this.gBox_categorys.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.gBox_categorys.Controls.Add(this.treeView_categorys);
            this.gBox_categorys.Location = new System.Drawing.Point(12, 12);
            this.gBox_categorys.Name = "gBox_categorys";
            this.gBox_categorys.Size = new System.Drawing.Size(200, 563);
            this.gBox_categorys.TabIndex = 0;
            this.gBox_categorys.TabStop = false;
            this.gBox_categorys.Text = "构件类别列表";
            // 
            // treeView_categorys
            // 
            this.treeView_categorys.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.treeView_categorys.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView_categorys.Location = new System.Drawing.Point(2, 11);
            this.treeView_categorys.Name = "treeView_categorys";
            this.treeView_categorys.Size = new System.Drawing.Size(129, 362);
            this.treeView_categorys.TabIndex = 0;
            // 
            // gBox_familys
            // 
            this.gBox_familys.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.gBox_familys.Controls.Add(this.flowLayoutPanel_familys);
            this.gBox_familys.Location = new System.Drawing.Point(225, 12);
            this.gBox_familys.Name = "gBox_familys";
            this.gBox_familys.Size = new System.Drawing.Size(632, 563);
            this.gBox_familys.TabIndex = 0;
            this.gBox_familys.TabStop = false;
            this.gBox_familys.Text = "构件列表";
            // 
            // flowLayoutPanel_familys
            // 
            this.flowLayoutPanel_familys.AutoScroll = true;
            this.flowLayoutPanel_familys.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel_familys.Location = new System.Drawing.Point(3, 17);
            this.flowLayoutPanel_familys.Name = "flowLayoutPanel_familys";
            this.flowLayoutPanel_familys.Size = new System.Drawing.Size(626, 543);
            this.flowLayoutPanel_familys.TabIndex = 0;
            // 
            // Form_FamilyManager
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(869, 587);
            this.Controls.Add(this.gBox_familys);
            this.Controls.Add(this.gBox_categorys);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Name = "Form_FamilyManager";
            this.Text = "族库管理";
            this.gBox_categorys.ResumeLayout(false);
            this.gBox_familys.ResumeLayout(false);
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.GroupBox gBox_categorys;
        private System.Windows.Forms.GroupBox gBox_familys;
        private System.Windows.Forms.TreeView treeView_categorys;
        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel_familys;
    }
}