home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 Extra
/
Chip_Extra_1999.iso
/
top50
/
netbuddy
/
netbuddy.exe
/
NetBuddy.exe
/
0
/
RCDATA
/
TTIMEZONEFORM
/
TTIMEZONEFORM.txt
< prev
Wrap
Text File
|
1999-08-25
|
4KB
|
178 lines
object TimeZoneForm: TTimeZoneForm
Left = 577
Top = 343
HelpContext = 1020
BorderStyle = bsDialog
Caption = 'Add time zone'
ClientHeight = 180
ClientWidth = 270
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnActivate = FormActivate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 4
Top = 4
Width = 261
Height = 133
Caption = 'Time-zone'
TabOrder = 0
object Label1: TLabel
Left = 126
Top = 73
Width = 50
Height = 13
Caption = 'Start time :'
end
object Label2: TLabel
Left = 126
Top = 98
Width = 47
Height = 13
Caption = 'End time :'
end
object Image3: TImage
Left = 198
Top = 69
Width = 49
Height = 21
AutoSize = True
Picture.Data = {<image000.bmp>}
end
object Image4: TImage
Left = 198
Top = 97
Width = 49
Height = 21
AutoSize = True
Picture.Data = {<image001.bmp>}
end
object Label4: TLabel
Left = 53
Top = 19
Width = 200
Height = 30
AutoSize = False
Caption = 'Please set the start and end time for this time zone.'
WordWrap = True
end
object Image1: TImage
Left = 9
Top = 19
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image002.ico>}
end
object StartTimeMinutesEdit: TEdit
Left = 227
Top = 73
Width = 16
Height = 14
BorderStyle = bsNone
TabOrder = 1
Text = '00'
OnChange = StartTimeHoursEditChange
OnClick = TimeEditClick
OnExit = TimeEditMinutesExit
OnKeyPress = StartTimeMinutesEditKeyPress
end
object StartTimeHoursEdit: TEdit
Left = 202
Top = 73
Width = 17
Height = 14
BorderStyle = bsNone
TabOrder = 0
Text = '00'
OnChange = StartTimeHoursEditChange
OnClick = TimeEditClick
OnExit = TimeHoursEditExit
OnKeyPress = StartTimeHoursEditKeyPress
end
object EndTimeHoursEdit: TEdit
Left = 202
Top = 101
Width = 14
Height = 14
BorderStyle = bsNone
TabOrder = 2
Text = '00'
OnChange = StartTimeHoursEditChange
OnClick = TimeEditClick
OnExit = TimeHoursEditExit
OnKeyPress = StartTimeHoursEditKeyPress
end
object EndTimeMinutesEdit: TEdit
Left = 228
Top = 101
Width = 14
Height = 14
BorderStyle = bsNone
TabOrder = 3
Text = '00'
OnChange = StartTimeHoursEditChange
OnClick = TimeEditClick
OnExit = TimeEditMinutesExit
OnKeyPress = EndTimeMinutesEditKeyPress
end
object CheckBox1: TCheckBox
Left = 52
Top = 72
Width = 59
Height = 17
Caption = 'All Day'
TabOrder = 4
OnClick = CheckBox1Click
end
end
object Button1: TButton
Left = 108
Top = 148
Width = 73
Height = 25
Caption = '&OK'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 192
Top = 148
Width = 73
Height = 25
Cancel = True
Caption = '&Cancel'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 4
Top = 148
Width = 73
Height = 25
Caption = '&Help'
TabOrder = 3
OnClick = Button3Click
end
end