home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1999 February / PCShareware-2-99.iso / polskie / SIG / _SETUP.1 / sig.exe / 0 / RCDATA / TFRMSIGCHOOSE / TFRMSIGCHOOSE.txt
Text File  |  1998-12-05  |  2KB  |  110 lines

  1. object frmSigChoose: TfrmSigChoose
  2.   Left = 311
  3.   Top = 235
  4.   HelpContext = 2060
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Import szablonu z MS Outlook Express'
  8.   ClientHeight = 244
  9.   ClientWidth = 332
  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.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 4
  25.     Top = 4
  26.     Width = 32
  27.     Height = 32
  28.   end
  29.   object Label1: TLabel
  30.     Left = 40
  31.     Top = 4
  32.     Width = 285
  33.     Height = 45
  34.     AutoSize = False
  35.     Caption = 
  36.       'Kreator sygnatur wykry∩┐╜ podpisy zdefiniowane dla programu MS Out' +
  37.       'look Express. Mo∩┐╜esz zaimportowa∩┐╜ szablon podpisu z MSOE do Krea' +
  38.       'tora sygnatur.'
  39.     WordWrap = True
  40.   end
  41.   object RadioButton1: TRadioButton
  42.     Left = 6
  43.     Top = 60
  44.     Width = 321
  45.     Height = 17
  46.     HelpContext = 2060
  47.     Caption = 'Podpis pocztowy:'
  48.     TabOrder = 0
  49.   end
  50.   object RadioButton2: TRadioButton
  51.     Left = 6
  52.     Top = 128
  53.     Width = 321
  54.     Height = 17
  55.     HelpContext = 2060
  56.     Caption = 'Podpis z grup dyskusyjnych:'
  57.     TabOrder = 1
  58.   end
  59.   object RadioButton3: TRadioButton
  60.     Left = 6
  61.     Top = 196
  62.     Width = 113
  63.     Height = 17
  64.     HelpContext = 2060
  65.     Caption = 'Nie importuj'
  66.     Checked = True
  67.     TabOrder = 2
  68.     TabStop = True
  69.   end
  70.   object Button1: TButton
  71.     Left = 252
  72.     Top = 216
  73.     Width = 75
  74.     Height = 25
  75.     Caption = '&OK'
  76.     ModalResult = 1
  77.     TabOrder = 3
  78.   end
  79.   object MailLabel: TMemo
  80.     Left = 24
  81.     Top = 80
  82.     Width = 300
  83.     Height = 45
  84.     HelpContext = 2060
  85.     ReadOnly = True
  86.     ScrollBars = ssVertical
  87.     TabOrder = 4
  88.   end
  89.   object NewsLabel: TMemo
  90.     Left = 24
  91.     Top = 148
  92.     Width = 300
  93.     Height = 45
  94.     HelpContext = 2060
  95.     ReadOnly = True
  96.     ScrollBars = ssVertical
  97.     TabOrder = 5
  98.   end
  99.   object Button2: TButton
  100.     Left = 164
  101.     Top = 216
  102.     Width = 75
  103.     Height = 25
  104.     Cancel = True
  105.     Caption = '&Zaniechaj'
  106.     ModalResult = 2
  107.     TabOrder = 6
  108.   end
  109. end
  110.