pnlStartInfo.Height = 100dip
pnlTimer.Height = 100dip
pnlStartInfo.Top = ToolBar1.Bottom + 5dip
pnlStartInfo.SetLeftAndRight(10dip, 50%x - 5dip)
pnlHaeder.Top = pnlStartInfo.Bottom + 5dip
pnlHaeder.SetLeftAndRight(10dip, 50%x - 5dip)
pnlControls.SetTopAndBottom(pnlHaeder.Bottom + 1dip, pnlButtons.Top - 5dip)
pnlControls.SetLeftAndRight(10dip, 50%x - 5dip)
clvControls.SetLeftAndRight(0, pnlControls.Width)
clvControls.SetTopAndBottom(0, pnlControls.Height)
pnlTimer.SetTopAndBottom(pnlStartInfo.Top, pnlStartInfo.Bottom)
pnlTimer.SetLeftAndRight(50%x + 5dip, 100%x - 10dip)
pnlParticipant.SetLeftAndRight(50%x + 5dip, 100%x - 10dip)
pnlParticipant.SetTopAndBottom(pnlHaeder.Top, pnlButtons.top - 5dip)
clvParticipant.SetLeftAndRight(0, pnlParticipant.Width)
clvParticipant.SetTopAndBottom(0, pnlParticipant.Height)