home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / propedit.pak / ANGLEDIT.DFM / ANGLEDIT.txt
Encoding:
Text File  |  1995-08-24  |  1.3 KB  |  74 lines

  1. object AngleEditorDlg: TAngleEditorDlg
  2.   Left = 252
  3.   Top = 197
  4.   AutoScroll = False
  5.   ActiveControl = SAngleBar
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Pie Angles Editor'
  9.   ClientHeight = 133
  10.   ClientWidth = 185
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   PixelsPerInch = 96
  16.   Position = poDefault
  17.   TextHeight = 13
  18.   object EAngleLabel: TLabel
  19.     Left = 42
  20.     Top = 54
  21.     Width = 77
  22.     Height = 13
  23.     Caption = 'EndAngle = 0'
  24.   end
  25.   object SAngleLabel: TLabel
  26.     Left = 42
  27.     Top = 6
  28.     Width = 82
  29.     Height = 13
  30.     Caption = 'StartAngle = 0'
  31.   end
  32.   object EAngleBar: TScrollBar
  33.     Left = 12
  34.     Top = 72
  35.     Width = 157
  36.     Height = 17
  37.     LargeChange = 10
  38.     Max = 360
  39.     TabOrder = 0
  40.     OnScroll = EAngleBarScroll
  41.   end
  42.   object OKButton: TBitBtn
  43.     Left = 7
  44.     Top = 99
  45.     Width = 77
  46.     Height = 27
  47.     TabOrder = 1
  48.     Kind = bkOK
  49.     Margin = 2
  50.     Spacing = -1
  51.   end
  52.   object CancelButton: TBitBtn
  53.     Left = 99
  54.     Top = 99
  55.     Width = 77
  56.     Height = 27
  57.     TabOrder = 2
  58.     OnClick = CancelClick
  59.     Kind = bkCancel
  60.     Margin = 2
  61.     Spacing = -1
  62.   end
  63.   object SAngleBar: TScrollBar
  64.     Left = 12
  65.     Top = 24
  66.     Width = 157
  67.     Height = 17
  68.     LargeChange = 10
  69.     Max = 360
  70.     TabOrder = 3
  71.     OnScroll = SAngleBarScroll
  72.   end
  73. end
  74.