home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 7 / cd.iso / Zaplect / David_Perret / Viewer.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1998-12-23  |  2KB  |  101 lines

  1. object Form4: TForm4
  2.   Left = 395
  3.   Top = 250
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Viewer PC 2.3 Pr∩┐╜visualisation'
  6.   ClientHeight = 447
  7.   ClientWidth = 445
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 416
  22.     Width = 445
  23.     Height = 31
  24.     Align = alBottom
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 8
  28.       Top = 8
  29.       Width = 81
  30.       Height = 16
  31.       Caption = 'Taille Ic∩┐╜nes'
  32.       Font.Charset = ANSI_CHARSET
  33.       Font.Color = clWindowText
  34.       Font.Height = -13
  35.       Font.Name = 'Arial'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.     end
  39.     object Label2: TLabel
  40.       Left = 244
  41.       Top = 8
  42.       Width = 28
  43.       Height = 16
  44.       Caption = '25 %'
  45.       Font.Charset = ANSI_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -13
  48.       Font.Name = 'Arial'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.     end
  52.     object TrackBar1: TTrackBar
  53.       Left = 92
  54.       Top = 4
  55.       Width = 150
  56.       Height = 25
  57.       Max = 100
  58.       Min = 1
  59.       Orientation = trHorizontal
  60.       Frequency = 10
  61.       Position = 25
  62.       SelEnd = 0
  63.       SelStart = 0
  64.       TabOrder = 0
  65.       ThumbLength = 15
  66.       TickMarks = tmTopLeft
  67.       TickStyle = tsAuto
  68.       OnChange = TrackBar1Change
  69.     end
  70.     object Button1: TButton
  71.       Left = 366
  72.       Top = 6
  73.       Width = 75
  74.       Height = 21
  75.       Caption = '&Annuler'
  76.       TabOrder = 1
  77.       OnClick = Button1Click
  78.     end
  79.   end
  80.   object Thumbview1: TThumbview
  81.     Left = 0
  82.     Top = 0
  83.     Width = 428
  84.     Height = 416
  85.     Align = alClient
  86.     BevelOuter = bvNone
  87.     TabOrder = 2
  88.     MaxWidth = 200
  89.     MaxHeight = 200
  90.     Size = 25
  91.     FitToScreen = False
  92.     object Bevel1: TBevel
  93.       Left = 0
  94.       Top = 0
  95.       Width = 428
  96.       Height = 416
  97.       Align = alClient
  98.     end
  99.   end
  100. end
  101.