home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / Ahmkolekce / D397SELF.ZIP / VEnhanced97 / Bin / AHMTTipTrickDlg.dfm / AHMTTipTrickDlg.txt next >
Text File  |  1997-01-06  |  3KB  |  134 lines

  1. object TipDialog: TTipDialog
  2.   Left = 262
  3.   Top = 185
  4.   ActiveControl = BitBtn1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 251
  8.   ClientWidth = 371
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 371
  23.     Height = 232
  24.     Align = alClient
  25.     BevelOuter = bvLowered
  26.     Caption = 'Panel1'
  27.     TabOrder = 0
  28.     object Bevel1: TBevel
  29.       Left = 8
  30.       Top = 8
  31.       Width = 257
  32.       Height = 201
  33.       Shape = bsFrame
  34.     end
  35.     object Panel2: TPanel
  36.       Left = 16
  37.       Top = 16
  38.       Width = 241
  39.       Height = 185
  40.       BevelInner = bvLowered
  41.       Color = clWhite
  42.       TabOrder = 0
  43.       object Label1: TLabel
  44.         Left = 2
  45.         Top = 43
  46.         Width = 237
  47.         Height = 140
  48.         Align = alClient
  49.         Alignment = taCenter
  50.         AutoSize = False
  51.         Caption = 'Whatever is a Tip today !'
  52.       end
  53.       object Image1: TImage
  54.         Left = 2
  55.         Top = 2
  56.         Width = 237
  57.         Height = 41
  58.         Align = alTop
  59.         Picture.Data = {<image000.bmp>}
  60.         OnDblClick = Image1DblClick
  61.       end
  62.       object Label2: TLabel
  63.         Left = 56
  64.         Top = 18
  65.         Width = 96
  66.         Height = 14
  67.         Alignment = taCenter
  68.         Caption = 'Did you know ... ?'
  69.       end
  70.     end
  71.     object BitBtn1: TBitBtn
  72.       Left = 272
  73.       Top = 8
  74.       Width = 89
  75.       Height = 27
  76.       Caption = 'OK'
  77.       TabOrder = 1
  78.       OnClick = BitBtn1Click
  79.       NumGlyphs = 2
  80.       Style = bsNew
  81.     end
  82.     object BitBtn2: TBitBtn
  83.       Left = 272
  84.       Top = 72
  85.       Width = 89
  86.       Height = 27
  87.       Caption = 'Other 1'
  88.       TabOrder = 2
  89.       OnClick = BitBtn2Click
  90.       Style = bsNew
  91.     end
  92.     object BitBtn3: TBitBtn
  93.       Left = 272
  94.       Top = 104
  95.       Width = 89
  96.       Height = 27
  97.       Caption = 'Other 2'
  98.       TabOrder = 3
  99.       OnClick = BitBtn3Click
  100.       Style = bsNew
  101.     end
  102.     object BitBtn4: TBitBtn
  103.       Left = 272
  104.       Top = 40
  105.       Width = 89
  106.       Height = 27
  107.       Caption = 'Next Tip'
  108.       TabOrder = 4
  109.       OnClick = BitBtn4Click
  110.       Style = bsNew
  111.     end
  112.     object CheckBox1: TCheckBox
  113.       Left = 8
  114.       Top = 210
  115.       Width = 249
  116.       Height = 17
  117.       Caption = 'Show Tips at Startup'
  118.       State = cbChecked
  119.       TabOrder = 5
  120.       OnClick = CheckBox1Click
  121.     end
  122.   end
  123.   object StatusBar1: TStatusBar
  124.     Left = 0
  125.     Top = 232
  126.     Width = 371
  127.     Height = 19
  128.     Panels = <>
  129.     ParentShowHint = False
  130.     ShowHint = False
  131.     SimplePanel = False
  132.   end
  133. end
  134.