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.
 
 

432 lines
20 KiB

namespace ManagementSystem
{
partial class DayOffEstimate
{
/// <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(DayOffEstimate));
this.tsButtons = new System.Windows.Forms.ToolStrip();
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.dgvDayOffList = new System.Windows.Forms.DataGridView();
this.label1 = new System.Windows.Forms.Label();
this.cbYear = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.cbMonth = new System.Windows.Forms.ComboBox();
this.tsbSetup = new System.Windows.Forms.ToolStripButton();
this.btnSalary = new System.Windows.Forms.Button();
this.cMemberName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cMemberID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cSID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cAnnual = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cBusiness = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cSick = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cFuneral = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cPersonal = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cMarriage = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cMaternity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cPaternity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cParental = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cInjury = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cCompensatory = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cLeaveWithoutPay = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cSalary = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsButtons.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvDayOffList)).BeginInit();
this.SuspendLayout();
//
// 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.tsbSetup});
this.tsButtons.Location = new System.Drawing.Point(0, 0);
this.tsButtons.Name = "tsButtons";
this.tsButtons.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
this.tsButtons.Size = new System.Drawing.Size(1339, 32);
this.tsButtons.TabIndex = 7;
this.tsButtons.Text = "功能按鈕表";
//
// 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.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;
//
// 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;
//
// 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.Visible = false;
//
// 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;
//
// 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.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);
//
// dgvDayOffList
//
this.dgvDayOffList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvDayOffList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvDayOffList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.cMemberName,
this.cMemberID,
this.cSID,
this.cAnnual,
this.cBusiness,
this.cSick,
this.cFuneral,
this.cPersonal,
this.cMarriage,
this.cMaternity,
this.cPaternity,
this.cParental,
this.cInjury,
this.cCompensatory,
this.cLeaveWithoutPay,
this.cSalary});
this.dgvDayOffList.Location = new System.Drawing.Point(12, 72);
this.dgvDayOffList.Name = "dgvDayOffList";
this.dgvDayOffList.RowTemplate.Height = 24;
this.dgvDayOffList.Size = new System.Drawing.Size(1315, 558);
this.dgvDayOffList.TabIndex = 8;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 41);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 20);
this.label1.TabIndex = 9;
this.label1.Text = "統計年份:";
//
// cbYear
//
this.cbYear.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.cbYear.FormattingEnabled = true;
this.cbYear.Location = new System.Drawing.Point(109, 37);
this.cbYear.Margin = new System.Windows.Forms.Padding(5);
this.cbYear.Name = "cbYear";
this.cbYear.Size = new System.Drawing.Size(103, 28);
this.cbYear.TabIndex = 13;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(256, 41);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(89, 20);
this.label2.TabIndex = 14;
this.label2.Text = "統計月份:";
//
// cbMonth
//
this.cbMonth.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.cbMonth.FormattingEnabled = true;
this.cbMonth.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12"});
this.cbMonth.Location = new System.Drawing.Point(344, 38);
this.cbMonth.Margin = new System.Windows.Forms.Padding(5);
this.cbMonth.Name = "cbMonth";
this.cbMonth.Size = new System.Drawing.Size(103, 28);
this.cbMonth.TabIndex = 15;
//
// tsbSetup
//
this.tsbSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbSetup.Image = ((System.Drawing.Image)(resources.GetObject("tsbSetup.Image")));
this.tsbSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSetup.Name = "tsbSetup";
this.tsbSetup.Size = new System.Drawing.Size(29, 29);
this.tsbSetup.Text = "分錄設定";
//
// btnSalary
//
this.btnSalary.Location = new System.Drawing.Point(496, 38);
this.btnSalary.Name = "btnSalary";
this.btnSalary.Size = new System.Drawing.Size(128, 28);
this.btnSalary.TabIndex = 16;
this.btnSalary.Text = "產生薪資分錄";
this.btnSalary.UseVisualStyleBackColor = true;
//
// cMemberName
//
this.cMemberName.HeaderText = "人員姓名";
this.cMemberName.Name = "cMemberName";
//
// cMemberID
//
this.cMemberID.HeaderText = "人員帳號";
this.cMemberID.Name = "cMemberID";
this.cMemberID.Width = 150;
//
// cSID
//
this.cSID.HeaderText = "身份證字號";
this.cSID.Name = "cSID";
this.cSID.Width = 150;
//
// cAnnual
//
this.cAnnual.HeaderText = "年假";
this.cAnnual.Name = "cAnnual";
this.cAnnual.Width = 80;
//
// cBusiness
//
this.cBusiness.HeaderText = "公假";
this.cBusiness.Name = "cBusiness";
this.cBusiness.Width = 80;
//
// cSick
//
this.cSick.HeaderText = "病假";
this.cSick.Name = "cSick";
this.cSick.Width = 80;
//
// cFuneral
//
this.cFuneral.HeaderText = "喪假";
this.cFuneral.Name = "cFuneral";
this.cFuneral.Width = 80;
//
// cPersonal
//
this.cPersonal.HeaderText = "事假";
this.cPersonal.Name = "cPersonal";
this.cPersonal.Width = 80;
//
// cMarriage
//
this.cMarriage.HeaderText = "婚假";
this.cMarriage.Name = "cMarriage";
this.cMarriage.Width = 80;
//
// cMaternity
//
this.cMaternity.HeaderText = "產假";
this.cMaternity.Name = "cMaternity";
this.cMaternity.Width = 80;
//
// cPaternity
//
this.cPaternity.HeaderText = "陪產假";
this.cPaternity.Name = "cPaternity";
//
// cParental
//
this.cParental.HeaderText = "育嬰假";
this.cParental.Name = "cParental";
//
// cInjury
//
this.cInjury.HeaderText = "傷假";
this.cInjury.Name = "cInjury";
this.cInjury.Width = 80;
//
// cCompensatory
//
this.cCompensatory.HeaderText = "補休";
this.cCompensatory.Name = "cCompensatory";
this.cCompensatory.Width = 80;
//
// cLeaveWithoutPay
//
this.cLeaveWithoutPay.HeaderText = "留職停薪";
this.cLeaveWithoutPay.Name = "cLeaveWithoutPay";
//
// cSalary
//
this.cSalary.HeaderText = "薪資合計";
this.cSalary.Name = "cSalary";
//
// DayOffEstimate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1339, 642);
this.Controls.Add(this.btnSalary);
this.Controls.Add(this.cbMonth);
this.Controls.Add(this.label2);
this.Controls.Add(this.cbYear);
this.Controls.Add(this.label1);
this.Controls.Add(this.dgvDayOffList);
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 = "DayOffEstimate";
this.Text = "薪資估算表";
this.Load += new System.EventHandler(this.DayOffEstimate_Load);
this.tsButtons.ResumeLayout(false);
this.tsButtons.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvDayOffList)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip tsButtons;
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.DataGridView dgvDayOffList;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cbYear;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbMonth;
private System.Windows.Forms.ToolStripButton tsbSetup;
private System.Windows.Forms.Button btnSalary;
private System.Windows.Forms.DataGridViewTextBoxColumn cMemberName;
private System.Windows.Forms.DataGridViewTextBoxColumn cMemberID;
private System.Windows.Forms.DataGridViewTextBoxColumn cSID;
private System.Windows.Forms.DataGridViewTextBoxColumn cAnnual;
private System.Windows.Forms.DataGridViewTextBoxColumn cBusiness;
private System.Windows.Forms.DataGridViewTextBoxColumn cSick;
private System.Windows.Forms.DataGridViewTextBoxColumn cFuneral;
private System.Windows.Forms.DataGridViewTextBoxColumn cPersonal;
private System.Windows.Forms.DataGridViewTextBoxColumn cMarriage;
private System.Windows.Forms.DataGridViewTextBoxColumn cMaternity;
private System.Windows.Forms.DataGridViewTextBoxColumn cPaternity;
private System.Windows.Forms.DataGridViewTextBoxColumn cParental;
private System.Windows.Forms.DataGridViewTextBoxColumn cInjury;
private System.Windows.Forms.DataGridViewTextBoxColumn cCompensatory;
private System.Windows.Forms.DataGridViewTextBoxColumn cLeaveWithoutPay;
private System.Windows.Forms.DataGridViewTextBoxColumn cSalary;
}
}