StableVersion4.3/HL_FristAidPlatform_Public/Form/Form_SelectUser.Designer.cs

277 lines
13 KiB
C#

namespace HL_FristAidPlatform_Public
{
partial class Form_SelectUser
{
/// <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(Form_SelectUser));
this.pan_SelTop = new DevExpress.XtraEditors.PanelControl();
this.btn_Select = new DevExpress.XtraEditors.SimpleButton();
this.btn_Sure = new DevExpress.XtraEditors.SimpleButton();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txt_Key = new System.Windows.Forms.TextBox();
this.grid_User = new DevExpress.XtraGrid.GridControl();
this.grv_User = new DevExpress.XtraGrid.Views.Grid.GridView();
this.U_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.U_FullName = new DevExpress.XtraGrid.Columns.GridColumn();
this.U_WorkNumber = new DevExpress.XtraGrid.Columns.GridColumn();
this.U_GenderName = new DevExpress.XtraGrid.Columns.GridColumn();
this.U_MobilePhone = new DevExpress.XtraGrid.Columns.GridColumn();
this.U_OfficePhone = new DevExpress.XtraGrid.Columns.GridColumn();
this.treeList_Department = new DevExpress.XtraTreeList.TreeList();
this.treeList_ID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.treeList_DepartmentName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.treeList_ParentID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
((System.ComponentModel.ISupportInitialize)(this.pan_SelTop)).BeginInit();
this.pan_SelTop.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grid_User)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grv_User)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.treeList_Department)).BeginInit();
this.SuspendLayout();
//
// pan_SelTop
//
this.pan_SelTop.Controls.Add(this.btn_Select);
this.pan_SelTop.Controls.Add(this.btn_Sure);
this.pan_SelTop.Controls.Add(this.labelControl1);
this.pan_SelTop.Controls.Add(this.txt_Key);
this.pan_SelTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pan_SelTop.Location = new System.Drawing.Point(151, 0);
this.pan_SelTop.Name = "pan_SelTop";
this.pan_SelTop.Size = new System.Drawing.Size(623, 53);
this.pan_SelTop.TabIndex = 7;
//
// btn_Select
//
this.btn_Select.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Select.ImageOptions.Image")));
this.btn_Select.Location = new System.Drawing.Point(390, 8);
this.btn_Select.Name = "btn_Select";
this.btn_Select.Size = new System.Drawing.Size(79, 35);
this.btn_Select.TabIndex = 6;
this.btn_Select.Text = "查询";
this.btn_Select.Click += new System.EventHandler(this.btn_Select_Click);
//
// btn_Sure
//
this.btn_Sure.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Sure.ImageOptions.Image")));
this.btn_Sure.Location = new System.Drawing.Point(475, 8);
this.btn_Sure.Name = "btn_Sure";
this.btn_Sure.Size = new System.Drawing.Size(100, 35);
this.btn_Sure.TabIndex = 6;
this.btn_Sure.Text = "确认选择";
this.btn_Sure.Click += new System.EventHandler(this.btn_Sure_Click);
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(6, 18);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(48, 14);
this.labelControl1.TabIndex = 5;
this.labelControl1.Text = "关键词:";
//
// txt_Key
//
this.txt_Key.Location = new System.Drawing.Point(58, 14);
this.txt_Key.Name = "txt_Key";
this.txt_Key.Size = new System.Drawing.Size(326, 22);
this.txt_Key.TabIndex = 0;
//
// grid_User
//
this.grid_User.Dock = System.Windows.Forms.DockStyle.Fill;
this.grid_User.Location = new System.Drawing.Point(151, 53);
this.grid_User.MainView = this.grv_User;
this.grid_User.Name = "grid_User";
this.grid_User.Size = new System.Drawing.Size(623, 363);
this.grid_User.TabIndex = 8;
this.grid_User.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grv_User});
//
// grv_User
//
this.grv_User.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.U_ID,
this.U_FullName,
this.U_WorkNumber,
this.U_GenderName,
this.U_MobilePhone,
this.U_OfficePhone});
this.grv_User.DetailHeight = 408;
this.grv_User.GridControl = this.grid_User;
this.grv_User.Name = "grv_User";
this.grv_User.OptionsBehavior.Editable = false;
this.grv_User.OptionsCustomization.AllowFilter = false;
this.grv_User.OptionsMenu.EnableColumnMenu = false;
this.grv_User.OptionsSelection.CheckBoxSelectorColumnWidth = 58;
this.grv_User.OptionsSelection.MultiSelect = true;
this.grv_User.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
this.grv_User.OptionsView.ShowGroupPanel = false;
//
// U_ID
//
this.U_ID.Caption = "编号";
this.U_ID.FieldName = "ID";
this.U_ID.MinWidth = 23;
this.U_ID.Name = "U_ID";
this.U_ID.Visible = true;
this.U_ID.VisibleIndex = 1;
this.U_ID.Width = 87;
//
// U_FullName
//
this.U_FullName.Caption = "姓名";
this.U_FullName.FieldName = "FullName";
this.U_FullName.MinWidth = 23;
this.U_FullName.Name = "U_FullName";
this.U_FullName.Visible = true;
this.U_FullName.VisibleIndex = 2;
this.U_FullName.Width = 87;
//
// U_WorkNumber
//
this.U_WorkNumber.Caption = "工号";
this.U_WorkNumber.FieldName = "WorkNumber";
this.U_WorkNumber.MinWidth = 23;
this.U_WorkNumber.Name = "U_WorkNumber";
this.U_WorkNumber.Visible = true;
this.U_WorkNumber.VisibleIndex = 3;
this.U_WorkNumber.Width = 87;
//
// U_GenderName
//
this.U_GenderName.Caption = "性别";
this.U_GenderName.FieldName = "GenderName";
this.U_GenderName.MinWidth = 23;
this.U_GenderName.Name = "U_GenderName";
this.U_GenderName.Visible = true;
this.U_GenderName.VisibleIndex = 4;
this.U_GenderName.Width = 87;
//
// U_MobilePhone
//
this.U_MobilePhone.Caption = "手机号码";
this.U_MobilePhone.FieldName = "MobilePhone";
this.U_MobilePhone.MinWidth = 23;
this.U_MobilePhone.Name = "U_MobilePhone";
this.U_MobilePhone.Visible = true;
this.U_MobilePhone.VisibleIndex = 5;
this.U_MobilePhone.Width = 87;
//
// U_OfficePhone
//
this.U_OfficePhone.Caption = "办公电话";
this.U_OfficePhone.FieldName = "OfficePhone";
this.U_OfficePhone.MinWidth = 23;
this.U_OfficePhone.Name = "U_OfficePhone";
this.U_OfficePhone.Visible = true;
this.U_OfficePhone.VisibleIndex = 6;
this.U_OfficePhone.Width = 87;
//
// treeList_Department
//
this.treeList_Department.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.treeList_ID,
this.treeList_DepartmentName,
this.treeList_ParentID});
this.treeList_Department.Dock = System.Windows.Forms.DockStyle.Left;
this.treeList_Department.Location = new System.Drawing.Point(0, 0);
this.treeList_Department.Name = "treeList_Department";
this.treeList_Department.OptionsBehavior.AllowIndeterminateCheckState = true;
this.treeList_Department.OptionsBehavior.Editable = false;
this.treeList_Department.OptionsView.ShowCheckBoxes = true;
this.treeList_Department.OptionsView.ShowHorzLines = false;
this.treeList_Department.Size = new System.Drawing.Size(151, 416);
this.treeList_Department.TabIndex = 10;
this.treeList_Department.BeforeCheckNode += new DevExpress.XtraTreeList.CheckNodeEventHandler(this.treeList_Department_BeforeCheckNode);
this.treeList_Department.AfterCheckNode += new DevExpress.XtraTreeList.NodeEventHandler(this.treeList_Department_AfterCheckNode);
//
// treeList_ID
//
this.treeList_ID.Caption = "treeListColumn1";
this.treeList_ID.FieldName = "ID";
this.treeList_ID.Name = "treeList_ID";
//
// treeList_DepartmentName
//
this.treeList_DepartmentName.Caption = "所属科室";
this.treeList_DepartmentName.FieldName = "DepartmentName";
this.treeList_DepartmentName.Name = "treeList_DepartmentName";
this.treeList_DepartmentName.Visible = true;
this.treeList_DepartmentName.VisibleIndex = 0;
//
// treeList_ParentID
//
this.treeList_ParentID.Caption = "ParentID";
this.treeList_ParentID.FieldName = "ParentID";
this.treeList_ParentID.Name = "treeList_ParentID";
//
// Form_SelectUser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(774, 416);
this.Controls.Add(this.grid_User);
this.Controls.Add(this.pan_SelTop);
this.Controls.Add(this.treeList_Department);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_SelectUser";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "选择用户";
this.Load += new System.EventHandler(this.Form_SelectUser_Load);
((System.ComponentModel.ISupportInitialize)(this.pan_SelTop)).EndInit();
this.pan_SelTop.ResumeLayout(false);
this.pan_SelTop.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.grid_User)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grv_User)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.treeList_Department)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl pan_SelTop;
private DevExpress.XtraEditors.LabelControl labelControl1;
private System.Windows.Forms.TextBox txt_Key;
private DevExpress.XtraGrid.GridControl grid_User;
private DevExpress.XtraGrid.Views.Grid.GridView grv_User;
private DevExpress.XtraEditors.SimpleButton btn_Sure;
private DevExpress.XtraGrid.Columns.GridColumn U_ID;
private DevExpress.XtraGrid.Columns.GridColumn U_FullName;
private DevExpress.XtraGrid.Columns.GridColumn U_WorkNumber;
private DevExpress.XtraGrid.Columns.GridColumn U_GenderName;
private DevExpress.XtraGrid.Columns.GridColumn U_MobilePhone;
private DevExpress.XtraGrid.Columns.GridColumn U_OfficePhone;
private DevExpress.XtraTreeList.TreeList treeList_Department;
private DevExpress.XtraTreeList.Columns.TreeListColumn treeList_ID;
private DevExpress.XtraTreeList.Columns.TreeListColumn treeList_DepartmentName;
private DevExpress.XtraTreeList.Columns.TreeListColumn treeList_ParentID;
private DevExpress.XtraEditors.SimpleButton btn_Select;
}
}