home *** CD-ROM | disk | FTP | other *** search
- object fedit: Tfedit
- Left = 621
- Top = 180
- HelpContext = 10
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'e-Mail '#250#269'et'
- ClientHeight = 398
- ClientWidth = 358
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label7: TLabel
- Left = 16
- Top = 368
- Width = 53
- Height = 13
- Caption = 'F1 - pomoc'
- end
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 358
- Height = 361
- ActivePage = TabSheet1
- Align = alTop
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = 'General'
- object Label1: TLabel
- Left = 54
- Top = 80
- Width = 66
- Height = 13
- Alignment = taRightJustify
- Caption = 'e-Mail adresa:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 31
- Top = 136
- Width = 89
- Height = 13
- Alignment = taRightJustify
- Caption = 'U'#382'ivatelsk'#233' jm'#233'no:'
- end
- object Label3: TLabel
- Left = 90
- Top = 160
- Width = 30
- Height = 13
- Alignment = taRightJustify
- Caption = 'Heslo:'
- end
- object Label4: TLabel
- Left = 57
- Top = 216
- Width = 63
- Height = 13
- Alignment = taRightJustify
- Caption = 'POP3 server:'
- end
- object Label5: TLabel
- Left = 101
- Top = 240
- Width = 19
- Height = 13
- Alignment = taRightJustify
- Caption = 'Port'
- end
- object Image1: TImage
- Left = 16
- Top = 16
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object Bevel1: TBevel
- Left = 8
- Top = 56
- Width = 336
- Height = 9
- Shape = bsTopLine
- end
- object Bevel2: TBevel
- Left = 6
- Top = 120
- Width = 336
- Height = 9
- Shape = bsTopLine
- end
- object Bevel3: TBevel
- Left = 6
- Top = 200
- Width = 336
- Height = 9
- Shape = bsTopLine
- end
- object Label6: TLabel
- Left = 64
- Top = 24
- Width = 122
- Height = 13
- Caption = 'e-Mail '#250#269'et vlastnosti'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object eAddress: TEdit
- Left = 128
- Top = 80
- Width = 209
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- Text = 'eAddress'
- OnExit = eAddressExit
- end
- object eUser: TEdit
- Left = 128
- Top = 136
- Width = 137
- Height = 21
- TabOrder = 1
- Text = 'eUser'
- end
- object ePassw: TEdit
- Left = 128
- Top = 160
- Width = 137
- Height = 21
- PasswordChar = '*'
- TabOrder = 2
- Text = 'ePassw'
- end
- object eHost: TEdit
- Left = 128
- Top = 216
- Width = 209
- Height = 21
- TabOrder = 3
- Text = 'eHost'
- end
- object ePort: TSpinEdit
- Left = 128
- Top = 240
- Width = 97
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 4
- Value = 0
- end
- end
- end
- object Button1: TButton
- Left = 192
- Top = 368
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 272
- Top = 368
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-