home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / clipma / cm32.exe / CLIPMT42.EXE / 0 / RCDATA / TEPTIPDIALOGFM / TEPTIPDIALOGFM.txt < prev   
Encoding:
Text File  |  1997-02-01  |  2.0 KB  |  109 lines

  1. object EPTipDialogFm: TEPTipDialogFm
  2.   Left = 412
  3.   Top = 249
  4.   ActiveControl = CloseBt
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Tip of the Day'
  8.   ClientHeight = 211
  9.   ClientWidth = 412
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 12
  20.     Width = 289
  21.     Height = 169
  22.     Shape = bsFrame
  23.   end
  24.   object CloseBt: TButton
  25.     Left = 312
  26.     Top = 8
  27.     Width = 89
  28.     Height = 25
  29.     Cancel = True
  30.     Caption = '&Close'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 0
  34.   end
  35.   object ShowTipsCb: TCheckBox
  36.     Left = 8
  37.     Top = 188
  38.     Width = 149
  39.     Height = 17
  40.     Caption = '&Show Tips at Startup'
  41.     TabOrder = 4
  42.   end
  43.   object NextTipBt: TButton
  44.     Left = 312
  45.     Top = 36
  46.     Width = 89
  47.     Height = 25
  48.     Caption = '&Next Tip'
  49.     TabOrder = 1
  50.   end
  51.   object MoreTipsBt: TButton
  52.     Left = 312
  53.     Top = 72
  54.     Width = 89
  55.     Height = 25
  56.     Caption = '&More Tips...'
  57.     TabOrder = 2
  58.     OnClick = HelpContextClick
  59.   end
  60.   object HelpBt: TButton
  61.     Left = 312
  62.     Top = 100
  63.     Width = 89
  64.     Height = 25
  65.     Caption = '&Help'
  66.     TabOrder = 3
  67.     OnClick = HelpContextClick
  68.   end
  69.   object Panel1: TPanel
  70.     Left = 16
  71.     Top = 20
  72.     Width = 273
  73.     Height = 153
  74.     BevelOuter = bvNone
  75.     BorderStyle = bsSingle
  76.     Color = clWindow
  77.     TabOrder = 5
  78.     object TipTitleLb: TLabel
  79.       Left = 40
  80.       Top = 22
  81.       Width = 90
  82.       Height = 13
  83.       Caption = 'Did you know...'
  84.     end
  85.     object TipLb: TLabel
  86.       Left = 6
  87.       Top = 54
  88.       Width = 259
  89.       Height = 91
  90.       AutoSize = False
  91.       Font.Color = clBlack
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = []
  95.       ParentFont = False
  96.       ShowAccelChar = False
  97.       WordWrap = True
  98.     end
  99.     object LightBulbIm: TEPImage
  100.       Left = 4
  101.       Top = 4
  102.       Width = 32
  103.       Height = 40
  104.       Picture.Data = {<image000.bmp>}
  105.       Transparent = True
  106.     end
  107.   end
  108. end
  109.