| | |
| | | private void InitializeComponent() |
| | | { |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl(); |
| | | listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl(); |
| | | progressBarControl1 = new ProgressBarControl(); |
| | | listBoxControl1 = new ListBoxControl(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | itemForProgress = new DevExpress.XtraLayout.LayoutControlItem(); |
| | |
| | | layoutControl1.Controls.Add(listBoxControl1); |
| | | layoutControl1.Dock = DockStyle.Fill; |
| | | layoutControl1.Location = new Point(0, 0); |
| | | layoutControl1.Margin = new Padding(4, 5, 4, 5); |
| | | layoutControl1.Name = "layoutControl1"; |
| | | layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(988, 216, 650, 400); |
| | | layoutControl1.Root = Root; |
| | | layoutControl1.Size = new Size(721, 505); |
| | | layoutControl1.Size = new Size(1030, 794); |
| | | layoutControl1.TabIndex = 0; |
| | | layoutControl1.Text = "layoutControl1"; |
| | | // |
| | | // progressBarControl1 |
| | | // |
| | | progressBarControl1.Location = new Point(12, 12); |
| | | progressBarControl1.Location = new Point(17, 19); |
| | | progressBarControl1.Margin = new Padding(4, 5, 4, 5); |
| | | 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); |
| | | progressBarControl1.Size = new Size(996, 22); |
| | | progressBarControl1.StyleController = layoutControl1; |
| | | progressBarControl1.TabIndex = 5; |
| | | // |
| | | // listBoxControl1 |
| | | // |
| | | listBoxControl1.ItemHeight = 25; |
| | | listBoxControl1.Location = new Point(12, 34); |
| | | listBoxControl1.ItemHeight = 39; |
| | | listBoxControl1.Location = new Point(17, 47); |
| | | listBoxControl1.Margin = new Padding(4, 5, 4, 5); |
| | | listBoxControl1.Name = "listBoxControl1"; |
| | | listBoxControl1.SelectionMode = SelectionMode.None; |
| | | listBoxControl1.ShowFocusRect = false; |
| | | listBoxControl1.Size = new Size(697, 459); |
| | | listBoxControl1.Size = new Size(996, 728); |
| | | listBoxControl1.StyleController = layoutControl1; |
| | | listBoxControl1.TabIndex = 4; |
| | | listBoxControl1.DrawItem += listBoxControl1_DrawItem; |
| | |
| | | Root.GroupBordersVisible = false; |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, itemForProgress }); |
| | | Root.Name = "Root"; |
| | | Root.Size = new Size(721, 505); |
| | | Root.Size = new Size(1030, 794); |
| | | Root.TextVisible = false; |
| | | // |
| | | // layoutControlItem1 |
| | | // |
| | | layoutControlItem1.Control = listBoxControl1; |
| | | layoutControlItem1.Location = new Point(0, 22); |
| | | layoutControlItem1.Location = new Point(0, 28); |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Size = new Size(701, 463); |
| | | layoutControlItem1.Size = new Size(1002, 734); |
| | | layoutControlItem1.TextSize = new Size(0, 0); |
| | | layoutControlItem1.TextVisible = false; |
| | | // |
| | |
| | | itemForProgress.Control = progressBarControl1; |
| | | itemForProgress.Location = new Point(0, 0); |
| | | itemForProgress.Name = "itemForProgress"; |
| | | itemForProgress.Size = new Size(701, 22); |
| | | itemForProgress.Size = new Size(1002, 28); |
| | | itemForProgress.TextSize = new Size(0, 0); |
| | | itemForProgress.TextVisible = false; |
| | | // |
| | | // GenerateXhsProjectWizardPage |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleDimensions = new SizeF(10F, 22F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | Controls.Add(layoutControl1); |
| | | Margin = new Padding(4, 5, 4, 5); |
| | | Name = "GenerateXhsProjectWizardPage"; |
| | | Size = new Size(721, 505); |
| | | Size = new Size(1030, 794); |
| | | ((ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |
| | | ((ISupportInitialize)progressBarControl1.Properties).EndInit(); |