namespace HelloTeamcenter.form { partial class Search { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Search)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.treeView1 = new System.Windows.Forms.TreeView(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(38, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 0; this.label1.Text = "名称:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(8, 69); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(71, 12); this.label2.TabIndex = 1; this.label2.Text = "零组件 ID:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(38, 105); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 2; this.label3.Text = "类型:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(26, 141); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 3; this.label4.Text = "所有者:"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(85, 27); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(166, 21); this.textBox1.TabIndex = 4; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(85, 62); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(166, 21); this.textBox2.TabIndex = 5; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "*", "Item"}); this.comboBox1.Location = new System.Drawing.Point(85, 100); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(166, 20); this.comboBox1.TabIndex = 6; // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "*"}); this.comboBox2.Location = new System.Drawing.Point(85, 136); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(166, 20); this.comboBox2.TabIndex = 7; // // treeView1 // this.treeView1.ImageIndex = 7; this.treeView1.ImageList = this.imageList1; this.treeView1.Location = new System.Drawing.Point(280, 1); this.treeView1.Name = "treeView1"; this.treeView1.SelectedImageIndex = 0; this.treeView1.Size = new System.Drawing.Size(330, 271); this.treeView1.TabIndex = 8; 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(59, 215); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 9; this.button1.Text = "查找"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(162, 215); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 10; this.button2.Text = "打开"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // Search // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(611, 275); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.treeView1); this.Controls.Add(this.comboBox2); this.Controls.Add(this.comboBox1); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Search"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "搜索"; this.TopMost = true; this.Load += new System.EventHandler(this.Search_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion public System.Windows.Forms.Label label1; public System.Windows.Forms.Label label2; public System.Windows.Forms.Label label3; public System.Windows.Forms.Label label4; public System.Windows.Forms.TextBox textBox1; public System.Windows.Forms.TextBox textBox2; public System.Windows.Forms.ComboBox comboBox1; public System.Windows.Forms.ComboBox comboBox2; public System.Windows.Forms.TreeView treeView1; public System.Windows.Forms.Button button1; public System.Windows.Forms.Button button2; public System.Windows.Forms.ImageList imageList1; } }