|
@@ -117,6 +117,10 @@
|
|
|
this.txtSatLon.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
|
|
|
this.txtSatLon.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "° ", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
|
|
+ this.txtSatLon.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
|
|
+ this.txtSatLon.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
|
|
|
+ this.txtSatLon.Properties.MaskSettings.Set("mask", "f3");
|
|
|
+ this.txtSatLon.Properties.MaxLength = 10;
|
|
|
this.txtSatLon.Size = new System.Drawing.Size(251, 23);
|
|
|
this.txtSatLon.StyleController = this.layoutControl1;
|
|
|
this.txtSatLon.TabIndex = 6;
|
|
@@ -156,6 +160,10 @@
|
|
|
this.txtSatTrans.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
|
|
|
this.txtSatTrans.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
|
|
+ this.txtSatTrans.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
|
|
+ this.txtSatTrans.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
|
|
|
+ this.txtSatTrans.Properties.MaskSettings.Set("mask", "f3");
|
|
|
+ this.txtSatTrans.Properties.MaxLength = 15;
|
|
|
this.txtSatTrans.Size = new System.Drawing.Size(251, 23);
|
|
|
this.txtSatTrans.StyleController = this.layoutControl1;
|
|
|
this.txtSatTrans.TabIndex = 6;
|