📄 frmsystemdattime.designer.cs
字号:
this.linkLabel5.TabStop = true;
this.linkLabel5.Text = "退出";
this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
//
// linkSave
//
this.linkSave.AutoSize = true;
this.linkSave.LinkColor = System.Drawing.Color.Red;
this.linkSave.Location = new System.Drawing.Point(158, 33);
this.linkSave.Name = "linkSave";
this.linkSave.Size = new System.Drawing.Size(29, 12);
this.linkSave.TabIndex = 2;
this.linkSave.TabStop = true;
this.linkSave.Text = "保存";
this.linkSave.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkSave_LinkClicked);
//
// linkLabel7
//
this.linkLabel7.AutoSize = true;
this.linkLabel7.LinkColor = System.Drawing.Color.Red;
this.linkLabel7.Location = new System.Drawing.Point(96, 33);
this.linkLabel7.Name = "linkLabel7";
this.linkLabel7.Size = new System.Drawing.Size(29, 12);
this.linkLabel7.TabIndex = 1;
this.linkLabel7.TabStop = true;
this.linkLabel7.Text = "撤消";
this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked);
//
// linkLabel8
//
this.linkLabel8.AutoSize = true;
this.linkLabel8.LinkColor = System.Drawing.Color.Red;
this.linkLabel8.Location = new System.Drawing.Point(22, 33);
this.linkLabel8.Name = "linkLabel8";
this.linkLabel8.Size = new System.Drawing.Size(29, 12);
this.linkLabel8.TabIndex = 0;
this.linkLabel8.TabStop = true;
this.linkLabel8.Text = "设置";
this.linkLabel8.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel8_LinkClicked);
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.Red;
this.label5.Location = new System.Drawing.Point(6, 181);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(335, 48);
this.label5.TabIndex = 8;
this.label5.Text = "注意:\r\n1本模块功能是设置您账务开始使用的是会计年分,会计月份。\r\n \r\n2启用会计时间后,请进行会计科目的建立,和期初的余额设置";
//
// txtMonths
//
this.txtMonths.Enabled = false;
this.txtMonths.Location = new System.Drawing.Point(243, 112);
this.txtMonths.MaxLength = 2;
this.txtMonths.Name = "txtMonths";
this.txtMonths.Size = new System.Drawing.Size(56, 21);
this.txtMonths.TabIndex = 7;
this.txtMonths.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.txtMonths);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.txtYear);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.linkLabel5);
this.groupBox2.Controls.Add(this.linkSave);
this.groupBox2.Controls.Add(this.linkLabel7);
this.groupBox2.Controls.Add(this.linkLabel8);
this.groupBox2.Location = new System.Drawing.Point(45, 25);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(343, 335);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "时间设置";
this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(261, 147);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(17, 12);
this.label10.TabIndex = 12;
this.label10.Text = "06";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(67, 147);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 12);
this.label9.TabIndex = 11;
this.label9.Text = "例如";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(241, 156);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(0, 12);
this.label8.TabIndex = 10;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(137, 147);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 9;
this.label7.Text = "2006";
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.Blue;
this.label6.Location = new System.Drawing.Point(205, 115);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 6;
this.label6.Text = "月份:";
//
// txtYear
//
this.txtYear.Enabled = false;
this.txtYear.Location = new System.Drawing.Point(127, 112);
this.txtYear.MaxLength = 4;
this.txtYear.Name = "txtYear";
this.txtYear.Size = new System.Drawing.Size(72, 21);
this.txtYear.TabIndex = 5;
this.txtYear.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox4_KeyPress);
this.txtYear.TextChanged += new System.EventHandler(this.txtYear_TextChanged);
//
// frmSystemDatTime
//
this.ClientSize = new System.Drawing.Size(460, 420);
this.Controls.Add(this.groupBox2);
this.Name = "frmSystemDatTime";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.SystemDatTime_Load_1);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.LinkLabel linkLabel4;
private System.Windows.Forms.LinkLabel linkLabel3;
private System.Windows.Forms.LinkLabel linkLabel2;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.LinkLabel linkLabel5;
private System.Windows.Forms.LinkLabel linkSave;
private System.Windows.Forms.LinkLabel linkLabel7;
private System.Windows.Forms.LinkLabel linkLabel8;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtMonths;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtYear;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -