home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Utilitare / xvi / XVI32.exe / 0 / RCDATA / TFORMOSE / TFORMOSE.txt
Text File  |  2003-08-02  |  1KB  |  57 lines

  1. object FormOSE: TFormOSE
  2.   Left = 136
  3.   Top = 167
  4.   BorderStyle = bsDialog
  5.   Caption = 'FormOSE'
  6.   ClientHeight = 75
  7.   ClientWidth = 224
  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 = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object CheckBoxReadOnly: TCheckBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 161
  24.     Height = 17
  25.     Caption = 'Open in &Read Only Mode'
  26.     TabOrder = 0
  27.   end
  28.   object EditDateiName: TEdit
  29.     Left = 88
  30.     Top = 40
  31.     Width = 121
  32.     Height = 21
  33.     TabOrder = 1
  34.     Text = 'EditDateiName'
  35.   end
  36.   object ImageListLarge: TImageList
  37.     AllocBy = 25
  38.     Height = 32
  39.     Width = 32
  40.     Left = 105
  41.     Top = 520
  42.   end
  43.   object ImageListSmall: TImageList
  44.     AllocBy = 25
  45.     Left = 180
  46.     Top = 515
  47.   end
  48.   object SaveDialog1: TSaveDialog
  49.     Left = 44
  50.     Top = 36
  51.   end
  52.   object OpenDialog1: TOpenDialog
  53.     Left = 8
  54.     Top = 36
  55.   end
  56. end
  57.