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.
 
 

354 lines
17 KiB

namespace ManagementSystem
{
partial class CleanHistory
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CleanHistory));
this.label1 = new System.Windows.Forms.Label();
this.dpCleanBefor = new System.Windows.Forms.DateTimePicker();
this.tsbSearch = new System.Windows.Forms.ToolStripButton();
this.tsbAdd = new System.Windows.Forms.ToolStripButton();
this.tsbEdit = new System.Windows.Forms.ToolStripButton();
this.tsbDelete = new System.Windows.Forms.ToolStripButton();
this.tsbSave = new System.Windows.Forms.ToolStripButton();
this.tsbOK = new System.Windows.Forms.ToolStripButton();
this.tsbCancel = new System.Windows.Forms.ToolStripButton();
this.tsbClean = new System.Windows.Forms.ToolStripButton();
this.tsbExit = new System.Windows.Forms.ToolStripButton();
this.tsButtons = new System.Windows.Forms.ToolStrip();
this.label2 = new System.Windows.Forms.Label();
this.cbDayWork = new System.Windows.Forms.CheckBox();
this.cbAttendance = new System.Windows.Forms.CheckBox();
this.cbAskLeave = new System.Windows.Forms.CheckBox();
this.cbMeeting = new System.Windows.Forms.CheckBox();
this.lbDayWork = new System.Windows.Forms.Label();
this.lbAttendance = new System.Windows.Forms.Label();
this.lbAskLeave = new System.Windows.Forms.Label();
this.lbMeeting = new System.Windows.Forms.Label();
this.cbCalendar = new System.Windows.Forms.CheckBox();
this.lbCalendar = new System.Windows.Forms.Label();
this.tsButtons.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(447, 164);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 20);
this.label1.TabIndex = 5;
this.label1.Text = "清除";
//
// dpCleanBefor
//
this.dpCleanBefor.CustomFormat = "yyyy-MM-dd";
this.dpCleanBefor.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dpCleanBefor.Location = new System.Drawing.Point(494, 158);
this.dpCleanBefor.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
this.dpCleanBefor.Name = "dpCleanBefor";
this.dpCleanBefor.Size = new System.Drawing.Size(135, 29);
this.dpCleanBefor.TabIndex = 9;
this.dpCleanBefor.ValueChanged += new System.EventHandler(this.dpCleanBefor_ValueChanged);
//
// tsbSearch
//
this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSearch.Name = "tsbSearch";
this.tsbSearch.Size = new System.Drawing.Size(29, 29);
this.tsbSearch.Text = "搜尋";
this.tsbSearch.Visible = false;
this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
//
// tsbAdd
//
this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbAdd.Name = "tsbAdd";
this.tsbAdd.Size = new System.Drawing.Size(29, 29);
this.tsbAdd.Text = "新增";
this.tsbAdd.Visible = false;
this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
//
// tsbEdit
//
this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbEdit.Name = "tsbEdit";
this.tsbEdit.Size = new System.Drawing.Size(29, 29);
this.tsbEdit.Text = "修改";
this.tsbEdit.Visible = false;
this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
//
// tsbDelete
//
this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDelete.Name = "tsbDelete";
this.tsbDelete.Size = new System.Drawing.Size(29, 29);
this.tsbDelete.Text = "刪除";
this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
//
// tsbSave
//
this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSave.Name = "tsbSave";
this.tsbSave.Size = new System.Drawing.Size(29, 29);
this.tsbSave.Text = "儲存";
this.tsbSave.Visible = false;
this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
//
// tsbOK
//
this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image")));
this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbOK.Name = "tsbOK";
this.tsbOK.Size = new System.Drawing.Size(29, 29);
this.tsbOK.Text = "確認";
this.tsbOK.Visible = false;
this.tsbOK.Click += new System.EventHandler(this.tsbOK_Click);
//
// tsbCancel
//
this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbCancel.Name = "tsbCancel";
this.tsbCancel.Size = new System.Drawing.Size(29, 29);
this.tsbCancel.Text = "取消";
this.tsbCancel.Visible = false;
this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
//
// tsbClean
//
this.tsbClean.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbClean.Image = ((System.Drawing.Image)(resources.GetObject("tsbClean.Image")));
this.tsbClean.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbClean.Name = "tsbClean";
this.tsbClean.Size = new System.Drawing.Size(29, 29);
this.tsbClean.Text = "清除";
this.tsbClean.Visible = false;
this.tsbClean.Click += new System.EventHandler(this.tsbClean_Click);
//
// tsbExit
//
this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbExit.Name = "tsbExit";
this.tsbExit.Size = new System.Drawing.Size(29, 29);
this.tsbExit.Text = "離開";
this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
//
// tsButtons
//
this.tsButtons.ImageScalingSize = new System.Drawing.Size(25, 25);
this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbSearch,
this.tsbAdd,
this.tsbEdit,
this.tsbDelete,
this.tsbSave,
this.tsbOK,
this.tsbCancel,
this.tsbClean,
this.tsbExit});
this.tsButtons.Location = new System.Drawing.Point(0, 0);
this.tsButtons.Name = "tsButtons";
this.tsButtons.Size = new System.Drawing.Size(1907, 32);
this.tsButtons.TabIndex = 4;
this.tsButtons.Text = "功能按鈕表";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(635, 164);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(73, 20);
this.label2.TabIndex = 10;
this.label2.Text = "之前資料";
//
// cbDayWork
//
this.cbDayWork.AutoSize = true;
this.cbDayWork.Location = new System.Drawing.Point(494, 229);
this.cbDayWork.Name = "cbDayWork";
this.cbDayWork.Size = new System.Drawing.Size(156, 24);
this.cbDayWork.TabIndex = 11;
this.cbDayWork.Text = "清除歷史工作彙報";
this.cbDayWork.UseVisualStyleBackColor = true;
//
// cbAttendance
//
this.cbAttendance.AutoSize = true;
this.cbAttendance.Location = new System.Drawing.Point(494, 259);
this.cbAttendance.Name = "cbAttendance";
this.cbAttendance.Size = new System.Drawing.Size(156, 24);
this.cbAttendance.TabIndex = 12;
this.cbAttendance.Text = "清除歷史打卡資料";
this.cbAttendance.UseVisualStyleBackColor = true;
//
// cbAskLeave
//
this.cbAskLeave.AutoSize = true;
this.cbAskLeave.Location = new System.Drawing.Point(494, 289);
this.cbAskLeave.Name = "cbAskLeave";
this.cbAskLeave.Size = new System.Drawing.Size(156, 24);
this.cbAskLeave.TabIndex = 13;
this.cbAskLeave.Text = "清除歷史請假記錄";
this.cbAskLeave.UseVisualStyleBackColor = true;
//
// cbMeeting
//
this.cbMeeting.AutoSize = true;
this.cbMeeting.Location = new System.Drawing.Point(494, 319);
this.cbMeeting.Name = "cbMeeting";
this.cbMeeting.Size = new System.Drawing.Size(156, 24);
this.cbMeeting.TabIndex = 14;
this.cbMeeting.Text = "清除歷史會議記錄";
this.cbMeeting.UseVisualStyleBackColor = true;
//
// lbDayWork
//
this.lbDayWork.AutoSize = true;
this.lbDayWork.Location = new System.Drawing.Point(654, 230);
this.lbDayWork.Name = "lbDayWork";
this.lbDayWork.Size = new System.Drawing.Size(28, 20);
this.lbDayWork.TabIndex = 15;
this.lbDayWork.Text = "(0)";
//
// lbAttendance
//
this.lbAttendance.AutoSize = true;
this.lbAttendance.Location = new System.Drawing.Point(654, 260);
this.lbAttendance.Name = "lbAttendance";
this.lbAttendance.Size = new System.Drawing.Size(28, 20);
this.lbAttendance.TabIndex = 16;
this.lbAttendance.Text = "(0)";
//
// lbAskLeave
//
this.lbAskLeave.AutoSize = true;
this.lbAskLeave.Location = new System.Drawing.Point(654, 290);
this.lbAskLeave.Name = "lbAskLeave";
this.lbAskLeave.Size = new System.Drawing.Size(28, 20);
this.lbAskLeave.TabIndex = 17;
this.lbAskLeave.Text = "(0)";
//
// lbMeeting
//
this.lbMeeting.AutoSize = true;
this.lbMeeting.Location = new System.Drawing.Point(654, 320);
this.lbMeeting.Name = "lbMeeting";
this.lbMeeting.Size = new System.Drawing.Size(28, 20);
this.lbMeeting.TabIndex = 18;
this.lbMeeting.Text = "(0)";
//
// cbCalendar
//
this.cbCalendar.AutoSize = true;
this.cbCalendar.Location = new System.Drawing.Point(494, 349);
this.cbCalendar.Name = "cbCalendar";
this.cbCalendar.Size = new System.Drawing.Size(140, 24);
this.cbCalendar.TabIndex = 19;
this.cbCalendar.Text = "清除行事曆記錄";
this.cbCalendar.UseVisualStyleBackColor = true;
//
// lbCalendar
//
this.lbCalendar.AutoSize = true;
this.lbCalendar.Location = new System.Drawing.Point(654, 349);
this.lbCalendar.Name = "lbCalendar";
this.lbCalendar.Size = new System.Drawing.Size(28, 20);
this.lbCalendar.TabIndex = 20;
this.lbCalendar.Text = "(0)";
//
// CleanHistory
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1907, 762);
this.Controls.Add(this.lbCalendar);
this.Controls.Add(this.cbCalendar);
this.Controls.Add(this.lbMeeting);
this.Controls.Add(this.lbAskLeave);
this.Controls.Add(this.lbAttendance);
this.Controls.Add(this.lbDayWork);
this.Controls.Add(this.cbMeeting);
this.Controls.Add(this.cbAskLeave);
this.Controls.Add(this.cbAttendance);
this.Controls.Add(this.cbDayWork);
this.Controls.Add(this.label2);
this.Controls.Add(this.dpCleanBefor);
this.Controls.Add(this.label1);
this.Controls.Add(this.tsButtons);
this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.Margin = new System.Windows.Forms.Padding(5);
this.Name = "CleanHistory";
this.Text = "清除歷史資料";
this.Load += new System.EventHandler(this.CleanHistory_Load);
this.tsButtons.ResumeLayout(false);
this.tsButtons.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DateTimePicker dpCleanBefor;
private System.Windows.Forms.ToolStripButton tsbSearch;
private System.Windows.Forms.ToolStripButton tsbAdd;
private System.Windows.Forms.ToolStripButton tsbEdit;
private System.Windows.Forms.ToolStripButton tsbDelete;
private System.Windows.Forms.ToolStripButton tsbSave;
private System.Windows.Forms.ToolStripButton tsbOK;
private System.Windows.Forms.ToolStripButton tsbCancel;
private System.Windows.Forms.ToolStripButton tsbClean;
private System.Windows.Forms.ToolStripButton tsbExit;
private System.Windows.Forms.ToolStrip tsButtons;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.CheckBox cbDayWork;
private System.Windows.Forms.CheckBox cbAttendance;
private System.Windows.Forms.CheckBox cbAskLeave;
private System.Windows.Forms.CheckBox cbMeeting;
private System.Windows.Forms.Label lbDayWork;
private System.Windows.Forms.Label lbAttendance;
private System.Windows.Forms.Label lbAskLeave;
private System.Windows.Forms.Label lbMeeting;
private System.Windows.Forms.CheckBox cbCalendar;
private System.Windows.Forms.Label lbCalendar;
}
}