public BufferFaultMBStoreForm()
        {
            InitializeComponent();

            inputertextBox.Text         = LoginForm.currentUser;
            this.input_datetextBox.Text = DateTime.Now.ToString("yyyy/MM/dd");
            mPrepareUseDetail           = new PrepareUseDetail();

            if (User.UserSelfForm.isSuperManager() == false)
            {
                this.modify.Visible = false;
                this.delete.Visible = false;
            }
        }
Ejemplo n.º 2
0
        public FaultMBRecordForm()
        {
            InitializeComponent();

            inputertextBox.Text         = LoginForm.currentUser;
            this.input_datetextBox.Text = DateTime.Now.ToString("yyyy/MM/dd", System.Globalization.DateTimeFormatInfo.InvariantInfo);
            mPrepareUseDetail           = new PrepareUseDetail();

            if (User.UserSelfForm.isSuperManager() == false)
            {
                this.modify.Visible = false;
                this.delete.Visible = false;
            }
        }