| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- namespace Pur.Pop_upWindow
- {
- partial class frmPopMatClass
- {
- /// <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()
- {
- 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;
- }
- }
|