|
/*===================================================================
|
* 程序说明: Organization的数据管理窗体
|
* 作者资料: 孙中吕
|
* 创建日期: 2015/01/09 02:12:35
|
* 最后修改: 2015/01/09 02:12:35
|
*
|
* 注: 本代码由代码生成器(Code Generator)自动生成
|
* 版权所有 copyright 2006~2015, C/S框架网(www.cscode.net)
|
*===================================================================*/
|
|
namespace CSFrameworkV5.SystemModule
|
{
|
///<summary>
|
/// Organization的资料管理窗体
|
/// </summary>
|
public partial class frmOrganization
|
{
|
/// <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 生成本窗体所有组件成员清单
|
|
private DevExpress.XtraGrid.GridControl gcSummary;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
|
private DevExpress.XtraEditors.PanelControl pcDetailEditor;
|
private DevExpress.XtraGrid.Columns.GridColumn colGroupCode;
|
private DevExpress.XtraEditors.LabelControl lblGroupCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colGroupName;
|
private DevExpress.XtraEditors.LabelControl lblGroupName;
|
private DevExpress.XtraEditors.TextEdit txtGroupName;
|
private DevExpress.XtraGrid.Columns.GridColumn colParentGroupCode;
|
private DevExpress.XtraEditors.LabelControl lblParentGroupCode;
|
private DevExpress.XtraEditors.TextEdit txtGroupCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colEnglishName;
|
private DevExpress.XtraEditors.LabelControl lblEnglishName;
|
private DevExpress.XtraEditors.TextEdit txtEnglishName;
|
private DevExpress.XtraGrid.Columns.GridColumn colShortName;
|
private DevExpress.XtraEditors.LabelControl lblShortName;
|
private DevExpress.XtraEditors.TextEdit txtShortName;
|
private DevExpress.XtraGrid.Columns.GridColumn colAttributeCodes;
|
private DevExpress.XtraEditors.LabelControl lblAttributeCodes;
|
private DevExpress.XtraGrid.Columns.GridColumn colOwner1;
|
private DevExpress.XtraEditors.LabelControl lblOwner1;
|
private DevExpress.XtraEditors.LookUpEdit txtOwner1;
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repM_Owner1;
|
private DevExpress.XtraGrid.Columns.GridColumn colOwner2;
|
private DevExpress.XtraEditors.LabelControl lblOwner2;
|
private DevExpress.XtraEditors.LookUpEdit txtOwner2;
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repM_Owner2;
|
private DevExpress.XtraGrid.Columns.GridColumn colOwnerTel1;
|
private DevExpress.XtraEditors.LabelControl lblOwnerTel1;
|
private DevExpress.XtraEditors.TextEdit txtOwnerTel1;
|
private DevExpress.XtraGrid.Columns.GridColumn colOwnerTel2;
|
private DevExpress.XtraEditors.LabelControl lblOwnerTel2;
|
private DevExpress.XtraEditors.TextEdit txtOwnerTel2;
|
private DevExpress.XtraGrid.Columns.GridColumn colTelInner;
|
private DevExpress.XtraEditors.LabelControl lblTelInner;
|
private DevExpress.XtraEditors.TextEdit txtTelInner;
|
private DevExpress.XtraGrid.Columns.GridColumn colFax;
|
private DevExpress.XtraEditors.LabelControl lblFax;
|
private DevExpress.XtraEditors.TextEdit txtFax;
|
private DevExpress.XtraGrid.Columns.GridColumn colAddress;
|
private DevExpress.XtraEditors.LabelControl lblAddress;
|
private DevExpress.XtraEditors.TextEdit txtAddress;
|
private DevExpress.XtraGrid.Columns.GridColumn colWebSite;
|
private DevExpress.XtraEditors.LabelControl lblWebSite;
|
private DevExpress.XtraEditors.TextEdit txtWebSite;
|
private DevExpress.XtraGrid.Columns.GridColumn colPostCode;
|
private DevExpress.XtraEditors.LabelControl lblPostCode;
|
private DevExpress.XtraEditors.TextEdit txtPostCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colReportTitle;
|
private DevExpress.XtraEditors.LabelControl lblReportTitle;
|
private DevExpress.XtraEditors.TextEdit txtReportTitle;
|
private DevExpress.XtraGrid.Columns.GridColumn colIsVisible;
|
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
|
private DevExpress.XtraEditors.LabelControl lblDescription;
|
private DevExpress.XtraGrid.Columns.GridColumn colLastUpdateDate;
|
private DevExpress.XtraEditors.LabelControl lblLastUpdateDate;
|
private DevExpress.XtraEditors.DateEdit txtLastUpdateDate;
|
private DevExpress.XtraGrid.Columns.GridColumn colLastUpdatedBy;
|
private DevExpress.XtraEditors.LabelControl lblLastUpdatedBy;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private DevExpress.XtraEditors.PanelControl pnlSearch;
|
private DevExpress.XtraEditors.LabelControl lbl_GroupCode;
|
private DevExpress.XtraEditors.TextEdit txt_GroupCode;
|
private DevExpress.XtraEditors.LabelControl lbl_GroupName;
|
private DevExpress.XtraEditors.TextEdit txt_GroupName;
|
private DevExpress.XtraEditors.LabelControl lbl_Owner1;
|
private DevExpress.XtraEditors.LookUpEdit txt_Owner1;
|
private DevExpress.XtraEditors.LabelControl lbl_OwnerTel1;
|
private DevExpress.XtraEditors.TextEdit txt_OwnerTel1;
|
private DevExpress.XtraEditors.SimpleButton btnEmpty;
|
private DevExpress.XtraEditors.SimpleButton btnQuery;
|
|
#endregion
|
|
#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(frmOrganization));
|
this.gcSummary = new DevExpress.XtraGrid.GridControl();
|
this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colGroupCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colGroupName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colParentGroupCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colEnglishName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colShortName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colAttributeCodes = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colOwner1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repM_Owner1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
this.colOwner2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repM_Owner2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
this.colOwnerTel1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colOwnerTel2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colTelInner = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colFax = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colAddress = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colWebSite = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colPostCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colReportTitle = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colIsVisible = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.rep_IsVisible = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colLastUpdateDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colLastUpdatedBy = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.pcDetailEditor = new DevExpress.XtraEditors.PanelControl();
|
this.txtParentGroupCode = new DevExpress.XtraEditors.TreeListLookUpEdit();
|
this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
|
this.col_Popup_GroupName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.txtLastUpdatedBy = new DevExpress.XtraEditors.LookUpEdit();
|
this.txtIsVisible = new DevExpress.XtraEditors.CheckEdit();
|
this.txtAttributeCodes = new CSFrameworkV5.Library.UserControls.ucCheckedListBoxBinding();
|
this.txtDescription = new DevExpress.XtraEditors.MemoEdit();
|
this.lblGroupCode = new DevExpress.XtraEditors.LabelControl();
|
this.lblGroupName = new DevExpress.XtraEditors.LabelControl();
|
this.txtGroupName = new DevExpress.XtraEditors.TextEdit();
|
this.lblParentGroupCode = new DevExpress.XtraEditors.LabelControl();
|
this.txtGroupCode = new DevExpress.XtraEditors.TextEdit();
|
this.lblEnglishName = new DevExpress.XtraEditors.LabelControl();
|
this.txtEnglishName = new DevExpress.XtraEditors.TextEdit();
|
this.lblShortName = new DevExpress.XtraEditors.LabelControl();
|
this.txtShortName = new DevExpress.XtraEditors.TextEdit();
|
this.lblAttributeCodes = new DevExpress.XtraEditors.LabelControl();
|
this.lblOwner1 = new DevExpress.XtraEditors.LabelControl();
|
this.txtOwner1 = new DevExpress.XtraEditors.LookUpEdit();
|
this.lblOwner2 = new DevExpress.XtraEditors.LabelControl();
|
this.txtOwner2 = new DevExpress.XtraEditors.LookUpEdit();
|
this.lblOwnerTel1 = new DevExpress.XtraEditors.LabelControl();
|
this.txtOwnerTel1 = new DevExpress.XtraEditors.TextEdit();
|
this.lblOwnerTel2 = new DevExpress.XtraEditors.LabelControl();
|
this.txtOwnerTel2 = new DevExpress.XtraEditors.TextEdit();
|
this.lblTelInner = new DevExpress.XtraEditors.LabelControl();
|
this.txtTelInner = new DevExpress.XtraEditors.TextEdit();
|
this.lblFax = new DevExpress.XtraEditors.LabelControl();
|
this.txtFax = new DevExpress.XtraEditors.TextEdit();
|
this.lblAddress = new DevExpress.XtraEditors.LabelControl();
|
this.txtAddress = new DevExpress.XtraEditors.TextEdit();
|
this.lblWebSite = new DevExpress.XtraEditors.LabelControl();
|
this.txtWebSite = new DevExpress.XtraEditors.TextEdit();
|
this.lblPostCode = new DevExpress.XtraEditors.LabelControl();
|
this.txtPostCode = new DevExpress.XtraEditors.TextEdit();
|
this.lblReportTitle = new DevExpress.XtraEditors.LabelControl();
|
this.txtReportTitle = new DevExpress.XtraEditors.TextEdit();
|
this.lblDescription = new DevExpress.XtraEditors.LabelControl();
|
this.lblLastUpdateDate = new DevExpress.XtraEditors.LabelControl();
|
this.txtLastUpdateDate = new DevExpress.XtraEditors.DateEdit();
|
this.lblLastUpdatedBy = new DevExpress.XtraEditors.LabelControl();
|
this.imageList1 = new System.Windows.Forms.ImageList();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.pnlSearch = new DevExpress.XtraEditors.PanelControl();
|
this.btnEmpty = new DevExpress.XtraEditors.SimpleButton();
|
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
|
this.lbl_GroupCode = new DevExpress.XtraEditors.LabelControl();
|
this.txt_GroupCode = new DevExpress.XtraEditors.TextEdit();
|
this.lbl_GroupName = new DevExpress.XtraEditors.LabelControl();
|
this.txt_GroupName = new DevExpress.XtraEditors.TextEdit();
|
this.lbl_Owner1 = new DevExpress.XtraEditors.LabelControl();
|
this.txt_Owner1 = new DevExpress.XtraEditors.LookUpEdit();
|
this.lbl_OwnerTel1 = new DevExpress.XtraEditors.LabelControl();
|
this.txt_OwnerTel1 = new DevExpress.XtraEditors.TextEdit();
|
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
this.tlSummary = new DevExpress.XtraTreeList.TreeList();
|
this.colS_GroupName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.tpSummary.SuspendLayout();
|
this.pnlSummary.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit();
|
this.tcBusiness.SuspendLayout();
|
this.tpDetail.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit();
|
this.gcNavigator.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repM_Owner1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repM_Owner2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.rep_IsVisible)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).BeginInit();
|
this.pcDetailEditor.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtParentGroupCode.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLastUpdatedBy.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtIsVisible.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtDescription.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtGroupName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtGroupCode.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtEnglishName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtShortName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOwner1.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOwner2.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOwnerTel1.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOwnerTel2.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtTelInner.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtFax.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtWebSite.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtPostCode.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtReportTitle.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLastUpdateDate.Properties.CalendarTimeProperties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLastUpdateDate.Properties)).BeginInit();
|
this.tableLayoutPanel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).BeginInit();
|
this.pnlSearch.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txt_GroupCode.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_GroupName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_Owner1.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_OwnerTel1.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
this.splitContainerControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.tlSummary)).BeginInit();
|
this.SuspendLayout();
|
//
|
// tpSummary
|
//
|
this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
|
this.tpSummary.Appearance.PageClient.Options.UseBackColor = true;
|
this.tpSummary.Controls.Add(this.splitContainerControl1);
|
this.tpSummary.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpSummary.ImageOptions.Image")));
|
this.tpSummary.Size = new System.Drawing.Size(1027, 535);
|
//
|
// pnlSummary
|
//
|
this.pnlSummary.Location = new System.Drawing.Point(2, 2);
|
this.pnlSummary.Size = new System.Drawing.Size(1033, 566);
|
//
|
// tcBusiness
|
//
|
this.tcBusiness.Size = new System.Drawing.Size(1033, 566);
|
//
|
// tpDetail
|
//
|
this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
|
this.tpDetail.Appearance.PageClient.Options.UseBackColor = true;
|
this.tpDetail.Controls.Add(this.pcDetailEditor);
|
this.tpDetail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpDetail.ImageOptions.Image")));
|
this.tpDetail.Padding = new System.Windows.Forms.Padding(3);
|
this.tpDetail.Size = new System.Drawing.Size(1027, 535);
|
//
|
// gcNavigator
|
//
|
this.gcNavigator.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.gcNavigator.Appearance.Options.UseBackColor = true;
|
this.gcNavigator.Size = new System.Drawing.Size(833, 26);
|
//
|
// controlNavigatorSummary
|
//
|
this.controlNavigatorSummary.Buttons.Append.Visible = false;
|
this.controlNavigatorSummary.Buttons.CancelEdit.Visible = false;
|
this.controlNavigatorSummary.Buttons.Edit.Visible = false;
|
this.controlNavigatorSummary.Buttons.EndEdit.Visible = false;
|
this.controlNavigatorSummary.Buttons.NextPage.Visible = false;
|
this.controlNavigatorSummary.Buttons.PrevPage.Visible = false;
|
this.controlNavigatorSummary.Buttons.Remove.Visible = false;
|
this.controlNavigatorSummary.Location = new System.Drawing.Point(655, 2);
|
//
|
// lblAboutInfo
|
//
|
this.lblAboutInfo.Location = new System.Drawing.Point(458, 2);
|
//
|
// gcSummary
|
//
|
this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false;
|
this.gcSummary.Location = new System.Drawing.Point(3, 63);
|
this.gcSummary.MainView = this.gvSummary;
|
this.gcSummary.Name = "gcSummary";
|
this.gcSummary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repM_Owner1,
|
this.repM_Owner2,
|
this.rep_IsVisible});
|
this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
this.gcSummary.Size = new System.Drawing.Size(695, 471);
|
this.gcSummary.TabIndex = 10;
|
this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvSummary});
|
//
|
// gvSummary
|
//
|
this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colGroupCode,
|
this.colGroupName,
|
this.colParentGroupCode,
|
this.colEnglishName,
|
this.colShortName,
|
this.colAttributeCodes,
|
this.colOwner1,
|
this.colOwner2,
|
this.colOwnerTel1,
|
this.colOwnerTel2,
|
this.colTelInner,
|
this.colFax,
|
this.colAddress,
|
this.colWebSite,
|
this.colPostCode,
|
this.colReportTitle,
|
this.colIsVisible,
|
this.colDescription,
|
this.colLastUpdateDate,
|
this.colLastUpdatedBy});
|
this.gvSummary.GridControl = this.gcSummary;
|
this.gvSummary.Name = "gvSummary";
|
this.gvSummary.OptionsBehavior.Editable = false;
|
this.gvSummary.OptionsBehavior.ReadOnly = true;
|
this.gvSummary.OptionsView.ColumnAutoWidth = false;
|
this.gvSummary.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
|
this.gvSummary.OptionsView.ShowFooter = true;
|
this.gvSummary.OptionsView.ShowGroupPanel = false;
|
//
|
// colGroupCode
|
//
|
this.colGroupCode.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.colGroupCode.AppearanceCell.Options.UseBackColor = true;
|
this.colGroupCode.Caption = "组织编号";
|
this.colGroupCode.FieldName = "GroupCode";
|
this.colGroupCode.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
|
this.colGroupCode.Name = "colGroupCode";
|
this.colGroupCode.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "GroupCode", "条数:{0}")});
|
this.colGroupCode.Visible = true;
|
this.colGroupCode.VisibleIndex = 0;
|
this.colGroupCode.Width = 82;
|
//
|
// colGroupName
|
//
|
this.colGroupName.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.colGroupName.AppearanceCell.Options.UseBackColor = true;
|
this.colGroupName.Caption = "组织名称";
|
this.colGroupName.FieldName = "GroupName";
|
this.colGroupName.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
|
this.colGroupName.Name = "colGroupName";
|
this.colGroupName.Visible = true;
|
this.colGroupName.VisibleIndex = 1;
|
this.colGroupName.Width = 183;
|
//
|
// colParentGroupCode
|
//
|
this.colParentGroupCode.Caption = "父级组织";
|
this.colParentGroupCode.FieldName = "ParentGroupCode";
|
this.colParentGroupCode.Name = "colParentGroupCode";
|
this.colParentGroupCode.Width = 85;
|
//
|
// colEnglishName
|
//
|
this.colEnglishName.Caption = "英文名";
|
this.colEnglishName.FieldName = "EnglishName";
|
this.colEnglishName.Name = "colEnglishName";
|
this.colEnglishName.Visible = true;
|
this.colEnglishName.VisibleIndex = 6;
|
this.colEnglishName.Width = 169;
|
//
|
// colShortName
|
//
|
this.colShortName.Caption = "简称";
|
this.colShortName.FieldName = "ShortName";
|
this.colShortName.Name = "colShortName";
|
this.colShortName.Visible = true;
|
this.colShortName.VisibleIndex = 5;
|
this.colShortName.Width = 100;
|
//
|
// colAttributeCodes
|
//
|
this.colAttributeCodes.Caption = "类别";
|
this.colAttributeCodes.FieldName = "AttributeCodes";
|
this.colAttributeCodes.Name = "colAttributeCodes";
|
this.colAttributeCodes.Visible = true;
|
this.colAttributeCodes.VisibleIndex = 7;
|
this.colAttributeCodes.Width = 216;
|
//
|
// colOwner1
|
//
|
this.colOwner1.Caption = "主管";
|
this.colOwner1.ColumnEdit = this.repM_Owner1;
|
this.colOwner1.FieldName = "Owner1";
|
this.colOwner1.Name = "colOwner1";
|
this.colOwner1.Visible = true;
|
this.colOwner1.VisibleIndex = 3;
|
this.colOwner1.Width = 100;
|
//
|
// repM_Owner1
|
//
|
this.repM_Owner1.AutoHeight = false;
|
this.repM_Owner1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.repM_Owner1.Name = "repM_Owner1";
|
this.repM_Owner1.NullText = "";
|
this.repM_Owner1.PopupWidth = 300;
|
//
|
// colOwner2
|
//
|
this.colOwner2.Caption = "副主管";
|
this.colOwner2.ColumnEdit = this.repM_Owner2;
|
this.colOwner2.FieldName = "Owner2";
|
this.colOwner2.Name = "colOwner2";
|
this.colOwner2.Visible = true;
|
this.colOwner2.VisibleIndex = 8;
|
this.colOwner2.Width = 100;
|
//
|
// repM_Owner2
|
//
|
this.repM_Owner2.AutoHeight = false;
|
this.repM_Owner2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.repM_Owner2.Name = "repM_Owner2";
|
this.repM_Owner2.NullText = "";
|
this.repM_Owner2.PopupWidth = 300;
|
//
|
// colOwnerTel1
|
//
|
this.colOwnerTel1.Caption = "主管电话";
|
this.colOwnerTel1.FieldName = "OwnerTel1";
|
this.colOwnerTel1.Name = "colOwnerTel1";
|
this.colOwnerTel1.Visible = true;
|
this.colOwnerTel1.VisibleIndex = 4;
|
this.colOwnerTel1.Width = 100;
|
//
|
// colOwnerTel2
|
//
|
this.colOwnerTel2.Caption = "副主管电话";
|
this.colOwnerTel2.FieldName = "OwnerTel2";
|
this.colOwnerTel2.Name = "colOwnerTel2";
|
this.colOwnerTel2.Visible = true;
|
this.colOwnerTel2.VisibleIndex = 9;
|
this.colOwnerTel2.Width = 100;
|
//
|
// colTelInner
|
//
|
this.colTelInner.Caption = "内线电话";
|
this.colTelInner.FieldName = "TelInner";
|
this.colTelInner.Name = "colTelInner";
|
this.colTelInner.Visible = true;
|
this.colTelInner.VisibleIndex = 10;
|
this.colTelInner.Width = 100;
|
//
|
// colFax
|
//
|
this.colFax.Caption = "传真";
|
this.colFax.FieldName = "Fax";
|
this.colFax.Name = "colFax";
|
this.colFax.Visible = true;
|
this.colFax.VisibleIndex = 11;
|
this.colFax.Width = 100;
|
//
|
// colAddress
|
//
|
this.colAddress.Caption = "地址";
|
this.colAddress.FieldName = "Address";
|
this.colAddress.Name = "colAddress";
|
this.colAddress.Visible = true;
|
this.colAddress.VisibleIndex = 12;
|
this.colAddress.Width = 100;
|
//
|
// colWebSite
|
//
|
this.colWebSite.Caption = "网址";
|
this.colWebSite.FieldName = "WebSite";
|
this.colWebSite.Name = "colWebSite";
|
this.colWebSite.Visible = true;
|
this.colWebSite.VisibleIndex = 13;
|
this.colWebSite.Width = 100;
|
//
|
// colPostCode
|
//
|
this.colPostCode.Caption = "邮编";
|
this.colPostCode.FieldName = "PostCode";
|
this.colPostCode.Name = "colPostCode";
|
this.colPostCode.Visible = true;
|
this.colPostCode.VisibleIndex = 14;
|
this.colPostCode.Width = 100;
|
//
|
// colReportTitle
|
//
|
this.colReportTitle.Caption = "报表标题";
|
this.colReportTitle.FieldName = "ReportTitle";
|
this.colReportTitle.Name = "colReportTitle";
|
this.colReportTitle.Visible = true;
|
this.colReportTitle.VisibleIndex = 15;
|
this.colReportTitle.Width = 100;
|
//
|
// colIsVisible
|
//
|
this.colIsVisible.AppearanceHeader.Options.UseTextOptions = true;
|
this.colIsVisible.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colIsVisible.Caption = "可用";
|
this.colIsVisible.ColumnEdit = this.rep_IsVisible;
|
this.colIsVisible.FieldName = "IsVisible";
|
this.colIsVisible.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
|
this.colIsVisible.Name = "colIsVisible";
|
this.colIsVisible.Visible = true;
|
this.colIsVisible.VisibleIndex = 2;
|
this.colIsVisible.Width = 44;
|
//
|
// rep_IsVisible
|
//
|
this.rep_IsVisible.AutoHeight = false;
|
this.rep_IsVisible.Caption = "Check";
|
this.rep_IsVisible.Name = "rep_IsVisible";
|
//
|
// colDescription
|
//
|
this.colDescription.Caption = "备注";
|
this.colDescription.FieldName = "Description";
|
this.colDescription.Name = "colDescription";
|
this.colDescription.Visible = true;
|
this.colDescription.VisibleIndex = 16;
|
this.colDescription.Width = 100;
|
//
|
// colLastUpdateDate
|
//
|
this.colLastUpdateDate.Caption = "最后修改";
|
this.colLastUpdateDate.FieldName = "LastUpdateDate";
|
this.colLastUpdateDate.Name = "colLastUpdateDate";
|
this.colLastUpdateDate.Visible = true;
|
this.colLastUpdateDate.VisibleIndex = 17;
|
this.colLastUpdateDate.Width = 100;
|
//
|
// colLastUpdatedBy
|
//
|
this.colLastUpdatedBy.Caption = "最后修改人";
|
this.colLastUpdatedBy.FieldName = "LastUpdatedBy";
|
this.colLastUpdatedBy.Name = "colLastUpdatedBy";
|
this.colLastUpdatedBy.Visible = true;
|
this.colLastUpdatedBy.VisibleIndex = 18;
|
this.colLastUpdatedBy.Width = 100;
|
//
|
// pcDetailEditor
|
//
|
this.pcDetailEditor.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.pcDetailEditor.Controls.Add(this.txtParentGroupCode);
|
this.pcDetailEditor.Controls.Add(this.labelControl5);
|
this.pcDetailEditor.Controls.Add(this.labelControl4);
|
this.pcDetailEditor.Controls.Add(this.labelControl3);
|
this.pcDetailEditor.Controls.Add(this.labelControl1);
|
this.pcDetailEditor.Controls.Add(this.txtLastUpdatedBy);
|
this.pcDetailEditor.Controls.Add(this.txtIsVisible);
|
this.pcDetailEditor.Controls.Add(this.txtAttributeCodes);
|
this.pcDetailEditor.Controls.Add(this.txtDescription);
|
this.pcDetailEditor.Controls.Add(this.lblGroupCode);
|
this.pcDetailEditor.Controls.Add(this.lblGroupName);
|
this.pcDetailEditor.Controls.Add(this.txtGroupName);
|
this.pcDetailEditor.Controls.Add(this.lblParentGroupCode);
|
this.pcDetailEditor.Controls.Add(this.txtGroupCode);
|
this.pcDetailEditor.Controls.Add(this.lblEnglishName);
|
this.pcDetailEditor.Controls.Add(this.txtEnglishName);
|
this.pcDetailEditor.Controls.Add(this.lblShortName);
|
this.pcDetailEditor.Controls.Add(this.txtShortName);
|
this.pcDetailEditor.Controls.Add(this.lblAttributeCodes);
|
this.pcDetailEditor.Controls.Add(this.lblOwner1);
|
this.pcDetailEditor.Controls.Add(this.txtOwner1);
|
this.pcDetailEditor.Controls.Add(this.lblOwner2);
|
this.pcDetailEditor.Controls.Add(this.txtOwner2);
|
this.pcDetailEditor.Controls.Add(this.lblOwnerTel1);
|
this.pcDetailEditor.Controls.Add(this.txtOwnerTel1);
|
this.pcDetailEditor.Controls.Add(this.lblOwnerTel2);
|
this.pcDetailEditor.Controls.Add(this.txtOwnerTel2);
|
this.pcDetailEditor.Controls.Add(this.lblTelInner);
|
this.pcDetailEditor.Controls.Add(this.txtTelInner);
|
this.pcDetailEditor.Controls.Add(this.lblFax);
|
this.pcDetailEditor.Controls.Add(this.txtFax);
|
this.pcDetailEditor.Controls.Add(this.lblAddress);
|
this.pcDetailEditor.Controls.Add(this.txtAddress);
|
this.pcDetailEditor.Controls.Add(this.lblWebSite);
|
this.pcDetailEditor.Controls.Add(this.txtWebSite);
|
this.pcDetailEditor.Controls.Add(this.lblPostCode);
|
this.pcDetailEditor.Controls.Add(this.txtPostCode);
|
this.pcDetailEditor.Controls.Add(this.lblReportTitle);
|
this.pcDetailEditor.Controls.Add(this.txtReportTitle);
|
this.pcDetailEditor.Controls.Add(this.lblDescription);
|
this.pcDetailEditor.Controls.Add(this.lblLastUpdateDate);
|
this.pcDetailEditor.Controls.Add(this.txtLastUpdateDate);
|
this.pcDetailEditor.Controls.Add(this.lblLastUpdatedBy);
|
this.pcDetailEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pcDetailEditor.Location = new System.Drawing.Point(3, 3);
|
this.pcDetailEditor.Name = "pcDetailEditor";
|
this.pcDetailEditor.Size = new System.Drawing.Size(1021, 529);
|
this.pcDetailEditor.TabIndex = 0;
|
//
|
// txtParentGroupCode
|
//
|
this.txtParentGroupCode.Location = new System.Drawing.Point(103, 21);
|
this.txtParentGroupCode.Name = "txtParentGroupCode";
|
this.txtParentGroupCode.Properties.Appearance.BackColor = System.Drawing.Color.Honeydew;
|
this.txtParentGroupCode.Properties.Appearance.Options.UseBackColor = true;
|
this.txtParentGroupCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtParentGroupCode.Properties.NullText = "";
|
this.txtParentGroupCode.Properties.TreeList = this.treeListLookUpEdit1TreeList;
|
this.txtParentGroupCode.Size = new System.Drawing.Size(350, 20);
|
this.txtParentGroupCode.TabIndex = 402;
|
this.txtParentGroupCode.QueryPopUp += new System.ComponentModel.CancelEventHandler(this.txtParentGroupCode_QueryPopUp);
|
this.txtParentGroupCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtParentGroupCode_Validating);
|
//
|
// treeListLookUpEdit1TreeList
|
//
|
this.treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
|
this.col_Popup_GroupName});
|
this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0);
|
this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
|
this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
|
this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200);
|
this.treeListLookUpEdit1TreeList.TabIndex = 0;
|
//
|
// col_Popup_GroupName
|
//
|
this.col_Popup_GroupName.Caption = "组织机构";
|
this.col_Popup_GroupName.FieldName = "GroupName";
|
this.col_Popup_GroupName.Name = "col_Popup_GroupName";
|
this.col_Popup_GroupName.Visible = true;
|
this.col_Popup_GroupName.VisibleIndex = 0;
|
this.col_Popup_GroupName.Width = 130;
|
//
|
// labelControl5
|
//
|
this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Red;
|
this.labelControl5.Appearance.Options.UseForeColor = true;
|
this.labelControl5.Location = new System.Drawing.Point(459, 184);
|
this.labelControl5.Name = "labelControl5";
|
this.labelControl5.Size = new System.Drawing.Size(7, 14);
|
this.labelControl5.TabIndex = 401;
|
this.labelControl5.Text = "*";
|
//
|
// labelControl4
|
//
|
this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Red;
|
this.labelControl4.Appearance.Options.UseForeColor = true;
|
this.labelControl4.Location = new System.Drawing.Point(219, 155);
|
this.labelControl4.Name = "labelControl4";
|
this.labelControl4.Size = new System.Drawing.Size(7, 14);
|
this.labelControl4.TabIndex = 400;
|
this.labelControl4.Text = "*";
|
//
|
// labelControl3
|
//
|
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red;
|
this.labelControl3.Appearance.Options.UseForeColor = true;
|
this.labelControl3.Location = new System.Drawing.Point(459, 90);
|
this.labelControl3.Name = "labelControl3";
|
this.labelControl3.Size = new System.Drawing.Size(7, 14);
|
this.labelControl3.TabIndex = 399;
|
this.labelControl3.Text = "*";
|
//
|
// labelControl1
|
//
|
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red;
|
this.labelControl1.Appearance.Options.UseForeColor = true;
|
this.labelControl1.Location = new System.Drawing.Point(218, 58);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(7, 14);
|
this.labelControl1.TabIndex = 397;
|
this.labelControl1.Text = "*";
|
//
|
// txtLastUpdatedBy
|
//
|
this.txtLastUpdatedBy.Location = new System.Drawing.Point(554, 178);
|
this.txtLastUpdatedBy.Name = "txtLastUpdatedBy";
|
this.txtLastUpdatedBy.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
|
this.txtLastUpdatedBy.Properties.Appearance.Options.UseBackColor = true;
|
this.txtLastUpdatedBy.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtLastUpdatedBy.Properties.NullText = "";
|
this.txtLastUpdatedBy.Properties.PopupWidth = 300;
|
this.txtLastUpdatedBy.Size = new System.Drawing.Size(110, 20);
|
this.txtLastUpdatedBy.TabIndex = 396;
|
//
|
// txtIsVisible
|
//
|
this.txtIsVisible.Location = new System.Drawing.Point(101, 210);
|
this.txtIsVisible.Name = "txtIsVisible";
|
this.txtIsVisible.Properties.Caption = "可显示";
|
this.txtIsVisible.Size = new System.Drawing.Size(75, 19);
|
this.txtIsVisible.TabIndex = 395;
|
//
|
// txtAttributeCodes
|
//
|
this.txtAttributeCodes.BackColor = System.Drawing.Color.SeaShell;
|
this.txtAttributeCodes.EditValue = "";
|
this.txtAttributeCodes.Location = new System.Drawing.Point(554, 19);
|
this.txtAttributeCodes.Margin = new System.Windows.Forms.Padding(0);
|
this.txtAttributeCodes.Name = "txtAttributeCodes";
|
this.txtAttributeCodes.Size = new System.Drawing.Size(203, 147);
|
this.txtAttributeCodes.TabIndex = 391;
|
//
|
// txtDescription
|
//
|
this.txtDescription.Location = new System.Drawing.Point(103, 364);
|
this.txtDescription.Name = "txtDescription";
|
this.txtDescription.Size = new System.Drawing.Size(350, 60);
|
this.txtDescription.TabIndex = 2;
|
//
|
// lblGroupCode
|
//
|
this.lblGroupCode.Location = new System.Drawing.Point(38, 56);
|
this.lblGroupCode.Name = "lblGroupCode";
|
this.lblGroupCode.Size = new System.Drawing.Size(60, 14);
|
this.lblGroupCode.TabIndex = 0;
|
this.lblGroupCode.Text = "组织编号:";
|
//
|
// lblGroupName
|
//
|
this.lblGroupName.Location = new System.Drawing.Point(38, 87);
|
this.lblGroupName.Name = "lblGroupName";
|
this.lblGroupName.Size = new System.Drawing.Size(60, 14);
|
this.lblGroupName.TabIndex = 0;
|
this.lblGroupName.Text = "组织名称:";
|
//
|
// txtGroupName
|
//
|
this.txtGroupName.Location = new System.Drawing.Point(103, 84);
|
this.txtGroupName.Name = "txtGroupName";
|
this.txtGroupName.Properties.Appearance.BackColor = System.Drawing.Color.Honeydew;
|
this.txtGroupName.Properties.Appearance.Options.UseBackColor = true;
|
this.txtGroupName.Size = new System.Drawing.Size(350, 20);
|
this.txtGroupName.TabIndex = 0;
|
//
|
// lblParentGroupCode
|
//
|
this.lblParentGroupCode.Location = new System.Drawing.Point(40, 24);
|
this.lblParentGroupCode.Name = "lblParentGroupCode";
|
this.lblParentGroupCode.Size = new System.Drawing.Size(60, 14);
|
this.lblParentGroupCode.TabIndex = 0;
|
this.lblParentGroupCode.Text = "父级组织:";
|
//
|
// txtGroupCode
|
//
|
this.txtGroupCode.Location = new System.Drawing.Point(103, 53);
|
this.txtGroupCode.Name = "txtGroupCode";
|
this.txtGroupCode.Properties.Appearance.BackColor = System.Drawing.Color.Honeydew;
|
this.txtGroupCode.Properties.Appearance.Options.UseBackColor = true;
|
this.txtGroupCode.Size = new System.Drawing.Size(110, 20);
|
this.txtGroupCode.TabIndex = 0;
|
//
|
// lblEnglishName
|
//
|
this.lblEnglishName.Location = new System.Drawing.Point(50, 119);
|
this.lblEnglishName.Name = "lblEnglishName";
|
this.lblEnglishName.Size = new System.Drawing.Size(48, 14);
|
this.lblEnglishName.TabIndex = 0;
|
this.lblEnglishName.Text = "英文名:";
|
//
|
// txtEnglishName
|
//
|
this.txtEnglishName.Location = new System.Drawing.Point(103, 116);
|
this.txtEnglishName.Name = "txtEnglishName";
|
this.txtEnglishName.Size = new System.Drawing.Size(350, 20);
|
this.txtEnglishName.TabIndex = 0;
|
//
|
// lblShortName
|
//
|
this.lblShortName.Location = new System.Drawing.Point(267, 55);
|
this.lblShortName.Name = "lblShortName";
|
this.lblShortName.Size = new System.Drawing.Size(36, 14);
|
this.lblShortName.TabIndex = 0;
|
this.lblShortName.Text = "简称:";
|
//
|
// txtShortName
|
//
|
this.txtShortName.Location = new System.Drawing.Point(307, 52);
|
this.txtShortName.Name = "txtShortName";
|
this.txtShortName.Size = new System.Drawing.Size(146, 20);
|
this.txtShortName.TabIndex = 0;
|
//
|
// lblAttributeCodes
|
//
|
this.lblAttributeCodes.Location = new System.Drawing.Point(512, 21);
|
this.lblAttributeCodes.Name = "lblAttributeCodes";
|
this.lblAttributeCodes.Size = new System.Drawing.Size(36, 14);
|
this.lblAttributeCodes.TabIndex = 0;
|
this.lblAttributeCodes.Text = "类别:";
|
//
|
// lblOwner1
|
//
|
this.lblOwner1.Location = new System.Drawing.Point(62, 152);
|
this.lblOwner1.Name = "lblOwner1";
|
this.lblOwner1.Size = new System.Drawing.Size(36, 14);
|
this.lblOwner1.TabIndex = 0;
|
this.lblOwner1.Text = "主管:";
|
//
|
// txtOwner1
|
//
|
this.txtOwner1.Location = new System.Drawing.Point(103, 149);
|
this.txtOwner1.Name = "txtOwner1";
|
this.txtOwner1.Properties.Appearance.BackColor = System.Drawing.Color.Honeydew;
|
this.txtOwner1.Properties.Appearance.Options.UseBackColor = true;
|
this.txtOwner1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtOwner1.Properties.NullText = "";
|
this.txtOwner1.Properties.PopupWidth = 300;
|
this.txtOwner1.Size = new System.Drawing.Size(110, 20);
|
this.txtOwner1.TabIndex = 0;
|
//
|
// lblOwner2
|
//
|
this.lblOwner2.Location = new System.Drawing.Point(50, 184);
|
this.lblOwner2.Name = "lblOwner2";
|
this.lblOwner2.Size = new System.Drawing.Size(48, 14);
|
this.lblOwner2.TabIndex = 0;
|
this.lblOwner2.Text = "副主管:";
|
//
|
// txtOwner2
|
//
|
this.txtOwner2.Location = new System.Drawing.Point(103, 181);
|
this.txtOwner2.Name = "txtOwner2";
|
this.txtOwner2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtOwner2.Properties.NullText = "";
|
this.txtOwner2.Properties.PopupWidth = 300;
|
this.txtOwner2.Size = new System.Drawing.Size(110, 20);
|
this.txtOwner2.TabIndex = 0;
|
//
|
// lblOwnerTel1
|
//
|
this.lblOwnerTel1.Location = new System.Drawing.Point(243, 153);
|
this.lblOwnerTel1.Name = "lblOwnerTel1";
|
this.lblOwnerTel1.Size = new System.Drawing.Size(60, 14);
|
this.lblOwnerTel1.TabIndex = 0;
|
this.lblOwnerTel1.Text = "主管电话:";
|
//
|
// txtOwnerTel1
|
//
|
this.txtOwnerTel1.Location = new System.Drawing.Point(307, 149);
|
this.txtOwnerTel1.Name = "txtOwnerTel1";
|
this.txtOwnerTel1.Properties.Appearance.BackColor = System.Drawing.Color.Honeydew;
|
this.txtOwnerTel1.Properties.Appearance.Options.UseBackColor = true;
|
this.txtOwnerTel1.Size = new System.Drawing.Size(146, 20);
|
this.txtOwnerTel1.TabIndex = 0;
|
//
|
// lblOwnerTel2
|
//
|
this.lblOwnerTel2.Location = new System.Drawing.Point(231, 185);
|
this.lblOwnerTel2.Name = "lblOwnerTel2";
|
this.lblOwnerTel2.Size = new System.Drawing.Size(72, 14);
|
this.lblOwnerTel2.TabIndex = 0;
|
this.lblOwnerTel2.Text = "副主管电话:";
|
//
|
// txtOwnerTel2
|
//
|
this.txtOwnerTel2.Location = new System.Drawing.Point(307, 181);
|
this.txtOwnerTel2.Name = "txtOwnerTel2";
|
this.txtOwnerTel2.Size = new System.Drawing.Size(146, 20);
|
this.txtOwnerTel2.TabIndex = 0;
|
//
|
// lblTelInner
|
//
|
this.lblTelInner.Location = new System.Drawing.Point(243, 213);
|
this.lblTelInner.Name = "lblTelInner";
|
this.lblTelInner.Size = new System.Drawing.Size(60, 14);
|
this.lblTelInner.TabIndex = 0;
|
this.lblTelInner.Text = "内线电话:";
|
//
|
// txtTelInner
|
//
|
this.txtTelInner.Location = new System.Drawing.Point(307, 212);
|
this.txtTelInner.Name = "txtTelInner";
|
this.txtTelInner.Size = new System.Drawing.Size(146, 20);
|
this.txtTelInner.TabIndex = 0;
|
//
|
// lblFax
|
//
|
this.lblFax.Location = new System.Drawing.Point(62, 243);
|
this.lblFax.Name = "lblFax";
|
this.lblFax.Size = new System.Drawing.Size(36, 14);
|
this.lblFax.TabIndex = 0;
|
this.lblFax.Text = "传真:";
|
//
|
// txtFax
|
//
|
this.txtFax.Location = new System.Drawing.Point(103, 241);
|
this.txtFax.Name = "txtFax";
|
this.txtFax.Size = new System.Drawing.Size(110, 20);
|
this.txtFax.TabIndex = 0;
|
//
|
// lblAddress
|
//
|
this.lblAddress.Location = new System.Drawing.Point(62, 276);
|
this.lblAddress.Name = "lblAddress";
|
this.lblAddress.Size = new System.Drawing.Size(36, 14);
|
this.lblAddress.TabIndex = 0;
|
this.lblAddress.Text = "地址:";
|
//
|
// txtAddress
|
//
|
this.txtAddress.Location = new System.Drawing.Point(103, 273);
|
this.txtAddress.Name = "txtAddress";
|
this.txtAddress.Size = new System.Drawing.Size(350, 20);
|
this.txtAddress.TabIndex = 0;
|
//
|
// lblWebSite
|
//
|
this.lblWebSite.Location = new System.Drawing.Point(62, 306);
|
this.lblWebSite.Name = "lblWebSite";
|
this.lblWebSite.Size = new System.Drawing.Size(36, 14);
|
this.lblWebSite.TabIndex = 0;
|
this.lblWebSite.Text = "网址:";
|
//
|
// txtWebSite
|
//
|
this.txtWebSite.Location = new System.Drawing.Point(103, 304);
|
this.txtWebSite.Name = "txtWebSite";
|
this.txtWebSite.Size = new System.Drawing.Size(350, 20);
|
this.txtWebSite.TabIndex = 0;
|
//
|
// lblPostCode
|
//
|
this.lblPostCode.Location = new System.Drawing.Point(267, 244);
|
this.lblPostCode.Name = "lblPostCode";
|
this.lblPostCode.Size = new System.Drawing.Size(36, 14);
|
this.lblPostCode.TabIndex = 0;
|
this.lblPostCode.Text = "邮编:";
|
//
|
// txtPostCode
|
//
|
this.txtPostCode.Location = new System.Drawing.Point(307, 241);
|
this.txtPostCode.Name = "txtPostCode";
|
this.txtPostCode.Size = new System.Drawing.Size(146, 20);
|
this.txtPostCode.TabIndex = 0;
|
//
|
// lblReportTitle
|
//
|
this.lblReportTitle.Location = new System.Drawing.Point(38, 337);
|
this.lblReportTitle.Name = "lblReportTitle";
|
this.lblReportTitle.Size = new System.Drawing.Size(60, 14);
|
this.lblReportTitle.TabIndex = 0;
|
this.lblReportTitle.Text = "报表标题:";
|
//
|
// txtReportTitle
|
//
|
this.txtReportTitle.Location = new System.Drawing.Point(103, 334);
|
this.txtReportTitle.Name = "txtReportTitle";
|
this.txtReportTitle.Size = new System.Drawing.Size(350, 20);
|
this.txtReportTitle.TabIndex = 0;
|
//
|
// lblDescription
|
//
|
this.lblDescription.Location = new System.Drawing.Point(62, 366);
|
this.lblDescription.Name = "lblDescription";
|
this.lblDescription.Size = new System.Drawing.Size(36, 14);
|
this.lblDescription.TabIndex = 0;
|
this.lblDescription.Text = "备注:";
|
//
|
// lblLastUpdateDate
|
//
|
this.lblLastUpdateDate.Location = new System.Drawing.Point(488, 215);
|
this.lblLastUpdateDate.Name = "lblLastUpdateDate";
|
this.lblLastUpdateDate.Size = new System.Drawing.Size(60, 14);
|
this.lblLastUpdateDate.TabIndex = 0;
|
this.lblLastUpdateDate.Text = "最后修改:";
|
//
|
// txtLastUpdateDate
|
//
|
this.txtLastUpdateDate.EditValue = null;
|
this.txtLastUpdateDate.Location = new System.Drawing.Point(554, 212);
|
this.txtLastUpdateDate.Name = "txtLastUpdateDate";
|
this.txtLastUpdateDate.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.txtLastUpdateDate.Properties.Appearance.Options.UseBackColor = true;
|
this.txtLastUpdateDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtLastUpdateDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
this.txtLastUpdateDate.Size = new System.Drawing.Size(110, 20);
|
this.txtLastUpdateDate.TabIndex = 1;
|
//
|
// lblLastUpdatedBy
|
//
|
this.lblLastUpdatedBy.Location = new System.Drawing.Point(477, 182);
|
this.lblLastUpdatedBy.Name = "lblLastUpdatedBy";
|
this.lblLastUpdatedBy.Size = new System.Drawing.Size(72, 14);
|
this.lblLastUpdatedBy.TabIndex = 0;
|
this.lblLastUpdatedBy.Text = "最后修改人:";
|
//
|
// imageList1
|
//
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
this.imageList1.Images.SetKeyName(0, "2074.ico");
|
this.imageList1.Images.SetKeyName(1, "tree.ico");
|
this.imageList1.Images.SetKeyName(2, "TB_FRIEND.ico");
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 1;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel1.Controls.Add(this.pnlSearch, 0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.gcSummary, 0, 1);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 2;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(701, 529);
|
this.tableLayoutPanel1.TabIndex = 11;
|
//
|
// pnlSearch
|
//
|
this.pnlSearch.Controls.Add(this.btnEmpty);
|
this.pnlSearch.Controls.Add(this.btnQuery);
|
this.pnlSearch.Controls.Add(this.lbl_GroupCode);
|
this.pnlSearch.Controls.Add(this.txt_GroupCode);
|
this.pnlSearch.Controls.Add(this.lbl_GroupName);
|
this.pnlSearch.Controls.Add(this.txt_GroupName);
|
this.pnlSearch.Controls.Add(this.lbl_Owner1);
|
this.pnlSearch.Controls.Add(this.txt_Owner1);
|
this.pnlSearch.Controls.Add(this.lbl_OwnerTel1);
|
this.pnlSearch.Controls.Add(this.txt_OwnerTel1);
|
this.pnlSearch.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pnlSearch.Location = new System.Drawing.Point(3, 3);
|
this.pnlSearch.Name = "pnlSearch";
|
this.pnlSearch.Size = new System.Drawing.Size(695, 54);
|
this.pnlSearch.TabIndex = 11;
|
//
|
// btnEmpty
|
//
|
this.btnEmpty.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnEmpty.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnEmpty.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEmpty.ImageOptions.Image")));
|
this.btnEmpty.Location = new System.Drawing.Point(590, 5);
|
this.btnEmpty.Name = "btnEmpty";
|
this.btnEmpty.Size = new System.Drawing.Size(89, 42);
|
this.btnEmpty.TabIndex = 21;
|
this.btnEmpty.Text = "清空(&E)";
|
this.btnEmpty.Click += new System.EventHandler(this.btnEmpty_Click);
|
//
|
// btnQuery
|
//
|
this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.ImageOptions.Image")));
|
this.btnQuery.Location = new System.Drawing.Point(497, 5);
|
this.btnQuery.Name = "btnQuery";
|
this.btnQuery.Size = new System.Drawing.Size(89, 42);
|
this.btnQuery.TabIndex = 20;
|
this.btnQuery.Text = "查询(&S)";
|
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
//
|
// lbl_GroupCode
|
//
|
this.lbl_GroupCode.Location = new System.Drawing.Point(12, 8);
|
this.lbl_GroupCode.Name = "lbl_GroupCode";
|
this.lbl_GroupCode.Size = new System.Drawing.Size(60, 14);
|
this.lbl_GroupCode.TabIndex = 0;
|
this.lbl_GroupCode.Text = "组织编号:";
|
//
|
// txt_GroupCode
|
//
|
this.txt_GroupCode.Location = new System.Drawing.Point(78, 5);
|
this.txt_GroupCode.Name = "txt_GroupCode";
|
this.txt_GroupCode.Size = new System.Drawing.Size(112, 20);
|
this.txt_GroupCode.TabIndex = 0;
|
//
|
// lbl_GroupName
|
//
|
this.lbl_GroupName.Location = new System.Drawing.Point(202, 8);
|
this.lbl_GroupName.Name = "lbl_GroupName";
|
this.lbl_GroupName.Size = new System.Drawing.Size(60, 14);
|
this.lbl_GroupName.TabIndex = 0;
|
this.lbl_GroupName.Text = "组织名称:";
|
//
|
// txt_GroupName
|
//
|
this.txt_GroupName.Location = new System.Drawing.Point(267, 5);
|
this.txt_GroupName.Name = "txt_GroupName";
|
this.txt_GroupName.Size = new System.Drawing.Size(118, 20);
|
this.txt_GroupName.TabIndex = 0;
|
//
|
// lbl_Owner1
|
//
|
this.lbl_Owner1.Location = new System.Drawing.Point(36, 32);
|
this.lbl_Owner1.Name = "lbl_Owner1";
|
this.lbl_Owner1.Size = new System.Drawing.Size(36, 14);
|
this.lbl_Owner1.TabIndex = 0;
|
this.lbl_Owner1.Text = "主管:";
|
//
|
// txt_Owner1
|
//
|
this.txt_Owner1.Location = new System.Drawing.Point(78, 29);
|
this.txt_Owner1.Name = "txt_Owner1";
|
this.txt_Owner1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txt_Owner1.Properties.NullText = "";
|
this.txt_Owner1.Properties.PopupWidth = 300;
|
this.txt_Owner1.Size = new System.Drawing.Size(112, 20);
|
this.txt_Owner1.TabIndex = 0;
|
//
|
// lbl_OwnerTel1
|
//
|
this.lbl_OwnerTel1.Location = new System.Drawing.Point(202, 32);
|
this.lbl_OwnerTel1.Name = "lbl_OwnerTel1";
|
this.lbl_OwnerTel1.Size = new System.Drawing.Size(60, 14);
|
this.lbl_OwnerTel1.TabIndex = 0;
|
this.lbl_OwnerTel1.Text = "主管电话:";
|
//
|
// txt_OwnerTel1
|
//
|
this.txt_OwnerTel1.Location = new System.Drawing.Point(267, 29);
|
this.txt_OwnerTel1.Name = "txt_OwnerTel1";
|
this.txt_OwnerTel1.Size = new System.Drawing.Size(118, 20);
|
this.txt_OwnerTel1.TabIndex = 0;
|
//
|
// splitContainerControl1
|
//
|
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
|
this.splitContainerControl1.Name = "splitContainerControl1";
|
this.splitContainerControl1.Padding = new System.Windows.Forms.Padding(3);
|
this.splitContainerControl1.Panel1.Controls.Add(this.tlSummary);
|
this.splitContainerControl1.Panel1.MinSize = 220;
|
this.splitContainerControl1.Panel1.Text = "Panel1";
|
this.splitContainerControl1.Panel2.Controls.Add(this.tableLayoutPanel1);
|
this.splitContainerControl1.Panel2.Text = "Panel2";
|
this.splitContainerControl1.Size = new System.Drawing.Size(1027, 535);
|
this.splitContainerControl1.SplitterPosition = 315;
|
this.splitContainerControl1.TabIndex = 12;
|
this.splitContainerControl1.Text = "splitContainerControl1";
|
//
|
// tlSummary
|
//
|
this.tlSummary.Appearance.Empty.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.tlSummary.Appearance.Empty.Options.UseBackColor = true;
|
this.tlSummary.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
this.tlSummary.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.tlSummary.Appearance.HideSelectionRow.Options.UseBackColor = true;
|
this.tlSummary.Appearance.HideSelectionRow.Options.UseForeColor = true;
|
this.tlSummary.Appearance.Row.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.tlSummary.Appearance.Row.Options.UseBackColor = true;
|
this.tlSummary.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
this.tlSummary.Appearance.SelectedRow.ForeColor = System.Drawing.Color.Red;
|
this.tlSummary.Appearance.SelectedRow.Options.UseBackColor = true;
|
this.tlSummary.Appearance.SelectedRow.Options.UseForeColor = true;
|
this.tlSummary.ColumnPanelRowHeight = 30;
|
this.tlSummary.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
|
this.colS_GroupName});
|
this.tlSummary.ColumnsImageList = this.imageList1;
|
this.tlSummary.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tlSummary.Location = new System.Drawing.Point(0, 0);
|
this.tlSummary.Name = "tlSummary";
|
this.tlSummary.OptionsBehavior.Editable = false;
|
this.tlSummary.OptionsFilter.AllowColumnMRUFilterList = false;
|
this.tlSummary.OptionsFilter.AllowFilterEditor = false;
|
this.tlSummary.OptionsFilter.AllowMRUFilterList = false;
|
this.tlSummary.OptionsSelection.EnableAppearanceFocusedCell = false;
|
this.tlSummary.OptionsView.ShowHorzLines = false;
|
this.tlSummary.OptionsView.ShowSummaryFooter = true;
|
this.tlSummary.OptionsView.ShowVertLines = false;
|
this.tlSummary.RootValue = "";
|
this.tlSummary.Size = new System.Drawing.Size(315, 529);
|
this.tlSummary.StateImageList = this.imageList1;
|
this.tlSummary.TabIndex = 0;
|
this.tlSummary.TreeLineStyle = DevExpress.XtraTreeList.LineStyle.Solid;
|
this.tlSummary.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.tlSummary_FocusedNodeChanged);
|
//
|
// colS_GroupName
|
//
|
this.colS_GroupName.Caption = "组织机构";
|
this.colS_GroupName.FieldName = "GroupName";
|
this.colS_GroupName.ImageOptions.ImageIndex = 0;
|
this.colS_GroupName.MinWidth = 49;
|
this.colS_GroupName.Name = "colS_GroupName";
|
this.colS_GroupName.SummaryFooter = DevExpress.XtraTreeList.SummaryItemType.Count;
|
this.colS_GroupName.Visible = true;
|
this.colS_GroupName.VisibleIndex = 0;
|
this.colS_GroupName.Width = 133;
|
//
|
// frmOrganization
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.ClientSize = new System.Drawing.Size(1037, 570);
|
this.Name = "frmOrganization";
|
this.Text = "组织机构管理";
|
this.Load += new System.EventHandler(this.frmOrganization_Load);
|
this.tpSummary.ResumeLayout(false);
|
this.pnlSummary.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit();
|
this.tcBusiness.ResumeLayout(false);
|
this.tpDetail.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).EndInit();
|
this.gcNavigator.ResumeLayout(false);
|
this.gcNavigator.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repM_Owner1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repM_Owner2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.rep_IsVisible)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).EndInit();
|
this.pcDetailEditor.ResumeLayout(false);
|
this.pcDetailEditor.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtParentGroupCode.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLastUpdatedBy.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtIsVisible.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtDescription.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtGroupName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtGroupCode.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtEnglishName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtShortName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOwner1.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOwner2.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOwnerTel1.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOwnerTel2.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtTelInner.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtFax.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtWebSite.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtPostCode.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtReportTitle.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLastUpdateDate.Properties.CalendarTimeProperties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLastUpdateDate.Properties)).EndInit();
|
this.tableLayoutPanel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).EndInit();
|
this.pnlSearch.ResumeLayout(false);
|
this.pnlSearch.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txt_GroupCode.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_GroupName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_Owner1.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_OwnerTel1.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
this.splitContainerControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.tlSummary)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.MemoEdit txtDescription;
|
private Library.UserControls.ucCheckedListBoxBinding txtAttributeCodes;
|
private DevExpress.XtraEditors.CheckEdit txtIsVisible;
|
private DevExpress.XtraEditors.LookUpEdit txtLastUpdatedBy;
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
private System.Windows.Forms.ImageList imageList1;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
private DevExpress.XtraTreeList.TreeList tlSummary;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colS_GroupName;
|
private DevExpress.XtraEditors.TreeListLookUpEdit txtParentGroupCode;
|
private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn col_Popup_GroupName;
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit rep_IsVisible;
|
|
}//public partial class
|
}//namespace
|