Exemplo n.º 1
0
        public MainForm()
        {
            AllocConsole();
            InitializeComponent();

            // Attempt to load in data.
            handler = new SpriteSheetHandler();

            this.AutoSize = true;
            this.springLabel.Spring = true;
            this.mapDetailsLabel.Text = "Layer: 0 (0, 0)";

            CreatePictureBox();
            CreateMapPictureBox();
            treeView.AddMapCollection(table.CreateDataRow("Map #0"));
        }
Exemplo n.º 2
0
        public MainForm()
        {
            AllocConsole();
            InitializeComponent();

            // Attempt to load in data.
            handler = new SpriteSheetHandler();

            this.AutoSize             = true;
            this.springLabel.Spring   = true;
            this.mapDetailsLabel.Text = "Layer: 0 (0, 0)";

            CreatePictureBox();
            CreateMapPictureBox();
            treeView.AddMapCollection(table.CreateDataRow("Map #0"));
        }