|
|
namespace HelloTeamcenter.form
|
|
|
{
|
|
|
partial class SaveToTC
|
|
|
{
|
|
|
/// <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(SaveToTC));
|
|
|
this.treeView1 = new System.Windows.Forms.TreeView();
|
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// treeView1
|
|
|
//
|
|
|
this.treeView1.ImageIndex = 7;
|
|
|
this.treeView1.ImageList = this.imageList1;
|
|
|
this.treeView1.Location = new System.Drawing.Point(6, 9);
|
|
|
this.treeView1.Name = "treeView1";
|
|
|
this.treeView1.SelectedImageIndex = 7;
|
|
|
this.treeView1.Size = new System.Drawing.Size(369, 260);
|
|
|
this.treeView1.TabIndex = 6;
|
|
|
this.treeView1.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseDoubleClick);
|
|
|
//
|
|
|
// 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");
|
|
|
//
|
|
|
// button1
|
|
|
//
|
|
|
this.button1.Location = new System.Drawing.Point(299, 279);
|
|
|
this.button1.Name = "button1";
|
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
this.button1.TabIndex = 7;
|
|
|
this.button1.Text = "保存";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Location = new System.Drawing.Point(50, 284);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
|
this.label1.TabIndex = 8;
|
|
|
this.label1.Text = "Item类型:";
|
|
|
//
|
|
|
// comboBox1
|
|
|
//
|
|
|
this.comboBox1.FormattingEnabled = true;
|
|
|
this.comboBox1.Items.AddRange(new object[] {
|
|
|
"Item"});
|
|
|
this.comboBox1.Location = new System.Drawing.Point(117, 279);
|
|
|
this.comboBox1.Name = "comboBox1";
|
|
|
this.comboBox1.Size = new System.Drawing.Size(162, 20);
|
|
|
this.comboBox1.TabIndex = 9;
|
|
|
//
|
|
|
// SaveToTC
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(381, 313);
|
|
|
this.Controls.Add(this.comboBox1);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.button1);
|
|
|
this.Controls.Add(this.treeView1);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
this.Name = "SaveToTC";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Text = "保存";
|
|
|
this.Load += new System.EventHandler(this.SaveToTC_Load);
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
public System.Windows.Forms.TreeView treeView1;
|
|
|
public System.Windows.Forms.ImageList imageList1;
|
|
|
public System.Windows.Forms.Button button1;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
public System.Windows.Forms.ComboBox comboBox1;
|
|
|
}
|
|
|
} |