namespace HStation.WinFrmUI
{
partial class PersonalCenterDlg
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PersonalCenterDlg));
navigationPane1 = new DevExpress.XtraBars.Navigation.NavigationPane();
navigationPage1 = new DevExpress.XtraBars.Navigation.NavigationPage();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
BtnSave = new DevExpress.XtraEditors.SimpleButton();
BtnEditPwd = new DevExpress.XtraEditors.SimpleButton();
txtEditUserName = new DevExpress.XtraEditors.TextEdit();
txtAccountName = new DevExpress.XtraEditors.TextEdit();
textAccountType = new DevExpress.XtraEditors.TextEdit();
txtEditAdminType = new DevExpress.XtraEditors.TextEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
navigationPage2 = new DevExpress.XtraBars.Navigation.NavigationPage();
layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
btnPhoneBinding = new DevExpress.XtraEditors.SimpleButton();
txtMobileNumber = new DevExpress.XtraEditors.TextEdit();
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
navigationPage3 = new DevExpress.XtraBars.Navigation.NavigationPage();
layoutControl3 = new DevExpress.XtraLayout.LayoutControl();
btnRefresh = new DevExpress.XtraEditors.SimpleButton();
wechatBindingCtrl1 = new WechatBindingCtrl();
layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)navigationPane1).BeginInit();
navigationPane1.SuspendLayout();
navigationPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)txtEditUserName.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtAccountName.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)textAccountType.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtEditAdminType.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
navigationPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)layoutControl2).BeginInit();
layoutControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)txtMobileNumber.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit();
navigationPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)layoutControl3).BeginInit();
layoutControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)layoutControlGroup2).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem9).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem10).BeginInit();
SuspendLayout();
//
// navigationPane1
//
navigationPane1.AllowHtmlDraw = false;
navigationPane1.Controls.Add(navigationPage1);
navigationPane1.Controls.Add(navigationPage2);
navigationPane1.Controls.Add(navigationPage3);
navigationPane1.Dock = DockStyle.Fill;
navigationPane1.Location = new Point(0, 0);
navigationPane1.Name = "navigationPane1";
navigationPane1.PageProperties.ShowMode = DevExpress.XtraBars.Navigation.ItemShowMode.ImageAndText;
navigationPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { navigationPage1, navigationPage2, navigationPage3 });
navigationPane1.RegularSize = new Size(661, 375);
navigationPane1.SelectedPage = navigationPage1;
navigationPane1.Size = new Size(661, 375);
navigationPane1.TabIndex = 0;
navigationPane1.Text = "个人信息";
//
// navigationPage1
//
navigationPage1.Caption = "个人信息";
navigationPage1.Controls.Add(layoutControl1);
navigationPage1.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("navigationPage1.ImageOptions.SvgImage");
navigationPage1.ImageOptions.SvgImageSize = new Size(20, 20);
navigationPage1.Name = "navigationPage1";
navigationPage1.Size = new Size(536, 302);
//
// layoutControl1
//
layoutControl1.Controls.Add(BtnSave);
layoutControl1.Controls.Add(BtnEditPwd);
layoutControl1.Controls.Add(txtEditUserName);
layoutControl1.Controls.Add(txtAccountName);
layoutControl1.Controls.Add(textAccountType);
layoutControl1.Controls.Add(txtEditAdminType);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1034, 149, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(536, 302);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// BtnSave
//
BtnSave.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
BtnSave.Appearance.Options.UseBackColor = true;
BtnSave.Location = new Point(473, 108);
BtnSave.Name = "BtnSave";
BtnSave.Size = new Size(51, 22);
BtnSave.StyleController = layoutControl1;
BtnSave.TabIndex = 6;
BtnSave.Text = "保存";
//
// BtnEditPwd
//
BtnEditPwd.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
BtnEditPwd.Appearance.Options.UseBackColor = true;
BtnEditPwd.Location = new Point(414, 108);
BtnEditPwd.Name = "BtnEditPwd";
BtnEditPwd.Size = new Size(55, 22);
BtnEditPwd.StyleController = layoutControl1;
BtnEditPwd.TabIndex = 5;
BtnEditPwd.Text = "修改密码";
BtnEditPwd.Click += BtnEditPwd_Click;
//
// txtEditUserName
//
txtEditUserName.Location = new Point(76, 12);
txtEditUserName.Name = "txtEditUserName";
txtEditUserName.Size = new Size(448, 20);
txtEditUserName.StyleController = layoutControl1;
txtEditUserName.TabIndex = 0;
//
// txtAccountName
//
txtAccountName.Location = new Point(76, 60);
txtAccountName.Name = "txtAccountName";
txtAccountName.Properties.ReadOnly = true;
txtAccountName.Properties.UseReadOnlyAppearance = false;
txtAccountName.Size = new Size(448, 20);
txtAccountName.StyleController = layoutControl1;
txtAccountName.TabIndex = 3;
//
// textAccountType
//
textAccountType.Location = new Point(76, 84);
textAccountType.Name = "textAccountType";
textAccountType.Properties.ReadOnly = true;
textAccountType.Properties.UseReadOnlyAppearance = false;
textAccountType.Size = new Size(448, 20);
textAccountType.StyleController = layoutControl1;
textAccountType.TabIndex = 4;
//
// txtEditAdminType
//
txtEditAdminType.Location = new Point(76, 36);
txtEditAdminType.Name = "txtEditAdminType";
txtEditAdminType.Properties.ReadOnly = true;
txtEditAdminType.Properties.UseReadOnlyAppearance = false;
txtEditAdminType.Size = new Size(448, 20);
txtEditAdminType.StyleController = layoutControl1;
txtEditAdminType.TabIndex = 2;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, emptySpaceItem1, layoutControlItem4, layoutControlItem6, layoutControlItem5 });
Root.Name = "Root";
Root.Size = new Size(536, 302);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = txtEditUserName;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(516, 24);
layoutControlItem1.Text = "用户名:";
layoutControlItem1.TextSize = new Size(52, 14);
//
// layoutControlItem2
//
layoutControlItem2.Control = txtEditAdminType;
layoutControlItem2.Location = new Point(0, 24);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(516, 24);
layoutControlItem2.Text = "管理类型:";
layoutControlItem2.TextSize = new Size(52, 14);
//
// layoutControlItem3
//
layoutControlItem3.Control = textAccountType;
layoutControlItem3.Location = new Point(0, 72);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(516, 24);
layoutControlItem3.Text = "账户类型:";
layoutControlItem3.TextSize = new Size(52, 14);
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 96);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(402, 186);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// layoutControlItem4
//
layoutControlItem4.Control = txtAccountName;
layoutControlItem4.Location = new Point(0, 48);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(516, 24);
layoutControlItem4.Text = "账户名:";
layoutControlItem4.TextSize = new Size(52, 14);
//
// layoutControlItem6
//
layoutControlItem6.Control = BtnSave;
layoutControlItem6.Location = new Point(461, 96);
layoutControlItem6.Name = "layoutControlItem6";
layoutControlItem6.Size = new Size(55, 186);
layoutControlItem6.TextSize = new Size(0, 0);
layoutControlItem6.TextVisible = false;
//
// layoutControlItem5
//
layoutControlItem5.Control = BtnEditPwd;
layoutControlItem5.Location = new Point(402, 96);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.Size = new Size(59, 186);
layoutControlItem5.TextSize = new Size(0, 0);
layoutControlItem5.TextVisible = false;
//
// navigationPage2
//
navigationPage2.Caption = "手机绑定";
navigationPage2.Controls.Add(layoutControl2);
navigationPage2.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("navigationPage2.ImageOptions.SvgImage");
navigationPage2.ImageOptions.SvgImageSize = new Size(20, 20);
navigationPage2.Name = "navigationPage2";
navigationPage2.Size = new Size(536, 302);
//
// layoutControl2
//
layoutControl2.Controls.Add(btnPhoneBinding);
layoutControl2.Controls.Add(txtMobileNumber);
layoutControl2.Dock = DockStyle.Fill;
layoutControl2.Location = new Point(0, 0);
layoutControl2.Name = "layoutControl2";
layoutControl2.Root = layoutControlGroup1;
layoutControl2.Size = new Size(536, 302);
layoutControl2.TabIndex = 0;
layoutControl2.Text = "layoutControl2";
//
// btnPhoneBinding
//
btnPhoneBinding.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
btnPhoneBinding.Appearance.Options.UseBackColor = true;
btnPhoneBinding.Location = new Point(469, 36);
btnPhoneBinding.Name = "btnPhoneBinding";
btnPhoneBinding.Size = new Size(55, 22);
btnPhoneBinding.StyleController = layoutControl2;
btnPhoneBinding.TabIndex = 7;
btnPhoneBinding.Text = "绑定";
btnPhoneBinding.Click += btnPhoneBinding_Click;
//
// txtMobileNumber
//
txtMobileNumber.Location = new Point(64, 12);
txtMobileNumber.Name = "txtMobileNumber";
txtMobileNumber.Size = new Size(460, 20);
txtMobileNumber.StyleController = layoutControl2;
txtMobileNumber.TabIndex = 14;
//
// layoutControlGroup1
//
layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
layoutControlGroup1.GroupBordersVisible = false;
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem7, layoutControlItem8, emptySpaceItem2 });
layoutControlGroup1.Name = "layoutControlGroup1";
layoutControlGroup1.Size = new Size(536, 302);
layoutControlGroup1.TextVisible = false;
//
// layoutControlItem7
//
layoutControlItem7.Control = txtMobileNumber;
layoutControlItem7.Location = new Point(0, 0);
layoutControlItem7.Name = "layoutControlItem7";
layoutControlItem7.Size = new Size(516, 24);
layoutControlItem7.Text = "手机号:";
layoutControlItem7.TextSize = new Size(40, 14);
//
// layoutControlItem8
//
layoutControlItem8.Control = btnPhoneBinding;
layoutControlItem8.Location = new Point(457, 24);
layoutControlItem8.Name = "layoutControlItem8";
layoutControlItem8.Size = new Size(59, 258);
layoutControlItem8.TextSize = new Size(0, 0);
layoutControlItem8.TextVisible = false;
//
// emptySpaceItem2
//
emptySpaceItem2.AllowHotTrack = false;
emptySpaceItem2.Location = new Point(0, 24);
emptySpaceItem2.Name = "emptySpaceItem2";
emptySpaceItem2.Size = new Size(457, 258);
emptySpaceItem2.TextSize = new Size(0, 0);
//
// navigationPage3
//
navigationPage3.Caption = "微信绑定";
navigationPage3.Controls.Add(layoutControl3);
navigationPage3.ImageOptions.Image = (Image)resources.GetObject("navigationPage3.ImageOptions.Image");
navigationPage3.Name = "navigationPage3";
navigationPage3.Size = new Size(536, 302);
//
// layoutControl3
//
layoutControl3.Controls.Add(btnRefresh);
layoutControl3.Controls.Add(wechatBindingCtrl1);
layoutControl3.Dock = DockStyle.Fill;
layoutControl3.Location = new Point(0, 0);
layoutControl3.Name = "layoutControl3";
layoutControl3.Root = layoutControlGroup2;
layoutControl3.Size = new Size(536, 302);
layoutControl3.TabIndex = 0;
layoutControl3.Text = "layoutControl3";
//
// btnRefresh
//
btnRefresh.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
btnRefresh.Appearance.Options.UseBackColor = true;
btnRefresh.Location = new Point(463, 268);
btnRefresh.Name = "btnRefresh";
btnRefresh.Size = new Size(61, 22);
btnRefresh.StyleController = layoutControl3;
btnRefresh.TabIndex = 8;
btnRefresh.Text = "刷新";
btnRefresh.Click += btnRefresh_Click;
//
// wechatBindingCtrl1
//
wechatBindingCtrl1.Location = new Point(12, 12);
wechatBindingCtrl1.Name = "wechatBindingCtrl1";
wechatBindingCtrl1.Size = new Size(512, 252);
wechatBindingCtrl1.TabIndex = 0;
//
// layoutControlGroup2
//
layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
layoutControlGroup2.GroupBordersVisible = false;
layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem9, emptySpaceItem3, layoutControlItem10 });
layoutControlGroup2.Name = "layoutControlGroup2";
layoutControlGroup2.Size = new Size(536, 302);
layoutControlGroup2.TextVisible = false;
//
// layoutControlItem9
//
layoutControlItem9.Control = wechatBindingCtrl1;
layoutControlItem9.Location = new Point(0, 0);
layoutControlItem9.Name = "layoutControlItem9";
layoutControlItem9.Size = new Size(516, 256);
layoutControlItem9.TextSize = new Size(0, 0);
layoutControlItem9.TextVisible = false;
//
// emptySpaceItem3
//
emptySpaceItem3.AllowHotTrack = false;
emptySpaceItem3.Location = new Point(0, 256);
emptySpaceItem3.Name = "emptySpaceItem3";
emptySpaceItem3.Size = new Size(451, 26);
emptySpaceItem3.TextSize = new Size(0, 0);
//
// layoutControlItem10
//
layoutControlItem10.Control = btnRefresh;
layoutControlItem10.Location = new Point(451, 256);
layoutControlItem10.Name = "layoutControlItem10";
layoutControlItem10.Size = new Size(65, 26);
layoutControlItem10.TextSize = new Size(0, 0);
layoutControlItem10.TextVisible = false;
//
// PersonalCenterDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(661, 375);
Controls.Add(navigationPane1);
Name = "PersonalCenterDlg";
StartPosition = FormStartPosition.CenterScreen;
Text = "个人中心";
((System.ComponentModel.ISupportInitialize)navigationPane1).EndInit();
navigationPane1.ResumeLayout(false);
navigationPage1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)txtEditUserName.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtAccountName.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)textAccountType.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtEditAdminType.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
navigationPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)layoutControl2).EndInit();
layoutControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)txtMobileNumber.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit();
navigationPage3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)layoutControl3).EndInit();
layoutControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)layoutControlGroup2).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem9).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem3).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem10).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraBars.Navigation.NavigationPane navigationPane1;
private DevExpress.XtraBars.Navigation.NavigationPage navigationPage1;
private DevExpress.XtraBars.Navigation.NavigationPage navigationPage2;
private DevExpress.XtraBars.Navigation.NavigationPage navigationPage3;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.TextEdit txtEditUserName;
private DevExpress.XtraEditors.TextEdit txtAccountName;
private DevExpress.XtraEditors.TextEdit textAccountType;
private DevExpress.XtraEditors.TextEdit txtEditAdminType;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraEditors.SimpleButton BtnEditPwd;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraEditors.SimpleButton BtnSave;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraLayout.LayoutControl layoutControl2;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraEditors.TextEdit txtMobileNumber;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
private DevExpress.XtraEditors.SimpleButton btnPhoneBinding;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraLayout.LayoutControl layoutControl3;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
private WechatBindingCtrl wechatBindingCtrl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
private DevExpress.XtraEditors.SimpleButton btnRefresh;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
}
}