public DF_HorizontalGridControl()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            this.Load += new EventHandler(DF_HorizontalGridControl_Load);

            this.Closed += new EventHandler(DF_HorizontalGridControl_Closed);

            this.C_GridControlSetting = new ConfigGridInfo();

            this.C_GridColumnsSetting = new ConfighorizontalGridColumn();

            this.C_FieldAjustSize = new ConfigGroupingLayout();

            //this.C_GroupInfoSetting = new ConfigGridGroupInfo();

            //2008-8-28 9:56:11@simon
            this._ConfigHeadersControl = new ConfigHeaderConstructor();
        }
Exemple #2
0
        public DF_FieldPanel()
        {
            // This call is required by the Windows Form Designer.
            InitializeComponent();

            // TODO: Add any initialization after the InitializeComponent call
            this.C_FieldPanelSetting = new ConfigFieldPanelInfo();
            this.C_FieldPanelLayout  = new ConfigFieldPanelLayout();
            this.Load += new EventHandler(DF_FieldPanel_Load);

            C_GridControlSetting = new ConfigGridInfo();   //Added this code at 2008-11-20 15:28:38@Simon
        }
        private ConfigGridInfo _ConfigGridInfo;               // 2009-2-17 13:49:11@Simon


        public DF_CompactGroupingControl()
        {
            // This call is required by the Windows Form Designer.
            InitializeComponent();

            // TODO: Add any initialization after the InitializeComponent call
            this._ConfigGroupControl  = new ConfigCompactGroupingInfo();
            this._ConfigLayoutControl = new ConfigGroupingLayout();

            //2008-8-28 9:56:11@simon
            this._ConfigHeadersControl = new ConfigHeaderConstructor();
            this._ConfigMatrixInfo     = new ConfigMatrixInfo();
            _ConfigGridInfo            = new ConfigGridInfo();
        }
        private PropertyManager propManager = new PropertyManager(); //06-03-2008@Scott



        public DF_MatrixControl()
        {
            propManager.SetPropertyVisibility(typeof(Data.FieldGroupInfo), "SectionSummeries", false);                  //06-03-2008@Scott



            // This call is required by the Windows Form Designer.
            InitializeComponent();

            // TODO: Add any initialization after the InitializeComponent call
            this._ConfigGroupControl  = new ConfigCompactGroupingInfo();
            this._ConfigLayoutControl = new ConfigGroupingLayout();

            //2008-8-28 9:56:11@simon
            this._ConfigHeadersControl = new ConfigHeaderConstructor();
            this._ConfigMatrixInfo     = new ConfigMatrixInfo();
            _ConfigGridInfo            = new ConfigGridInfo();
        }