| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- namespace Pur.configure
- {
- partial class frmDpt_MatClass
- {
- /// <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 appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinTree.Override _override2 = new Infragistics.Win.UltraWinTree.Override();
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ulTreeDepartment = new Infragistics.Win.UltraWinTree.UltraTree();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraTree1 = new Infragistics.Win.UltraWinTree.UltraTree();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulTreeDepartment)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
- this.SuspendLayout();
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBox2);
- this.splitContainer1.Size = new System.Drawing.Size(812, 409);
- this.splitContainer1.SplitterDistance = 382;
- this.splitContainer1.TabIndex = 0;
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.ulTreeDepartment);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(382, 409);
- this.ultraGroupBox1.TabIndex = 0;
- this.ultraGroupBox1.Text = "科室";
- this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // ulTreeDepartment
- //
- this.ulTreeDepartment.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ulTreeDepartment.Location = new System.Drawing.Point(3, 18);
- this.ulTreeDepartment.Name = "ulTreeDepartment";
- appearance3.BackColor = System.Drawing.Color.SkyBlue;
- _override1.ActiveNodeAppearance = appearance3;
- this.ulTreeDepartment.Override = _override1;
- this.ulTreeDepartment.Size = new System.Drawing.Size(376, 388);
- this.ulTreeDepartment.TabIndex = 2;
- this.ulTreeDepartment.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ulTreeDepartment_AfterActivate);
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Controls.Add(this.ultraTree1);
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(426, 409);
- this.ultraGroupBox2.TabIndex = 1;
- this.ultraGroupBox2.Text = "物料分类";
- this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // 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.HideExpansionIndicators = Infragistics.Win.UltraWinTree.HideExpansionIndicators.Never;
- this.ultraTree1.HideSelection = false;
- this.ultraTree1.Location = new System.Drawing.Point(3, 18);
- this.ultraTree1.Name = "ultraTree1";
- this.ultraTree1.NodeConnectorStyle = Infragistics.Win.UltraWinTree.NodeConnectorStyle.Dotted;
- appearance2.BackColor = System.Drawing.Color.SkyBlue;
- _override2.ActiveNodeAppearance = appearance2;
- appearance1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
- _override2.NodeAppearance = appearance1;
- this.ultraTree1.Override = _override2;
- this.ultraTree1.Size = new System.Drawing.Size(420, 388);
- this.ultraTree1.TabIndex = 2;
- this.ultraTree1.AfterCheck += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterCheck);
- //
- // frmDpt_MatClass
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(812, 409);
- this.Controls.Add(this.splitContainer1);
- this.Name = "frmDpt_MatClass";
- this.Text = "科室物料分类维护";
- this.Load += new System.EventHandler(this.frmDpt_MatClass_Load);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ulTreeDepartment)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.SplitContainer splitContainer1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private Infragistics.Win.UltraWinTree.UltraTree ultraTree1;
- private Infragistics.Win.UltraWinTree.UltraTree ulTreeDepartment;
- }
- }
|