📄 designframe.cs
字号:
"32",
"33",
"34",
"35",
"36",
"37",
"38",
"39",
"40",
"41",
"42",
"43",
"44",
"45",
"46",
"47",
"48",
"49",
"50",
"51",
"52",
"53",
"54",
"55",
"56",
"57",
"58",
"59"});
this.textSecond.Location = new System.Drawing.Point(248, 64);
this.textSecond.Name = "textSecond";
this.textSecond.Size = new System.Drawing.Size(40, 20);
this.textSecond.TabIndex = 6;
this.textSecond.MouseEnter += new System.EventHandler(this.textSecond_MouseEnter);
this.textSecond.MouseLeave += new System.EventHandler(this.textSecond_MouseLeave);
//
// btnOk
//
this.btnOk.BackColor = System.Drawing.Color.Blue;
this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnOk.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.btnOk.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(128)), ((System.Byte)(128)));
this.btnOk.Location = new System.Drawing.Point(64, 280);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(120, 23);
this.btnOk.TabIndex = 8;
this.btnOk.Text = "考勤处理(&O)";
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
this.btnOk.MouseEnter += new System.EventHandler(this.btnOk_MouseEnter);
this.btnOk.MouseLeave += new System.EventHandler(this.btnOk_MouseLeave);
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.Blue;
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCancel.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(128)), ((System.Byte)(128)));
this.btnCancel.Location = new System.Drawing.Point(232, 280);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(64, 23);
this.btnCancel.TabIndex = 9;
this.btnCancel.Text = "取消(&C)";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
this.btnCancel.MouseEnter += new System.EventHandler(this.btnOk_MouseEnter);
this.btnCancel.MouseLeave += new System.EventHandler(this.btnOk_MouseLeave);
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label6.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
this.label6.Location = new System.Drawing.Point(0, 272);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(368, 40);
this.label6.TabIndex = 10;
//
// currentTime
//
this.currentTime.Enabled = true;
this.currentTime.Interval = 1000;
this.currentTime.Tick += new System.EventHandler(this.currentTime_Tick);
//
// label7
//
this.label7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label7.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
this.label7.Location = new System.Drawing.Point(296, 104);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(16, 23);
this.label7.TabIndex = 16;
this.label7.Text = "秒";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// textMorningSecond
//
this.textMorningSecond.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
this.textMorningSecond.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.textMorningSecond.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
this.textMorningSecond.Items.AddRange(new object[] {
"00",
"01",
"02",
"03",
"04",
"05",
"06",
"07",
"08",
"09",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
"24",
"25",
"26",
"27",
"28",
"29",
"30",
"31",
"32",
"33",
"34",
"35",
"36",
"37",
"38",
"39",
"40",
"41",
"42",
"43",
"44",
"45",
"46",
"47",
"48",
"49",
"50",
"51",
"52",
"53",
"54",
"55",
"56",
"57",
"58",
"59"});
this.textMorningSecond.Location = new System.Drawing.Point(248, 104);
this.textMorningSecond.Name = "textMorningSecond";
this.textMorningSecond.Size = new System.Drawing.Size(40, 20);
this.textMorningSecond.TabIndex = 15;
this.textMorningSecond.MouseEnter += new System.EventHandler(this.textMorningMinute_MouseEnter);
this.textMorningSecond.MouseLeave += new System.EventHandler(this.textMorningMinute_MouseLeave);
//
// label8
//
this.label8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label8.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
this.label8.Location = new System.Drawing.Point(216, 104);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(16, 23);
this.label8.TabIndex = 14;
this.label8.Text = "分";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// textMorningMinute
//
this.textMorningMinute.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
this.textMorningMinute.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.textMorningMinute.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
this.textMorningMinute.Items.AddRange(new object[] {
"00",
"01",
"02",
"03",
"04",
"05",
"06",
"07",
"08",
"09",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
"24",
"25",
"26",
"27",
"28",
"29",
"30",
"31",
"32",
"33",
"34",
"35",
"36",
"37",
"38",
"39",
"40",
"41",
"42",
"43",
"44",
"45",
"46",
"47",
"48",
"49",
"50",
"51",
"52",
"53",
"54",
"55",
"56",
"57",
"58",
"59"});
this.textMorningMinute.Location = new System.Drawing.Point(168, 104);
this.textMorningMinute.Name = "textMorningMinute";
this.textMorningMinute.Size = new System.Drawing.Size(40, 20);
this.textMorningMinute.TabIndex = 13;
this.textMorningMinute.MouseEnter += new System.EventHandler(this.textMorningMinute_MouseEnter);
this.textMorningMinute.MouseLeave += new System.EventHandler(this.textMorningMinute_MouseLeave);
//
// label9
//
this.label9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label9.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
this.label9.Location = new System.Drawing.Point(144, 104);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(16, 23);
this.label9.TabIndex = 12;
this.label9.Text = "时";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// textMorningHour
//
this.textMorningHour.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
this.textMorningHour.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.textMorningHour.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
this.textMorningHour.Items.AddRange(new object[] {
"00",
"01",
"02",
"03",
"04",
"05",
"06",
"07",
"08",
"09",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23"});
this.textMorningHour.Location = new System.Drawing.Point(96, 104);
this.textMorningHour.Name = "textMorningHour";
this.textMorningHour.Size = new System.Drawing.Size(40, 20);
this.textMorningHour.TabIndex = 11;
this.textMorningHour.MouseEnter += new System.EventHandler(this.textMorningMinute_MouseEnter);
this.textMorningHour.MouseLeave += new System.EventHandler(this.textMorningMinute_MouseLeave);
//
// label10
//
this.label10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label10.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
this.label10.Location = new System.Drawing.Point(24, 64);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(72, 23);
this.label10.TabIndex = 17;
this.label10.Text = "上班:";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label11
//
this.label11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label11.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
this.label11.Location = new System.Drawing.Point(24, 104);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(72, 23);
this.label11.TabIndex = 18;
this.label11.Text = "下班:";
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label12
//
this.label12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label12.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
this.label12.Location = new System.Drawing.Point(24, 168);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(72, 23);
this.label12.TabIndex = 25;
this.label12.Text = "上班:";
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label13
//
this.label13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label13.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -