home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Movie Collection / MovieCollection5403.exe / {app} / MovieCollection.exe / 0 / RCDATA / TFRMTIPS / TFRMTIPS.txt < prev   
Encoding:
Text File  |  2005-08-08  |  3.1 KB  |  150 lines

  1. inherited FrmTips: TFrmTips
  2.   Left = 319
  3.   Top = 463
  4.   VertScrollBar.Range = 0
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Astuces...'
  8.   ClientHeight = 237
  9.   ClientWidth = 431
  10.   Color = clInfoBk
  11.   Font.Color = clBlack
  12.   FormStyle = fsStayOnTop
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel [0]
  20.     Left = 9
  21.     Top = 200
  22.     Width = 416
  23.     Height = 6
  24.     Shape = bsBottomLine
  25.   end
  26.   object lblHeader: TLabel [1]
  27.     Left = 10
  28.     Top = 8
  29.     Width = 116
  30.     Height = 29
  31.     Caption = 'lblHeader'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clBlack
  34.     Font.Height = -24
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.     Transparent = True
  39.   end
  40.   inherited sb: TTBXStatusBar
  41.     Top = 218
  42.     Width = 431
  43.   end
  44.   object Panel1: TPanel [3]
  45.     Left = 12
  46.     Top = 44
  47.     Width = 321
  48.     Height = 157
  49.     BevelOuter = bvNone
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clBlack
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentColor = True
  56.     ParentFont = False
  57.     TabOrder = 0
  58.     object TipText: TLabel
  59.       Left = 73
  60.       Top = 68
  61.       Width = 237
  62.       Height = 81
  63.       AutoSize = False
  64.       Caption = 'TipText'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clBlack
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentFont = False
  71.       WordWrap = True
  72.     end
  73.     object Image1: TImage
  74.       Left = 16
  75.       Top = 20
  76.       Width = 23
  77.       Height = 32
  78.       AutoSize = True
  79.       Center = True
  80.       Picture.Data = {<image000.bmp>}
  81.       Transparent = True
  82.     end
  83.     object TipHelp: TLabel
  84.       Left = 68
  85.       Top = 28
  86.       Width = 237
  87.       Height = 29
  88.       AutoSize = False
  89.       Caption = 'Le saviez-vous ?'
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clBlack
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = [fsBold]
  95.       ParentFont = False
  96.       WordWrap = True
  97.     end
  98.   end
  99.   object cxChkShowTips: TcxCheckBox [4]
  100.     Left = 8
  101.     Top = 208
  102.     Width = 329
  103.     Height = 21
  104.     Caption = 'Afficher les astuces au d'#233'marrage'
  105.     TabOrder = 1
  106.   end
  107.   object cxButton1: TcxButton [5]
  108.     Left = 352
  109.     Top = 208
  110.     Width = 75
  111.     Height = 25
  112.     Action = ActionClose
  113.     TabOrder = 2
  114.   end
  115.   object cxButton2: TcxButton [6]
  116.     Left = 352
  117.     Top = 176
  118.     Width = 75
  119.     Height = 25
  120.     Action = ActionNext
  121.     TabOrder = 3
  122.   end
  123.   object cxButton3: TcxButton [7]
  124.     Left = 352
  125.     Top = 144
  126.     Width = 75
  127.     Height = 25
  128.     Action = ActionPrec
  129.     TabOrder = 4
  130.   end
  131.   inherited aclFiche: TActionList
  132.     Left = 64
  133.     Top = 16
  134.     object ActionClose: TAction
  135.       Caption = 'Fermer'
  136.       OnExecute = ActionCloseExecute
  137.     end
  138.     object ActionPrec: TAction
  139.       Caption = 'Pr'#233'c'#233'dent'
  140.       OnExecute = ActionPrecExecute
  141.       OnUpdate = ActionPrecUpdate
  142.     end
  143.     object ActionNext: TAction
  144.       Caption = 'Suivant'
  145.       OnExecute = ActionNextExecute
  146.       OnUpdate = ActionNextUpdate
  147.     end
  148.   end
  149. end
  150.