Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1080 → Rev 1081

/Delphi/akTimeLog/Source/OptionsUnit.dfm
0,0 → 1,85
object OptionsForm: TOptionsForm
Left = 191
Top = 107
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Options - akTimeLog'
ClientHeight = 125
ClientWidth = 340
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object AutoRunCheckBox: TCheckBox
Left = 4
Top = 4
Width = 331
Height = 17
Anchors = [akLeft, akTop, akRight]
Caption = 'Auto run the program on Windows start'
TabOrder = 0
OnClick = AutoRunCheckBoxClick
end
object AutoRunGroupBox: TGroupBox
Left = 4
Top = 24
Width = 331
Height = 65
Anchors = [akLeft, akTop, akRight]
Caption = 'Auto Run options'
TabOrder = 1
object UserNameLabel: TLabel
Left = 28
Top = 40
Width = 51
Height = 13
Caption = 'User name'
end
object OneUserCheckBox: TCheckBox
Left = 8
Top = 16
Width = 315
Height = 17
Anchors = [akLeft, akTop, akRight]
Caption = 'Log only one user'
TabOrder = 0
OnClick = OneUserCheckBoxClick
end
object UserNameEdit: TEdit
Left = 88
Top = 36
Width = 235
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 1
end
end
object OkButton: TButton
Left = 176
Top = 95
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object CancelButton: TButton
Left = 260
Top = 95
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
end