| | |
| | | private void InitializeComponent() |
| | | { |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl(); |
| | | layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | itemForProgress = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | ((ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((ISupportInitialize)Root).BeginInit(); |
| | | ((ISupportInitialize)listBoxControl1).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem1).BeginInit(); |
| | | ((ISupportInitialize)progressBarControl1.Properties).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem2).BeginInit(); |
| | | ((ISupportInitialize)listBoxControl1).BeginInit(); |
| | | ((ISupportInitialize)Root).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem1).BeginInit(); |
| | | ((ISupportInitialize)itemForProgress).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // layoutControl1 |
| | |
| | | layoutControl1.TabIndex = 0; |
| | | layoutControl1.Text = "layoutControl1"; |
| | | // |
| | | // progressBarControl1 |
| | | // |
| | | progressBarControl1.Location = new Point(12, 12); |
| | | progressBarControl1.Name = "progressBarControl1"; |
| | | progressBarControl1.Properties.FlowAnimationEnabled = true; |
| | | progressBarControl1.Properties.ShowTitle = true; |
| | | progressBarControl1.Size = new Size(697, 18); |
| | | progressBarControl1.StyleController = layoutControl1; |
| | | progressBarControl1.TabIndex = 5; |
| | | // |
| | | // listBoxControl1 |
| | | // |
| | | listBoxControl1.ItemHeight = 25; |
| | | listBoxControl1.Location = new Point(12, 34); |
| | | listBoxControl1.Name = "listBoxControl1"; |
| | | listBoxControl1.SelectionMode = SelectionMode.None; |
| | | listBoxControl1.ShowFocusRect = false; |
| | | listBoxControl1.Size = new Size(697, 459); |
| | | listBoxControl1.StyleController = layoutControl1; |
| | | listBoxControl1.TabIndex = 4; |
| | | // |
| | | // Root |
| | | // |
| | | Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | Root.GroupBordersVisible = false; |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2 }); |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, itemForProgress }); |
| | | Root.Name = "Root"; |
| | | Root.Size = new Size(721, 505); |
| | | Root.TextVisible = false; |
| | | // |
| | | // listBoxControl1 |
| | | // |
| | | listBoxControl1.Location = new Point(12, 34); |
| | | listBoxControl1.Name = "listBoxControl1"; |
| | | listBoxControl1.Size = new Size(697, 459); |
| | | listBoxControl1.StyleController = layoutControl1; |
| | | listBoxControl1.TabIndex = 4; |
| | | // |
| | | // layoutControlItem1 |
| | | // |
| | |
| | | layoutControlItem1.TextSize = new Size(0, 0); |
| | | layoutControlItem1.TextVisible = false; |
| | | // |
| | | // progressBarControl1 |
| | | // itemForProgress |
| | | // |
| | | progressBarControl1.Location = new Point(12, 12); |
| | | progressBarControl1.Name = "progressBarControl1"; |
| | | progressBarControl1.Size = new Size(697, 18); |
| | | progressBarControl1.StyleController = layoutControl1; |
| | | progressBarControl1.TabIndex = 5; |
| | | itemForProgress.Control = progressBarControl1; |
| | | itemForProgress.Location = new Point(0, 0); |
| | | itemForProgress.Name = "itemForProgress"; |
| | | itemForProgress.Size = new Size(701, 22); |
| | | itemForProgress.TextSize = new Size(0, 0); |
| | | itemForProgress.TextVisible = false; |
| | | // |
| | | // layoutControlItem2 |
| | | // |
| | | layoutControlItem2.Control = progressBarControl1; |
| | | layoutControlItem2.Location = new Point(0, 0); |
| | | layoutControlItem2.Name = "layoutControlItem2"; |
| | | layoutControlItem2.Size = new Size(701, 22); |
| | | layoutControlItem2.TextSize = new Size(0, 0); |
| | | layoutControlItem2.TextVisible = false; |
| | | // |
| | | // GenerateXhsProjectCtrl |
| | | // GenerateXhsProjectWizardPage |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | Controls.Add(layoutControl1); |
| | | Name = "GenerateXhsProjectCtrl"; |
| | | Name = "GenerateXhsProjectWizardPage"; |
| | | Size = new Size(721, 505); |
| | | ((ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |
| | | ((ISupportInitialize)Root).EndInit(); |
| | | ((ISupportInitialize)listBoxControl1).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem1).EndInit(); |
| | | ((ISupportInitialize)progressBarControl1.Properties).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem2).EndInit(); |
| | | ((ISupportInitialize)listBoxControl1).EndInit(); |
| | | ((ISupportInitialize)Root).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem1).EndInit(); |
| | | ((ISupportInitialize)itemForProgress).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | |
| | | private DevExpress.XtraEditors.ListBoxControl listBoxControl1; |
| | | private DevExpress.XtraLayout.LayoutControlGroup Root; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
| | | private DevExpress.XtraLayout.LayoutControlItem itemForProgress; |
| | | } |
| | | } |