home *** CD-ROM | disk | FTP | other *** search
/ PC Computing Multimedia MegaPac / Multimedia_MegaPac_PC_Computing_D31N_Ziff-s_1999.iso / ZIP / ezzip2k.exe / _SETUP.1 / EZip.exe / 0 / RCDATA / TTIPFORM / TTIPFORM.txt < prev   
Text File  |  1999-06-03  |  2KB  |  119 lines

  1. object TipForm: TTipForm
  2.   Left = 333
  3.   Top = 162
  4.   BorderStyle = bsDialog
  5.   Caption = 'EasyZip Tip of the Day'
  6.   ClientHeight = 171
  7.   ClientWidth = 382
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnClose = FormClose
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Shape1: TShape
  20.     Left = 8
  21.     Top = 8
  22.     Width = 369
  23.     Height = 129
  24.   end
  25.   object Shape2: TShape
  26.     Left = 8
  27.     Top = 8
  28.     Width = 49
  29.     Height = 129
  30.     Brush.Color = clGray
  31.     Pen.Color = clGray
  32.   end
  33.   object Shape3: TShape
  34.     Left = 56
  35.     Top = 40
  36.     Width = 321
  37.     Height = 4
  38.     Brush.Color = clGray
  39.     Pen.Color = clGray
  40.   end
  41.   object DidyouknowL: TLabel
  42.     Left = 64
  43.     Top = 16
  44.     Width = 123
  45.     Height = 22
  46.     Caption = 'Did you know..'
  47.     Font.Charset = EASTEUROPE_CHARSET
  48.     Font.Color = clBlack
  49.     Font.Height = -19
  50.     Font.Name = 'Times New Roman'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.     Transparent = True
  54.   end
  55.   object TipImage: TImage
  56.     Left = 20
  57.     Top = 24
  58.     Width = 27
  59.     Height = 35
  60.     AutoSize = True
  61.     Picture.Data = {<image000.bmp>}
  62.   end
  63.   object TipInfo: TLabel
  64.     Left = 64
  65.     Top = 48
  66.     Width = 305
  67.     Height = 81
  68.     AutoSize = False
  69.     Caption = 'TipInfo'
  70.     Font.Charset = EASTEUROPE_CHARSET
  71.     Font.Color = clBlack
  72.     Font.Height = -13
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ParentFont = False
  76.     Transparent = True
  77.     WordWrap = True
  78.   end
  79.   object Bevel1: TBevel
  80.     Left = 8
  81.     Top = 8
  82.     Width = 369
  83.     Height = 129
  84.     Shape = bsFrame
  85.   end
  86.   object ShowTipOptions: TComboBox
  87.     Left = 8
  88.     Top = 144
  89.     Width = 201
  90.     Height = 21
  91.     Style = csDropDownList
  92.     ItemHeight = 13
  93.     Items.Strings = (
  94.       'Always show tips at startup'
  95.       'Show tip at startup if not opening Zip file'
  96.       'Never show tips at startup')
  97.     TabOrder = 0
  98.   end
  99.   object CloseButt: TCorelButton
  100.     Left = 304
  101.     Top = 144
  102.     Width = 75
  103.     Height = 23
  104.     Caption = '&Close'
  105.     Default = True
  106.     TabOrder = 2
  107.     OnClick = CloseButtClick
  108.   end
  109.   object NextButt: TCorelButton
  110.     Left = 224
  111.     Top = 144
  112.     Width = 75
  113.     Height = 23
  114.     Caption = '&Next Tip'
  115.     TabOrder = 1
  116.     OnClick = NextButtClick
  117.   end
  118. end
  119.