| | |
| | | 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(); |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)txtEditPhoneNumber.Properties).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)txtEditPhoneNumber.Properties).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // Root |
| | |
| | | layoutControlItem8.Text = "<color=red>*</color>手机号:"; |
| | | layoutControlItem8.TextSize = new Size(47, 14); |
| | | // |
| | | // txtEditPhoneNumber |
| | | // |
| | | txtEditPhoneNumber.Location = new Point(71, 12); |
| | | txtEditPhoneNumber.Name = "txtEditPhoneNumber"; |
| | | txtEditPhoneNumber.Size = new Size(295, 20); |
| | | txtEditPhoneNumber.StyleController = layoutControl1; |
| | | txtEditPhoneNumber.TabIndex = 3; |
| | | // |
| | | // layoutControl1 |
| | | // |
| | | layoutControl1.Controls.Add(generalOkAndCancelCtrl1); |
| | |
| | | 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); |
| | |
| | | Controls.Add(layoutControl1); |
| | | Name = "AddPhoneNumberDlg"; |
| | | StartPosition = FormStartPosition.CenterScreen; |
| | | Text = "管理类型"; |
| | | Text = "新增手机号"; |
| | | ((System.ComponentModel.ISupportInitialize)Root).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)txtEditPhoneNumber.Properties).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)txtEditPhoneNumber.Properties).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |