object frmSigChoose: TfrmSigChoose Left = 311 Top = 235 HelpContext = 2060 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Import szablonu z MS Outlook Express' ClientHeight = 244 ClientWidth = 332 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 4 Top = 4 Width = 32 Height = 32 end object Label1: TLabel Left = 40 Top = 4 Width = 285 Height = 45 AutoSize = False Caption = 'Kreator sygnatur wykry� podpisy zdefiniowane dla programu MS Out' + 'look Express. Mo�esz zaimportowa� szablon podpisu z MSOE do Krea' + 'tora sygnatur.' WordWrap = True end object RadioButton1: TRadioButton Left = 6 Top = 60 Width = 321 Height = 17 HelpContext = 2060 Caption = 'Podpis pocztowy:' TabOrder = 0 end object RadioButton2: TRadioButton Left = 6 Top = 128 Width = 321 Height = 17 HelpContext = 2060 Caption = 'Podpis z grup dyskusyjnych:' TabOrder = 1 end object RadioButton3: TRadioButton Left = 6 Top = 196 Width = 113 Height = 17 HelpContext = 2060 Caption = 'Nie importuj' Checked = True TabOrder = 2 TabStop = True end object Button1: TButton Left = 252 Top = 216 Width = 75 Height = 25 Caption = '&OK' ModalResult = 1 TabOrder = 3 end object MailLabel: TMemo Left = 24 Top = 80 Width = 300 Height = 45 HelpContext = 2060 ReadOnly = True ScrollBars = ssVertical TabOrder = 4 end object NewsLabel: TMemo Left = 24 Top = 148 Width = 300 Height = 45 HelpContext = 2060 ReadOnly = True ScrollBars = ssVertical TabOrder = 5 end object Button2: TButton Left = 164 Top = 216 Width = 75 Height = 25 Cancel = True Caption = '&Zaniechaj' ModalResult = 2 TabOrder = 6 end end