亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? frmattendance.designer.cs

?? 基于SQLSERVER C#2.0的企業ERP管理系統
?? CS
字號:
?namespace HRP.Wage
{
    partial class frmAttendance
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAttendance));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.dgvAttendance = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.t1btnAll = new System.Windows.Forms.ToolStripButton();
            this.tlbtnEdit = new System.Windows.Forms.ToolStripButton();
            this.tlbtnPrint = new System.Windows.Forms.ToolStripButton();
            this.tlClose = new System.Windows.Forms.ToolStripButton();
            this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvAttendance)).BeginInit();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSeparator1,
            this.toolStripSeparator2,
            this.t1btnAll,
            this.toolStripSeparator3,
            this.tlbtnEdit,
            this.toolStripSeparator4,
            this.tlbtnPrint,
            this.toolStripSeparator7,
            this.tlClose,
            this.toolStripSeparator5,
            this.toolStripSeparator6,
            this.toolStripLabel1});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(500, 25);
            this.toolStrip1.TabIndex = 1;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(161, 22);
            this.toolStripLabel1.Text = "(雙擊列表可直接對其編輯)";
            // 
            // dgvAttendance
            // 
            this.dgvAttendance.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
            this.dgvAttendance.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvAttendance.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4,
            this.Column5,
            this.Column6,
            this.Column7,
            this.Column8,
            this.Column9});
            this.dgvAttendance.Location = new System.Drawing.Point(0, 28);
            this.dgvAttendance.Name = "dgvAttendance";
            this.dgvAttendance.RowTemplate.Height = 23;
            this.dgvAttendance.Size = new System.Drawing.Size(500, 295);
            this.dgvAttendance.TabIndex = 2;
            // 
            // Column1
            // 
            this.Column1.DataPropertyName = "ID";
            this.Column1.HeaderText = "ID";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            // 
            // Column2
            // 
            this.Column2.DataPropertyName = "MonthWage";
            this.Column2.HeaderText = "所屬月份";
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            // 
            // Column3
            // 
            this.Column3.DataPropertyName = "EmployeeID";
            this.Column3.HeaderText = "員工編號";
            this.Column3.Name = "Column3";
            this.Column3.ReadOnly = true;
            // 
            // Column4
            // 
            this.Column4.DataPropertyName = "EmployeeName";
            this.Column4.HeaderText = "員工姓名";
            this.Column4.Name = "Column4";
            this.Column4.ReadOnly = true;
            // 
            // Column5
            // 
            this.Column5.DataPropertyName = "Appeared";
            this.Column5.HeaderText = "出席天數";
            this.Column5.Name = "Column5";
            // 
            // Column6
            // 
            this.Column6.DataPropertyName = "Leave";
            this.Column6.HeaderText = "請假天數";
            this.Column6.Name = "Column6";
            // 
            // Column7
            // 
            this.Column7.DataPropertyName = "LateEarly";
            this.Column7.HeaderText = "遲到或者早退";
            this.Column7.Name = "Column7";
            // 
            // Column8
            // 
            this.Column8.DataPropertyName = "AbsentWork";
            this.Column8.HeaderText = "曠工天數";
            this.Column8.Name = "Column8";
            // 
            // Column9
            // 
            this.Column9.DataPropertyName = "Overtime";
            this.Column9.HeaderText = "加班次數";
            this.Column9.Name = "Column9";
            // 
            // printDocument1
            // 
            this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
            // 
            // t1btnAll
            // 
            this.t1btnAll.Image = global::HRP.Properties.Resources.全部;
            this.t1btnAll.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.t1btnAll.Name = "t1btnAll";
            this.t1btnAll.Size = new System.Drawing.Size(73, 22);
            this.t1btnAll.Text = "當前月份";
            this.t1btnAll.Click += new System.EventHandler(this.t1btnAll_Click);
            // 
            // tlbtnEdit
            // 
            this.tlbtnEdit.Image = global::HRP.Properties.Resources.修改;
            this.tlbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnEdit.Name = "tlbtnEdit";
            this.tlbtnEdit.Size = new System.Drawing.Size(49, 22);
            this.tlbtnEdit.Text = "修改";
            this.tlbtnEdit.Click += new System.EventHandler(this.tlbtnEdit_Click);
            // 
            // tlbtnPrint
            // 
            this.tlbtnPrint.Image = global::HRP.Properties.Resources.打印;
            this.tlbtnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnPrint.Name = "tlbtnPrint";
            this.tlbtnPrint.Size = new System.Drawing.Size(49, 22);
            this.tlbtnPrint.Text = "打印";
            this.tlbtnPrint.Click += new System.EventHandler(this.tlbtnPrint_Click);
            // 
            // tlClose
            // 
            this.tlClose.Image = global::HRP.Properties.Resources.退出;
            this.tlClose.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlClose.Name = "tlClose";
            this.tlClose.Size = new System.Drawing.Size(49, 22);
            this.tlClose.Text = "退出";
            this.tlClose.Click += new System.EventHandler(this.tlClose_Click);
            // 
            // printPreviewDialog1
            // 
            this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
            this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
            this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
            this.printPreviewDialog1.Enabled = true;
            this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
            this.printPreviewDialog1.Name = "printPreviewDialog1";
            this.printPreviewDialog1.Visible = false;
            // 
            // frmAttendance
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(500, 321);
            this.Controls.Add(this.dgvAttendance);
            this.Controls.Add(this.toolStrip1);
            this.Name = "frmAttendance";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "【考勤信息管理】";
            this.Load += new System.EventHandler(this.frmAttendance_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvAttendance)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton t1btnAll;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripButton tlbtnEdit;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripButton tlbtnPrint;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
        private System.Windows.Forms.ToolStripButton tlClose;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.ToolStripLabel toolStripLabel1;
        private System.Windows.Forms.DataGridView dgvAttendance;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
        private System.Drawing.Printing.PrintDocument printDocument1;
        private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91在线无精精品入口| 日韩欧美激情四射| 日韩av一区二区在线影视| 91麻豆免费观看| 欧美精品久久天天躁| 久久久久青草大香线综合精品| 欧美国产日韩精品免费观看| 激情综合网av| www亚洲一区| 久久99国产精品尤物| 欧美专区在线观看一区| 精品999在线播放| 国产精品国产三级国产| 中文字幕一区在线观看视频| 日韩成人精品在线观看| 国产精一品亚洲二区在线视频| 久久奇米777| 成人在线一区二区三区| 青青草91视频| 亚洲一区二区精品3399| 中文字幕制服丝袜成人av| 精品少妇一区二区三区免费观看| 欧美在线视频你懂得| 国产精品主播直播| 一区二区三区中文字幕| 91麻豆精品在线观看| 国产高清久久久久| 免费精品视频在线| 日韩高清电影一区| 调教+趴+乳夹+国产+精品| 亚洲免费av网站| 亚洲欧洲精品一区二区三区| 日本一区二区三区高清不卡| 精品少妇一区二区三区| 欧美tk—视频vk| 日韩精品中文字幕一区二区三区| 欧美男人的天堂一二区| 欧美吻胸吃奶大尺度电影 | 亚洲尤物视频在线| 亚洲女同ⅹxx女同tv| 中文字幕一区二区三区色视频| 中文字幕欧美激情一区| 国产精品嫩草影院av蜜臀| 国产精品麻豆网站| 国产精品天干天干在线综合| 欧美国产精品中文字幕| 亚洲国产精品成人久久综合一区| www欧美成人18+| 中文字幕一区二区在线观看 | 精品日本一线二线三线不卡| 欧美在线视频不卡| 欧美无人高清视频在线观看| 在线免费亚洲电影| 欧美日韩国产在线观看| 欧美区在线观看| 欧美一级理论性理论a| 日韩亚洲欧美在线| 亚洲欧洲成人精品av97| 国产欧美日韩在线看| 日韩精品自拍偷拍| 欧美日韩在线三级| 欧美视频你懂的| 欧美午夜精品久久久久久超碰| 成人午夜碰碰视频| 91精品国产91久久久久久一区二区| 精品99999| 亚洲欧美区自拍先锋| 久久久欧美精品sm网站| 成人一道本在线| 日韩av电影天堂| 韩国女主播一区| 国产99久久久久| 91国偷自产一区二区使用方法| 欧美日韩中文一区| 亚洲精品在线免费观看视频| 国产精品美日韩| 亚洲午夜精品网| 国产一区视频网站| 欧美在线观看一二区| 日韩欧美一区二区在线视频| 欧美精品v日韩精品v韩国精品v| 久久久精品国产免费观看同学| 国产尤物一区二区在线 | 亚洲小说欧美激情另类| 美女精品一区二区| 不卡的av电影在线观看| 欧美精选在线播放| 中文一区一区三区高中清不卡| 亚洲综合免费观看高清在线观看| 免费观看91视频大全| 成人久久18免费网站麻豆 | 欧美日韩成人综合天天影院| 日韩区在线观看| 亚洲品质自拍视频| 看电视剧不卡顿的网站| 色偷偷88欧美精品久久久| 欧美成人伊人久久综合网| 亚洲九九爱视频| 国产一区二区精品久久99| 日本精品视频一区二区三区| 久久男人中文字幕资源站| 亚洲综合久久av| 成人美女视频在线观看18| 日韩三级高清在线| 欧美精品1区2区| 午夜av一区二区| 欧洲视频一区二区| 久久久亚洲精品一区二区三区 | 91视频在线看| 亚洲精品在线免费播放| 午夜精品福利视频网站| www.亚洲色图| 久久综合视频网| 青青草国产成人av片免费| 在线中文字幕一区二区| 亚洲乱码国产乱码精品精98午夜 | 中文字幕在线不卡视频| 久久99国产精品免费| 精品污污网站免费看| 亚洲激情自拍偷拍| 成人av午夜影院| 国产视频一区二区在线观看| 青椒成人免费视频| 欧美剧在线免费观看网站 | 精品一区二区免费视频| 777久久久精品| 亚洲一区二区在线观看视频| 不卡的av电影| 国产精品传媒在线| 成人免费三级在线| 国产亚洲精品aa| 国产精品一区二区在线观看网站| 欧美一级一级性生活免费录像| 亚洲6080在线| 欧美日韩五月天| 亚洲成人av电影在线| 色婷婷亚洲一区二区三区| 日本一区二区成人在线| 国产精品夜夜嗨| 国产精品天美传媒| 99久久精品国产精品久久| 国产精品久久久久久一区二区三区 | 欧美男人的天堂一二区| 午夜精品久久久久久久| 91精选在线观看| 麻豆久久久久久| 久久综合久久综合九色| 国产精品 欧美精品| 国产人成亚洲第一网站在线播放| 国产精品亚洲专一区二区三区| 国产网红主播福利一区二区| 成人午夜视频在线| 亚洲色图一区二区| 欧美视频一二三区| 蜜桃视频一区二区三区在线观看| 欧美日韩高清在线播放| 日韩av电影免费观看高清完整版在线观看 | 亚洲九九爱视频| 51午夜精品国产| 国产一区在线看| 国产精品电影一区二区三区| 在线精品视频免费观看| 国产精品影音先锋| av午夜精品一区二区三区| 91黄视频在线| 日韩免费福利电影在线观看| 欧美一区二区三区人| 欧美成人精精品一区二区频| 亚洲一区二区三区美女| 欧美肥大bbwbbw高潮| 久久99国产乱子伦精品免费| 久久久国产精品不卡| 91在线高清观看| 青娱乐精品在线视频| 国产农村妇女毛片精品久久麻豆 | 亚洲伊人色欲综合网| 日韩一区二区在线看片| 国产成人激情av| 亚洲一区二区3| 精品国产一区二区三区四区四| 成人激情av网| 五月综合激情日本mⅴ| 国产亚洲制服色| 欧美在线不卡一区| 久久99久久99精品免视看婷婷| 亚洲欧洲日韩女同| 精品污污网站免费看| 国产精品白丝jk黑袜喷水| 亚洲一区视频在线| 久久久国产午夜精品| 欧美日韩一级视频| 成人免费毛片app| 日韩国产成人精品| 欧美激情在线一区二区| 韩日精品视频一区| 波多野结衣亚洲一区| 成人av免费网站| 久久精品网站免费观看| 精品亚洲成a人| 欧美剧情电影在线观看完整版免费励志电影|