home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / Bas / Bureautique / MdiNotepad / Mdipad.exe / 0 / RCDATA / TFORM10 / TFORM10.txt
Text File  |  2002-09-25  |  2KB  |  117 lines

  1. object Form10: TForm10
  2.   Left = 382
  3.   Top = 273
  4.   Width = 280
  5.   Height = 333
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Overview'
  9.   Color = clBtnFace
  10.   Constraints.MaxWidth = 281
  11.   Constraints.MinWidth = 280
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ScrollMemo1: TScrollMemo
  24.     Left = 116
  25.     Top = 124
  26.     Width = 49
  27.     Height = 49
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -15
  31.     Font.Name = 'Times New Roman'
  32.     Font.Style = []
  33.     Lines.Strings = (
  34.       'Scroll'
  35.       'Memo'
  36.       '1')
  37.     ParentFont = False
  38.     TabOrder = 3
  39.   end
  40.   object ToolBar1: TToolBar
  41.     Left = 0
  42.     Top = 0
  43.     Width = 272
  44.     Height = 26
  45.     AutoSize = True
  46.     BorderWidth = 1
  47.     ButtonWidth = 64
  48.     Caption = 'ToolBar1'
  49.     EdgeBorders = []
  50.     Flat = True
  51.     Images = MDIPForm1.ImageList2
  52.     List = True
  53.     ShowCaptions = True
  54.     TabOrder = 0
  55.     object ToolButton1: TToolButton
  56.       Left = 0
  57.       Top = 0
  58.       Caption = 'Refresh'
  59.       ImageIndex = 26
  60.       OnClick = ToolButton1Click
  61.     end
  62.     object Panel1: TPanel
  63.       Left = 64
  64.       Top = 0
  65.       Width = 185
  66.       Height = 22
  67.       BevelOuter = bvNone
  68.       TabOrder = 0
  69.       object ProgressBar1: TProgressBar
  70.         Left = 20
  71.         Top = 5
  72.         Width = 150
  73.         Height = 12
  74.         Min = 0
  75.         Max = 100
  76.         TabOrder = 0
  77.         Visible = False
  78.       end
  79.     end
  80.   end
  81.   object ScrollBox1: TScrollBox
  82.     Left = 0
  83.     Top = 26
  84.     Width = 272
  85.     Height = 280
  86.     Align = alClient
  87.     Color = clWindow
  88.     ParentColor = False
  89.     TabOrder = 1
  90.     object Image2: TImage
  91.       Left = 4
  92.       Top = 4
  93.       Width = 240
  94.       Height = 265
  95.       OnMouseUp = Image2MouseUp
  96.     end
  97.   end
  98.   object ScrollBox2: TScrollBox
  99.     Left = 168
  100.     Top = 124
  101.     Width = 49
  102.     Height = 49
  103.     TabOrder = 2
  104.     Visible = False
  105.     object Image1: TImage
  106.       Left = -203
  107.       Top = -224
  108.       Width = 240
  109.       Height = 261
  110.     end
  111.   end
  112.   object StrSet1: TStrSet
  113.     Left = 16
  114.     Top = 40
  115.   end
  116. end
  117.