using LB_SmartVision.Forms.Pages.MotionControlPage; using LB_SmartVision.Properties; //using ReaLTaiizor.Controls; using ReaLTaiizor.Forms; using Sunny.UI; using System.Windows.Forms; namespace LB_SmartVision.Forms.Pages.UserManagementPage { partial class UserManagementForm { /// /// 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(UserManagementForm)); uiGroupBoxUserManagement = new GroupBox(); tableLayoutPanel1 = new TableLayoutPanel(); tableLayoutPanel2 = new TableLayoutPanel(); tableLayoutPanel8 = new TableLayoutPanel(); textBoxEmployeeID = new TextBox(); label5 = new Label(); tableLayoutPanel7 = new TableLayoutPanel(); textBoxName = new TextBox(); label4 = new Label(); tableLayoutPanel6 = new TableLayoutPanel(); label3 = new Label(); comboBoxPermission = new ComboBox(); tableLayoutPanel5 = new TableLayoutPanel(); textBoxPassword = new TextBox(); label2 = new Label(); tableLayoutPanel4 = new TableLayoutPanel(); label1 = new Label(); textBoxUsername = new TextBox(); tableLayoutPanel9 = new TableLayoutPanel(); buttonAddUser = new Button(); buttonDelUser = new Button(); tableLayoutPanel10 = new TableLayoutPanel(); button4 = new Button(); button3 = new Button(); tableLayoutPanel3 = new TableLayoutPanel(); dataGridView1 = new DataGridView(); themeForm1 = new ThemeForm(); controlBox1 = new ReaLTaiizor.Controls.ControlBox(); panel1 = new Panel(); uiGroupBoxUserManagement.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); tableLayoutPanel8.SuspendLayout(); tableLayoutPanel7.SuspendLayout(); tableLayoutPanel6.SuspendLayout(); tableLayoutPanel5.SuspendLayout(); tableLayoutPanel4.SuspendLayout(); tableLayoutPanel9.SuspendLayout(); tableLayoutPanel10.SuspendLayout(); tableLayoutPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); themeForm1.SuspendLayout(); panel1.SuspendLayout(); SuspendLayout(); // // uiGroupBoxUserManagement // uiGroupBoxUserManagement.Controls.Add(tableLayoutPanel1); uiGroupBoxUserManagement.Font = new Font("宋体", 12F); uiGroupBoxUserManagement.ForeColor = SystemColors.Control; uiGroupBoxUserManagement.Location = new Point(4, 5); uiGroupBoxUserManagement.Margin = new Padding(4, 5, 4, 5); uiGroupBoxUserManagement.MinimumSize = new Size(1, 1); uiGroupBoxUserManagement.Name = "uiGroupBoxUserManagement"; uiGroupBoxUserManagement.Padding = new Padding(0, 32, 0, 0); uiGroupBoxUserManagement.Size = new Size(892, 689); uiGroupBoxUserManagement.TabIndex = 18; uiGroupBoxUserManagement.TabStop = false; uiGroupBoxUserManagement.Text = "用户管理设置"; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 30F)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 70F)); tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 0); tableLayoutPanel1.Controls.Add(tableLayoutPanel3, 1, 0); tableLayoutPanel1.Location = new Point(0, 25); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 1; tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F)); tableLayoutPanel1.Size = new Size(892, 664); tableLayoutPanel1.TabIndex = 0; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 1; tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F)); tableLayoutPanel2.Controls.Add(tableLayoutPanel8, 0, 4); tableLayoutPanel2.Controls.Add(tableLayoutPanel7, 0, 3); tableLayoutPanel2.Controls.Add(tableLayoutPanel6, 0, 2); tableLayoutPanel2.Controls.Add(tableLayoutPanel5, 0, 1); tableLayoutPanel2.Controls.Add(tableLayoutPanel4, 0, 0); tableLayoutPanel2.Controls.Add(tableLayoutPanel9, 0, 5); tableLayoutPanel2.Controls.Add(tableLayoutPanel10, 0, 6); tableLayoutPanel2.Dock = DockStyle.Fill; tableLayoutPanel2.Location = new Point(3, 3); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 8; tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F)); tableLayoutPanel2.Size = new Size(261, 658); tableLayoutPanel2.TabIndex = 0; // // tableLayoutPanel8 // tableLayoutPanel8.ColumnCount = 2; tableLayoutPanel8.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 40F)); tableLayoutPanel8.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 60F)); tableLayoutPanel8.Controls.Add(textBoxEmployeeID, 1, 0); tableLayoutPanel8.Controls.Add(label5, 0, 0); tableLayoutPanel8.Location = new Point(3, 183); tableLayoutPanel8.Name = "tableLayoutPanel8"; tableLayoutPanel8.RowCount = 1; tableLayoutPanel8.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel8.Size = new Size(255, 39); tableLayoutPanel8.TabIndex = 4; // // textBoxEmployeeID // textBoxEmployeeID.Location = new Point(105, 3); textBoxEmployeeID.Name = "textBoxEmployeeID"; textBoxEmployeeID.Size = new Size(147, 30); textBoxEmployeeID.TabIndex = 2; // // label5 // label5.AutoSize = true; label5.Dock = DockStyle.Fill; label5.ImageAlign = ContentAlignment.MiddleLeft; label5.Location = new Point(3, 0); label5.Name = "label5"; label5.Size = new Size(96, 39); label5.TabIndex = 1; label5.Text = "员工编号"; label5.TextAlign = ContentAlignment.MiddleLeft; // // tableLayoutPanel7 // tableLayoutPanel7.ColumnCount = 2; tableLayoutPanel7.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 40F)); tableLayoutPanel7.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 60F)); tableLayoutPanel7.Controls.Add(textBoxName, 1, 0); tableLayoutPanel7.Controls.Add(label4, 0, 0); tableLayoutPanel7.Location = new Point(3, 138); tableLayoutPanel7.Name = "tableLayoutPanel7"; tableLayoutPanel7.RowCount = 1; tableLayoutPanel7.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel7.Size = new Size(255, 39); tableLayoutPanel7.TabIndex = 3; // // textBoxName // textBoxName.Location = new Point(105, 3); textBoxName.Name = "textBoxName"; textBoxName.Size = new Size(147, 30); textBoxName.TabIndex = 2; // // label4 // label4.AutoSize = true; label4.Dock = DockStyle.Fill; label4.ImageAlign = ContentAlignment.MiddleLeft; label4.Location = new Point(3, 0); label4.Name = "label4"; label4.Size = new Size(96, 39); label4.TabIndex = 1; label4.Text = "姓名"; label4.TextAlign = ContentAlignment.MiddleLeft; // // tableLayoutPanel6 // tableLayoutPanel6.ColumnCount = 2; tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 40F)); tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 60F)); tableLayoutPanel6.Controls.Add(label3, 0, 0); tableLayoutPanel6.Controls.Add(comboBoxPermission, 1, 0); tableLayoutPanel6.Location = new Point(3, 93); tableLayoutPanel6.Name = "tableLayoutPanel6"; tableLayoutPanel6.RowCount = 1; tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel6.Size = new Size(255, 39); tableLayoutPanel6.TabIndex = 2; // // label3 // label3.AutoSize = true; label3.Dock = DockStyle.Fill; label3.ImageAlign = ContentAlignment.MiddleLeft; label3.Location = new Point(3, 0); label3.Name = "label3"; label3.Size = new Size(96, 39); label3.TabIndex = 1; label3.Text = "权限"; label3.TextAlign = ContentAlignment.MiddleLeft; // // comboBoxPermission // comboBoxPermission.FormattingEnabled = true; comboBoxPermission.Location = new Point(105, 3); comboBoxPermission.Name = "comboBoxPermission"; comboBoxPermission.Size = new Size(147, 28); comboBoxPermission.TabIndex = 2; // // tableLayoutPanel5 // tableLayoutPanel5.ColumnCount = 2; tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 40F)); tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 60F)); tableLayoutPanel5.Controls.Add(textBoxPassword, 1, 0); tableLayoutPanel5.Controls.Add(label2, 0, 0); tableLayoutPanel5.Location = new Point(3, 48); tableLayoutPanel5.Name = "tableLayoutPanel5"; tableLayoutPanel5.RowCount = 1; tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel5.Size = new Size(255, 39); tableLayoutPanel5.TabIndex = 1; // // textBoxPassword // textBoxPassword.Location = new Point(105, 3); textBoxPassword.Name = "textBoxPassword"; textBoxPassword.Size = new Size(147, 30); textBoxPassword.TabIndex = 2; // // label2 // label2.AutoSize = true; label2.Dock = DockStyle.Fill; label2.ImageAlign = ContentAlignment.MiddleLeft; label2.Location = new Point(3, 0); label2.Name = "label2"; label2.Size = new Size(96, 39); label2.TabIndex = 1; label2.Text = "密码"; label2.TextAlign = ContentAlignment.MiddleLeft; // // tableLayoutPanel4 // tableLayoutPanel4.ColumnCount = 2; tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 40F)); tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 60F)); tableLayoutPanel4.Controls.Add(label1, 0, 0); tableLayoutPanel4.Controls.Add(textBoxUsername, 1, 0); tableLayoutPanel4.Location = new Point(3, 3); tableLayoutPanel4.Name = "tableLayoutPanel4"; tableLayoutPanel4.RowCount = 1; tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel4.Size = new Size(255, 39); tableLayoutPanel4.TabIndex = 0; // // label1 // label1.AutoSize = true; label1.Dock = DockStyle.Fill; label1.Font = new Font("宋体", 12F); label1.ImageAlign = ContentAlignment.MiddleLeft; label1.Location = new Point(3, 0); label1.Name = "label1"; label1.Size = new Size(96, 39); label1.TabIndex = 0; label1.Text = "用户名"; label1.TextAlign = ContentAlignment.MiddleLeft; // // textBoxUsername // textBoxUsername.Location = new Point(105, 3); textBoxUsername.Name = "textBoxUsername"; textBoxUsername.Size = new Size(147, 30); textBoxUsername.TabIndex = 1; // // tableLayoutPanel9 // tableLayoutPanel9.ColumnCount = 2; tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel9.Controls.Add(buttonAddUser, 0, 0); tableLayoutPanel9.Controls.Add(buttonDelUser, 1, 0); tableLayoutPanel9.Location = new Point(3, 228); tableLayoutPanel9.Name = "tableLayoutPanel9"; tableLayoutPanel9.RowCount = 1; tableLayoutPanel9.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tableLayoutPanel9.Size = new Size(255, 39); tableLayoutPanel9.TabIndex = 5; // // buttonAddUser // buttonAddUser.BackColor = Color.Black; buttonAddUser.Dock = DockStyle.Fill; buttonAddUser.Location = new Point(3, 3); buttonAddUser.Name = "buttonAddUser"; buttonAddUser.Size = new Size(121, 33); buttonAddUser.TabIndex = 0; buttonAddUser.Text = "添加"; buttonAddUser.UseVisualStyleBackColor = false; buttonAddUser.Click += buttonAddUser_Click; // // buttonDelUser // buttonDelUser.BackColor = Color.Black; buttonDelUser.Dock = DockStyle.Fill; buttonDelUser.Location = new Point(130, 3); buttonDelUser.Name = "buttonDelUser"; buttonDelUser.Size = new Size(122, 33); buttonDelUser.TabIndex = 1; buttonDelUser.Text = "删除"; buttonDelUser.UseVisualStyleBackColor = false; buttonDelUser.Click += buttonDelUser_Click; // // tableLayoutPanel10 // tableLayoutPanel10.ColumnCount = 2; tableLayoutPanel10.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel10.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel10.Controls.Add(button4, 1, 0); tableLayoutPanel10.Controls.Add(button3, 0, 0); tableLayoutPanel10.Location = new Point(3, 273); tableLayoutPanel10.Name = "tableLayoutPanel10"; tableLayoutPanel10.RowCount = 1; tableLayoutPanel10.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tableLayoutPanel10.Size = new Size(255, 39); tableLayoutPanel10.TabIndex = 6; // // button4 // button4.BackColor = Color.Black; button4.Dock = DockStyle.Fill; button4.Location = new Point(130, 3); button4.Name = "button4"; button4.Size = new Size(122, 33); button4.TabIndex = 2; button4.Text = "查询"; button4.UseVisualStyleBackColor = false; // // button3 // button3.BackColor = Color.Black; button3.Dock = DockStyle.Fill; button3.Location = new Point(3, 3); button3.Name = "button3"; button3.Size = new Size(121, 33); button3.TabIndex = 1; button3.Text = "修改"; button3.UseVisualStyleBackColor = false; // // tableLayoutPanel3 // tableLayoutPanel3.ColumnCount = 1; tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F)); tableLayoutPanel3.Controls.Add(dataGridView1, 0, 0); tableLayoutPanel3.Dock = DockStyle.Fill; tableLayoutPanel3.Location = new Point(270, 3); tableLayoutPanel3.Name = "tableLayoutPanel3"; tableLayoutPanel3.RowCount = 1; tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel3.Size = new Size(619, 658); tableLayoutPanel3.TabIndex = 1; // // dataGridView1 // dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView1.Dock = DockStyle.Fill; dataGridView1.Location = new Point(3, 3); dataGridView1.Name = "dataGridView1"; dataGridView1.RowHeadersWidth = 51; dataGridView1.Size = new Size(613, 652); dataGridView1.TabIndex = 0; // // themeForm1 // themeForm1.BackColor = Color.FromArgb(32, 41, 50); themeForm1.Controls.Add(controlBox1); themeForm1.Controls.Add(panel1); themeForm1.Dock = DockStyle.Fill; themeForm1.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 0); themeForm1.Image = (Image)resources.GetObject("themeForm1.Image"); themeForm1.Location = new Point(0, 0); themeForm1.Name = "themeForm1"; themeForm1.Padding = new Padding(10, 70, 10, 9); themeForm1.RoundCorners = true; themeForm1.Sizable = true; themeForm1.Size = new Size(900, 763); themeForm1.SmartBounds = true; themeForm1.StartPosition = FormStartPosition.WindowsDefaultLocation; themeForm1.TabIndex = 21; themeForm1.Text = "用户管理设置"; themeForm1.Click += themeForm1_Click; // // controlBox1 // controlBox1.Anchor = AnchorStyles.Top | AnchorStyles.Right; controlBox1.BackColor = Color.FromArgb(32, 34, 37); controlBox1.CloseHoverColor = Color.FromArgb(230, 17, 35); controlBox1.DefaultLocation = true; controlBox1.EnableHoverHighlight = true; controlBox1.EnableMaximizeButton = true; controlBox1.EnableMinimizeButton = true; controlBox1.ForeColor = Color.FromArgb(155, 155, 155); controlBox1.Location = new Point(800, 18); controlBox1.MaximizeHoverColor = Color.FromArgb(74, 74, 74); controlBox1.MinimizeHoverColor = Color.FromArgb(63, 63, 65); controlBox1.Name = "controlBox1"; controlBox1.Size = new Size(90, 25); controlBox1.TabIndex = 1; controlBox1.Text = "controlBox1"; // // panel1 // panel1.Controls.Add(uiGroupBoxUserManagement); panel1.Location = new Point(0, 64); panel1.Name = "panel1"; panel1.Size = new Size(900, 699); panel1.TabIndex = 0; // // UserManagementForm // AutoScaleMode = AutoScaleMode.None; AutoSize = true; ClientSize = new Size(900, 763); Controls.Add(themeForm1); FormBorderStyle = FormBorderStyle.None; MinimumSize = new Size(261, 61); Name = "UserManagementForm"; Text = "用户管理设置"; TransparencyKey = Color.Fuchsia; uiGroupBoxUserManagement.ResumeLayout(false); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel2.ResumeLayout(false); tableLayoutPanel8.ResumeLayout(false); tableLayoutPanel8.PerformLayout(); tableLayoutPanel7.ResumeLayout(false); tableLayoutPanel7.PerformLayout(); tableLayoutPanel6.ResumeLayout(false); tableLayoutPanel6.PerformLayout(); tableLayoutPanel5.ResumeLayout(false); tableLayoutPanel5.PerformLayout(); tableLayoutPanel4.ResumeLayout(false); tableLayoutPanel4.PerformLayout(); tableLayoutPanel9.ResumeLayout(false); tableLayoutPanel10.ResumeLayout(false); tableLayoutPanel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); themeForm1.ResumeLayout(false); panel1.ResumeLayout(false); ResumeLayout(false); } #endregion private GroupBox uiGroupBoxUserManagement; private ReaLTaiizor.Forms.ThemeForm themeForm1; private Panel panel1; private TableLayoutPanel tableLayoutPanel1; private TableLayoutPanel tableLayoutPanel2; private TableLayoutPanel tableLayoutPanel3; private TableLayoutPanel tableLayoutPanel8; private TableLayoutPanel tableLayoutPanel7; private TableLayoutPanel tableLayoutPanel6; private TableLayoutPanel tableLayoutPanel5; private TableLayoutPanel tableLayoutPanel4; private TextBox textBoxEmployeeID; private Label label5; private TextBox textBoxName; private Label label4; private Label label3; private TextBox textBoxPassword; private Label label2; private Label label1; private TextBox textBoxUsername; private TableLayoutPanel tableLayoutPanel9; private Button buttonAddUser; private Button buttonDelUser; private ComboBox comboBoxPermission; private TableLayoutPanel tableLayoutPanel10; private Button button4; private Button button3; private DataGridView dataGridView1; private ReaLTaiizor.Controls.ControlBox controlBox1; } }