Index: DamClients/DamUI/trunk/src/Dam/Forms/DikePropertyControl.Designer.cs =================================================================== diff -u -r6439 -r6759 --- DamClients/DamUI/trunk/src/Dam/Forms/DikePropertyControl.Designer.cs (.../DikePropertyControl.Designer.cs) (revision 6439) +++ DamClients/DamUI/trunk/src/Dam/Forms/DikePropertyControl.Designer.cs (.../DikePropertyControl.Designer.cs) (revision 6759) @@ -49,17 +49,41 @@ /// private void InitializeComponent() { + this.CalculationGroup = new DevExpress.XtraEditors.GroupControl(); + this.CalculationProgressBar = new DevExpress.XtraEditors.ProgressBarControl(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.NameTextEdit = new DevExpress.XtraEditors.TextEdit(); this.NameLabel = new DevExpress.XtraEditors.LabelControl(); this.DescriptionTextEdit = new DevExpress.XtraEditors.TextEdit(); this.DescriptionLabel = new DevExpress.XtraEditors.LabelControl(); + ((System.ComponentModel.ISupportInitialize)(this.CalculationGroup)).BeginInit(); + this.CalculationGroup.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.CalculationProgressBar.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DescriptionTextEdit.Properties)).BeginInit(); this.SuspendLayout(); // + // CalculationGroup + // + this.CalculationGroup.Controls.Add(this.CalculationProgressBar); + this.CalculationGroup.Dock = System.Windows.Forms.DockStyle.Top; + this.CalculationGroup.Location = new System.Drawing.Point(0, 0); + this.CalculationGroup.Name = "CalculationGroup"; + this.CalculationGroup.Size = new System.Drawing.Size(191, 80); + this.CalculationGroup.TabIndex = 15; + this.CalculationGroup.Text = "Progress"; + // + // CalculationProgressBar + // + this.CalculationProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.CalculationProgressBar.Location = new System.Drawing.Point(15, 38); + this.CalculationProgressBar.Name = "CalculationProgressBar"; + this.CalculationProgressBar.Size = new System.Drawing.Size(159, 24); + this.CalculationProgressBar.TabIndex = 0; + // // groupControl1 // this.groupControl1.Controls.Add(this.DescriptionTextEdit); @@ -117,8 +141,12 @@ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupControl1); + this.Controls.Add(this.CalculationGroup); this.Name = "DikePropertyControl"; this.Size = new System.Drawing.Size(219, 131); + ((System.ComponentModel.ISupportInitialize)(this.CalculationGroup)).EndInit(); + this.CalculationGroup.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.CalculationProgressBar.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); @@ -130,6 +158,8 @@ #endregion + private DevExpress.XtraEditors.GroupControl CalculationGroup; + private DevExpress.XtraEditors.ProgressBarControl CalculationProgressBar; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraEditors.TextEdit NameTextEdit; private DevExpress.XtraEditors.LabelControl NameLabel;