public MeasurableFunction()
        {
            InitializeComponent();
            _charChecker = new CharChecker(this);

            this.AutoSize     = false;
            this.AutoSizeMode = AutoSizeMode.GrowAndShrink;
            this.MinimizeBox  = false;
            this.MaximizeBox  = false;
            this.Size         = new Size(879, 488);
        }
        public ExponentialFunction()
        {
            InitializeComponent();
            _charChecker = new CharChecker(this);

            this.AutoSize     = false;
            this.AutoSizeMode = AutoSizeMode.GrowAndShrink;
            this.MinimizeBox  = false;
            this.MaximizeBox  = false;
            this.Size         = new Size(862, 472);
        }
 public QuadraticFunctionAndHerDemonstration()
 {
     InitializeComponent();
     _charChecker = new CharChecker(this);
     Checked._checkedTextBoxQFA = true;
     this.AutoSize     = false;
     this.AutoSizeMode = AutoSizeMode.GrowAndShrink;
     this.MinimizeBox  = false;
     this.MaximizeBox  = false;
     this.Size         = new Size(902, 470);
 }
Пример #4
0
 public AbsoluteValueCalculationForm()
 {
     InitializeComponent();
     Checked._checkedValueToAbs = true;
     _charChecker      = new CharChecker(this);
     _addingInString   = new CalculationInTextBox(this);
     this.AutoSize     = false;
     this.AutoSizeMode = AutoSizeMode.GrowAndShrink;
     this.MinimizeBox  = false;
     this.MaximizeBox  = false;
     this.Size         = new Size(887, 526);
 }
        public FunctionAndHerFeatures()
        {
            InitializeComponent();
            Checked._checkedTextBoxLinFunA = true;
            Checked._checkedTextBoxLinFunB = true;
            _charChecker = new CharChecker(this);
            ZerosCounter._zerosCounter = 0;

            this.AutoSize     = false;
            this.AutoSizeMode = AutoSizeMode.GrowAndShrink;
            this.MinimizeBox  = false;
            this.MaximizeBox  = false;
            this.Size         = new Size(912, 472);
        }