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

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

?? mainform.cs

?? 主要介紹了系統的需求分析
?? CS
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Threading;


namespace ManPowerManage.UILevel
{
	/// <summary>
	/// Form1 的摘要說明。
	/// </summary>
	public class MainForm : System.Windows.Forms.Form
	{
		private System.Windows.Forms.Splitter splitter1;
		private System.Windows.Forms.ToolBar toolBar1;
		private System.Windows.Forms.ToolBarButton toolBarButton1;
		private System.Windows.Forms.ToolBarButton toolBarButton6;
		private System.Windows.Forms.ToolBarButton toolBarButton7;
		private System.Windows.Forms.ToolBarButton toolBarButton8;
		private System.Windows.Forms.ToolBarButton toolBarButton9;
		private System.Windows.Forms.ToolBarButton toolBarButton11;
		private System.Windows.Forms.ToolBarButton toolBarButton5;
		private System.Windows.Forms.ToolBarButton toolBarButton10;
		private System.Windows.Forms.ToolBarButton toolBarButton12;
		private System.Windows.Forms.ToolBarButton toolBarButton2;
		private System.Windows.Forms.ImageList imageList1;
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.ComponentModel.IContainer components;

		public MainForm()
		{
			//
			// Windows 窗體設計器支持所必需的
			//
			Thread thread = Thread.CurrentThread;
			thread.ApartmentState = ApartmentState.STA;
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
			//
		}

		/// <summary>
		/// 清理所有正在使用的資源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if (components != null) 
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows 窗體設計器生成的代碼
		/// <summary>
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內容。
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainForm));
			this.splitter1 = new System.Windows.Forms.Splitter();
			this.toolBar1 = new System.Windows.Forms.ToolBar();
			this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton5 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton6 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton7 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton8 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton12 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton9 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton10 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton11 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.SuspendLayout();
			// 
			// splitter1
			// 
			this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
			this.splitter1.Location = new System.Drawing.Point(0, 0);
			this.splitter1.Name = "splitter1";
			this.splitter1.Size = new System.Drawing.Size(640, 3);
			this.splitter1.TabIndex = 57;
			this.splitter1.TabStop = false;
			// 
			// toolBar1
			// 
			this.toolBar1.AllowDrop = true;
			this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
			this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						this.toolBarButton1,
																						this.toolBarButton6,
																						this.toolBarButton5,
																						this.toolBarButton7,
																						this.toolBarButton12,
																						this.toolBarButton8,
																						this.toolBarButton10,
																						this.toolBarButton9,
																						this.toolBarButton2,
																						this.toolBarButton11});
			this.toolBar1.DropDownArrows = true;
			this.toolBar1.ImageList = this.imageList1;
			this.toolBar1.Location = new System.Drawing.Point(0, 3);
			this.toolBar1.Name = "toolBar1";
			this.toolBar1.ShowToolTips = true;
			this.toolBar1.Size = new System.Drawing.Size(640, 28);
			this.toolBar1.TabIndex = 58;
			this.toolBar1.TextAlign = System.Windows.Forms.ToolBarTextAlign.Right;
			this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
			// 
			// toolBarButton1
			// 
			this.toolBarButton1.ImageIndex = 1;
			this.toolBarButton1.Text = "基礎設置";
			this.toolBarButton1.ToolTipText = "設置職工各屬性值";
			// 
			// toolBarButton5
			// 
			this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// toolBarButton6
			// 
			this.toolBarButton6.ImageIndex = 0;
			this.toolBarButton6.Text = "職工檔案";
			this.toolBarButton6.ToolTipText = "設置某職工檔案";
			// 
			// toolBarButton7
			// 
			this.toolBarButton7.ImageIndex = 4;
			this.toolBarButton7.Text = "考勤記錄";
			this.toolBarButton7.ToolTipText = "職工考勤管理";
			// 
			// toolBarButton8
			// 
			this.toolBarButton8.ImageIndex = 2;
			this.toolBarButton8.Text = "獎懲記錄";
			this.toolBarButton8.ToolTipText = "職工獎懲管理";
			// 
			// toolBarButton12
			// 
			this.toolBarButton12.ImageIndex = 3;
			this.toolBarButton12.Text = "事假病假";
			this.toolBarButton12.ToolTipText = "職工請假";
			// 
			// toolBarButton9
			// 
			this.toolBarButton9.ImageIndex = 6;
			this.toolBarButton9.Text = "工資發放";
			this.toolBarButton9.ToolTipText = "工資結算發放";
			// 
			// toolBarButton10
			// 
			this.toolBarButton10.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// toolBarButton11
			// 
			this.toolBarButton11.ImageIndex = 5;
			this.toolBarButton11.Text = "退出系統";
			this.toolBarButton11.ToolTipText = "結束操作,推出系統";
			// 
			// toolBarButton2
			// 
			this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// imageList1
			// 
			this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
			this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// pictureBox1
			// 
			this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
			this.pictureBox1.Location = new System.Drawing.Point(0, 32);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(652, 510);
			this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
			this.pictureBox1.TabIndex = 60;
			this.pictureBox1.TabStop = false;
			// 
			// MainForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(640, 533);
			this.Controls.Add(this.pictureBox1);
			this.Controls.Add(this.toolBar1);
			this.Controls.Add(this.splitter1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.IsMdiContainer = true;
			this.Name = "MainForm";
			this.ResumeLayout(false);

		}
		#endregion

		/// <summary>
		/// 應用程序的主入口點。
		/// </summary>
		[STAThread]
		static void Main() 
		{
			Application.Run(new MainForm());
		}

		private void btnExit_Click(object sender, System.EventArgs e)
		{
			Application.Exit();
		}

		private void toolBar1_ButtonClick(object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e)
		{
			switch(this.toolBar1.Buttons.IndexOf(e.Button))
			{
				case 0:
					Form configure=new UILevel.Configure();															
					/*for(int x=0;x<this.MdiChildren.Length;x++)
					{
						Form tempChild = (Form)this.MdiChildren[x];
						tempChild.Close();
					}
					configure.MdiParent = this;//setup MdiParent for expertMaintenance form
					configure.WindowState = FormWindowState.Maximized;          			*/
					configure.Show();
					break;	
				case 1:
					Form EmployeeForm=new EmployeeManage();
					EmployeeForm.ShowDialog();
					break;	
				case 3:
					Form CheckForm=new Check();
					CheckForm.ShowDialog();
					break;	
				case 4:
					Form LeaveForm=new Leave();
					LeaveForm.ShowDialog();
					break;	
				case 5:
					Form RewardForm=new RewardAndPunish();
					RewardForm.ShowDialog();
					break;	
				case 7:
					Form WageForm=new Wage();
					WageForm.ShowDialog();
					break;	
				case 9:
					if(MessageBox.Show("確認退出系統","退出",MessageBoxButtons.YesNo,MessageBoxIcon.Question)==DialogResult.Yes)
					{
						Application.Exit();					
					}
					break;
				default:					
					break;
			}

		}
	}
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品亚洲成a人在线观看| 蜜桃视频在线观看一区| 精品蜜桃在线看| 色先锋久久av资源部| 日日夜夜免费精品视频| 日本一区二区三区电影| 欧美一区二区三区在线观看 | 亚洲欧美另类小说| 精品国产乱码久久久久久图片| 色狠狠桃花综合| 不卡视频在线看| 欧美a一区二区| 亚洲国产精品一区二区尤物区| 国产夫妻精品视频| 日本aⅴ亚洲精品中文乱码| 亚洲少妇最新在线视频| 久久久久久一二三区| 日韩一区二区三区视频在线| 欧美探花视频资源| 色婷婷亚洲婷婷| 不卡的av网站| 国产高清精品网站| 国产在线不卡一区| 韩国av一区二区| 麻豆国产精品一区二区三区| 香蕉加勒比综合久久| 亚洲精品视频免费看| 国产精品美日韩| 国产色产综合产在线视频| 精品入口麻豆88视频| 日韩欧美国产三级电影视频| 91麻豆精品国产91久久久久久久久 | 久久综合九色综合欧美亚洲| 在线不卡a资源高清| 欧美色网站导航| 91高清视频在线| 91久久免费观看| 91成人在线免费观看| 色婷婷亚洲综合| 91官网在线观看| 欧美日韩午夜影院| 5858s免费视频成人| 在线播放中文字幕一区| 欧美一级欧美三级在线观看| 欧美一区二区精品久久911| 欧美一区二区三区小说| 精品国产一区二区三区久久影院| 日韩欧美一区中文| 亚洲精品在线观看视频| 精品一二线国产| 九色综合国产一区二区三区| 国产福利不卡视频| 成人高清视频免费观看| 日本精品视频一区二区三区| 欧洲精品一区二区三区在线观看| 欧美性猛交一区二区三区精品| 欧美四级电影网| 欧美一二三区精品| 欧美激情一区二区在线| 亚洲欧洲在线观看av| 亚洲精品高清视频在线观看| 三级亚洲高清视频| 国产在线不卡一区| 色综合久久综合| 91.麻豆视频| 久久女同互慰一区二区三区| 国产精品青草综合久久久久99| 亚洲另类一区二区| 青青草成人在线观看| 国产成人精品在线看| 在线观看三级视频欧美| 日韩一级欧美一级| 中文一区二区在线观看| 一区二区欧美精品| 国产在线精品视频| 欧美影院午夜播放| 337p日本欧洲亚洲大胆色噜噜| 亚洲色图19p| 蜜桃视频一区二区三区在线观看| 成人一区二区在线观看| 欧美午夜影院一区| 国产欧美日韩卡一| 五月天国产精品| 夫妻av一区二区| 欧美精品丝袜中出| 中文字幕精品一区二区精品绿巨人 | 99麻豆久久久国产精品免费| 欧美日韩国产在线播放网站| 国产亚洲一本大道中文在线| 亚洲电影一级片| 日韩欧美在线不卡| 亚洲一区二区三区美女| 国产精品一二三| 91精品在线免费观看| 综合久久久久久| 国产一区二区三区久久久| 欧美视频一区在线| 国产精品久久久久婷婷| 久久99精品一区二区三区| 91麻豆免费在线观看| 久久综合视频网| 日本va欧美va精品发布| 91国在线观看| 国产精品高潮久久久久无| 蜜臀av一区二区在线免费观看| 99国产精品久久久久久久久久| 精品免费一区二区三区| 五月天丁香久久| 欧美亚洲动漫精品| 亚洲人成网站色在线观看| 国产91精品在线观看| 精品国产免费视频| 青青草原综合久久大伊人精品| 欧美视频一区在线| 亚洲免费在线视频| 99久久精品免费观看| 国产免费成人在线视频| 国内不卡的二区三区中文字幕 | 国产精品12区| 精品国产乱码久久久久久久久| 偷拍日韩校园综合在线| 在线观看日韩毛片| 亚洲精品视频一区二区| 成人av电影免费观看| 欧美国产一区二区| 国产91高潮流白浆在线麻豆| 久久一夜天堂av一区二区三区| 麻豆久久久久久| 日韩免费观看2025年上映的电影| 免费不卡在线观看| 在线综合+亚洲+欧美中文字幕| 日韩中文字幕亚洲一区二区va在线| 欧美性大战久久久久久久| 亚洲综合一区在线| 欧美三日本三级三级在线播放| 亚洲国产一区视频| 亚洲乱码精品一二三四区日韩在线 | 无码av中文一区二区三区桃花岛| 欧美最新大片在线看| 一区二区三区四区精品在线视频| 91久久香蕉国产日韩欧美9色| 亚洲欧美国产77777| 色94色欧美sute亚洲线路一ni| 亚洲美女精品一区| 欧美探花视频资源| 毛片av中文字幕一区二区| 精品国产一区二区三区不卡| 国产毛片精品一区| 国产精品久久久久影视| 91黄色免费看| 美女高潮久久久| 中文字幕精品一区| 91久久国产最好的精华液| 午夜视频在线观看一区| 日韩精品自拍偷拍| 国产精品综合久久| 亚洲裸体xxx| 555夜色666亚洲国产免| 九九热在线视频观看这里只有精品| 国产三级久久久| 色综合久久久久| 日韩精品一二三| 国产色婷婷亚洲99精品小说| 色婷婷综合久久久| 老鸭窝一区二区久久精品| 国产午夜亚洲精品午夜鲁丝片| 91免费观看在线| 日本美女一区二区三区视频| 久久免费电影网| 色爱区综合激月婷婷| 日韩不卡一区二区三区| 中文字幕免费不卡在线| 欧美三级欧美一级| 国产专区欧美精品| 夜夜嗨av一区二区三区| 久久综合九色综合97婷婷女人| 99久久久久久| 久久不见久久见免费视频7 | 久久99久久久欧美国产| 国产精品久久久久久久岛一牛影视| 欧美亚洲国产怡红院影院| 极品少妇一区二区| 亚洲精品免费电影| 国产丝袜美腿一区二区三区| 欧美性videosxxxxx| 精品少妇一区二区三区在线播放| 99视频精品免费视频| 日本vs亚洲vs韩国一区三区二区| 亚洲欧美怡红院| 精品福利二区三区| 欧美性猛交xxxx乱大交退制版| 成人性生交大片免费看在线播放| 亚洲福利视频三区| 国产精品素人视频| 欧美va亚洲va国产综合| 精品视频色一区| 91免费视频大全| 国产不卡在线视频| 精品一二线国产| 日本不卡视频一二三区|