示例#1
0
        public HRMain()
        {
            InitializeComponent();

            txt3Addtchedfilepath.ReadOnly = true;
            //
            apiol          = new apioutlook();
            apizip         = new apiZip();
            _hrzip         = new HR_Zip();
            _guserMstrList = new List <user_mstr>();
            _gzipfilepath  = new List <savezipfile>();
        }
示例#2
0
文件: UserFrm.cs 项目: xlgwr/hr
        public UserFrm()
        {
            InitializeComponent();

            _dgvCurrRow = -1;
            _hrzip      = new HR_Zip();

            this.AcceptButton        = btn0Save;
            this.StartPosition       = FormStartPosition.CenterScreen;
            this.Resize             += UserFrm_Resize;
            dataGridView1.CellClick += dataGridView1_CellClick;
            initwith();
            dataGridView1.ReadOnly    = true;
            dataGridView1.MultiSelect = false;
            initDGV(true, 50);
        }