| | |
| | | // |
| | | // groupControl1 |
| | | // |
| | | groupControl1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; |
| | | 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, 188); |
| | | groupControl1.Size = new Size(463, 235); |
| | | groupControl1.TabIndex = 0; |
| | | groupControl1.Text = "员工信息"; |
| | | // |
| | |
| | | emloyeeInfoCtrl.Location = new Point(2, 23); |
| | | emloyeeInfoCtrl.Margin = new Padding(3, 2, 3, 2); |
| | | emloyeeInfoCtrl.Name = "emloyeeInfoCtrl"; |
| | | emloyeeInfoCtrl.Size = new Size(459, 163); |
| | | emloyeeInfoCtrl.Size = new Size(459, 210); |
| | | emloyeeInfoCtrl.TabIndex = 1; |
| | | // |
| | | // CreateLogincheckEdit |
| | | // |
| | | CreateLogincheckEdit.Location = new Point(8, 200); |
| | | CreateLogincheckEdit.Location = new Point(8, 252); |
| | | CreateLogincheckEdit.Name = "CreateLogincheckEdit"; |
| | | CreateLogincheckEdit.Properties.Caption = "创建用户"; |
| | | CreateLogincheckEdit.Size = new Size(75, 20); |
| | |
| | | // |
| | | // groupControl2 |
| | | // |
| | | groupControl2.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; |
| | | groupControl2.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; |
| | | groupControl2.Controls.Add(loginUserForm); |
| | | groupControl2.Location = new Point(8, 226); |
| | | groupControl2.Location = new Point(8, 278); |
| | | groupControl2.Name = "groupControl2"; |
| | | groupControl2.Size = new Size(463, 142); |
| | | groupControl2.Size = new Size(463, 133); |
| | | groupControl2.TabIndex = 2; |
| | | groupControl2.Text = "用户信息"; |
| | | // |
| | |
| | | loginUserForm.Dock = DockStyle.Fill; |
| | | loginUserForm.Location = new Point(2, 23); |
| | | loginUserForm.Name = "loginUserForm"; |
| | | loginUserForm.Size = new Size(459, 117); |
| | | loginUserForm.Size = new Size(459, 108); |
| | | loginUserForm.TabIndex = 0; |
| | | loginUserForm.UseWaitCursor = true; |
| | | // |
| | | // QueDingsimpleButton |
| | | // |
| | | QueDingsimpleButton.Location = new Point(267, 374); |
| | | QueDingsimpleButton.Location = new Point(271, 417); |
| | | QueDingsimpleButton.Name = "QueDingsimpleButton"; |
| | | QueDingsimpleButton.Size = new Size(75, 23); |
| | | QueDingsimpleButton.TabIndex = 3; |
| | |
| | | // |
| | | // QuXiaosimpleButton |
| | | // |
| | | QuXiaosimpleButton.Location = new Point(374, 374); |
| | | QuXiaosimpleButton.Location = new Point(379, 417); |
| | | QuXiaosimpleButton.Name = "QuXiaosimpleButton"; |
| | | QuXiaosimpleButton.Size = new Size(75, 23); |
| | | QuXiaosimpleButton.TabIndex = 4; |
| | |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | ClientSize = new Size(483, 409); |
| | | ClientSize = new Size(483, 450); |
| | | Controls.Add(QuXiaosimpleButton); |
| | | Controls.Add(QueDingsimpleButton); |
| | | Controls.Add(groupControl2); |