コード例 #1
0
        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);
        }
コード例 #2
0
        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);
            //AmountElements._measure_results.Add(-10.0F);
        }
コード例 #3
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 QuadraticFunctionAndHejDemonstration()
 {
     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);
     //_charChecker = new CharChecker(this);
 }
コード例 #5
0
        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);
        }