home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / ctenari / Pospich / EnglGram.exe / 0 / RCDATA / TREGFORM / TREGFORM.txt < prev   
Encoding:
Text File  |  2001-09-14  |  2.8 KB  |  123 lines

  1. object RegForm: TRegForm
  2.   Left = 91
  3.   Top = 97
  4.   Width = 633
  5.   Height = 375
  6.   Caption = ' Registra∩┐╜n∩┐╜ instrukce'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 360
  9.   Constraints.MinWidth = 480
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 625
  24.     Height = 348
  25.     Align = alClient
  26.     BevelOuter = bvNone
  27.     BorderWidth = 1
  28.     TabOrder = 0
  29.     object RichEdit1: TRichEdit
  30.       Left = 1
  31.       Top = 1
  32.       Width = 623
  33.       Height = 320
  34.       Align = alClient
  35.       ScrollBars = ssBoth
  36.       TabOrder = 0
  37.     end
  38.     object Panel2: TPanel
  39.       Left = 1
  40.       Top = 321
  41.       Width = 623
  42.       Height = 26
  43.       Align = alBottom
  44.       TabOrder = 1
  45.       object Image1: TImage
  46.         Left = 5
  47.         Top = 5
  48.         Width = 16
  49.         Height = 16
  50.         AutoSize = True
  51.         Picture.Data = {<image001.bmp>}
  52.         Transparent = True
  53.       end
  54.       object Image2: TImage
  55.         Left = 177
  56.         Top = 5
  57.         Width = 16
  58.         Height = 16
  59.         AutoSize = True
  60.         Picture.Data = {<image002.bmp>}
  61.         Transparent = True
  62.       end
  63.       object AboutLabel: TLabel
  64.         Left = 200
  65.         Top = 5
  66.         Width = 188
  67.         Height = 16
  68.         Cursor = crHandPoint
  69.         Hint = 'P∩┐╜ipojit k internetov∩┐╜ str∩┐╜nce'
  70.         Alignment = taCenter
  71.         AutoSize = False
  72.         Caption = 'www.mujweb.cz/www/jpsoftware'
  73.         Font.Charset = DEFAULT_CHARSET
  74.         Font.Color = clBlue
  75.         Font.Height = -11
  76.         Font.Name = 'MS Sans Serif'
  77.         Font.Style = [fsBold]
  78.         ParentFont = False
  79.         OnClick = AboutLabelClick
  80.       end
  81.       object MailLabel: TLabel
  82.         Left = 25
  83.         Top = 5
  84.         Width = 136
  85.         Height = 16
  86.         Alignment = taCenter
  87.         AutoSize = False
  88.         Caption = 'jpsoftware@yahoo.com'
  89.         Font.Charset = DEFAULT_CHARSET
  90.         Font.Color = clBlue
  91.         Font.Height = -11
  92.         Font.Name = 'MS Sans Serif'
  93.         Font.Style = [fsBold]
  94.         ParentFont = False
  95.         ParentShowHint = False
  96.         ShowHint = True
  97.         OnClick = MailLabelClick
  98.       end
  99.       object Panel3: TPanel
  100.         Left = 550
  101.         Top = 1
  102.         Width = 72
  103.         Height = 24
  104.         Align = alRight
  105.         BevelOuter = bvNone
  106.         TabOrder = 0
  107.         object FlatButton1: TFlatButton
  108.           Left = 5
  109.           Top = 2
  110.           Width = 66
  111.           Height = 21
  112.           Cursor = crHandPoint
  113.           Caption = 'Zav∩┐╜∩┐╜t'
  114.           IconSymbol = isCancel
  115.           Space = 4
  116.           Transparent = False
  117.           OnClick = FlatButton1Click
  118.         end
  119.       end
  120.     end
  121.   end
  122. end
  123.