frmPopMatClass.Designer.cs 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class frmPopMatClass
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
  29. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  31. this.ultraTree1 = new Infragistics.Win.UltraWinTree.UltraTree();
  32. ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // ultraTree1
  36. //
  37. this.ultraTree1.BorderStyle = Infragistics.Win.UIElementBorderStyle.Dotted;
  38. this.ultraTree1.DisplayStyle = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
  39. this.ultraTree1.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.ultraTree1.Location = new System.Drawing.Point(0, 0);
  41. this.ultraTree1.Margin = new System.Windows.Forms.Padding(4);
  42. this.ultraTree1.Name = "ultraTree1";
  43. this.ultraTree1.NodeConnectorStyle = Infragistics.Win.UltraWinTree.NodeConnectorStyle.Dotted;
  44. appearance2.BackColor = System.Drawing.Color.SkyBlue;
  45. _override1.ActiveNodeAppearance = appearance2;
  46. appearance1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  47. _override1.NodeAppearance = appearance1;
  48. this.ultraTree1.Override = _override1;
  49. this.ultraTree1.Size = new System.Drawing.Size(341, 673);
  50. this.ultraTree1.TabIndex = 2;
  51. this.ultraTree1.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterActivate);
  52. this.ultraTree1.DoubleClick += new System.EventHandler(this.ultraTree1_DoubleClick);
  53. //
  54. // frmPopMatClass
  55. //
  56. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  57. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  58. this.ClientSize = new System.Drawing.Size(341, 673);
  59. this.Controls.Add(this.ultraTree1);
  60. this.Name = "frmPopMatClass";
  61. this.Text = "选择物料分类";
  62. ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
  63. this.ResumeLayout(false);
  64. }
  65. #endregion
  66. private Infragistics.Win.UltraWinTree.UltraTree ultraTree1;
  67. }
  68. }