home *** CD-ROM | disk | FTP | other *** search
- object DateTimeDlg: TDateTimeDlg
- Left = 254
- Top = 130
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'City, time and date'
- ClientHeight = 140
- ClientWidth = 219
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object OkBtn: TButton
- Left = 128
- Top = 92
- Width = 81
- Height = 41
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 149
- Top = 47
- Width = 60
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object HelpBtn: TButton
- Left = 149
- Top = 7
- Width = 60
- Height = 30
- Caption = 'Help'
- TabOrder = 2
- OnClick = HelpBtnClick
- end
- object CityED: TEdit
- Left = 8
- Top = 8
- Width = 113
- Height = 21
- TabOrder = 3
- Text = 'CityED'
- OnChange = CityEDChange
- end
- object DateED: TMaskEdit
- Left = 28
- Top = 48
- Width = 73
- Height = 21
- EditMask = '!90/90/0000;1;_'
- MaxLength = 10
- TabOrder = 4
- Text = ' / / '
- end
- object TimeED: TMaskEdit
- Left = 36
- Top = 88
- Width = 57
- Height = 21
- EditMask = '!90:00 ll;1;_'
- MaxLength = 8
- TabOrder = 5
- Text = ' : '
- end
- end
-