frmDpt_MatClass.Designer.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. namespace Pur.configure
  2. {
  3. partial class frmDpt_MatClass
  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 appearance3 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinTree.Override _override2 = new Infragistics.Win.UltraWinTree.Override();
  31. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  33. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  34. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  35. this.ulTreeDepartment = new Infragistics.Win.UltraWinTree.UltraTree();
  36. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  37. this.ultraTree1 = new Infragistics.Win.UltraWinTree.UltraTree();
  38. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  39. this.splitContainer1.Panel1.SuspendLayout();
  40. this.splitContainer1.Panel2.SuspendLayout();
  41. this.splitContainer1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  43. this.ultraGroupBox1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.ulTreeDepartment)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  46. this.ultraGroupBox2.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // splitContainer1
  51. //
  52. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  54. this.splitContainer1.Name = "splitContainer1";
  55. //
  56. // splitContainer1.Panel1
  57. //
  58. this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox1);
  59. //
  60. // splitContainer1.Panel2
  61. //
  62. this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBox2);
  63. this.splitContainer1.Size = new System.Drawing.Size(812, 409);
  64. this.splitContainer1.SplitterDistance = 382;
  65. this.splitContainer1.TabIndex = 0;
  66. //
  67. // ultraGroupBox1
  68. //
  69. this.ultraGroupBox1.Controls.Add(this.ulTreeDepartment);
  70. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  71. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  72. this.ultraGroupBox1.Name = "ultraGroupBox1";
  73. this.ultraGroupBox1.Size = new System.Drawing.Size(382, 409);
  74. this.ultraGroupBox1.TabIndex = 0;
  75. this.ultraGroupBox1.Text = "科室";
  76. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  77. //
  78. // ulTreeDepartment
  79. //
  80. this.ulTreeDepartment.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.ulTreeDepartment.Location = new System.Drawing.Point(3, 18);
  82. this.ulTreeDepartment.Name = "ulTreeDepartment";
  83. appearance3.BackColor = System.Drawing.Color.SkyBlue;
  84. _override1.ActiveNodeAppearance = appearance3;
  85. this.ulTreeDepartment.Override = _override1;
  86. this.ulTreeDepartment.Size = new System.Drawing.Size(376, 388);
  87. this.ulTreeDepartment.TabIndex = 2;
  88. this.ulTreeDepartment.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ulTreeDepartment_AfterActivate);
  89. //
  90. // ultraGroupBox2
  91. //
  92. this.ultraGroupBox2.Controls.Add(this.ultraTree1);
  93. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  95. this.ultraGroupBox2.Name = "ultraGroupBox2";
  96. this.ultraGroupBox2.Size = new System.Drawing.Size(426, 409);
  97. this.ultraGroupBox2.TabIndex = 1;
  98. this.ultraGroupBox2.Text = "物料分类";
  99. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  100. //
  101. // ultraTree1
  102. //
  103. this.ultraTree1.BorderStyle = Infragistics.Win.UIElementBorderStyle.Dotted;
  104. this.ultraTree1.DisplayStyle = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
  105. this.ultraTree1.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.ultraTree1.HideExpansionIndicators = Infragistics.Win.UltraWinTree.HideExpansionIndicators.Never;
  107. this.ultraTree1.HideSelection = false;
  108. this.ultraTree1.Location = new System.Drawing.Point(3, 18);
  109. this.ultraTree1.Name = "ultraTree1";
  110. this.ultraTree1.NodeConnectorStyle = Infragistics.Win.UltraWinTree.NodeConnectorStyle.Dotted;
  111. appearance2.BackColor = System.Drawing.Color.SkyBlue;
  112. _override2.ActiveNodeAppearance = appearance2;
  113. appearance1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  114. _override2.NodeAppearance = appearance1;
  115. this.ultraTree1.Override = _override2;
  116. this.ultraTree1.Size = new System.Drawing.Size(420, 388);
  117. this.ultraTree1.TabIndex = 2;
  118. this.ultraTree1.AfterCheck += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterCheck);
  119. //
  120. // frmDpt_MatClass
  121. //
  122. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  123. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  124. this.ClientSize = new System.Drawing.Size(812, 409);
  125. this.Controls.Add(this.splitContainer1);
  126. this.Name = "frmDpt_MatClass";
  127. this.Text = "科室物料分类维护";
  128. this.Load += new System.EventHandler(this.frmDpt_MatClass_Load);
  129. this.splitContainer1.Panel1.ResumeLayout(false);
  130. this.splitContainer1.Panel2.ResumeLayout(false);
  131. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  132. this.splitContainer1.ResumeLayout(false);
  133. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  134. this.ultraGroupBox1.ResumeLayout(false);
  135. ((System.ComponentModel.ISupportInitialize)(this.ulTreeDepartment)).EndInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  137. this.ultraGroupBox2.ResumeLayout(false);
  138. ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
  139. this.ResumeLayout(false);
  140. }
  141. #endregion
  142. private System.Windows.Forms.SplitContainer splitContainer1;
  143. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  144. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  145. private Infragistics.Win.UltraWinTree.UltraTree ultraTree1;
  146. private Infragistics.Win.UltraWinTree.UltraTree ulTreeDepartment;
  147. }
  148. }