home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / GoldHTML / Golden.exe / 0 / RCDATA / TABOUTDIALOG / TABOUTDIALOG.txt
Text File  |  1998-04-04  |  4KB  |  214 lines

  1. object AboutDialog: TAboutDialog
  2.   Left = 284
  3.   Top = 71
  4.   ActiveControl = Button1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'O programu'
  8.   ClientHeight = 269
  9.   ClientWidth = 432
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 24
  22.     Top = 213
  23.     Width = 154
  24.     Height = 13
  25.     Caption = 'Program je registrov∩┐╜n na jm∩┐╜no:'
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 16
  29.     Top = 200
  30.     Width = 401
  31.     Height = 9
  32.     Shape = bsTopLine
  33.     Style = bsRaised
  34.   end
  35.   object Bevel2: TBevel
  36.     Left = 104
  37.     Top = 48
  38.     Width = 9
  39.     Height = 153
  40.     Shape = bsLeftLine
  41.     Style = bsRaised
  42.   end
  43.   object Label2: TLabel
  44.     Left = 125
  45.     Top = 175
  46.     Width = 46
  47.     Height = 13
  48.     Caption = 'Password'
  49.     Visible = False
  50.   end
  51.   object Panel1: TPanel
  52.     Left = 8
  53.     Top = 8
  54.     Width = 417
  55.     Height = 41
  56.     BevelInner = bvLowered
  57.     Caption = 'GOLDEN HTML EDITOR 3.5'
  58.     Font.Charset = EASTEUROPE_CHARSET
  59.     Font.Color = clRed
  60.     Font.Height = -27
  61.     Font.Name = 'Arial'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.     TabOrder = 0
  65.     OnMouseDown = Panel1MouseDown
  66.   end
  67.   object Edit1: TEdit
  68.     Left = 182
  69.     Top = 209
  70.     Width = 227
  71.     Height = 21
  72.     AutoSelect = False
  73.     Color = clBtnFace
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clRed
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.     ReadOnly = True
  81.     TabOrder = 1
  82.   end
  83.   object Button1: TButton
  84.     Left = 352
  85.     Top = 237
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'Ok'
  89.     Default = True
  90.     ModalResult = 1
  91.     TabOrder = 2
  92.   end
  93.   object Button2: TButton
  94.     Left = 16
  95.     Top = 64
  96.     Width = 75
  97.     Height = 25
  98.     Hint = 'Zaregistruje program GHE'
  99.     Caption = 'Registrace'
  100.     TabOrder = 3
  101.     OnClick = Button2Click
  102.   end
  103.   object Button3: TButton
  104.     Left = 16
  105.     Top = 96
  106.     Width = 75
  107.     Height = 25
  108.     Cursor = crHandPoint
  109.     Hint = 'Sko∩┐╜∩┐╜ na domovskou str∩┐╜nku programu GOLDEN HTML EDITOR'
  110.     Caption = 'Homepage'
  111.     TabOrder = 4
  112.     OnClick = Button3Click
  113.   end
  114.   object Button4: TButton
  115.     Left = 16
  116.     Top = 128
  117.     Width = 75
  118.     Height = 25
  119.     Cursor = crHandPoint
  120.     Hint = 'Po∩┐╜le mail autor∩┐╜m'
  121.     Caption = 'Mail'
  122.     TabOrder = 5
  123.     OnClick = Button4Click
  124.   end
  125.   object Memo1: TMemo
  126.     Left = 152
  127.     Top = 55
  128.     Width = 217
  129.     Height = 51
  130.     BorderStyle = bsNone
  131.     Color = clBtnFace
  132.     Ctl3D = True
  133.     Font.Charset = EASTEUROPE_CHARSET
  134.     Font.Color = clWindowText
  135.     Font.Height = -13
  136.     Font.Name = 'Arial'
  137.     Font.Style = [fsBold]
  138.     Lines.Strings = (
  139.       '(C) 1997 Pavel Pol∩┐╜k,Tom∩┐╜ B∩┐╜l∩┐╜')
  140.     ParentCtl3D = False
  141.     ParentFont = False
  142.     ReadOnly = True
  143.     TabOrder = 6
  144.   end
  145.   object Edit2: TEdit
  146.     Left = 112
  147.     Top = 96
  148.     Width = 305
  149.     Height = 21
  150.     BorderStyle = bsNone
  151.     Color = clBtnFace
  152.     ReadOnly = True
  153.     TabOrder = 7
  154.     Text = 'Edit2'
  155.   end
  156.   object Edit3: TEdit
  157.     Left = 112
  158.     Top = 112
  159.     Width = 305
  160.     Height = 21
  161.     BorderStyle = bsNone
  162.     Color = clBtnFace
  163.     ReadOnly = True
  164.     TabOrder = 8
  165.     Text = 'Edit2'
  166.   end
  167.   object Edit4: TEdit
  168.     Left = 112
  169.     Top = 128
  170.     Width = 305
  171.     Height = 21
  172.     BorderStyle = bsNone
  173.     Color = clBtnFace
  174.     ReadOnly = True
  175.     TabOrder = 9
  176.     Text = 'Edit2'
  177.   end
  178.   object BitBtn1: TBitBtn
  179.     Left = 16
  180.     Top = 160
  181.     Width = 75
  182.     Height = 25
  183.     Cursor = crHandPoint
  184.     Hint = 
  185.       '∩┐╜asopis MY∩┐╜LENKA'#13#10'Najdete zde mimo jin∩┐╜ i n∩┐╜vrhy a uk∩┐╜zky'#13#10'o pro' +
  186.       'gramov∩┐╜n∩┐╜ v jazyku HTML.'
  187.     Caption = 'My∩┐╜lenka'
  188.     ParentShowHint = False
  189.     ShowHint = True
  190.     TabOrder = 10
  191.     OnClick = BitBtn1Click
  192.   end
  193.   object Edit5: TEdit
  194.     Left = 112
  195.     Top = 143
  196.     Width = 305
  197.     Height = 21
  198.     BorderStyle = bsNone
  199.     Color = clBtnFace
  200.     ReadOnly = True
  201.     TabOrder = 11
  202.     Text = 'Edit2'
  203.   end
  204.   object Edit6: TEdit
  205.     Left = 175
  206.     Top = 172
  207.     Width = 101
  208.     Height = 21
  209.     TabOrder = 12
  210.     Visible = False
  211.     OnKeyPress = Edit6KeyPress
  212.   end
  213. end
  214.