| | |
| | | // |
| | | progressBarControl1.Location = new Point(12, 12); |
| | | progressBarControl1.Name = "progressBarControl1"; |
| | | progressBarControl1.Properties.FlowAnimationDelay = 200; |
| | | progressBarControl1.Properties.FlowAnimationDuration = 500; |
| | | progressBarControl1.Properties.FlowAnimationEnabled = true; |
| | | progressBarControl1.Properties.ShowTitle = true; |
| | | progressBarControl1.Size = new Size(697, 18); |
| | |
| | | listBoxControl1.Size = new Size(697, 459); |
| | | listBoxControl1.StyleController = layoutControl1; |
| | | listBoxControl1.TabIndex = 4; |
| | | listBoxControl1.DrawItem += listBoxControl1_DrawItem; |
| | | // |
| | | // Root |
| | | // |