home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 9 / Chip_Hitware_Vol_09.iso / chiphit9 / tools / 95idyle / itmsetup.exe / 0 / RCDATA / TFABOUT / TFABOUT.txt < prev   
Text File  |  1997-06-09  |  3KB  |  131 lines

  1. object FAbout: TFAbout
  2.   Left = 288
  3.   Top = 354
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 323
  8.   ClientWidth = 362
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel2: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 345
  22.     Height = 266
  23.     Style = bsRaised
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 362
  29.     Height = 323
  30.     Align = alClient
  31.   end
  32.   object btnOK: TButton
  33.     Left = 278
  34.     Top = 294
  35.     Width = 74
  36.     Height = 26
  37.     Caption = 'OK'
  38.     TabOrder = 0
  39.     OnClick = btnOKClick
  40.   end
  41.   object tabAbout: TTabSet
  42.     Left = 8
  43.     Top = 272
  44.     Width = 345
  45.     Height = 21
  46.     DitherBackground = False
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     Tabs.Strings = (
  52.       'Copyright'
  53.       'Info')
  54.     TabIndex = 0
  55.     OnChange = tabAboutChange
  56.   end
  57.   object nbAbout: TNotebook
  58.     Left = 15
  59.     Top = 16
  60.     Width = 329
  61.     Height = 249
  62.     TabOrder = 2
  63.     object TPage
  64.       Left = 0
  65.       Top = 0
  66.       Caption = 'Copyright'
  67.       object Image1: TImage
  68.         Left = 1
  69.         Top = 72
  70.         Width = 180
  71.         Height = 176
  72.         AutoSize = True
  73.         Picture.Data = {<image001.bmp>}
  74.         Stretch = True
  75.       end
  76.       object lblCopyright: TLabel
  77.         Left = 42
  78.         Top = 8
  79.         Width = 279
  80.         Height = 57
  81.         Alignment = taCenter
  82.         AutoSize = False
  83.         Caption = 'lblCopyright'
  84.         Font.Color = clBlack
  85.         Font.Height = -12
  86.         Font.Name = 'Times New Roman'
  87.         Font.Style = []
  88.         ParentFont = False
  89.         WordWrap = True
  90.       end
  91.       object lblCredits: TLabel
  92.         Left = 186
  93.         Top = 158
  94.         Width = 137
  95.         Height = 86
  96.         AutoSize = False
  97.         Caption = 'lblCredits'
  98.         Font.Color = clBlack
  99.         Font.Height = -11
  100.         Font.Name = 'Times New Roman'
  101.         Font.Style = []
  102.         ParentFont = False
  103.         WordWrap = True
  104.       end
  105.       object Image3: TImage
  106.         Left = 4
  107.         Top = 7
  108.         Width = 32
  109.         Height = 32
  110.         AutoSize = True
  111.         Picture.Data = {<image002.ico>}
  112.       end
  113.     end
  114.     object TPage
  115.       Left = 0
  116.       Top = 0
  117.       Caption = 'Info'
  118.       object lblContact: TLabel
  119.         Left = 24
  120.         Top = 144
  121.         Width = 281
  122.         Height = 57
  123.         Alignment = taCenter
  124.         AutoSize = False
  125.         Caption = 'lblContact'
  126.         WordWrap = True
  127.       end
  128.     end
  129.   end
  130. end
  131.