home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / Power / _SETUP.1 / PS.exe / 0 / RCDATA / TTIPFORM / TTIPFORM.txt < prev   
Text File  |  1999-05-20  |  4KB  |  182 lines

  1. object TipForm: TTipForm
  2.   Left = 296
  3.   Top = 235
  4.   BorderStyle = bsDialog
  5.   Caption = 'Welcome'
  6.   ClientHeight = 212
  7.   ClientWidth = 376
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel2: TBevel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 376
  25.     Height = 212
  26.     Align = alClient
  27.     Shape = bsFrame
  28.   end
  29.   object Bevel1: TBevel
  30.     Left = 8
  31.     Top = 40
  32.     Width = 273
  33.     Height = 145
  34.   end
  35.   object Shape1: TShape
  36.     Left = 9
  37.     Top = 41
  38.     Width = 272
  39.     Height = 144
  40.     Brush.Color = 8454143
  41.     Pen.Style = psClear
  42.   end
  43.   object Label5: TLabel
  44.     Left = 153
  45.     Top = 9
  46.     Width = 185
  47.     Height = 29
  48.     Caption = 'PowerSettings'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWhite
  51.     Font.Height = -24
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold, fsItalic]
  54.     ParentFont = False
  55.     Transparent = True
  56.   end
  57.   object Bevel4: TBevel
  58.     Left = 285
  59.     Top = 40
  60.     Width = 83
  61.     Height = 145
  62.   end
  63.   object Label2: TLabel
  64.     Left = 56
  65.     Top = 80
  66.     Width = 193
  67.     Height = 81
  68.     AutoSize = False
  69.     Caption = 'Label2'
  70.     Color = 8454143
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clWindowText
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentColor = False
  77.     ParentFont = False
  78.     Transparent = True
  79.     WordWrap = True
  80.   end
  81.   object SpeedButton1: TSpeedButton
  82.     Left = 286
  83.     Top = 159
  84.     Width = 81
  85.     Height = 25
  86.     Caption = '&Close'
  87.     Flat = True
  88.     OnClick = SpeedButton1Click
  89.   end
  90.   object SpeedButton2: TSpeedButton
  91.     Left = 286
  92.     Top = 41
  93.     Width = 81
  94.     Height = 25
  95.     Caption = '&Next'
  96.     Flat = True
  97.     OnClick = SpeedButton2Click
  98.   end
  99.   object SpeedButton3: TSpeedButton
  100.     Left = 286
  101.     Top = 66
  102.     Width = 81
  103.     Height = 25
  104.     Caption = '&Previous'
  105.     Flat = True
  106.     OnClick = SpeedButton3Click
  107.   end
  108.   object Bevel3: TBevel
  109.     Left = 8
  110.     Top = 37
  111.     Width = 361
  112.     Height = 9
  113.     Shape = bsTopLine
  114.   end
  115.   object Label3: TLabel
  116.     Left = 8
  117.     Top = 8
  118.     Width = 139
  119.     Height = 29
  120.     Caption = 'Welcome to'
  121.     Font.Charset = DEFAULT_CHARSET
  122.     Font.Color = clWindowText
  123.     Font.Height = -24
  124.     Font.Name = 'MS Sans Serif'
  125.     Font.Style = [fsBold]
  126.     ParentFont = False
  127.   end
  128.   object Label4: TLabel
  129.     Left = 152
  130.     Top = 8
  131.     Width = 185
  132.     Height = 29
  133.     Caption = 'PowerSettings'
  134.     Font.Charset = DEFAULT_CHARSET
  135.     Font.Color = clWindowText
  136.     Font.Height = -24
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = [fsBold, fsItalic]
  139.     ParentFont = False
  140.     Transparent = True
  141.   end
  142.   object Bevel5: TBevel
  143.     Left = 7
  144.     Top = 186
  145.     Width = 361
  146.     Height = 9
  147.     Shape = bsTopLine
  148.   end
  149.   object Image1: TImage
  150.     Left = 16
  151.     Top = 56
  152.     Width = 32
  153.     Height = 32
  154.     AutoSize = True
  155.     Picture.Data = {<image000.ico>}
  156.   end
  157.   object Label6: TLabel
  158.     Left = 56
  159.     Top = 56
  160.     Width = 109
  161.     Height = 13
  162.     Caption = 'Did you know......?'
  163.     Color = 8454143
  164.     Font.Charset = DEFAULT_CHARSET
  165.     Font.Color = clWindowText
  166.     Font.Height = -11
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = [fsBold]
  169.     ParentColor = False
  170.     ParentFont = False
  171.     Transparent = True
  172.   end
  173.   object CheckBox1: TCheckBox
  174.     Left = 9
  175.     Top = 191
  176.     Width = 158
  177.     Height = 17
  178.     Caption = '&Don'#39't show this dialog again'
  179.     TabOrder = 0
  180.   end
  181. end
  182.