You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
175 lines
8.1 KiB
175 lines
8.1 KiB
namespace DailyWorkManagementSystem
|
|
{
|
|
partial class Form_DWR
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
this.save_btn = new System.Windows.Forms.Button();
|
|
this.rTB_morning = new System.Windows.Forms.RichTextBox();
|
|
this.rTB_afternoon = new System.Windows.Forms.RichTextBox();
|
|
this.label_morning = new System.Windows.Forms.Label();
|
|
this.label_afternoon = new System.Windows.Forms.Label();
|
|
this.before_btn = new System.Windows.Forms.Button();
|
|
this.after_btn = new System.Windows.Forms.Button();
|
|
this.clear_btn1 = new System.Windows.Forms.Button();
|
|
this.clear_btn2 = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// dateTimePicker1
|
|
//
|
|
this.dateTimePicker1.Location = new System.Drawing.Point(133, 49);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(200, 25);
|
|
this.dateTimePicker1.TabIndex = 1;
|
|
this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
|
|
//
|
|
// save_btn
|
|
//
|
|
this.save_btn.Location = new System.Drawing.Point(675, 41);
|
|
this.save_btn.Name = "save_btn";
|
|
this.save_btn.Size = new System.Drawing.Size(101, 33);
|
|
this.save_btn.TabIndex = 2;
|
|
this.save_btn.Text = "保存";
|
|
this.save_btn.UseVisualStyleBackColor = true;
|
|
this.save_btn.Click += new System.EventHandler(this.save_btn_Click);
|
|
//
|
|
// rTB_morning
|
|
//
|
|
this.rTB_morning.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.rTB_morning.Location = new System.Drawing.Point(57, 135);
|
|
this.rTB_morning.Name = "rTB_morning";
|
|
this.rTB_morning.Size = new System.Drawing.Size(345, 300);
|
|
this.rTB_morning.TabIndex = 4;
|
|
this.rTB_morning.Text = "";
|
|
//
|
|
// rTB_afternoon
|
|
//
|
|
this.rTB_afternoon.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.rTB_afternoon.Location = new System.Drawing.Point(431, 135);
|
|
this.rTB_afternoon.Name = "rTB_afternoon";
|
|
this.rTB_afternoon.Size = new System.Drawing.Size(345, 300);
|
|
this.rTB_afternoon.TabIndex = 4;
|
|
this.rTB_afternoon.Text = "";
|
|
//
|
|
// label_morning
|
|
//
|
|
this.label_morning.AutoSize = true;
|
|
this.label_morning.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label_morning.Location = new System.Drawing.Point(52, 98);
|
|
this.label_morning.Name = "label_morning";
|
|
this.label_morning.Size = new System.Drawing.Size(62, 25);
|
|
this.label_morning.TabIndex = 6;
|
|
this.label_morning.Text = "上午";
|
|
//
|
|
// label_afternoon
|
|
//
|
|
this.label_afternoon.AutoSize = true;
|
|
this.label_afternoon.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label_afternoon.Location = new System.Drawing.Point(426, 98);
|
|
this.label_afternoon.Name = "label_afternoon";
|
|
this.label_afternoon.Size = new System.Drawing.Size(62, 25);
|
|
this.label_afternoon.TabIndex = 7;
|
|
this.label_afternoon.Text = "下午";
|
|
//
|
|
// before_btn
|
|
//
|
|
this.before_btn.Location = new System.Drawing.Point(55, 46);
|
|
this.before_btn.Name = "before_btn";
|
|
this.before_btn.Size = new System.Drawing.Size(72, 31);
|
|
this.before_btn.TabIndex = 8;
|
|
this.before_btn.Text = "前一天";
|
|
this.before_btn.UseVisualStyleBackColor = true;
|
|
this.before_btn.Click += new System.EventHandler(this.before_btn_Click);
|
|
//
|
|
// after_btn
|
|
//
|
|
this.after_btn.Location = new System.Drawing.Point(339, 46);
|
|
this.after_btn.Name = "after_btn";
|
|
this.after_btn.Size = new System.Drawing.Size(73, 31);
|
|
this.after_btn.TabIndex = 8;
|
|
this.after_btn.Text = "后一天";
|
|
this.after_btn.UseVisualStyleBackColor = true;
|
|
this.after_btn.Click += new System.EventHandler(this.after_btn_Click);
|
|
//
|
|
// clear_btn1
|
|
//
|
|
this.clear_btn1.Location = new System.Drawing.Point(301, 99);
|
|
this.clear_btn1.Name = "clear_btn1";
|
|
this.clear_btn1.Size = new System.Drawing.Size(101, 30);
|
|
this.clear_btn1.TabIndex = 9;
|
|
this.clear_btn1.Text = "清空";
|
|
this.clear_btn1.UseVisualStyleBackColor = true;
|
|
this.clear_btn1.Click += new System.EventHandler(this.clear_btn1_Click);
|
|
//
|
|
// clear_btn2
|
|
//
|
|
this.clear_btn2.Location = new System.Drawing.Point(675, 99);
|
|
this.clear_btn2.Name = "clear_btn2";
|
|
this.clear_btn2.Size = new System.Drawing.Size(101, 30);
|
|
this.clear_btn2.TabIndex = 9;
|
|
this.clear_btn2.Text = "清空";
|
|
this.clear_btn2.UseVisualStyleBackColor = true;
|
|
this.clear_btn2.Click += new System.EventHandler(this.clear_btn2_Click);
|
|
//
|
|
// Form_DWR
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(845, 482);
|
|
this.Controls.Add(this.clear_btn2);
|
|
this.Controls.Add(this.clear_btn1);
|
|
this.Controls.Add(this.after_btn);
|
|
this.Controls.Add(this.before_btn);
|
|
this.Controls.Add(this.label_afternoon);
|
|
this.Controls.Add(this.label_morning);
|
|
this.Controls.Add(this.rTB_afternoon);
|
|
this.Controls.Add(this.rTB_morning);
|
|
this.Controls.Add(this.save_btn);
|
|
this.Controls.Add(this.dateTimePicker1);
|
|
this.Name = "Form_DWR";
|
|
this.Text = "每日工作记录";
|
|
this.Load += new System.EventHandler(this.Form_DWR_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
private System.Windows.Forms.Button save_btn;
|
|
private System.Windows.Forms.RichTextBox rTB_morning;
|
|
private System.Windows.Forms.RichTextBox rTB_afternoon;
|
|
private System.Windows.Forms.Label label_morning;
|
|
private System.Windows.Forms.Label label_afternoon;
|
|
private System.Windows.Forms.Button before_btn;
|
|
private System.Windows.Forms.Button after_btn;
|
|
private System.Windows.Forms.Button clear_btn1;
|
|
private System.Windows.Forms.Button clear_btn2;
|
|
}
|
|
}
|
|
|