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.

120 lines
5.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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(12, 13);
this.treeView1.Name = "treeView1";
this.treeView1.SelectedImageIndex = 7;
this.treeView1.Size = new System.Drawing.Size(491, 323);
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(428, 342);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 25);
this.button1.TabIndex = 7;
this.button1.Text = "保存";
this.button1.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 348);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 13);
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(83, 345);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(242, 21);
this.comboBox1.TabIndex = 9;
//
// SaveToTC
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(515, 385);
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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
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;
}
}