Ejemplo n.º 1
0
        public TchScheduleFm()
        {
            InitializeComponent();

            Matrix = new TchScheduleGrid(this.panel1);
            //Matrix.Padding = 15;

            new FormMemoryImpl(this, VC2WinFmApp.Cfg, "FormRem");
        }
Ejemplo n.º 2
0
        public TopScheduleFm()
        {
            InitializeComponent();

            MatrixLast          = new TchScheduleGrid(this.Spanel);
            MatrixLast.Padding  = 5;
            MatrixFocus         = new TchScheduleGrid(this.Tpanel);
            MatrixFocus.Padding = 5;

            new FormMemoryImpl(this, VC2WinFmApp.Cfg, "FormRem");
        }