usermanagerhistoyrframe.cs

来自「独立完成考勤管理软件加打卡系统(C#) 是打卡加管理系统软件 」· CS 代码 · 共 108 行

CS
108
字号
using System;using System.Collections;using System.ComponentModel;using System.Drawing;using System.Windows.Forms;using System.Data;using System.Data.SqlClient;namespace WindowsApplication.UserHistoryFrame{	public class userManagerHistoyrFrame : WindowsApplication.ParentMDiFrame.ParentFrame	{		private System.ComponentModel.IContainer components = null;        public  static bool  blManager=false;		public userManagerHistoyrFrame()		{			// 该调用是 Windows 窗体设计器所必需的。			InitializeComponent();			// TODO: 在 InitializeComponent 调用后添加任何初始化		}		/// <summary>		/// 清理所有正在使用的资源。		/// </summary>		protected override void Dispose( bool disposing )		{			if( disposing )			{				if (components != null) 				{					components.Dispose();				}			}			base.Dispose( disposing );		}		#region 设计器生成的代码		/// <summary>		/// 设计器支持所需的方法 - 不要使用代码编辑器修改		/// 此方法的内容。		/// </summary>		private void InitializeComponent()		{			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(userManagerHistoyrFrame));
			((System.ComponentModel.ISupportInitialize)(this.ds)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.stStauts)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.stUserOperator)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.stDateText)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.stTimeText)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.stState)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dataGridSource)).BeginInit();
			this.SuspendLayout();
			// 
			// tool
			// 
			this.tool.Name = "tool";
			this.tool.Size = new System.Drawing.Size(862, 40);
			// 
			// image
			// 
			this.image.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("image.ImageStream")));
			// 
			// TitleLabel
			// 
			this.TitleLabel.Name = "TitleLabel";
			this.TitleLabel.Text = "用户管理历史";
			// 
			// status
			// 
			this.status.Name = "status";
			// 
			// stDateText
			// 
			this.stDateText.Text = "当前日期:2006年11月10日";
			// 
			// stTimeText
			// 
			this.stTimeText.Text = "当前时间:11:06:59AM";
			// 
			// stState
			// 
			this.stState.Text = "状态:无";
			// 
			// dataGrid
			// 
			this.dataGridSource.Name = "dataGrid";
			// 
			// userManagerHistoyrFrame
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(862, 459);
			this.Name = "userManagerHistoyrFrame";
			this.Text = "userManagerHistoyrFrame";
			((System.ComponentModel.ISupportInitialize)(this.ds)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.stStauts)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.stUserOperator)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.stDateText)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.stTimeText)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.stState)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dataGridSource)).EndInit();
			this.ResumeLayout(false);

		}		#endregion	}}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?