Index: DamClients/DamUI/trunk/src/Dam/Forms/StabilityKernelTypeSpecificationsControl.cs
===================================================================
diff -u -r3127 -r3133
--- DamClients/DamUI/trunk/src/Dam/Forms/StabilityKernelTypeSpecificationsControl.cs (.../StabilityKernelTypeSpecificationsControl.cs) (revision 3127)
+++ DamClients/DamUI/trunk/src/Dam/Forms/StabilityKernelTypeSpecificationsControl.cs (.../StabilityKernelTypeSpecificationsControl.cs) (revision 3133)
@@ -35,6 +35,9 @@
{
InitializeComponent();
FormsSupport.RepairRightAnchoredControls(this);
+
+ LocalizationSupport.RegisterAndTranslate(typeof(StabilityKernelTypeSpecificationsControl), StabilityKernelLabel);
+// LocalizationSupport.RegisterAndTranslate(typeof(StabilityKernelTypeSpecificationsControl), StabilityKernelLabel);
}
public object SelectedObject
Index: DamClients/DamUI/trunk/src/Dam/Forms/StabilityKernelTypeSpecificationsControl.Designer.cs
===================================================================
diff -u -r2398 -r3133
--- DamClients/DamUI/trunk/src/Dam/Forms/StabilityKernelTypeSpecificationsControl.Designer.cs (.../StabilityKernelTypeSpecificationsControl.Designer.cs) (revision 2398)
+++ DamClients/DamUI/trunk/src/Dam/Forms/StabilityKernelTypeSpecificationsControl.Designer.cs (.../StabilityKernelTypeSpecificationsControl.Designer.cs) (revision 3133)
@@ -51,24 +51,20 @@
{
this.StabilityKernelLabel = new DevExpress.XtraEditors.LabelControl();
this.StabilityKernelGroupControl = new DevExpress.XtraEditors.GroupControl();
- this.StabilityKernelTypeComboBox = new DevExpress.XtraEditors.ComboBoxEdit();
((System.ComponentModel.ISupportInitialize)(this.StabilityKernelGroupControl)).BeginInit();
this.StabilityKernelGroupControl.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.StabilityKernelTypeComboBox.Properties)).BeginInit();
this.SuspendLayout();
//
// StabilityKernelLabel
//
this.StabilityKernelLabel.Location = new System.Drawing.Point(9, 10);
this.StabilityKernelLabel.Margin = new System.Windows.Forms.Padding(4);
- this.StabilityKernelLabel.Name = "StabilityKernelLabel";
+ this.StabilityKernelLabel.Name = "SelectedStabilityKernelType";
this.StabilityKernelLabel.Size = new System.Drawing.Size(112, 16);
- this.StabilityKernelLabel.TabIndex = 8;
- this.StabilityKernelLabel.Text = "Stability kernel type";
+ this.StabilityKernelLabel.Text = "SelectedStabilityKernelType";
//
// StabilityKernelGroupControl
//
- this.StabilityKernelGroupControl.Controls.Add(this.StabilityKernelTypeComboBox);
this.StabilityKernelGroupControl.Controls.Add(this.StabilityKernelLabel);
this.StabilityKernelGroupControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.StabilityKernelGroupControl.Location = new System.Drawing.Point(0, 0);
@@ -79,17 +75,6 @@
this.StabilityKernelGroupControl.TabIndex = 11;
this.StabilityKernelGroupControl.Text = "groupControl1";
//
- // StabilityKernelTypeComboBox
- //
- this.StabilityKernelTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.StabilityKernelTypeComboBox.Location = new System.Drawing.Point(151, 6);
- this.StabilityKernelTypeComboBox.Margin = new System.Windows.Forms.Padding(4);
- this.StabilityKernelTypeComboBox.Name = "StabilityKernelTypeComboBox";
- this.StabilityKernelTypeComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.StabilityKernelTypeComboBox.Size = new System.Drawing.Size(133, 22);
- this.StabilityKernelTypeComboBox.TabIndex = 9;
- //
// StabilityKernelTypeSpecificationsControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
@@ -100,15 +85,12 @@
((System.ComponentModel.ISupportInitialize)(this.StabilityKernelGroupControl)).EndInit();
this.StabilityKernelGroupControl.ResumeLayout(false);
this.StabilityKernelGroupControl.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.StabilityKernelTypeComboBox.Properties)).EndInit();
this.ResumeLayout(false);
-
}
#endregion
private DevExpress.XtraEditors.LabelControl StabilityKernelLabel;
private DevExpress.XtraEditors.GroupControl StabilityKernelGroupControl;
- private DevExpress.XtraEditors.ComboBoxEdit StabilityKernelTypeComboBox;
}
}
Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Translations.xml
===================================================================
diff -u -r3097 -r3133
--- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Translations.xml (.../Translations.xml) (revision 3097)
+++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Translations.xml (.../Translations.xml) (revision 3133)
@@ -503,9 +503,6 @@
-
-
-
Index: DamClients/DamUI/trunk/src/Dam/Forms/Translations.xml
===================================================================
diff -u -r2871 -r3133
--- DamClients/DamUI/trunk/src/Dam/Forms/Translations.xml (.../Translations.xml) (revision 2871)
+++ DamClients/DamUI/trunk/src/Dam/Forms/Translations.xml (.../Translations.xml) (revision 3133)
@@ -87,4 +87,5 @@
+
\ No newline at end of file