View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001660 | SkyChart | 1-Software | public | 17-02-24 15:26 | 17-02-24 15:50 |
| Reporter | Philip Lacroix | Assigned To | Patrick Chevalley | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | GNU/Linux | OS | Slackware | OS Version | 14.2 - x86_64 |
| Product Version | 3.11 SVN | ||||
| Target Version | 4.0 | Fixed in Version | 3.11 SVN | ||
| Summary | 0001660: Layout improvements in Solar System configuration section (diff provided) | ||||
| Description | Hello. I submit a few changes I've made to the GUI layout of the "Solar System" configuration section. There were in fact a few glitches: - the GRS button in "Planet" was too short for the icon and text to display properly (in several languages the text was cropped); - there were overlapping labels in the "Add" sections of both "Comet" and "Asteroid"; - overall, there were some misalignments, inconsistencies and overcrowded elements. I think I fixed most of them. The only file I edited is "skychart/fu_config_solsys.lfm", for which I attach a diff (created against #3537). | ||||
| Steps To Reproduce | Setup » All configuration options » Solar System | ||||
| Tags | No tags attached. | ||||
|
|
fu_config_solsys.lfm.diff (42,058 bytes)
--- a/skychart/fu_config_solsys.lfm
+++ b/skychart/fu_config_solsys.lfm
@@ -32,7 +32,7 @@
ClientHeight = 516
ClientWidth = 496
object Label12: TLabel
- Left = 7
+ Left = 10
Height = 15
Top = 17
Width = 136
@@ -57,10 +57,10 @@
ParentColor = False
end
object PlaParalaxe: TRadioGroup
- Left = 40
+ Left = 20
Height = 81
Top = 48
- Width = 390
+ Width = 445
AutoFill = True
Caption = 'Position'
ChildSizing.LeftRightSpacing = 6
@@ -72,7 +72,7 @@
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 64
- ClientWidth = 386
+ ClientWidth = 300
Columns = 2
Items.Strings = (
'Geocentric'
@@ -95,7 +95,7 @@
OnChange = PlanetDirChange
end
object CheckBoxPluto: TCheckBox
- Left = 48
+ Left = 25
Height = 23
Top = 328
Width = 131
@@ -104,7 +104,7 @@
TabOrder = 2
end
object smallsat: TCheckBox
- Left = 48
+ Left = 25
Height = 23
Top = 395
Width = 313
@@ -113,18 +113,18 @@
TabOrder = 3
end
object GroupBox2: TGroupBox
- Left = 40
- Height = 161
+ Left = 20
+ Height = 170
Top = 144
- Width = 390
+ Width = 445
Caption = 'JPL ephemeris search order'
ClientHeight = 144
ClientWidth = 386
TabOrder = 4
object ListBoxEph: TListBox
- Left = 264
+ Left = 284
Height = 121
- Top = 0
+ Top = 10
Width = 108
ItemHeight = 0
ScrollWidth = 104
@@ -132,16 +132,16 @@
TopIndex = -1
end
object EditEph: TEdit
- Left = 61
+ Left = 41
Height = 23
- Top = 8
+ Top = 18
Width = 90
TabOrder = 1
end
object ButtonEphAdd: TButton
Left = 160
Height = 25
- Top = 8
+ Top = 18
Width = 90
Caption = 'Add'
OnClick = ButtonEphAddClick
@@ -150,16 +150,16 @@
object ButtonEphDel: TButton
Left = 160
Height = 25
- Top = 48
+ Top = 58
Width = 90
Caption = 'Delete'
OnClick = ButtonEphDelClick
TabOrder = 3
end
object ButtonEphUp: TButton
- Left = 61
+ Left = 41
Height = 25
- Top = 88
+ Top = 98
Width = 90
Caption = 'Move up'
OnClick = ButtonEphUpClick
@@ -168,16 +168,16 @@
object ButtonEphDown: TButton
Left = 160
Height = 25
- Top = 88
+ Top = 98
Width = 90
Caption = 'Move down'
OnClick = ButtonEphDownClick
TabOrder = 5
end
object ButtonEphDefault: TButton
- Left = 61
+ Left = 41
Height = 25
- Top = 48
+ Top = 58
Width = 90
Caption = 'Default'
OnClick = ButtonEphDefaultClick
@@ -190,7 +190,7 @@
ClientHeight = 516
ClientWidth = 496
object Label5: TLabel
- Left = 0
+ Left = 10
Height = 15
Top = 17
Width = 97
@@ -198,7 +198,7 @@
ParentColor = False
end
object PlanetBox: TCheckBox
- Left = 15
+ Left = 25
Height = 23
Hint = 'Planetary Ephemerides (Chapront+ 1996)'
Top = 39
@@ -213,10 +213,10 @@
TabOrder = 0
end
object PlanetMode: TRadioGroup
- Left = 18
+ Left = 20
Height = 117
Top = 63
- Width = 356
+ Width = 445
AutoFill = True
Caption = 'Draw Planet As'
ChildSizing.LeftRightSpacing = 6
@@ -239,28 +239,28 @@
TabOrder = 1
end
object PlanetBox3: TCheckBox
- Left = 18
+ Left = 25
Height = 23
- Top = 391
+ Top = 409
Width = 260
- Caption = 'Show Earth Shadow (Lunar eclipses)'
+ Caption = 'Show Earth Shadow (Lunar eclipses)'
OnClick = PlanetBox3Click
TabOrder = 4
end
object TransparentPlanet: TCheckBox
- Left = 18
+ Left = 25
Height = 23
- Top = 419
+ Top = 437
Width = 251
Caption = 'Transparent line mode (occultation)'
OnClick = TransparentPlanetClick
TabOrder = 5
end
object SunPanel: TPanel
- Left = 18
+ Left = 20
Height = 106
Top = 183
- Width = 356
+ Width = 445
ClientHeight = 106
ClientWidth = 356
TabOrder = 2
@@ -329,17 +329,17 @@
end
end
object GRSPanel: TPanel
- Left = 18
- Height = 88
+ Left = 20
+ Height = 105
Top = 295
- Width = 356
+ Width = 445
ClientHeight = 88
ClientWidth = 356
TabOrder = 3
object Label89: TLabel
Left = 13
Height = 15
- Top = 8
+ Top = 13
Width = 142
Caption = 'Jupiter GRS longitude :'
ParentColor = False
@@ -348,8 +348,8 @@
Left = 171
Height = 23
Hint = '0..360'
- Top = 4
- Width = 41
+ Top = 9
+ Width = 50
ParentShowHint = False
ShowHint = True
TabOrder = 0
@@ -360,11 +360,11 @@
NumericType = ntFixed
end
object BitBtn37: TBitBtn
- Left = 3
+ Left = 5
Height = 32
Hint = 'Get recent measurement from JUPOS'
- Top = 56
- Width = 351
+ Top = 65
+ Width = 435
BorderSpacing.InnerBorder = 2
Caption = 'Get recent measurement from JUPOS'
Glyph.Data = {
@@ -449,18 +449,18 @@
TabOrder = 3
end
object Label9: TLabel
- Left = 219
+ Left = 240
Height = 15
- Top = 8
+ Top = 13
Width = 65
Caption = 'Yearly drift'
ParentColor = False
end
object GRSdrift: TFloatEdit
- Left = 307
+ Left = 328
Height = 23
Hint = '-90..90'
- Top = 4
+ Top = 9
Width = 40
ParentShowHint = False
ShowHint = True
@@ -475,7 +475,7 @@
object GRSJDDate: TJDDatePicker
Left = 171
Height = 25
- Top = 29
+ Top = 34
Width = 117
Caption = 'JD calendar'
JD = 2455767.5
@@ -484,7 +484,7 @@
object Label10: TLabel
Left = 13
Height = 15
- Top = 33
+ Top = 38
Width = 31
Caption = 'Date'
ParentColor = False
@@ -510,16 +510,16 @@
ClientWidth = 492
ImageIndex = 3
object GroupBox13: TGroupBox
- Left = 8
+ Left = 20
Height = 316
Top = 10
- Width = 441
+ Width = 445
Caption = 'Chart Setting'
ClientHeight = 299
ClientWidth = 437
TabOrder = 0
object Label154: TLabel
- Left = 32
+ Left = 17
Height = 46
Top = 218
Width = 286
@@ -529,7 +529,7 @@
WordWrap = True
end
object Label216: TLabel
- Left = 32
+ Left = 17
Height = 16
Top = 162
Width = 71
@@ -537,7 +537,7 @@
ParentColor = False
end
object Label231: TLabel
- Left = 221
+ Left = 214
Height = 52
Top = 162
Width = 191
@@ -547,7 +547,7 @@
WordWrap = True
end
object comlimitmag: TFloatEdit
- Left = 329
+ Left = 322
Height = 23
Hint = '0..99'
Top = 218
@@ -561,18 +561,18 @@
MaxValue = 99
end
object showcom: TCheckBox
- Left = 32
+ Left = 17
Height = 23
- Top = 14
- Width = 175
+ Top = 22
+ Width = 184
Caption = 'Show comets on the chart'
OnClick = showcomClick
TabOrder = 0
end
object comsymbol: TRadioGroup
- Left = 24
- Height = 96
- Top = 39
+ Left = 17
+ Height = 89
+ Top = 56
Width = 393
AutoFill = True
ChildSizing.LeftRightSpacing = 6
@@ -583,7 +583,7 @@
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
- ClientHeight = 79
+ ClientHeight = 72
ClientWidth = 389
Color = clBtnFace
ItemIndex = 1
@@ -596,7 +596,7 @@
TabOrder = 1
end
object commagdiff: TFloatEdit
- Left = 164
+ Left = 157
Height = 23
Hint = '0..99'
Top = 157
@@ -611,7 +611,7 @@
end
end
object comdbset: TButton
- Left = 17
+ Left = 20
Height = 25
Top = 358
Width = 185
@@ -628,47 +628,47 @@
ClientWidth = 492
ImageIndex = 1
object Label232: TLabel
- Left = 15
+ Left = 20
Height = 16
- Top = 123
+ Top = 117
Width = 60
Caption = 'Messages:'
ParentColor = False
end
object MemoCom: TMemo
- Left = 8
- Height = 242
- Top = 143
- Width = 441
+ Left = 20
+ Height = 271
+ Top = 137
+ Width = 445
Color = clBtnFace
ScrollBars = ssBoth
TabOrder = 1
TabStop = False
end
object ComPageControl1: TPageControl
- Left = 13
- Height = 104
- Top = 11
- Width = 436
+ Left = 20
+ Height = 96
+ Top = 12
+ Width = 445
ActivePage = TabSheet1
TabIndex = 0
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'Load MPC format file'
- ClientHeight = 100
- ClientWidth = 432
+ ClientHeight = 92
+ ClientWidth = 437
object Label2: TLabel
- Left = 13
+ Left = 15
Height = 16
- Top = 27
+ Top = 25
Width = 190
Caption = 'Download latest orbital elements'
ParentColor = False
end
object DownloadComet: TButton
- Left = 317
+ Left = 325
Height = 25
- Top = 22
+ Top = 19
Width = 97
BorderSpacing.InnerBorder = 4
Caption = 'Download'
@@ -678,12 +678,12 @@
end
object TabSheet2: TTabSheet
Caption = 'Or use a local file :'
- ClientHeight = 100
- ClientWidth = 432
+ ClientHeight = 92
+ ClientWidth = 437
object comfile: TFileNameEdit
- Left = 13
+ Left = 15
Height = 23
- Top = 24
+ Top = 21
Width = 265
DialogOptions = []
Filter = 'Comet Files|COM*.DAT|All Files|*.*'
@@ -697,7 +697,7 @@
object Loadcom: TButton
Left = 325
Height = 25
- Top = 22
+ Top = 19
Width = 97
BorderSpacing.InnerBorder = 4
Caption = 'Load file'
@@ -713,18 +713,18 @@
ClientWidth = 492
ImageIndex = 3
object Label238: TLabel
- Left = 8
+ Left = 20
Height = 16
- Top = 151
+ Top = 161
Width = 60
Caption = 'Messages:'
ParentColor = False
end
object GroupBox16: TGroupBox
- Left = 8
- Height = 60
+ Left = 20
+ Height = 70
Top = 10
- Width = 441
+ Width = 445
Caption = 'Delete MPC data selectively'
ClientHeight = 43
ClientWidth = 437
@@ -732,7 +732,7 @@
object comelemlist: TComboBox
Left = 16
Height = 25
- Top = 6
+ Top = 15
Width = 281
AutoCompleteText = [cbactSearchAscending]
ItemHeight = 0
@@ -740,9 +740,9 @@
TabOrder = 0
end
object DelCom: TButton
- Left = 328
+ Left = 348
Height = 25
- Top = 6
+ Top = 15
Width = 75
BorderSpacing.InnerBorder = 4
Caption = 'Delete'
@@ -751,10 +751,10 @@
end
end
object GroupBox17: TGroupBox
- Left = 8
+ Left = 20
Height = 63
- Top = 80
- Width = 441
+ Top = 90
+ Width = 445
Caption = 'Quick Delete'
ClientHeight = 46
ClientWidth = 437
@@ -762,15 +762,15 @@
object Label239: TLabel
Left = 12
Height = 16
- Top = 16
+ Top = 12
Width = 209
Caption = 'Quickly delete all comet related data'
ParentColor = False
end
object DelComAll: TButton
- Left = 328
+ Left = 348
Height = 25
- Top = 8
+ Top = 7
Width = 75
BorderSpacing.InnerBorder = 4
Caption = 'Delete'
@@ -779,10 +779,10 @@
end
end
object DelComMemo: TMemo
- Left = 8
+ Left = 20
Height = 209
- Top = 176
- Width = 441
+ Top = 181
+ Width = 445
Color = clBtnFace
ScrollBars = ssBoth
TabOrder = 2
@@ -795,7 +795,7 @@
ClientWidth = 492
ImageIndex = 4
object Label241: TLabel
- Left = 8
+ Left = 10
Height = 16
Top = 8
Width = 345
@@ -803,7 +803,7 @@
ParentColor = False
end
object Label242: TLabel
- Left = 8
+ Left = 10
Height = 16
Top = 40
Width = 69
@@ -811,182 +811,182 @@
ParentColor = False
end
object Label243: TLabel
- Left = 8
+ Left = 10
Height = 16
- Top = 232
+ Top = 360
Width = 125
Caption = 'H absolute magnitude'
ParentColor = False
end
object Label244: TLabel
- Left = 160
+ Left = 10
Height = 16
- Top = 232
+ Top = 392
Width = 105
Caption = 'G slope parameter'
ParentColor = False
end
object Label245: TLabel
- Left = 160
+ Left = 10
Height = 16
- Top = 168
+ Top = 296
Width = 62
Caption = 'Epoch (JD)'
ParentColor = False
end
object Label246: TLabel
- Left = 160
+ Left = 10
Height = 16
- Top = 40
+ Top = 104
Width = 86
Caption = 'Perihelion date'
ParentColor = False
end
object Label247: TLabel
- Left = 160
+ Left = 10
Height = 16
- Top = 104
+ Top = 200
Width = 132
Caption = 'Argument of perihelion'
ParentColor = False
end
object Label248: TLabel
- Left = 312
+ Left = 10
Height = 16
- Top = 104
+ Top = 232
Width = 151
Caption = 'Longitude ascending Node'
ParentColor = False
end
object Label249: TLabel
- Left = 8
+ Left = 10
Height = 16
- Top = 168
+ Top = 264
Width = 60
Caption = 'Inclination'
ParentColor = False
end
object Label250: TLabel
- Left = 8
+ Left = 10
Height = 16
- Top = 104
+ Top = 168
Width = 71
Caption = 'Eccentricity'
ParentColor = False
end
object Label251: TLabel
- Left = 312
+ Left = 10
Height = 16
- Top = 40
+ Top = 136
Width = 109
Caption = 'Perihelion distance'
ParentColor = False
end
object Label253: TLabel
- Left = 312
+ Left = 10
Height = 16
- Top = 168
+ Top = 328
Width = 45
Caption = 'Equinox'
ParentColor = False
end
object Label254: TLabel
- Left = 8
+ Left = 10
Height = 16
- Top = 296
+ Top = 72
Width = 34
Caption = 'Name'
ParentColor = False
end
object comid: TEdit
- Left = 8
+ Left = 210
Height = 23
- Top = 64
+ Top = 40
Width = 100
TabOrder = 0
end
object comh: TEdit
- Left = 8
+ Left = 210
Height = 23
- Top = 256
+ Top = 360
Width = 100
- TabOrder = 11
+ TabOrder = 12
Text = '5'
end
object comg: TEdit
- Left = 160
+ Left = 210
Height = 23
- Top = 256
+ Top = 392
Width = 100
- TabOrder = 12
- Text = '10'
+ TabOrder = 13
+ Text = '11'
end
object comep: TEdit
- Left = 160
+ Left = 210
Height = 23
- Top = 192
+ Top = 296
Width = 100
- TabOrder = 9
+ TabOrder = 10
end
object comperi: TEdit
- Left = 160
+ Left = 210
Height = 23
- Top = 128
+ Top = 200
Width = 100
- TabOrder = 6
+ TabOrder = 7
Text = '0.0'
end
object comnode: TEdit
- Left = 312
+ Left = 210
Height = 23
- Top = 128
+ Top = 232
Width = 100
- TabOrder = 7
+ TabOrder = 8
Text = '0.0'
end
object comi: TEdit
- Left = 8
+ Left = 210
Height = 23
- Top = 192
+ Top = 264
Width = 100
- TabOrder = 8
+ TabOrder = 9
Text = '0.0'
end
object comec: TEdit
- Left = 8
+ Left = 210
Height = 23
- Top = 128
+ Top = 168
Width = 100
- TabOrder = 5
+ TabOrder = 6
Text = '0.0'
end
object comq: TEdit
- Left = 312
+ Left = 210
Height = 23
- Top = 64
+ Top = 136
Width = 100
- TabOrder = 4
+ TabOrder = 5
Text = '2'
end
object comnam: TEdit
- Left = 8
+ Left = 210
Height = 23
- Top = 320
+ Top = 72
Width = 257
- TabOrder = 13
+ TabOrder = 1
end
object comeq: TEdit
- Left = 312
+ Left = 210
Height = 23
- Top = 192
+ Top = 328
Width = 100
- TabOrder = 10
+ TabOrder = 11
Text = '2000'
end
object AddCom: TButton
- Left = 312
+ Left = 392
Height = 25
- Top = 320
+ Top = 430
Width = 75
BorderSpacing.InnerBorder = 4
Caption = 'Add'
@@ -994,25 +994,25 @@
TabOrder = 14
end
object comt_y: TEdit
- Left = 139
+ Left = 210
Height = 23
- Top = 64
+ Top = 104
Width = 43
- TabOrder = 1
+ TabOrder = 2
end
object comt_m: TEdit
- Left = 188
+ Left = 259
Height = 23
- Top = 64
+ Top = 104
Width = 27
- TabOrder = 2
+ TabOrder = 3
end
object comt_d: TEdit
- Left = 221
+ Left = 292
Height = 23
- Top = 64
+ Top = 104
Width = 57
- TabOrder = 3
+ TabOrder = 4
end
end
end
@@ -1036,16 +1036,16 @@
ClientWidth = 492
ImageIndex = 3
object GroupBox9: TGroupBox
- Left = 8
+ Left = 20
Height = 340
Top = 10
- Width = 441
+ Width = 445
Caption = 'Chart Setting'
ClientHeight = 323
ClientWidth = 437
TabOrder = 0
object Label203: TLabel
- Left = 25
+ Left = 17
Height = 44
Top = 218
Width = 266
@@ -1055,7 +1055,7 @@
WordWrap = True
end
object Label212: TLabel
- Left = 25
+ Left = 17
Height = 16
Top = 162
Width = 80
@@ -1087,7 +1087,7 @@
MaxValue = 99
end
object showast: TCheckBox
- Left = 25
+ Left = 17
Height = 23
Top = 22
Width = 184
@@ -1163,27 +1163,27 @@
ClientWidth = 492
ImageIndex = 1
object Label206: TLabel
- Left = 8
+ Left = 20
Height = 16
- Top = 203
+ Top = 213
Width = 60
Caption = 'Messages:'
ParentColor = False
end
object MemoMPC: TMemo
- Left = 8
+ Left = 20
Height = 174
- Top = 219
- Width = 441
+ Top = 233
+ Width = 445
Color = clBtnFace
ScrollBars = ssBoth
TabOrder = 2
TabStop = False
end
object GroupBox1: TGroupBox
- Left = 8
+ Left = 20
Height = 88
- Top = 107
+ Top = 117
Width = 441
Caption = 'Options'
ClientHeight = 71
@@ -1237,10 +1237,10 @@
end
end
object AstPageControl2: TPageControl
- Left = 8
+ Left = 20
Height = 96
- Top = 3
- Width = 441
+ Top = 12
+ Width = 445
ActivePage = TabSheet3
TabIndex = 0
TabOrder = 0
@@ -1249,15 +1249,15 @@
ClientHeight = 92
ClientWidth = 437
object Label1: TLabel
- Left = 22
+ Left = 15
Height = 16
- Top = 24
+ Top = 25
Width = 190
Caption = 'Download latest orbital elements'
ParentColor = False
end
object DownloadAsteroid: TButton
- Left = 302
+ Left = 325
Height = 25
Top = 19
Width = 97
@@ -1272,10 +1272,10 @@
ClientHeight = 92
ClientWidth = 437
object mpcfile: TFileNameEdit
- Left = 14
+ Left = 15
Height = 23
Top = 21
- Width = 232
+ Width = 265
DialogOptions = []
Filter = 'MPCORB Files|MPCORB*.DAT|All Files|*.*'
FilterIndex = 0
@@ -1286,7 +1286,7 @@
TabOrder = 0
end
object LoadMPC: TButton
- Left = 302
+ Left = 325
Height = 25
Top = 19
Width = 97
@@ -1304,34 +1304,34 @@
ClientWidth = 492
ImageIndex = 2
object Label210: TLabel
- Left = 8
+ Left = 20
Height = 16
- Top = 109
+ Top = 114
Width = 60
Caption = 'Messages:'
ParentColor = False
end
object GroupBox8: TGroupBox
- Left = 8
+ Left = 20
Height = 94
- Top = 7
- Width = 441
+ Top = 10
+ Width = 445
Caption = 'Prepare data '
ClientHeight = 77
ClientWidth = 437
TabOrder = 0
object Label7: TLabel
- Left = 9
+ Left = 12
Height = 16
- Top = 13
+ Top = 14
Width = 71
Caption = 'Start Month'
ParentColor = False
end
object Label207: TLabel
- Left = 9
+ Left = 12
Height = 16
- Top = 50
+ Top = 46
Width = 103
Caption = 'Number of Month'
ParentColor = False
@@ -1349,21 +1349,21 @@
object aststrtdate_y: TEdit
Left = 177
Height = 23
- Top = 5
+ Top = 11
Width = 66
TabOrder = 0
end
object aststrtdate_m: TEdit
- Left = 257
+ Left = 250
Height = 23
- Top = 5
+ Top = 11
Width = 32
TabOrder = 1
end
object astnummonth: TMouseUpDown
Left = 225
Height = 23
- Top = 46
+ Top = 41
Width = 17
Associate = astnummonthEdit
Max = 12
@@ -1375,16 +1375,16 @@
object astnummonthEdit: TEdit
Left = 177
Height = 23
- Top = 46
+ Top = 41
Width = 48
TabOrder = 2
end
end
object prepastmemo: TMemo
- Left = 8
+ Left = 20
Height = 244
- Top = 133
- Width = 441
+ Top = 134
+ Width = 445
Color = clBtnFace
ScrollBars = ssBoth
TabOrder = 1
@@ -1397,18 +1397,18 @@
ClientWidth = 492
ImageIndex = 3
object Label211: TLabel
- Left = 8
+ Left = 20
Height = 16
- Top = 184
+ Top = 234
Width = 60
Caption = 'Messages:'
ParentColor = False
end
object GroupBox10: TGroupBox
- Left = 8
- Height = 60
+ Left = 20
+ Height = 70
Top = 10
- Width = 441
+ Width = 445
Caption = 'Delete MPC data selectively'
ClientHeight = 43
ClientWidth = 437
@@ -1416,7 +1416,7 @@
object astelemlist: TComboBox
Left = 16
Height = 25
- Top = 14
+ Top = 15
Width = 281
AutoCompleteText = [cbactSearchAscending]
ItemHeight = 0
@@ -1426,7 +1426,7 @@
object delast: TButton
Left = 348
Height = 25
- Top = 14
+ Top = 15
Width = 75
BorderSpacing.InnerBorder = 4
Caption = 'Delete'
@@ -1435,18 +1435,18 @@
end
end
object GroupBox11: TGroupBox
- Left = 8
- Height = 49
- Top = 128
- Width = 441
+ Left = 20
+ Height = 63
+ Top = 162
+ Width = 445
Caption = 'Quick Delete'
- ClientHeight = 32
+ ClientHeight = 46
ClientWidth = 437
TabOrder = 2
object Label209: TLabel
Left = 12
Height = 16
- Top = 8
+ Top = 12
Width = 218
Caption = 'Quickly delete all asteroid related data'
ParentColor = False
@@ -1454,7 +1454,7 @@
object delallast: TButton
Left = 348
Height = 25
- Top = 0
+ Top = 7
Width = 75
BorderSpacing.InnerBorder = 4
Caption = 'Delete'
@@ -1463,22 +1463,22 @@
end
end
object delastMemo: TMemo
- Left = 8
+ Left = 20
Height = 177
- Top = 208
- Width = 441
+ Top = 254
+ Width = 445
Color = clBtnFace
ScrollBars = ssBoth
TabOrder = 3
TabStop = False
end
object GroupBox12: TGroupBox
- Left = 8
- Height = 57
- Top = 72
- Width = 441
+ Left = 20
+ Height = 63
+ Top = 90
+ Width = 445
Caption = 'Delete Monthly data '
- ClientHeight = 40
+ ClientHeight = 46
ClientWidth = 437
TabOrder = 1
object Label214: TLabel
@@ -1492,7 +1492,7 @@
object deldateast: TButton
Left = 348
Height = 25
- Top = 4
+ Top = 7
Width = 75
BorderSpacing.InnerBorder = 4
Caption = 'Delete'
@@ -1522,7 +1522,7 @@
ClientWidth = 492
ImageIndex = 4
object Label217: TLabel
- Left = 8
+ Left = 10
Height = 16
Top = 8
Width = 345
@@ -1530,7 +1530,7 @@
ParentColor = False
end
object Label218: TLabel
- Left = 8
+ Left = 10
Height = 16
Top = 40
Width = 69
@@ -1538,206 +1538,206 @@
ParentColor = False
end
object Label219: TLabel
- Left = 160
+ Left = 10
Height = 16
- Top = 40
+ Top = 104
Width = 125
Caption = 'H absolute magnitude'
ParentColor = False
end
object Label220: TLabel
- Left = 312
+ Left = 10
Height = 16
- Top = 40
+ Top = 136
Width = 105
Caption = 'G slope parameter'
ParentColor = False
end
object Label221: TLabel
- Left = 8
+ Left = 10
Height = 16
- Top = 104
+ Top = 168
Width = 62
Caption = 'Epoch (JD)'
ParentColor = False
end
object Label222: TLabel
- Left = 160
+ Left = 10
Height = 16
- Top = 104
+ Top = 200
Width = 80
Caption = 'Mean anomaly'
ParentColor = False
end
object Label223: TLabel
- Left = 312
+ Left = 10
Height = 16
- Top = 104
+ Top = 232
Width = 132
Caption = 'Argument of perihelion'
ParentColor = False
end
object Label224: TLabel
- Left = 8
+ Left = 10
Height = 16
- Top = 168
+ Top = 264
Width = 151
Caption = 'Longitude ascending Node'
ParentColor = False
end
object Label225: TLabel
- Left = 160
+ Left = 10
Height = 16
- Top = 168
+ Top = 296
Width = 60
Caption = 'Inclination'
ParentColor = False
end
object Label226: TLabel
- Left = 312
+ Left = 10
Height = 16
- Top = 168
+ Top = 328
Width = 71
Caption = 'Eccentricity'
ParentColor = False
end
object Label227: TLabel
- Left = 8
+ Left = 10
Height = 16
- Top = 232
+ Top = 360
Width = 86
Caption = 'Semimajor Axis'
ParentColor = False
end
object Label228: TLabel
- Left = 160
+ Left = 10
Height = 16
- Top = 232
+ Top = 392
Width = 61
Caption = 'Reference'
ParentColor = False
end
object Label229: TLabel
- Left = 312
+ Left = 10
Height = 16
- Top = 232
+ Top = 426
Width = 45
Caption = 'Equinox'
ParentColor = False
end
object Label230: TLabel
- Left = 8
+ Left = 10
Height = 16
- Top = 296
+ Top = 72
Width = 34
Caption = 'Name'
ParentColor = False
end
object astid: TEdit
- Left = 8
+ Left = 210
Height = 23
- Top = 64
+ Top = 40
Width = 100
TabOrder = 0
end
object asth: TEdit
- Left = 160
+ Left = 210
Height = 23
- Top = 64
+ Top = 104
Width = 100
- TabOrder = 1
+ TabOrder = 2
Text = '16'
end
object astg: TEdit
- Left = 312
+ Left = 210
Height = 23
- Top = 64
+ Top = 136
Width = 100
- TabOrder = 2
+ TabOrder = 3
Text = '0.15'
end
object astep: TEdit
- Left = 8
+ Left = 210
Height = 23
- Top = 128
+ Top = 168
Width = 100
- TabOrder = 3
+ TabOrder = 4
Text = '2453006.5'
end
object astma: TEdit
- Left = 160
+ Left = 210
Height = 23
- Top = 128
+ Top = 200
Width = 100
- TabOrder = 4
+ TabOrder = 5
Text = '0.0'
end
object astperi: TEdit
- Left = 312
+ Left = 210
Height = 23
- Top = 128
+ Top = 232
Width = 100
- TabOrder = 5
+ TabOrder = 6
Text = '0.0'
end
object astnode: TEdit
- Left = 8
+ Left = 210
Height = 23
- Top = 192
+ Top = 264
Width = 100
- TabOrder = 6
+ TabOrder = 7
Text = '0.0'
end
object asti: TEdit
- Left = 160
+ Left = 210
Height = 23
- Top = 192
+ Top = 296
Width = 100
- TabOrder = 7
+ TabOrder = 8
Text = '0.0'
end
object astec: TEdit
- Left = 312
+ Left = 210
Height = 23
- Top = 192
+ Top = 328
Width = 100
- TabOrder = 8
+ TabOrder = 9
Text = '0.0'
end
object astax: TEdit
- Left = 8
+ Left = 210
Height = 23
- Top = 256
+ Top = 360
Width = 100
- TabOrder = 9
+ TabOrder = 10
Text = '2'
end
object astref: TEdit
- Left = 160
+ Left = 210
Height = 23
- Top = 256
+ Top = 392
Width = 100
- TabOrder = 10
+ TabOrder = 11
end
object astnam: TEdit
- Left = 8
+ Left = 210
Height = 23
- Top = 320
+ Top = 72
Width = 257
- TabOrder = 12
+ TabOrder = 1
end
object asteq: TEdit
- Left = 312
+ Left = 210
Height = 23
- Top = 256
+ Top = 426
Width = 100
- TabOrder = 11
+ TabOrder = 12
Text = '2000'
end
object Addast: TButton
- Left = 312
+ Left = 392
Height = 25
- Top = 320
+ Top = 430
Width = 75
BorderSpacing.InnerBorder = 4
Caption = 'Add'
|
|
|
Thank you! Your change is in revision 3541: https://sourceforge.net/p/skychart/code/3541/ |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 17-02-24 15:26 | Philip Lacroix | New Issue | |
| 17-02-24 15:26 | Philip Lacroix | File Added: fu_config_solsys.lfm.diff | |
| 17-02-24 15:50 | Patrick Chevalley | Assigned To | => Patrick Chevalley |
| 17-02-24 15:50 | Patrick Chevalley | Status | new => resolved |
| 17-02-24 15:50 | Patrick Chevalley | Resolution | open => fixed |
| 17-02-24 15:50 | Patrick Chevalley | Fixed in Version | => 3.11 SVN |
| 17-02-24 15:50 | Patrick Chevalley | Target Version | => 4.0 |
| 17-02-24 15:50 | Patrick Chevalley | Note Added: 0003653 |