⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 systembasicdesignframe.cs

📁 独立完成考勤管理软件加打卡系统(C#) 是打卡加管理系统软件 
💻 CS
📖 第 1 页 / 共 3 页
字号:
			this.groupBox9.Location = new System.Drawing.Point(184, 72);
			this.groupBox9.Name = "groupBox9";
			this.groupBox9.Size = new System.Drawing.Size(200, 80);
			this.groupBox9.TabIndex = 1;
			this.groupBox9.TabStop = false;
			this.groupBox9.Text = "辅助选项";
			// 
			// SystemCheckExit
			// 
			this.SystemCheckExit.Checked = true;
			this.SystemCheckExit.CheckState = System.Windows.Forms.CheckState.Checked;
			this.SystemCheckExit.Location = new System.Drawing.Point(40, 16);
			this.SystemCheckExit.Name = "SystemCheckExit";
			this.SystemCheckExit.Size = new System.Drawing.Size(152, 24);
			this.SystemCheckExit.TabIndex = 0;
			this.SystemCheckExit.Text = "程序退出时需要确认";
			// 
			// SystemKuXianClose
			// 
			this.SystemKuXianClose.Location = new System.Drawing.Point(40, 48);
			this.SystemKuXianClose.Name = "SystemKuXianClose";
			this.SystemKuXianClose.Size = new System.Drawing.Size(144, 24);
			this.SystemKuXianClose.TabIndex = 0;
			this.SystemKuXianClose.Text = "系统空闲时将关闭";
			// 
			// popedomDesign
			// 
			this.popedomDesign.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
			this.popedomDesign.Controls.Add(this.groupBox1);
			this.popedomDesign.Controls.Add(this.label2);
			this.popedomDesign.Controls.Add(this.label1);
			this.popedomDesign.Controls.Add(this.popedomListBox);
			this.popedomDesign.Controls.Add(this.groupBox2);
			this.popedomDesign.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.popedomDesign.ForeColor = System.Drawing.Color.Black;
			this.popedomDesign.ImageIndex = 0;
			this.popedomDesign.Location = new System.Drawing.Point(4, 26);
			this.popedomDesign.Name = "popedomDesign";
			this.popedomDesign.Size = new System.Drawing.Size(448, 402);
			this.popedomDesign.TabIndex = 2;
			this.popedomDesign.Text = "权限设置";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.dataGrid);
			this.groupBox1.Location = new System.Drawing.Point(144, 112);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(240, 192);
			this.groupBox1.TabIndex = 5;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "用户列表";
			// 
			// dataGrid
			// 
			this.dataGrid.AlternatingBackColor = System.Drawing.Color.GhostWhite;
			this.dataGrid.BackColor = System.Drawing.Color.GhostWhite;
			this.dataGrid.BackgroundColor = System.Drawing.Color.Lavender;
			this.dataGrid.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.dataGrid.CaptionBackColor = System.Drawing.Color.RoyalBlue;
			this.dataGrid.CaptionForeColor = System.Drawing.Color.White;
			this.dataGrid.CaptionVisible = false;
			this.dataGrid.DataMember = "";
			this.dataGrid.FlatMode = true;
			this.dataGrid.Font = new System.Drawing.Font("Tahoma", 8F);
			this.dataGrid.ForeColor = System.Drawing.Color.MidnightBlue;
			this.dataGrid.GridLineColor = System.Drawing.Color.RoyalBlue;
			this.dataGrid.HeaderBackColor = System.Drawing.Color.MidnightBlue;
			this.dataGrid.HeaderFont = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
			this.dataGrid.HeaderForeColor = System.Drawing.Color.Lavender;
			this.dataGrid.LinkColor = System.Drawing.Color.Teal;
			this.dataGrid.Location = new System.Drawing.Point(8, 16);
			this.dataGrid.Name = "dataGrid";
			this.dataGrid.ParentRowsBackColor = System.Drawing.Color.Lavender;
			this.dataGrid.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
			this.dataGrid.ReadOnly = true;
			this.dataGrid.SelectionBackColor = System.Drawing.Color.Teal;
			this.dataGrid.SelectionForeColor = System.Drawing.Color.PaleGreen;
			this.dataGrid.Size = new System.Drawing.Size(224, 168);
			this.dataGrid.TabIndex = 0;
			this.dataGrid.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dataGrid_MouseUp);
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(152, 64);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(72, 24);
			this.label2.TabIndex = 3;
			this.label2.Text = "用户名称:";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(152, 24);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(72, 24);
			this.label1.TabIndex = 1;
			this.label1.Text = "用户号:";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// popedomListBox
			// 
			this.popedomListBox.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
			this.popedomListBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.popedomListBox.CheckOnClick = true;
			this.popedomListBox.IntegralHeight = false;
			this.popedomListBox.Location = new System.Drawing.Point(0, 0);
			this.popedomListBox.Name = "popedomListBox";
			this.popedomListBox.Size = new System.Drawing.Size(144, 306);
			this.popedomListBox.Sorted = true;
			this.popedomListBox.TabIndex = 0;
			this.popedomListBox.ThreeDCheckBoxes = true;
			this.popedomListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.popedomListBox_ItemCheck);
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.textBrushID);
			this.groupBox2.Controls.Add(this.userIDCombo);
			this.groupBox2.Location = new System.Drawing.Point(144, 0);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(240, 104);
			this.groupBox2.TabIndex = 6;
			this.groupBox2.TabStop = false;
			// 
			// textBrushID
			// 
			this.textBrushID.Location = new System.Drawing.Point(88, 64);
			this.textBrushID.Name = "textBrushID";
			this.textBrushID.Size = new System.Drawing.Size(128, 23);
			this.textBrushID.TabIndex = 1;
			this.textBrushID.Text = "";
			// 
			// userIDCombo
			// 
			this.userIDCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
			this.userIDCombo.Location = new System.Drawing.Point(88, 24);
			this.userIDCombo.Name = "userIDCombo";
			this.userIDCombo.Size = new System.Drawing.Size(128, 20);
			this.userIDCombo.TabIndex = 0;
			this.userIDCombo.SelectedIndexChanged += new System.EventHandler(this.userIDCombo_SelectedIndexChanged);
			this.userIDCombo.MouseEnter += new System.EventHandler(this.userIDCombo_MouseEnter);
			this.userIDCombo.MouseLeave += new System.EventHandler(this.userIDCombo_MouseLeave);
			// 
			// dataDesign
			// 
			this.dataDesign.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
			this.dataDesign.Controls.Add(this.btnCancel);
			this.dataDesign.Controls.Add(this.btnModify);
			this.dataDesign.Controls.Add(this.RestoreText);
			this.dataDesign.Controls.Add(this.label7);
			this.dataDesign.Controls.Add(this.backText);
			this.dataDesign.Controls.Add(this.label6);
			this.dataDesign.Controls.Add(this.dataMonthText);
			this.dataDesign.Controls.Add(this.label5);
			this.dataDesign.Controls.Add(this.dataText);
			this.dataDesign.Controls.Add(this.label4);
			this.dataDesign.Controls.Add(this.processText);
			this.dataDesign.Controls.Add(this.label3);
			this.dataDesign.Controls.Add(this.btnOk);
			this.dataDesign.ImageIndex = 2;
			this.dataDesign.Location = new System.Drawing.Point(4, 26);
			this.dataDesign.Name = "dataDesign";
			this.dataDesign.Size = new System.Drawing.Size(448, 402);
			this.dataDesign.TabIndex = 3;
			this.dataDesign.Text = "数据设置";
			this.dataDesign.ToolTipText = "数据设置";
			this.dataDesign.Click += new System.EventHandler(this.dataDesign_Click);
			// 
			// btnCancel
			// 
			this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnCancel.Location = new System.Drawing.Point(296, 264);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(75, 24);
			this.btnCancel.TabIndex = 11;
			this.btnCancel.Text = "取消(&C)";
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			this.btnCancel.MouseEnter += new System.EventHandler(this.btnModify_MouseEnter);
			this.btnCancel.MouseLeave += new System.EventHandler(this.btnModify_MouseLeave);
			// 
			// btnModify
			// 
			this.btnModify.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnModify.Location = new System.Drawing.Point(296, 168);
			this.btnModify.Name = "btnModify";
			this.btnModify.Size = new System.Drawing.Size(75, 24);
			this.btnModify.TabIndex = 10;
			this.btnModify.Text = "更改(&M)";
			this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
			this.btnModify.MouseEnter += new System.EventHandler(this.btnModify_MouseEnter);
			this.btnModify.MouseLeave += new System.EventHandler(this.btnModify_MouseLeave);
			// 
			// RestoreText
			// 
			this.RestoreText.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
			this.RestoreText.Cursor = System.Windows.Forms.Cursors.Hand;
			this.RestoreText.Location = new System.Drawing.Point(136, 216);
			this.RestoreText.Name = "RestoreText";
			this.RestoreText.ReadOnly = true;
			this.RestoreText.Size = new System.Drawing.Size(232, 21);
			this.RestoreText.TabIndex = 9;
			this.RestoreText.Text = "Restore\\";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(32, 216);
			this.label7.Name = "label7";
			this.label7.TabIndex = 8;
			this.label7.Text = "数据恢复目录:";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// backText
			// 
			this.backText.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
			this.backText.Cursor = System.Windows.Forms.Cursors.Hand;
			this.backText.Location = new System.Drawing.Point(136, 168);
			this.backText.Name = "backText";
			this.backText.ReadOnly = true;
			this.backText.Size = new System.Drawing.Size(136, 21);
			this.backText.TabIndex = 7;
			this.backText.Text = "backUp\\";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(32, 168);
			this.label6.Name = "label6";
			this.label6.TabIndex = 6;
			this.label6.Text = "备份目录:";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// dataMonthText
			// 
			this.dataMonthText.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
			this.dataMonthText.Cursor = System.Windows.Forms.Cursors.Hand;
			this.dataMonthText.Location = new System.Drawing.Point(136, 120);
			this.dataMonthText.Name = "dataMonthText";
			this.dataMonthText.ReadOnly = true;
			this.dataMonthText.Size = new System.Drawing.Size(232, 21);
			this.dataMonthText.TabIndex = 5;
			this.dataMonthText.Text = "data\\data10\\";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(32, 120);
			this.label5.Name = "label5";
			this.label5.TabIndex = 4;
			this.label5.Text = "本地月数据目录:";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// dataText
			// 
			this.dataText.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
			this.dataText.Cursor = System.Windows.Forms.Cursors.Hand;
			this.dataText.Location = new System.Drawing.Point(136, 72);
			this.dataText.Name = "dataText";
			this.dataText.ReadOnly = true;
			this.dataText.Size = new System.Drawing.Size(232, 21);
			this.dataText.TabIndex = 3;
			this.dataText.Text = "data\\";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(32, 72);
			this.label4.Name = "label4";
			this.label4.TabIndex = 2;
			this.label4.Text = "本地数据目录:";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// processText
			// 
			this.processText.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
			this.processText.Cursor = System.Windows.Forms.Cursors.Hand;
			this.processText.Location = new System.Drawing.Point(136, 24);
			this.processText.Name = "processText";
			this.processText.ReadOnly = true;
			this.processText.Size = new System.Drawing.Size(232, 21);
			this.processText.TabIndex = 1;
			this.processText.Text = "D:\\";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(32, 24);
			this.label3.Name = "label3";
			this.label3.TabIndex = 0;
			this.label3.Text = "程序目录:";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// btnOk
			// 
			this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnOk.Location = new System.Drawing.Point(200, 264);
			this.btnOk.Name = "btnOk";
			this.btnOk.Size = new System.Drawing.Size(75, 24);
			this.btnOk.TabIndex = 10;
			this.btnOk.Text = "确定(&O)";
			this.btnOk.MouseEnter += new System.EventHandler(this.btnModify_MouseEnter);
			this.btnOk.MouseLeave += new System.EventHandler(this.btnModify_MouseLeave);
			// 
			// image
			// 
			this.image.ImageSize = new System.Drawing.Size(16, 16);
			this.image.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("image.ImageStream")));
			this.image.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// openFileDialog
			// 
			this.openFileDialog.DefaultExt = "txt";
			this.openFileDialog.Filter = "File(*.txt)|*.txt";
			this.openFileDialog.InitialDirectory = "..\\backup";
			this.openFileDialog.RestoreDirectory = true;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -