home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / multimedia / eradio / EradioManagerNS.exe / merm.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  2006-07-31  |  3KB  |  151 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 459
  3.   Top = 240
  4.   Width = 338
  5.   Height = 261
  6.   Caption = 'O programu ...'
  7.   Color = 15658734
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object FormArea: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 330
  23.     Height = 234
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     Color = clWhite
  27.     TabOrder = 0
  28.     object Image: TImage
  29.       Left = 0
  30.       Top = 0
  31.       Width = 104
  32.       Height = 200
  33.       AutoSize = True
  34.       Picture.Data = {<image000.bmp>}
  35.     end
  36.     object lblAuthor: TLabel
  37.       Left = 112
  38.       Top = 112
  39.       Width = 209
  40.       Height = 14
  41.       AutoSize = False
  42.       Caption = 'David Kol'#225#345
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -11
  46.       Font.Name = 'Arial'
  47.       Font.Style = [fsItalic]
  48.       ParentFont = False
  49.     end
  50.     object TBevel
  51.       Left = 112
  52.       Top = 40
  53.       Width = 209
  54.       Height = 2
  55.       Shape = bsBottomLine
  56.     end
  57.     object TBevel
  58.       Left = 112
  59.       Top = 104
  60.       Width = 209
  61.       Height = 2
  62.       Shape = bsBottomLine
  63.     end
  64.     object Bevel: TBevel
  65.       Left = 0
  66.       Top = 200
  67.       Width = 330
  68.       Height = 2
  69.       Align = alBottom
  70.       Shape = bsBottomLine
  71.     end
  72.     object lblCompany: TLabel
  73.       Left = 112
  74.       Top = 128
  75.       Width = 209
  76.       Height = 14
  77.       AutoSize = False
  78.       Caption = 'Micropro Software'
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clWindowText
  81.       Font.Height = -11
  82.       Font.Name = 'Arial'
  83.       Font.Style = [fsItalic]
  84.       ParentFont = False
  85.     end
  86.     object lblInfo: TLabel
  87.       Left = 112
  88.       Top = 48
  89.       Width = 209
  90.       Height = 33
  91.       AutoSize = False
  92.       Caption = 
  93.         'V'#237'ce informac'#237' o programu naleznete na webov'#253'ch str'#225'nk'#225'ch Microp' +
  94.         'ro Software:'
  95.       WordWrap = True
  96.     end
  97.     object lblTitle: TLabel
  98.       Left = 112
  99.       Top = 16
  100.       Width = 159
  101.       Height = 24
  102.       Caption = 'E-Radio Manager'
  103.       Font.Charset = EASTEUROPE_CHARSET
  104.       Font.Color = clWindowText
  105.       Font.Height = -21
  106.       Font.Name = 'Times New Roman'
  107.       Font.Style = [fsBold, fsItalic]
  108.       ParentFont = False
  109.     end
  110.     object lblWeb: TLabel
  111.       Left = 112
  112.       Top = 84
  113.       Width = 112
  114.       Height = 13
  115.       Cursor = crHandPoint
  116.       Caption = 'http://www.micropro.cz'
  117.       Font.Charset = DEFAULT_CHARSET
  118.       Font.Color = clNavy
  119.       Font.Height = -11
  120.       Font.Name = 'MS Sans Serif'
  121.       Font.Style = [fsUnderline]
  122.       ParentFont = False
  123.       OnClick = lblWebClick
  124.     end
  125.     object pnlButtons: TPanel
  126.       Left = 0
  127.       Top = 202
  128.       Width = 330
  129.       Height = 32
  130.       Align = alBottom
  131.       BevelOuter = bvNone
  132.       TabOrder = 0
  133.       object btnOK: TMpBitBtn
  134.         Left = 128
  135.         Top = 4
  136.         Width = 81
  137.         Height = 25
  138.         onClick = btnOKClick
  139.         ImageIndex = 0
  140.         Cancel = True
  141.         Default = True
  142.         Caption = 'OK'
  143.         CommonGlyph = cgOK
  144.         ModalResult = 1
  145.       end
  146.     end
  147.   end
  148.   object SkinControl: TSkinControl
  149.   end
  150. end
  151.