home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / nahravani / mp33 / Renamer.exe / 0 / RCDATA / TFORM8 / TFORM8.txt
Encoding:
Text File  |  2004-08-31  |  3.1 KB  |  136 lines

  1. object Form8: TForm8
  2.   Left = 331
  3.   Top = 206
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Registrace'
  7.   ClientHeight = 177
  8.   ClientWidth = 369
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object pgC: TPageControl
  20.     Left = 8
  21.     Top = 8
  22.     Width = 353
  23.     Height = 162
  24.     ActivePage = TabSheet1
  25.     MultiLine = True
  26.     TabOrder = 0
  27.     TabStop = False
  28.     object TabSheet1: TTabSheet
  29.       Caption = 'Registrace'
  30.       object Label1: TLabel
  31.         Left = 12
  32.         Top = 21
  33.         Width = 31
  34.         Height = 14
  35.         Caption = 'Jm∩┐╜no'
  36.       end
  37.       object Label2: TLabel
  38.         Left = 12
  39.         Top = 45
  40.         Width = 28
  41.         Height = 14
  42.         Caption = 'E-mail'
  43.       end
  44.       object Label3: TLabel
  45.         Left = 12
  46.         Top = 69
  47.         Width = 17
  48.         Height = 14
  49.         Caption = 'Kl∩┐╜∩┐╜'
  50.       end
  51.       object eN: TEdit
  52.         Left = 65
  53.         Top = 17
  54.         Width = 180
  55.         Height = 22
  56.         MaxLength = 40
  57.         TabOrder = 0
  58.       end
  59.       object eM: TEdit
  60.         Left = 65
  61.         Top = 41
  62.         Width = 180
  63.         Height = 22
  64.         MaxLength = 40
  65.         TabOrder = 1
  66.       end
  67.       object eK: TEdit
  68.         Left = 65
  69.         Top = 65
  70.         Width = 269
  71.         Height = 22
  72.         TabOrder = 2
  73.       end
  74.       object btnOK: TBitBtn
  75.         Left = 177
  76.         Top = 97
  77.         Width = 75
  78.         Height = 28
  79.         TabOrder = 3
  80.         OnClick = btnOKClick
  81.         Kind = bkOK
  82.       end
  83.       object btnCancel: TBitBtn
  84.         Left = 259
  85.         Top = 97
  86.         Width = 75
  87.         Height = 28
  88.         Caption = 'Storno'
  89.         TabOrder = 4
  90.         Kind = bkCancel
  91.       end
  92.     end
  93.     object TabSheet2: TTabSheet
  94.       Caption = 'Omezen∩┐╜'
  95.       ImageIndex = 1
  96.       object mOmez: TMemoEx
  97.         Left = 0
  98.         Top = 0
  99.         Width = 345
  100.         Height = 133
  101.         Cursor = crArrow
  102.         Align = alClient
  103.         BorderStyle = bsNone
  104.         Color = clBtnFace
  105.         Lines.Strings = (
  106.           
  107.             '∩┐╜ Tato verze programu umo∩┐╜∩┐╜uje zobrazit pouze t∩┐╜i ∩┐╜tvrtiny skute' +
  108.             '∩┐╜n∩┐╜ho obsahu adres∩┐╜∩┐╜e.'
  109.           ''
  110.           '∩┐╜ Z∩┐╜sk∩┐╜n∩┐╜ pln∩┐╜ verze tohoto programu:'
  111.           'V ofrankovan∩┐╜ ob∩┐╜lce za∩┐╜lete 50 K∩┐╜ na adresu:'
  112.           #9'Petr ∩┐╜tudent'
  113.           #9'∩┐╜eskobratrsk∩┐╜ 7'
  114.           #9'Prost∩┐╜jov'
  115.           #9'796 01, Czech Republic'
  116.           'V dopise uve∩┐╜te Va∩┐╜e jm∩┐╜no a V∩┐╜ e-mail.'
  117.           ''
  118.           
  119.             'Po obdr∩┐╜en∩┐╜ dopisu V∩┐╜m bude odesl∩┐╜n zak∩┐╜dovan∩┐╜ ∩┐╜et∩┐╜zec na zadano' +
  120.             'u e-mailovou adresu. Spolu s Va∩┐╜∩┐╜m jm∩┐╜nem a e-mailovou adresou t' +
  121.             'vo∩┐╜∩┐╜ neomezen∩┐╜ p∩┐╜∩┐╜stup do tohoto programu.')
  122.         ReadOnly = True
  123.         ScrollBars = ssVertical
  124.         TabOrder = 0
  125.         WordWrap = False
  126.         GroupVScroll = 0
  127.         CaretRow = 1
  128.         Dropped = False
  129.         Dropped4FLIP = False
  130.         DelayAfterCaretSTOP = 1500
  131.         HideCARET = True
  132.       end
  133.     end
  134.   end
  135. end
  136.