home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / grafika / nsico / nsicon95.cmp / NSICON.EXE / 0 / RCDATA / TALERTDIALOG / TALERTDIALOG.txt < prev   
Text File  |  1997-03-21  |  2KB  |  75 lines

  1. object AlertDialog: TAlertDialog
  2.   Left = 470
  3.   Top = 112
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 137
  7.   ClientWidth = 271
  8.   Font.Color = clBtnText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 15
  18.   object Prompt: TBalloon
  19.     Left = 80
  20.     Top = 16
  21.     Width = 177
  22.     Height = 41
  23.     Font.Color = clBlack
  24.     Font.Height = -13
  25.     Font.Name = 'Arial'
  26.     Font.Style = [fsBold]
  27.     CornerSize = 14
  28.     XOffset = 8
  29.     YOffset = 8
  30.     StemOffset = 8
  31.   end
  32.   object Image1: TNeoImage
  33.     Left = 16
  34.     Top = 16
  35.     Width = 59
  36.     Height = 41
  37.     AutoSize = True
  38.     Picture.Data = {<image000.bmp>}
  39.     Transparent = True
  40.   end
  41.   object Test: TLabel
  42.     Left = 8
  43.     Top = 64
  44.     Width = 26
  45.     Height = 16
  46.     Caption = 'Test'
  47.     Font.Color = clWindowText
  48.     Font.Height = -13
  49.     Font.Name = 'Arial'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.     ShowAccelChar = False
  53.     Transparent = True
  54.   end
  55.   object OkButton: TBitBtn
  56.     Left = 95
  57.     Top = 88
  58.     Width = 81
  59.     Height = 28
  60.     Caption = 'OK'
  61.     Default = True
  62.     ModalResult = 1
  63.     TabOrder = 0
  64.     Glyph.Data = {
  65.       F6000000424DF600000000000000760000002800000010000000100000000100
  66.       0400000000000000000080020000E00100000000000000000000030303000303
  67.       830003830300038383008303030083038300838303007F7F7F00BFBFBF000303
  68.       FF0003FF030003FFFF00FF030300FF03FF00FFFF0300FFFFFF00333333333333
  69.       3333333333333333300033333333333000B0330000300000E00030BFB80FBFB0
  70.       E0003000000BFBF0E00030BFB80FBFB0E0003000000BFBF0E00030BFB80F0FB0
  71.       E00030000000FBF0E00030BFB800BFB0E0003300000BFB0000003333330FB033
  72.       33333333330B033333333333330F733333333333333073333333}
  73.   end
  74. end
  75.