Revision: 4291
http://sourceforge.net/p/gexperts/code/4291
Author: twm
Date: 2024-08-10 15:37:29 +0000 (Sat, 10 Aug 2024)
Log Message:
-----------
* removed incompatible StyleElements property
* moved label on top of the combobox rather than to the right
* aligned all controls to the grid
* removed minimize and maximize buttons
Modified Paths:
--------------
trunk/Source/Editor/GX_eDate.dfm
Modified: trunk/Source/Editor/GX_eDate.dfm
===================================================================
--- trunk/Source/Editor/GX_eDate.dfm 2024-08-10 15:18:36 UTC (rev 4290)
+++ trunk/Source/Editor/GX_eDate.dfm 2024-08-10 15:37:29 UTC (rev 4291)
@@ -1,28 +1,27 @@
inherited fmDateFormat: TfmDateFormat
- Left = 285
- Top = 201
+ Left = 606
+ Top = 312
+ BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Insert Date/Time Configuration'
- ClientHeight = 74
- ClientWidth = 337
+ ClientHeight = 90
+ ClientWidth = 226
Position = poOwnerFormCenter
- StyleElements = [seFont, seClient, seBorder]
PixelsPerInch = 96
- TextHeight = 15
+ TextHeight = 13
object lblFormat: TLabel
- Left = 20
- Top = 13
- Width = 92
- Height = 15
- Alignment = taRightJustify
+ Left = 8
+ Top = 8
+ Width = 82
+ Height = 13
Caption = 'Date/time &format'
FocusControl = cbFormat
end
object cbFormat: TComboBox
- Left = 120
- Top = 10
+ Left = 8
+ Top = 24
Width = 209
- Height = 23
+ Height = 21
DropDownCount = 18
TabOrder = 0
Text = 'cbFormat'
@@ -53,8 +52,8 @@
'mm-dd-yy h:mm')
end
object btnOK: TButton
- Left = 168
- Top = 41
+ Left = 64
+ Top = 56
Width = 75
Height = 25
Caption = 'OK'
@@ -63,8 +62,8 @@
TabOrder = 1
end
object btnCancel: TButton
- Left = 252
- Top = 41
+ Left = 144
+ Top = 56
Width = 75
Height = 25
Cancel = True
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|