frmdepartment.Designer.cs 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. namespace Pur.configure
  2. {
  3. partial class frmdepartment
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmdepartment));
  29. this.ulTreeDepartment = new Infragistics.Win.UltraWinTree.UltraTree();
  30. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  31. this.select_item = new Infragistics.Win.Misc.UltraButton();
  32. this.clear_item = new Infragistics.Win.Misc.UltraButton();
  33. ((System.ComponentModel.ISupportInitialize)(this.ulTreeDepartment)).BeginInit();
  34. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  35. this.ultraGroupBox1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // ulTreeDepartment
  39. //
  40. this.ulTreeDepartment.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.ulTreeDepartment.Location = new System.Drawing.Point(0, 0);
  42. this.ulTreeDepartment.Name = "ulTreeDepartment";
  43. this.ulTreeDepartment.Size = new System.Drawing.Size(284, 267);
  44. this.ulTreeDepartment.TabIndex = 1;
  45. this.ulTreeDepartment.DoubleClick += new System.EventHandler(this.ulTreeDepartment_DoubleClick);
  46. //
  47. // ultraGroupBox1
  48. //
  49. this.ultraGroupBox1.Controls.Add(this.clear_item);
  50. this.ultraGroupBox1.Controls.Add(this.select_item);
  51. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  52. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 267);
  53. this.ultraGroupBox1.Name = "ultraGroupBox1";
  54. this.ultraGroupBox1.Size = new System.Drawing.Size(284, 42);
  55. this.ultraGroupBox1.TabIndex = 2;
  56. //
  57. // select_item
  58. //
  59. this.select_item.Dock = System.Windows.Forms.DockStyle.Right;
  60. this.select_item.Location = new System.Drawing.Point(216, 0);
  61. this.select_item.Name = "select_item";
  62. this.select_item.Size = new System.Drawing.Size(65, 39);
  63. this.select_item.TabIndex = 0;
  64. this.select_item.Text = "选择";
  65. this.select_item.Click += new System.EventHandler(this.select_item_Click);
  66. //
  67. // clear_item
  68. //
  69. this.clear_item.Dock = System.Windows.Forms.DockStyle.Right;
  70. this.clear_item.Location = new System.Drawing.Point(150, 0);
  71. this.clear_item.Name = "clear_item";
  72. this.clear_item.Size = new System.Drawing.Size(66, 39);
  73. this.clear_item.TabIndex = 1;
  74. this.clear_item.Text = "清空";
  75. this.clear_item.Click += new System.EventHandler(this.clear_item_Click);
  76. //
  77. // frmdepartment
  78. //
  79. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  80. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  81. this.ClientSize = new System.Drawing.Size(284, 309);
  82. this.Controls.Add(this.ulTreeDepartment);
  83. this.Controls.Add(this.ultraGroupBox1);
  84. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  85. this.MaximizeBox = false;
  86. this.MinimizeBox = false;
  87. this.Name = "frmdepartment";
  88. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  89. this.Text = "部门";
  90. this.Load += new System.EventHandler(this.frmdepartment_Load);
  91. ((System.ComponentModel.ISupportInitialize)(this.ulTreeDepartment)).EndInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  93. this.ultraGroupBox1.ResumeLayout(false);
  94. this.ResumeLayout(false);
  95. }
  96. #endregion
  97. private Infragistics.Win.UltraWinTree.UltraTree ulTreeDepartment;
  98. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  99. private Infragistics.Win.Misc.UltraButton clear_item;
  100. private Infragistics.Win.Misc.UltraButton select_item;
  101. }
  102. }