| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | groupControl1 = new DevExpress.XtraEditors.GroupControl(); |
| | | emloyeeInfoCtrl = new _00_UserControl.emloyeeFrom(); |
| | | CreateLogincheckEdit = new DevExpress.XtraEditors.CheckEdit(); |
| | | groupControl2 = new DevExpress.XtraEditors.GroupControl(); |
| | | loginUserForm = new LoginUserForm(); |
| | | QueDingsimpleButton = new DevExpress.XtraEditors.SimpleButton(); |
| | | QuXiaosimpleButton = new DevExpress.XtraEditors.SimpleButton(); |
| | | ((System.ComponentModel.ISupportInitialize)groupControl1).BeginInit(); |
| | | groupControl1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)CreateLogincheckEdit.Properties).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)groupControl2).BeginInit(); |
| | | groupControl2.SuspendLayout(); |
| | | emloyeeInfoCtrl = new EmloyeeInfoCtrl(); |
| | | simpleButtonOK = new DevExpress.XtraEditors.SimpleButton(); |
| | | simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton(); |
| | | SuspendLayout(); |
| | | // |
| | | // groupControl1 |
| | | // |
| | | groupControl1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; |
| | | groupControl1.Controls.Add(emloyeeInfoCtrl); |
| | | groupControl1.Location = new Point(8, 6); |
| | | groupControl1.Name = "groupControl1"; |
| | | groupControl1.Size = new Size(463, 235); |
| | | groupControl1.TabIndex = 0; |
| | | groupControl1.Text = "员工信息"; |
| | | // |
| | | // emloyeeInfoCtrl |
| | | // |
| | | emloyeeInfoCtrl.Dock = DockStyle.Fill; |
| | | emloyeeInfoCtrl.Location = new Point(2, 23); |
| | | emloyeeInfoCtrl.Dock = DockStyle.Top; |
| | | emloyeeInfoCtrl.Location = new Point(0, 0); |
| | | emloyeeInfoCtrl.Margin = new Padding(3, 2, 3, 2); |
| | | emloyeeInfoCtrl.Name = "emloyeeInfoCtrl"; |
| | | emloyeeInfoCtrl.Size = new Size(459, 210); |
| | | emloyeeInfoCtrl.TabIndex = 1; |
| | | emloyeeInfoCtrl.Size = new Size(522, 426); |
| | | emloyeeInfoCtrl.TabIndex = 0; |
| | | // |
| | | // CreateLogincheckEdit |
| | | // simpleButtonOK |
| | | // |
| | | CreateLogincheckEdit.Location = new Point(8, 252); |
| | | CreateLogincheckEdit.Name = "CreateLogincheckEdit"; |
| | | CreateLogincheckEdit.Properties.Caption = "创建用户"; |
| | | CreateLogincheckEdit.Size = new Size(75, 20); |
| | | CreateLogincheckEdit.TabIndex = 1; |
| | | CreateLogincheckEdit.CheckedChanged += CreateLogincheckEdit_CheckedChanged; |
| | | simpleButtonOK.Location = new Point(270, 444); |
| | | simpleButtonOK.Name = "simpleButtonOK"; |
| | | simpleButtonOK.Size = new Size(75, 23); |
| | | simpleButtonOK.TabIndex = 1; |
| | | simpleButtonOK.Text = "确定"; |
| | | simpleButtonOK.Click += simpleButtonOK_Click; |
| | | // |
| | | // groupControl2 |
| | | // simpleButtonCancel |
| | | // |
| | | groupControl2.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; |
| | | groupControl2.Controls.Add(loginUserForm); |
| | | groupControl2.Location = new Point(8, 278); |
| | | groupControl2.Name = "groupControl2"; |
| | | groupControl2.Size = new Size(463, 133); |
| | | groupControl2.TabIndex = 2; |
| | | groupControl2.Text = "用户信息"; |
| | | // |
| | | // loginUserForm |
| | | // |
| | | loginUserForm.Dock = DockStyle.Fill; |
| | | loginUserForm.Location = new Point(2, 23); |
| | | loginUserForm.Name = "loginUserForm"; |
| | | loginUserForm.Size = new Size(459, 108); |
| | | loginUserForm.TabIndex = 0; |
| | | loginUserForm.UseWaitCursor = true; |
| | | // |
| | | // QueDingsimpleButton |
| | | // |
| | | QueDingsimpleButton.Location = new Point(271, 417); |
| | | QueDingsimpleButton.Name = "QueDingsimpleButton"; |
| | | QueDingsimpleButton.Size = new Size(75, 23); |
| | | QueDingsimpleButton.TabIndex = 3; |
| | | QueDingsimpleButton.Text = "确定"; |
| | | QueDingsimpleButton.Click += QueDingsimpleButton_Click; |
| | | // |
| | | // QuXiaosimpleButton |
| | | // |
| | | QuXiaosimpleButton.Location = new Point(379, 417); |
| | | QuXiaosimpleButton.Name = "QuXiaosimpleButton"; |
| | | QuXiaosimpleButton.Size = new Size(75, 23); |
| | | QuXiaosimpleButton.TabIndex = 4; |
| | | QuXiaosimpleButton.Text = "取消"; |
| | | QuXiaosimpleButton.Click += QuXiaosimpleButton_Click; |
| | | simpleButtonCancel.Location = new Point(415, 445); |
| | | simpleButtonCancel.Name = "simpleButtonCancel"; |
| | | simpleButtonCancel.Size = new Size(75, 23); |
| | | simpleButtonCancel.TabIndex = 2; |
| | | simpleButtonCancel.Text = "取消"; |
| | | simpleButtonCancel.Click += simpleButtonCancel_Click; |
| | | // |
| | | // AddEmployeeDlg |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | ClientSize = new Size(483, 450); |
| | | Controls.Add(QuXiaosimpleButton); |
| | | Controls.Add(QueDingsimpleButton); |
| | | Controls.Add(groupControl2); |
| | | Controls.Add(CreateLogincheckEdit); |
| | | Controls.Add(groupControl1); |
| | | ClientSize = new Size(522, 507); |
| | | Controls.Add(simpleButtonCancel); |
| | | Controls.Add(simpleButtonOK); |
| | | Controls.Add(emloyeeInfoCtrl); |
| | | MaximizeBox = false; |
| | | Name = "AddEmployeeDlg"; |
| | | StartPosition = FormStartPosition.CenterScreen; |
| | | Text = "添加员工"; |
| | | TopMost = true; |
| | | ((System.ComponentModel.ISupportInitialize)groupControl1).EndInit(); |
| | | groupControl1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)CreateLogincheckEdit.Properties).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)groupControl2).EndInit(); |
| | | groupControl2.ResumeLayout(false); |
| | | Text = "AddEmployeeDlg"; |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | private DevExpress.XtraEditors.GroupControl groupControl1; |
| | | private _00_UserControl.emloyeeFrom emloyeeInfoCtrl; |
| | | private DevExpress.XtraEditors.CheckEdit CreateLogincheckEdit; |
| | | private DevExpress.XtraEditors.GroupControl groupControl2; |
| | | private DevExpress.XtraEditors.SimpleButton QueDingsimpleButton; |
| | | private DevExpress.XtraEditors.SimpleButton QuXiaosimpleButton; |
| | | private LoginUserForm loginUserForm; |
| | | private EmloyeeInfoCtrl emloyeeInfoCtrl; |
| | | private DevExpress.XtraEditors.SimpleButton simpleButtonOK; |
| | | private DevExpress.XtraEditors.SimpleButton simpleButtonCancel; |
| | | } |
| | | } |