Example #1
0
        private void Form1_Load(object sender, EventArgs e)
        {
            this.TransparencyKey = c;
            this.stepPanel.BackColor = c;

            this.Icon = Properties.Resources.ZLPlayer;
            Ready r = new Ready();
            r.BackColor = c;
            //r.aeroLabel1.PControl = this;
            this.stepPanel.Dock = DockStyle.Fill;
            this.stepPanel.Controls.Add(r);
        }