namespace Pur.Pop_upWindow { partial class frmPopMatClass { /// /// 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() { Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); this.ultraTree1 = new Infragistics.Win.UltraWinTree.UltraTree(); ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit(); this.SuspendLayout(); // // ultraTree1 // this.ultraTree1.BorderStyle = Infragistics.Win.UIElementBorderStyle.Dotted; this.ultraTree1.DisplayStyle = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista; this.ultraTree1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraTree1.Location = new System.Drawing.Point(0, 0); this.ultraTree1.Margin = new System.Windows.Forms.Padding(4); this.ultraTree1.Name = "ultraTree1"; this.ultraTree1.NodeConnectorStyle = Infragistics.Win.UltraWinTree.NodeConnectorStyle.Dotted; appearance2.BackColor = System.Drawing.Color.SkyBlue; _override1.ActiveNodeAppearance = appearance2; appearance1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); _override1.NodeAppearance = appearance1; this.ultraTree1.Override = _override1; this.ultraTree1.Size = new System.Drawing.Size(341, 673); this.ultraTree1.TabIndex = 2; this.ultraTree1.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterActivate); this.ultraTree1.DoubleClick += new System.EventHandler(this.ultraTree1_DoubleClick); // // frmPopMatClass // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(341, 673); this.Controls.Add(this.ultraTree1); this.Name = "frmPopMatClass"; this.Text = "选择物料分类"; ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.UltraWinTree.UltraTree ultraTree1; } }