namespace Pur.configure { partial class SetectManByDept { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("userid"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("username"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deptid"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("roleid"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("email"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("phone"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("duty"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("isSelect", 0); Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetectManByDept)); this.ultraTreeDept = new Infragistics.Win.UltraWinTree.UltraTree(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.dataSet1 = new System.Data.DataSet(); this.dataTable1 = new System.Data.DataTable(); this.dataColumn1 = new System.Data.DataColumn(); this.dataColumn2 = new System.Data.DataColumn(); this.dataColumn3 = new System.Data.DataColumn(); this.dataColumn4 = new System.Data.DataColumn(); this.dataColumn5 = new System.Data.DataColumn(); this.dataColumn6 = new System.Data.DataColumn(); this.dataColumn7 = new System.Data.DataColumn(); this.QueryButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.tbxUserNameQ = new System.Windows.Forms.TextBox(); this.tbxUserIdQ = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.SureButton = new System.Windows.Forms.Button(); this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel(); this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel(); ((System.ComponentModel.ISupportInitialize)(this.ultraTreeDept)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); this.ultraPanel1.ClientArea.SuspendLayout(); this.ultraPanel1.SuspendLayout(); this.ultraPanel2.ClientArea.SuspendLayout(); this.ultraPanel2.SuspendLayout(); this.SuspendLayout(); // // ultraTreeDept // this.ultraTreeDept.Dock = System.Windows.Forms.DockStyle.Left; this.ultraTreeDept.Location = new System.Drawing.Point(0, 0); this.ultraTreeDept.Name = "ultraTreeDept"; this.ultraTreeDept.Size = new System.Drawing.Size(228, 306); this.ultraTreeDept.TabIndex = 0; this.ultraTreeDept.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTreeDept_AfterActivate); this.ultraTreeDept.AfterSelect += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.ultraTreeDept_AfterSelect); // // ultraGrid1 // this.ultraGrid1.DataSource = this.dataSet1; appearance13.BackColor = System.Drawing.SystemColors.Window; appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption; this.ultraGrid1.DisplayLayout.Appearance = appearance13; ultraGridColumn1.Header.VisiblePosition = 2; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn3.Header.VisiblePosition = 4; ultraGridColumn4.Header.VisiblePosition = 5; ultraGridColumn5.Header.VisiblePosition = 6; ultraGridColumn6.Header.VisiblePosition = 7; ultraGridColumn7.Header.VisiblePosition = 3; ultraGridColumn8.DataType = typeof(bool); ultraGridColumn8.Header.Caption = "选择"; ultraGridColumn8.Header.VisiblePosition = 0; ultraGridColumn8.Hidden = true; ultraGridColumn8.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6, ultraGridColumn7, ultraGridColumn8}); this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False; appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder; appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical; appearance14.BorderColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance14; appearance15.ForeColor = System.Drawing.SystemColors.GrayText; this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15; this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true; appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight; appearance16.BackColor2 = System.Drawing.SystemColors.Control; appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance16.ForeColor = System.Drawing.SystemColors.GrayText; this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance16; this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1; this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1; appearance17.BackColor = System.Drawing.SystemColors.Window; appearance17.ForeColor = System.Drawing.SystemColors.ControlText; this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance17; appearance18.BackColor = System.Drawing.SystemColors.Highlight; appearance18.ForeColor = System.Drawing.SystemColors.HighlightText; this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance18; this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted; this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted; appearance19.BackColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance19; appearance20.BorderColor = System.Drawing.Color.Silver; appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter; this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20; this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; this.ultraGrid1.DisplayLayout.Override.CellPadding = 0; appearance21.BackColor = System.Drawing.SystemColors.Control; appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element; appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance21.BorderColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance21; appearance22.TextHAlignAsString = "Left"; this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22; this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand; appearance23.BackColor = System.Drawing.SystemColors.Window; appearance23.BorderColor = System.Drawing.Color.Silver; this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance23; this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False; appearance24.BackColor = System.Drawing.SystemColors.ControlLight; this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance24; this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill; this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate; this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy; this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ultraGrid1.Location = new System.Drawing.Point(228, 0); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(422, 306); this.ultraGrid1.TabIndex = 1; this.ultraGrid1.Text = "ultraGrid1"; this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange); this.ultraGrid1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow); // // dataSet1 // this.dataSet1.DataSetName = "NewDataSet"; this.dataSet1.Tables.AddRange(new System.Data.DataTable[] { this.dataTable1}); // // dataTable1 // this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn1, this.dataColumn2, this.dataColumn3, this.dataColumn4, this.dataColumn5, this.dataColumn6, this.dataColumn7}); this.dataTable1.TableName = "Table1"; // // dataColumn1 // this.dataColumn1.Caption = "编号"; this.dataColumn1.ColumnName = "userid"; // // dataColumn2 // this.dataColumn2.Caption = "姓名"; this.dataColumn2.ColumnName = "username"; // // dataColumn3 // this.dataColumn3.Caption = "部门"; this.dataColumn3.ColumnName = "deptid"; // // dataColumn4 // this.dataColumn4.Caption = "角色"; this.dataColumn4.ColumnName = "roleid"; // // dataColumn5 // this.dataColumn5.Caption = "邮箱"; this.dataColumn5.ColumnName = "email"; // // dataColumn6 // this.dataColumn6.Caption = "电话"; this.dataColumn6.ColumnName = "phone"; // // dataColumn7 // this.dataColumn7.Caption = "部门名称"; this.dataColumn7.ColumnName = "duty"; // // QueryButton // this.QueryButton.Location = new System.Drawing.Point(358, 10); this.QueryButton.Name = "QueryButton"; this.QueryButton.Size = new System.Drawing.Size(75, 23); this.QueryButton.TabIndex = 2; this.QueryButton.Text = "查询"; this.QueryButton.UseVisualStyleBackColor = true; this.QueryButton.Click += new System.EventHandler(this.QueryButton_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(171, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 3; this.label1.Text = "人员编号:"; // // tbxUserNameQ // this.tbxUserNameQ.Location = new System.Drawing.Point(56, 11); this.tbxUserNameQ.Name = "tbxUserNameQ"; this.tbxUserNameQ.Size = new System.Drawing.Size(107, 21); this.tbxUserNameQ.TabIndex = 5; // // tbxUserIdQ // this.tbxUserIdQ.Location = new System.Drawing.Point(240, 11); this.tbxUserIdQ.Name = "tbxUserIdQ"; this.tbxUserIdQ.Size = new System.Drawing.Size(100, 21); this.tbxUserIdQ.TabIndex = 6; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(10, 15); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 7; this.label2.Text = "姓名:"; // // SureButton // this.SureButton.Location = new System.Drawing.Point(449, 10); this.SureButton.Name = "SureButton"; this.SureButton.Size = new System.Drawing.Size(75, 23); this.SureButton.TabIndex = 8; this.SureButton.Text = "选择"; this.SureButton.UseVisualStyleBackColor = true; this.SureButton.Click += new System.EventHandler(this.SureButton_Click); // // ultraPanel1 // // // ultraPanel1.ClientArea // this.ultraPanel1.ClientArea.Controls.Add(this.ultraGrid1); this.ultraPanel1.ClientArea.Controls.Add(this.ultraTreeDept); this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraPanel1.Location = new System.Drawing.Point(0, 44); this.ultraPanel1.Name = "ultraPanel1"; this.ultraPanel1.Size = new System.Drawing.Size(650, 306); this.ultraPanel1.TabIndex = 9; // // ultraPanel2 // // // ultraPanel2.ClientArea // this.ultraPanel2.ClientArea.Controls.Add(this.label2); this.ultraPanel2.ClientArea.Controls.Add(this.tbxUserNameQ); this.ultraPanel2.ClientArea.Controls.Add(this.SureButton); this.ultraPanel2.ClientArea.Controls.Add(this.label1); this.ultraPanel2.ClientArea.Controls.Add(this.QueryButton); this.ultraPanel2.ClientArea.Controls.Add(this.tbxUserIdQ); this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Top; this.ultraPanel2.Location = new System.Drawing.Point(0, 0); this.ultraPanel2.Name = "ultraPanel2"; this.ultraPanel2.Size = new System.Drawing.Size(650, 44); this.ultraPanel2.TabIndex = 10; // // SetectManByDept // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(650, 350); this.Controls.Add(this.ultraPanel1); this.Controls.Add(this.ultraPanel2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(5); this.Name = "SetectManByDept"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "人员选择框"; this.Load += new System.EventHandler(this.SetectManByDept_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraTreeDept)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); this.ultraPanel1.ClientArea.ResumeLayout(false); this.ultraPanel1.ResumeLayout(false); this.ultraPanel2.ClientArea.ResumeLayout(false); this.ultraPanel2.ClientArea.PerformLayout(); this.ultraPanel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Infragistics.Win.UltraWinTree.UltraTree ultraTreeDept; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private System.Windows.Forms.Button QueryButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbxUserNameQ; private System.Windows.Forms.TextBox tbxUserIdQ; private System.Windows.Forms.Label label2; private System.Data.DataSet dataSet1; private System.Data.DataTable dataTable1; private System.Data.DataColumn dataColumn1; private System.Data.DataColumn dataColumn2; private System.Data.DataColumn dataColumn3; private System.Data.DataColumn dataColumn4; private System.Data.DataColumn dataColumn5; private System.Data.DataColumn dataColumn6; private System.Windows.Forms.Button SureButton; private Infragistics.Win.Misc.UltraPanel ultraPanel1; private Infragistics.Win.Misc.UltraPanel ultraPanel2; private System.Data.DataColumn dataColumn7; } }