namespace HStation.WinFrmUI
|
{
|
partial class AddPhoneNumberDlg
|
{
|
/// <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()
|
{
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
generalOkAndCancelCtrl1 = new Yw.WinFrmUI.GeneralOkAndCancelCtrl();
|
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
txtEditPhoneNumber = new DevExpress.XtraEditors.TextEdit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)txtEditPhoneNumber.Properties).BeginInit();
|
SuspendLayout();
|
//
|
// Root
|
//
|
Root.AppearanceItemCaption.Options.UseTextOptions = true;
|
Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem7, layoutControlItem8 });
|
Root.Name = "Root";
|
Root.Size = new Size(378, 75);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem7
|
//
|
layoutControlItem7.Control = generalOkAndCancelCtrl1;
|
layoutControlItem7.Location = new Point(0, 24);
|
layoutControlItem7.Name = "layoutControlItem7";
|
layoutControlItem7.Size = new Size(358, 31);
|
layoutControlItem7.TextSize = new Size(0, 0);
|
layoutControlItem7.TextVisible = false;
|
//
|
// generalOkAndCancelCtrl1
|
//
|
generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.Location = new Point(12, 36);
|
generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1";
|
generalOkAndCancelCtrl1.Size = new Size(354, 27);
|
generalOkAndCancelCtrl1.TabIndex = 6;
|
//
|
// layoutControlItem8
|
//
|
layoutControlItem8.AllowHtmlStringInCaption = true;
|
layoutControlItem8.Control = txtEditPhoneNumber;
|
layoutControlItem8.Location = new Point(0, 0);
|
layoutControlItem8.Name = "layoutControlItem8";
|
layoutControlItem8.Size = new Size(358, 24);
|
layoutControlItem8.Text = "<color=red>*</color>手机号:";
|
layoutControlItem8.TextSize = new Size(47, 14);
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(generalOkAndCancelCtrl1);
|
layoutControl1.Controls.Add(txtEditPhoneNumber);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(826, 220, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(378, 75);
|
layoutControl1.TabIndex = 2;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// txtEditPhoneNumber
|
//
|
txtEditPhoneNumber.Location = new Point(71, 12);
|
txtEditPhoneNumber.Name = "txtEditPhoneNumber";
|
txtEditPhoneNumber.Size = new Size(295, 20);
|
txtEditPhoneNumber.StyleController = layoutControl1;
|
txtEditPhoneNumber.TabIndex = 3;
|
//
|
// AddPhoneNumberDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(378, 75);
|
Controls.Add(layoutControl1);
|
Name = "AddPhoneNumberDlg";
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "管理类型";
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)txtEditPhoneNumber.Properties).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
private Yw.WinFrmUI.GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.TextEdit txtEditPhoneNumber;
|
}
|
}
|