|
@@ -33,6 +33,11 @@
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
this.gridControl = new DevExpress.XtraGrid.GridControl();
|
|
|
this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
@@ -50,6 +55,9 @@
|
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.txtTimeout = new DevExpress.XtraEditors.ButtonEdit();
|
|
|
+ this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
this.layoutControl1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
|
|
@@ -69,6 +77,9 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtTimeout.Properties)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// layoutControl1
|
|
@@ -79,6 +90,7 @@
|
|
|
this.layoutControl1.Controls.Add(this.txtEndTime);
|
|
|
this.layoutControl1.Controls.Add(this.txtStartTime);
|
|
|
this.layoutControl1.Controls.Add(this.txtTle);
|
|
|
+ this.layoutControl1.Controls.Add(this.txtTimeout);
|
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
@@ -89,10 +101,10 @@
|
|
|
//
|
|
|
// gridControl
|
|
|
//
|
|
|
- this.gridControl.Location = new System.Drawing.Point(12, 63);
|
|
|
+ this.gridControl.Location = new System.Drawing.Point(12, 64);
|
|
|
this.gridControl.MainView = this.gridView;
|
|
|
this.gridControl.Name = "gridControl";
|
|
|
- this.gridControl.Size = new System.Drawing.Size(776, 375);
|
|
|
+ this.gridControl.Size = new System.Drawing.Size(776, 374);
|
|
|
this.gridControl.TabIndex = 10;
|
|
|
this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
this.gridView});
|
|
@@ -104,9 +116,9 @@
|
|
|
//
|
|
|
// btnCalculate
|
|
|
//
|
|
|
- this.btnCalculate.Location = new System.Drawing.Point(722, 36);
|
|
|
+ this.btnCalculate.Location = new System.Drawing.Point(692, 37);
|
|
|
this.btnCalculate.Name = "btnCalculate";
|
|
|
- this.btnCalculate.Size = new System.Drawing.Size(66, 23);
|
|
|
+ this.btnCalculate.Size = new System.Drawing.Size(96, 24);
|
|
|
this.btnCalculate.StyleController = this.layoutControl1;
|
|
|
this.btnCalculate.TabIndex = 9;
|
|
|
this.btnCalculate.Text = "推算";
|
|
@@ -114,21 +126,23 @@
|
|
|
//
|
|
|
// txtSpanSeconds
|
|
|
//
|
|
|
- this.txtSpanSeconds.Location = new System.Drawing.Point(538, 36);
|
|
|
+ this.txtSpanSeconds.Location = new System.Drawing.Point(405, 38);
|
|
|
this.txtSpanSeconds.Name = "txtSpanSeconds";
|
|
|
+ this.txtSpanSeconds.Properties.AutoHeight = false;
|
|
|
this.txtSpanSeconds.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.txtSpanSeconds.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
|
|
this.txtSpanSeconds.Properties.MaskSettings.Set("mask", "f0");
|
|
|
- this.txtSpanSeconds.Size = new System.Drawing.Size(180, 23);
|
|
|
+ this.txtSpanSeconds.Size = new System.Drawing.Size(113, 22);
|
|
|
this.txtSpanSeconds.StyleController = this.layoutControl1;
|
|
|
this.txtSpanSeconds.TabIndex = 8;
|
|
|
//
|
|
|
// txtEndTime
|
|
|
//
|
|
|
this.txtEndTime.EditValue = null;
|
|
|
- this.txtEndTime.Location = new System.Drawing.Point(302, 36);
|
|
|
+ this.txtEndTime.Location = new System.Drawing.Point(235, 38);
|
|
|
this.txtEndTime.Name = "txtEndTime";
|
|
|
+ this.txtEndTime.Properties.AutoHeight = false;
|
|
|
this.txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
@@ -138,15 +152,16 @@
|
|
|
this.txtEndTime.Properties.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|
|
this.txtEndTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
|
this.txtEndTime.Properties.MaskSettings.Set("mask", "yyyy-MM-dd HH:mm:ss");
|
|
|
- this.txtEndTime.Size = new System.Drawing.Size(179, 20);
|
|
|
+ this.txtEndTime.Size = new System.Drawing.Size(113, 22);
|
|
|
this.txtEndTime.StyleController = this.layoutControl1;
|
|
|
this.txtEndTime.TabIndex = 7;
|
|
|
//
|
|
|
// txtStartTime
|
|
|
//
|
|
|
this.txtStartTime.EditValue = null;
|
|
|
- this.txtStartTime.Location = new System.Drawing.Point(65, 36);
|
|
|
+ this.txtStartTime.Location = new System.Drawing.Point(65, 38);
|
|
|
this.txtStartTime.Name = "txtStartTime";
|
|
|
+ this.txtStartTime.Properties.AutoHeight = false;
|
|
|
this.txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
@@ -156,7 +171,7 @@
|
|
|
this.txtStartTime.Properties.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|
|
this.txtStartTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
|
this.txtStartTime.Properties.MaskSettings.Set("mask", "yyyy-MM-dd HH:mm:ss");
|
|
|
- this.txtStartTime.Size = new System.Drawing.Size(180, 20);
|
|
|
+ this.txtStartTime.Size = new System.Drawing.Size(113, 22);
|
|
|
this.txtStartTime.StyleController = this.layoutControl1;
|
|
|
this.txtStartTime.TabIndex = 6;
|
|
|
//
|
|
@@ -164,10 +179,11 @@
|
|
|
//
|
|
|
this.txtTle.Location = new System.Drawing.Point(65, 12);
|
|
|
this.txtTle.Name = "txtTle";
|
|
|
+ this.txtTle.Properties.AutoHeight = false;
|
|
|
this.txtTle.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.txtTle.Properties.PopupView = this.searchLookUpEdit1View;
|
|
|
- this.txtTle.Size = new System.Drawing.Size(723, 20);
|
|
|
+ this.txtTle.Size = new System.Drawing.Size(723, 22);
|
|
|
this.txtTle.StyleController = this.layoutControl1;
|
|
|
this.txtTle.TabIndex = 5;
|
|
|
this.txtTle.ToolTip = "填写卫星的双行根数";
|
|
@@ -196,8 +212,11 @@
|
|
|
//
|
|
|
this.layoutControlItem2.Control = this.txtTle;
|
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 26);
|
|
|
+ this.layoutControlItem2.MinSize = new System.Drawing.Size(107, 26);
|
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
|
- this.layoutControlItem2.Size = new System.Drawing.Size(780, 24);
|
|
|
+ this.layoutControlItem2.Size = new System.Drawing.Size(780, 26);
|
|
|
+ this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem2.Text = "双行根数";
|
|
|
this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
|
|
@@ -206,11 +225,12 @@
|
|
|
// layoutControlItem5
|
|
|
//
|
|
|
this.layoutControlItem5.Control = this.btnCalculate;
|
|
|
- this.layoutControlItem5.Location = new System.Drawing.Point(710, 24);
|
|
|
- this.layoutControlItem5.MaxSize = new System.Drawing.Size(70, 70);
|
|
|
- this.layoutControlItem5.MinSize = new System.Drawing.Size(70, 26);
|
|
|
+ this.layoutControlItem5.Location = new System.Drawing.Point(680, 26);
|
|
|
+ this.layoutControlItem5.MaxSize = new System.Drawing.Size(100, 26);
|
|
|
+ this.layoutControlItem5.MinSize = new System.Drawing.Size(100, 26);
|
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
|
- this.layoutControlItem5.Size = new System.Drawing.Size(70, 27);
|
|
|
+ this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 1, 1);
|
|
|
+ this.layoutControlItem5.Size = new System.Drawing.Size(100, 26);
|
|
|
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem5.TextVisible = false;
|
|
@@ -218,9 +238,9 @@
|
|
|
// layoutControlItem6
|
|
|
//
|
|
|
this.layoutControlItem6.Control = this.gridControl;
|
|
|
- this.layoutControlItem6.Location = new System.Drawing.Point(0, 51);
|
|
|
+ this.layoutControlItem6.Location = new System.Drawing.Point(0, 52);
|
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
|
- this.layoutControlItem6.Size = new System.Drawing.Size(780, 379);
|
|
|
+ this.layoutControlItem6.Size = new System.Drawing.Size(780, 378);
|
|
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem6.TextVisible = false;
|
|
|
//
|
|
@@ -228,20 +248,21 @@
|
|
|
//
|
|
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
- this.layoutControlItem1,
|
|
|
- this.layoutControlItem3,
|
|
|
- this.layoutControlItem4});
|
|
|
- this.layoutControlGroup1.Location = new System.Drawing.Point(0, 24);
|
|
|
+ this.layoutControlGroup2});
|
|
|
+ this.layoutControlGroup1.Location = new System.Drawing.Point(0, 26);
|
|
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
|
this.layoutControlGroup1.ShowInCustomizationForm = false;
|
|
|
- this.layoutControlGroup1.Size = new System.Drawing.Size(710, 27);
|
|
|
+ this.layoutControlGroup1.Size = new System.Drawing.Size(680, 26);
|
|
|
//
|
|
|
// layoutControlItem1
|
|
|
//
|
|
|
this.layoutControlItem1.Control = this.txtStartTime;
|
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 26);
|
|
|
+ this.layoutControlItem1.MinSize = new System.Drawing.Size(107, 26);
|
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
- this.layoutControlItem1.Size = new System.Drawing.Size(237, 27);
|
|
|
+ this.layoutControlItem1.Size = new System.Drawing.Size(170, 26);
|
|
|
+ this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem1.Text = "开始时间";
|
|
|
this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
|
|
@@ -250,9 +271,12 @@
|
|
|
// layoutControlItem3
|
|
|
//
|
|
|
this.layoutControlItem3.Control = this.txtEndTime;
|
|
|
- this.layoutControlItem3.Location = new System.Drawing.Point(237, 0);
|
|
|
+ this.layoutControlItem3.Location = new System.Drawing.Point(170, 0);
|
|
|
+ this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 26);
|
|
|
+ this.layoutControlItem3.MinSize = new System.Drawing.Size(107, 26);
|
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
- this.layoutControlItem3.Size = new System.Drawing.Size(236, 27);
|
|
|
+ this.layoutControlItem3.Size = new System.Drawing.Size(170, 26);
|
|
|
+ this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem3.Text = "结束时间";
|
|
|
this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
|
|
@@ -261,14 +285,58 @@
|
|
|
// layoutControlItem4
|
|
|
//
|
|
|
this.layoutControlItem4.Control = this.txtSpanSeconds;
|
|
|
- this.layoutControlItem4.Location = new System.Drawing.Point(473, 0);
|
|
|
+ this.layoutControlItem4.Location = new System.Drawing.Point(340, 0);
|
|
|
+ this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 26);
|
|
|
+ this.layoutControlItem4.MinSize = new System.Drawing.Size(107, 26);
|
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
|
- this.layoutControlItem4.Size = new System.Drawing.Size(237, 27);
|
|
|
+ this.layoutControlItem4.Size = new System.Drawing.Size(170, 26);
|
|
|
+ this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem4.Text = "推算间隔";
|
|
|
this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
|
|
|
this.layoutControlItem4.TextToControlDistance = 5;
|
|
|
//
|
|
|
+ // txtTimeout
|
|
|
+ //
|
|
|
+ this.txtTimeout.Location = new System.Drawing.Point(575, 38);
|
|
|
+ this.txtTimeout.Name = "txtTimeout";
|
|
|
+ this.txtTimeout.Properties.AutoHeight = false;
|
|
|
+ this.txtTimeout.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "秒", -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.txtTimeout.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
|
|
+ this.txtTimeout.Properties.MaskSettings.Set("mask", "f0");
|
|
|
+ this.txtTimeout.Size = new System.Drawing.Size(113, 22);
|
|
|
+ this.txtTimeout.StyleController = this.layoutControl1;
|
|
|
+ this.txtTimeout.TabIndex = 8;
|
|
|
+ //
|
|
|
+ // layoutControlItem7
|
|
|
+ //
|
|
|
+ this.layoutControlItem7.Control = this.txtTimeout;
|
|
|
+ this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
+ this.layoutControlItem7.CustomizationFormText = "推算间隔";
|
|
|
+ this.layoutControlItem7.Location = new System.Drawing.Point(510, 0);
|
|
|
+ this.layoutControlItem7.MaxSize = new System.Drawing.Size(0, 26);
|
|
|
+ this.layoutControlItem7.MinSize = new System.Drawing.Size(107, 26);
|
|
|
+ this.layoutControlItem7.Name = "layoutControlItem7";
|
|
|
+ this.layoutControlItem7.Size = new System.Drawing.Size(170, 26);
|
|
|
+ this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.layoutControlItem7.Text = "超时时间";
|
|
|
+ this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
+ this.layoutControlItem7.TextSize = new System.Drawing.Size(48, 14);
|
|
|
+ this.layoutControlItem7.TextToControlDistance = 5;
|
|
|
+ //
|
|
|
+ // layoutControlGroup2
|
|
|
+ //
|
|
|
+ this.layoutControlGroup2.GroupBordersVisible = false;
|
|
|
+ this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
+ this.layoutControlItem1,
|
|
|
+ this.layoutControlItem3,
|
|
|
+ this.layoutControlItem4,
|
|
|
+ this.layoutControlItem7});
|
|
|
+ this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.layoutControlGroup2.Name = "layoutControlGroup2";
|
|
|
+ this.layoutControlGroup2.Size = new System.Drawing.Size(680, 26);
|
|
|
+ //
|
|
|
// XlCalculateForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
@@ -297,6 +365,9 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtTimeout.Properties)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -320,5 +391,8 @@
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
|
+ private DevExpress.XtraEditors.ButtonEdit txtTimeout;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|
|
}
|
|
|
}
|