| | |
| | | comboBoxPermission = new ComboBox(); |
| | | dataGridViewUM = new DataGridView(); |
| | | tableLayoutPanel4 = new TableLayoutPanel(); |
| | | btnDel = new HopeButton(); |
| | | btnEdit = new HopeButton(); |
| | | btnFind = new HopeButton(); |
| | | btnDel = new HopeButton(); |
| | | btnAdd = new ForeverButton(); |
| | | grpSetting.SuspendLayout(); |
| | | tableLayoutPanel1.SuspendLayout(); |
| | |
| | | // tableLayoutPanel2 |
| | | // |
| | | tableLayoutPanel2.ColumnCount = 2; |
| | | tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 40F)); |
| | | tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 60F)); |
| | | tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 340F)); |
| | | tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); |
| | | tableLayoutPanel2.Controls.Add(tableLayoutPanel3, 0, 0); |
| | | tableLayoutPanel2.Controls.Add(dataGridViewUM, 1, 0); |
| | | tableLayoutPanel2.Dock = DockStyle.Fill; |
| | |
| | | // |
| | | dataGridViewUM.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
| | | dataGridViewUM.Dock = DockStyle.Fill; |
| | | dataGridViewUM.Location = new Point(344, 3); |
| | | dataGridViewUM.Location = new Point(343, 3); |
| | | dataGridViewUM.Name = "dataGridViewUM"; |
| | | dataGridViewUM.RowHeadersWidth = 51; |
| | | dataGridViewUM.Size = new Size(507, 494); |
| | | dataGridViewUM.Size = new Size(508, 494); |
| | | dataGridViewUM.TabIndex = 1; |
| | | // |
| | | // tableLayoutPanel4 |
| | |
| | | tableLayoutPanel4.Size = new Size(400, 39); |
| | | tableLayoutPanel4.TabIndex = 1; |
| | | // |
| | | // btnDel |
| | | // |
| | | btnDel.BorderColor = Color.FromArgb(220, 223, 230); |
| | | btnDel.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary; |
| | | btnDel.DangerColor = Color.FromArgb(245, 108, 108); |
| | | btnDel.DefaultColor = Color.FromArgb(255, 255, 255); |
| | | btnDel.Font = new Font("Segoe UI", 12F); |
| | | btnDel.HoverTextColor = Color.FromArgb(48, 49, 51); |
| | | btnDel.InfoColor = Color.FromArgb(144, 147, 153); |
| | | btnDel.Location = new Point(303, 3); |
| | | btnDel.Name = "btnDel"; |
| | | btnDel.PrimaryColor = Color.FromArgb(64, 158, 255); |
| | | btnDel.Size = new Size(94, 33); |
| | | btnDel.SuccessColor = Color.FromArgb(103, 194, 58); |
| | | btnDel.TabIndex = 3; |
| | | btnDel.Text = "删除"; |
| | | btnDel.TextColor = Color.White; |
| | | btnDel.WarningColor = Color.FromArgb(230, 162, 60); |
| | | btnDel.Click += btnDel_Click; |
| | | // |
| | | // btnEdit |
| | | // |
| | | btnEdit.BorderColor = Color.FromArgb(220, 223, 230); |
| | |
| | | btnEdit.Text = "修改"; |
| | | btnEdit.TextColor = Color.White; |
| | | btnEdit.WarningColor = Color.FromArgb(230, 162, 60); |
| | | btnEdit.Click += btnEdit_Click; |
| | | // |
| | | // btnFind |
| | | // |
| | |
| | | btnFind.TextColor = Color.White; |
| | | btnFind.WarningColor = Color.FromArgb(230, 162, 60); |
| | | // |
| | | // btnDel |
| | | // |
| | | btnDel.BorderColor = Color.FromArgb(220, 223, 230); |
| | | btnDel.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary; |
| | | btnDel.DangerColor = Color.FromArgb(245, 108, 108); |
| | | btnDel.DefaultColor = Color.FromArgb(255, 255, 255); |
| | | btnDel.Font = new Font("Segoe UI", 12F); |
| | | btnDel.HoverTextColor = Color.FromArgb(48, 49, 51); |
| | | btnDel.InfoColor = Color.FromArgb(144, 147, 153); |
| | | btnDel.Location = new Point(303, 3); |
| | | btnDel.Name = "btnDel"; |
| | | btnDel.PrimaryColor = Color.FromArgb(64, 158, 255); |
| | | btnDel.Size = new Size(94, 33); |
| | | btnDel.SuccessColor = Color.FromArgb(103, 194, 58); |
| | | btnDel.TabIndex = 3; |
| | | btnDel.Text = "删除"; |
| | | btnDel.TextColor = Color.White; |
| | | btnDel.WarningColor = Color.FromArgb(230, 162, 60); |
| | | btnDel.Click += btnDel_Click; |
| | | // |
| | | // btnAdd |
| | | // |
| | | btnAdd.BackColor = Color.Transparent; |