home *** CD-ROM | disk | FTP | other *** search
- object FrmSetup: TFrmSetup
- Left = 265
- Top = 370
- BorderStyle = bsSingle
- Caption = 'Setup'
- ClientHeight = 192
- ClientWidth = 338
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object b2: TButton
- Left = 258
- Top = 162
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 0
- end
- object b1: TButton
- Left = 176
- Top = 162
- Width = 75
- Height = 25
- Caption = '&OK'
- ModalResult = 1
- TabOrder = 1
- end
- object PageControl1: TPageControl
- Left = 3
- Top = 3
- Width = 330
- Height = 149
- ActivePage = TabSheet1
- TabOrder = 2
- object TabSheet1: TTabSheet
- Caption = 'General'
- object GroupBox1: TGroupBox
- Left = 6
- Top = 3
- Width = 180
- Height = 110
- Caption = 'File handing'
- TabOrder = 0
- object Label1: TLabel
- Left = 24
- Top = 75
- Width = 132
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '1 second'
- end
- object Label2: TLabel
- Left = 24
- Top = 22
- Width = 130
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Save stats every'
- end
- object TrackBar1: TTrackBar
- Left = 16
- Top = 42
- Width = 145
- Height = 29
- Max = 7
- Min = 1
- Orientation = trHorizontal
- PageSize = 1
- Frequency = 1
- Position = 1
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- ThumbLength = 15
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBar1Change
- end
- end
- object Start1: TRadioGroup
- Left = 196
- Top = 5
- Width = 118
- Height = 107
- Caption = 'Automatic Start'
- ItemIndex = 0
- Items.Strings = (
- 'None'
- 'Start menu'
- 'System')
- TabOrder = 1
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Options'
- ImageIndex = 1
- object Label3: TLabel
- Left = 178
- Top = 13
- Width = 36
- Height = 13
- Caption = 'minutes'
- end
- object cDisIdle: TCheckBox
- Left = 11
- Top = 13
- Width = 121
- Height = 17
- Caption = 'Disconnect if idle for '
- TabOrder = 0
- end
- object sDisIdle: TSpinEdit
- Left = 128
- Top = 10
- Width = 45
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 1
- Value = 20
- end
- end
- end
- end
-