home *** CD-ROM | disk | FTP | other *** search
/ Freelog 3 / Freelog003.iso / Logs / Internet / ImagoWeb / iwsetup.EXE / imagoWEB.exe / 0 / RCDATA / TGRADI / TGRADI.txt
Text File  |  1998-07-27  |  2KB  |  84 lines

  1. object gradi: Tgradi
  2.   Left = 262
  3.   Top = 139
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 84
  7.   ClientWidth = 213
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object OKBtn: TButton
  18.     Left = 116
  19.     Top = 8
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'OK'
  23.     Default = True
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'Arial'
  28.     Font.Style = []
  29.     ModalResult = 1
  30.     ParentFont = False
  31.     TabOrder = 0
  32.   end
  33.   object CancelBtn: TButton
  34.     Left = 116
  35.     Top = 38
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     Font.Charset = ANSI_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'Arial'
  44.     Font.Style = []
  45.     ModalResult = 2
  46.     ParentFont = False
  47.     TabOrder = 1
  48.   end
  49.   object SpinEdit1: TSpinEdit
  50.     Left = 16
  51.     Top = 16
  52.     Width = 73
  53.     Height = 23
  54.     Font.Charset = ANSI_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'Arial'
  58.     Font.Style = []
  59.     MaxValue = 180
  60.     MinValue = -180
  61.     ParentFont = False
  62.     TabOrder = 2
  63.     Value = 90
  64.   end
  65.   object MultiLang1: TMultiLang
  66.     Languages = 3
  67.     Words.Strings = (
  68.       '%Form%'
  69.       'Dialog'
  70.       ''
  71.       ''
  72.       'OKBtn'
  73.       'OK'
  74.       'Ok'
  75.       ''
  76.       'CancelBtn'
  77.       'Cancel'
  78.       'Annulla'
  79.       '')
  80.     Left = 40
  81.     Top = 56
  82.   end
  83. end
  84.