home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June A / Pcwk6A98.iso / Share95 / Tvstudio / _SETUP.1 / PStudio.exe / 0 / RCDATA / TROTATEFORM / TROTATEFORM.txt
Text File  |  1998-04-01  |  2KB  |  82 lines

  1. object Rotateform: TRotateform
  2.   Left = 279
  3.   Top = 275
  4.   BorderStyle = bsDialog
  5.   Caption = 'Rotate Image'
  6.   ClientHeight = 145
  7.   ClientWidth = 201
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Rlabel1: TLabel
  17.     Left = 24
  18.     Top = 8
  19.     Width = 155
  20.     Height = 20
  21.     Caption = 'Degree of Rotation'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -16
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Label1: TLabel
  30.     Left = 80
  31.     Top = 40
  32.     Width = 45
  33.     Height = 16
  34.     Caption = '0 to 360'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -13
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object rotedit1: TSpinEdit
  43.     Left = 15
  44.     Top = 40
  45.     Width = 46
  46.     Height = 22
  47.     Hint = 'Degree of Rotation '
  48.     MaxValue = 360
  49.     MinValue = 0
  50.     ParentShowHint = False
  51.     ShowHint = True
  52.     TabOrder = 0
  53.     Value = 15
  54.   end
  55.   object BitBtn1: TBitBtn
  56.     Left = 112
  57.     Top = 112
  58.     Width = 75
  59.     Height = 25
  60.     TabOrder = 1
  61.     OnClick = BitBtn1Click
  62.     Kind = bkOK
  63.   end
  64.   object BitBtn2: TBitBtn
  65.     Left = 17
  66.     Top = 112
  67.     Width = 75
  68.     Height = 25
  69.     TabOrder = 2
  70.     OnClick = BitBtn2Click
  71.     Kind = bkCancel
  72.   end
  73.   object CheckBox1: TCheckBox
  74.     Left = 16
  75.     Top = 80
  76.     Width = 185
  77.     Height = 17
  78.     Caption = 'Enlarge Image if necessary'
  79.     TabOrder = 3
  80.   end
  81. end
  82.