home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / ctenari / Sivak / SafeMailer / SafeMailer.exe / 0 / RCDATA / TFEDIT / TFEDIT.txt < prev   
Encoding:
Text File  |  2003-03-02  |  4.2 KB  |  199 lines

  1. object fedit: Tfedit
  2.   Left = 621
  3.   Top = 180
  4.   HelpContext = 10
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'e-Mail '#250#269'et'
  8.   ClientHeight = 398
  9.   ClientWidth = 358
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label7: TLabel
  23.     Left = 16
  24.     Top = 368
  25.     Width = 53
  26.     Height = 13
  27.     Caption = 'F1 - pomoc'
  28.   end
  29.   object PageControl1: TPageControl
  30.     Left = 0
  31.     Top = 0
  32.     Width = 358
  33.     Height = 361
  34.     ActivePage = TabSheet1
  35.     Align = alTop
  36.     TabOrder = 0
  37.     object TabSheet1: TTabSheet
  38.       Caption = 'General'
  39.       object Label1: TLabel
  40.         Left = 54
  41.         Top = 80
  42.         Width = 66
  43.         Height = 13
  44.         Alignment = taRightJustify
  45.         Caption = 'e-Mail adresa:'
  46.         Font.Charset = DEFAULT_CHARSET
  47.         Font.Color = clWindowText
  48.         Font.Height = -11
  49.         Font.Name = 'MS Sans Serif'
  50.         Font.Style = []
  51.         ParentFont = False
  52.       end
  53.       object Label2: TLabel
  54.         Left = 31
  55.         Top = 136
  56.         Width = 89
  57.         Height = 13
  58.         Alignment = taRightJustify
  59.         Caption = 'U'#382'ivatelsk'#233' jm'#233'no:'
  60.       end
  61.       object Label3: TLabel
  62.         Left = 90
  63.         Top = 160
  64.         Width = 30
  65.         Height = 13
  66.         Alignment = taRightJustify
  67.         Caption = 'Heslo:'
  68.       end
  69.       object Label4: TLabel
  70.         Left = 57
  71.         Top = 216
  72.         Width = 63
  73.         Height = 13
  74.         Alignment = taRightJustify
  75.         Caption = 'POP3 server:'
  76.       end
  77.       object Label5: TLabel
  78.         Left = 101
  79.         Top = 240
  80.         Width = 19
  81.         Height = 13
  82.         Alignment = taRightJustify
  83.         Caption = 'Port'
  84.       end
  85.       object Image1: TImage
  86.         Left = 16
  87.         Top = 16
  88.         Width = 32
  89.         Height = 32
  90.         Picture.Data = {<image000.ico>}
  91.       end
  92.       object Bevel1: TBevel
  93.         Left = 8
  94.         Top = 56
  95.         Width = 336
  96.         Height = 9
  97.         Shape = bsTopLine
  98.       end
  99.       object Bevel2: TBevel
  100.         Left = 6
  101.         Top = 120
  102.         Width = 336
  103.         Height = 9
  104.         Shape = bsTopLine
  105.       end
  106.       object Bevel3: TBevel
  107.         Left = 6
  108.         Top = 200
  109.         Width = 336
  110.         Height = 9
  111.         Shape = bsTopLine
  112.       end
  113.       object Label6: TLabel
  114.         Left = 64
  115.         Top = 24
  116.         Width = 122
  117.         Height = 13
  118.         Caption = 'e-Mail '#250#269'et vlastnosti'
  119.         Font.Charset = DEFAULT_CHARSET
  120.         Font.Color = clWindowText
  121.         Font.Height = -11
  122.         Font.Name = 'MS Sans Serif'
  123.         Font.Style = [fsBold]
  124.         ParentFont = False
  125.       end
  126.       object eAddress: TEdit
  127.         Left = 128
  128.         Top = 80
  129.         Width = 209
  130.         Height = 21
  131.         Font.Charset = DEFAULT_CHARSET
  132.         Font.Color = clWindowText
  133.         Font.Height = -11
  134.         Font.Name = 'MS Sans Serif'
  135.         Font.Style = [fsBold]
  136.         ParentFont = False
  137.         TabOrder = 0
  138.         Text = 'eAddress'
  139.         OnExit = eAddressExit
  140.       end
  141.       object eUser: TEdit
  142.         Left = 128
  143.         Top = 136
  144.         Width = 137
  145.         Height = 21
  146.         TabOrder = 1
  147.         Text = 'eUser'
  148.       end
  149.       object ePassw: TEdit
  150.         Left = 128
  151.         Top = 160
  152.         Width = 137
  153.         Height = 21
  154.         PasswordChar = '*'
  155.         TabOrder = 2
  156.         Text = 'ePassw'
  157.       end
  158.       object eHost: TEdit
  159.         Left = 128
  160.         Top = 216
  161.         Width = 209
  162.         Height = 21
  163.         TabOrder = 3
  164.         Text = 'eHost'
  165.       end
  166.       object ePort: TSpinEdit
  167.         Left = 128
  168.         Top = 240
  169.         Width = 97
  170.         Height = 22
  171.         MaxValue = 0
  172.         MinValue = 0
  173.         TabOrder = 4
  174.         Value = 0
  175.       end
  176.     end
  177.   end
  178.   object Button1: TButton
  179.     Left = 192
  180.     Top = 368
  181.     Width = 75
  182.     Height = 25
  183.     Caption = 'OK'
  184.     Default = True
  185.     TabOrder = 1
  186.     OnClick = Button1Click
  187.   end
  188.   object Button2: TButton
  189.     Left = 272
  190.     Top = 368
  191.     Width = 75
  192.     Height = 25
  193.     Cancel = True
  194.     Caption = 'Cancel'
  195.     ModalResult = 2
  196.     TabOrder = 2
  197.   end
  198. end
  199.