home *** CD-ROM | disk | FTP | other *** search
- object userinfoform: Tuserinfoform
- Left = 209
- Top = 204
- BorderStyle = bsDialog
- Caption = 'User Information'
- ClientHeight = 385
- ClientWidth = 553
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object BitBtn1: TBitBtn
- Left = 312
- Top = 344
- Width = 113
- Height = 33
- TabOrder = 2
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 432
- Top = 344
- Width = 113
- Height = 33
- TabOrder = 3
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 353
- Height = 153
- Caption = 'Enter Your Information:'
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 32
- Width = 45
- Height = 16
- Caption = 'UserID:'
- end
- object Label2: TLabel
- Left = 16
- Top = 72
- Width = 63
- Height = 16
- Caption = 'Password:'
- end
- object Label3: TLabel
- Left = 16
- Top = 112
- Width = 74
- Height = 16
- Caption = 'POP Server:'
- end
- object userid: TEdit
- Left = 112
- Top = 24
- Width = 217
- Height = 24
- TabOrder = 0
- end
- object password: TEdit
- Left = 112
- Top = 64
- Width = 217
- Height = 24
- PasswordChar = '*'
- TabOrder = 1
- end
- object popserver: TEdit
- Left = 112
- Top = 104
- Width = 217
- Height = 24
- TabOrder = 2
- end
- end
- object timersetting: TRadioGroup
- Left = 376
- Top = 8
- Width = 169
- Height = 225
- Caption = 'Timer Settings:'
- ItemIndex = 0
- Items.Strings = (
- '1 Minute'
- '2 Minutes'
- '5 Minutes'
- '10 Minutes'
- '15 Minutes'
- '30 Minutes'
- '60 Minutes')
- TabOrder = 1
- TabStop = True
- end
- object operationsetting: TRadioGroup
- Left = 8
- Top = 240
- Width = 537
- Height = 89
- Caption = 'Type of Operation:'
- Items.Strings = (
- 'Normal - Display only rejected headers, delete them from server'
- 'Read-only - Display all headers, don'#39't delete any email')
- TabOrder = 4
- end
- end
-