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;
|
}
|
}
|