home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / chip12_99.iso / software / freeware / captureexpress / capex.exe / CAPEXP.EXE / 0 / RCDATA / TMYNOTICE / TMYNOTICE.txt
Encoding:
Text File  |  1999-09-28  |  1.1 KB  |  61 lines

  1. object MyNotice: TMyNotice
  2.   Left = 244
  3.   Top = 129
  4.   BorderStyle = bsDialog
  5.   Caption = 'Zio Code Data'
  6.   ClientHeight = 268
  7.   ClientWidth = 375
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -17
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 19
  20.   object Bevel1: TBevel
  21.     Left = 10
  22.     Top = 40
  23.     Width = 356
  24.     Height = 177
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object HeaderLabel: TLabel
  29.     Left = 35
  30.     Top = 5
  31.     Width = 296
  32.     Height = 26
  33.     Alignment = taCenter
  34.     AutoSize = False
  35.     Caption = 'NOTICE'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clBlack
  38.     Font.Height = -24
  39.     Font.Name = 'Arial'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object ContentLabel: TLabel
  44.     Left = 15
  45.     Top = 48
  46.     Width = 346
  47.     Height = 165
  48.     AutoSize = False
  49.     WordWrap = True
  50.   end
  51.   object CloseButton: TButton
  52.     Left = 143
  53.     Top = 227
  54.     Width = 97
  55.     Height = 33
  56.     Caption = '&Ok'
  57.     TabOrder = 0
  58.     OnClick = CloseButtonClick
  59.   end
  60. end
  61.