You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
135 lines
5.8 KiB
135 lines
5.8 KiB
namespace HelloTeamcenter.form
|
|
{
|
|
partial class OpenFromTC
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OpenFromTC));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
|
this.treeView1 = new System.Windows.Forms.TreeView();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 333);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(79, 13);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "数据集名称:";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(105, 329);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.ReadOnly = true;
|
|
this.textBox1.Size = new System.Drawing.Size(197, 20);
|
|
this.textBox1.TabIndex = 2;
|
|
this.textBox1.TabStop = false;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(446, 324);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 25);
|
|
this.button1.TabIndex = 3;
|
|
this.button1.Tag = "";
|
|
this.button1.Text = "确定";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(446, 355);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 25);
|
|
this.button2.TabIndex = 4;
|
|
this.button2.Text = "查找->";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// imageList1
|
|
//
|
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
|
this.imageList1.Images.SetKeyName(0, "autocad_01.ico");
|
|
this.imageList1.Images.SetKeyName(1, "FOLDER.ICO");
|
|
this.imageList1.Images.SetKeyName(2, "FOLDEROP.ICO");
|
|
this.imageList1.Images.SetKeyName(3, "item.ico");
|
|
this.imageList1.Images.SetKeyName(4, "itemrev.ico");
|
|
this.imageList1.Images.SetKeyName(5, "mail.ico");
|
|
this.imageList1.Images.SetKeyName(6, "Newstuff_Folder.png");
|
|
this.imageList1.Images.SetKeyName(7, "tai.ico");
|
|
//
|
|
// treeView1
|
|
//
|
|
this.treeView1.ImageIndex = 7;
|
|
this.treeView1.ImageList = this.imageList1;
|
|
this.treeView1.Location = new System.Drawing.Point(14, 13);
|
|
this.treeView1.Name = "treeView1";
|
|
this.treeView1.SelectedImageIndex = 7;
|
|
this.treeView1.Size = new System.Drawing.Size(509, 304);
|
|
this.treeView1.TabIndex = 5;
|
|
this.treeView1.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseDoubleClick);
|
|
//
|
|
// OpenFromTC
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(538, 386);
|
|
this.Controls.Add(this.treeView1);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.label1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "OpenFromTC";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "打开";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.OpenFromTC_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
public System.Windows.Forms.Label label1;
|
|
public System.Windows.Forms.TextBox textBox1;
|
|
public System.Windows.Forms.Button button1;
|
|
public System.Windows.Forms.Button button2;
|
|
public System.Windows.Forms.ImageList imageList1;
|
|
public System.Windows.Forms.TreeView treeView1;
|
|
}
|
|
} |