| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- namespace Pur.configure
- {
- partial class frmdepartment
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmdepartment));
- this.ulTreeDepartment = new Infragistics.Win.UltraWinTree.UltraTree();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.select_item = new Infragistics.Win.Misc.UltraButton();
- this.clear_item = new Infragistics.Win.Misc.UltraButton();
- ((System.ComponentModel.ISupportInitialize)(this.ulTreeDepartment)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // ulTreeDepartment
- //
- this.ulTreeDepartment.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ulTreeDepartment.Location = new System.Drawing.Point(0, 0);
- this.ulTreeDepartment.Name = "ulTreeDepartment";
- this.ulTreeDepartment.Size = new System.Drawing.Size(284, 267);
- this.ulTreeDepartment.TabIndex = 1;
- this.ulTreeDepartment.DoubleClick += new System.EventHandler(this.ulTreeDepartment_DoubleClick);
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.clear_item);
- this.ultraGroupBox1.Controls.Add(this.select_item);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 267);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(284, 42);
- this.ultraGroupBox1.TabIndex = 2;
- //
- // select_item
- //
- this.select_item.Dock = System.Windows.Forms.DockStyle.Right;
- this.select_item.Location = new System.Drawing.Point(216, 0);
- this.select_item.Name = "select_item";
- this.select_item.Size = new System.Drawing.Size(65, 39);
- this.select_item.TabIndex = 0;
- this.select_item.Text = "选择";
- this.select_item.Click += new System.EventHandler(this.select_item_Click);
- //
- // clear_item
- //
- this.clear_item.Dock = System.Windows.Forms.DockStyle.Right;
- this.clear_item.Location = new System.Drawing.Point(150, 0);
- this.clear_item.Name = "clear_item";
- this.clear_item.Size = new System.Drawing.Size(66, 39);
- this.clear_item.TabIndex = 1;
- this.clear_item.Text = "清空";
- this.clear_item.Click += new System.EventHandler(this.clear_item_Click);
- //
- // frmdepartment
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(284, 309);
- this.Controls.Add(this.ulTreeDepartment);
- this.Controls.Add(this.ultraGroupBox1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmdepartment";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "部门";
- this.Load += new System.EventHandler(this.frmdepartment_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ulTreeDepartment)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.UltraWinTree.UltraTree ulTreeDepartment;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.Misc.UltraButton clear_item;
- private Infragistics.Win.Misc.UltraButton select_item;
- }
- }
|