home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / DEMOS / PROPEDIT / PIEREG.DFM / PIEREG.txt
Text File  |  1998-06-16  |  2KB  |  90 lines

  1. object AngleEditorDlg: TAngleEditorDlg
  2.   Left = 252
  3.   Top = 197
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Pie Angles Editor'
  7.   ClientHeight = 138
  8.   ClientWidth = 185
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object EAngleLabel: TLabel
  18.     Left = 12
  19.     Top = 54
  20.     Width = 157
  21.     Height = 13
  22.     AutoSize = False
  23.     Caption = 'EndAngle = 0'
  24.   end
  25.   object SAngleLabel: TLabel
  26.     Left = 12
  27.     Top = 6
  28.     Width = 157
  29.     Height = 13
  30.     AutoSize = False
  31.     Caption = 'StartAngle = 0'
  32.   end
  33.   object OKButton: TButton
  34.     Left = 7
  35.     Top = 104
  36.     Width = 77
  37.     Height = 27
  38.     Caption = 'OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 2
  42.   end
  43.   object CancelButton: TButton
  44.     Left = 99
  45.     Top = 104
  46.     Width = 77
  47.     Height = 27
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 3
  51.     OnClick = CancelClick
  52.   end
  53.   object STrackBar: TTrackBar
  54.     Left = 5
  55.     Top = 24
  56.     Width = 176
  57.     Height = 25
  58.     Ctl3D = True
  59.     Max = 360
  60.     Orientation = trHorizontal
  61.     ParentCtl3D = False
  62.     PageSize = 10
  63.     Frequency = 1
  64.     Position = 0
  65.     SelEnd = 0
  66.     SelStart = 0
  67.     TabOrder = 0
  68.     TickMarks = tmBoth
  69.     TickStyle = tsNone
  70.     OnChange = STrackBarChange
  71.   end
  72.   object ETrackBar: TTrackBar
  73.     Left = 5
  74.     Top = 69
  75.     Width = 176
  76.     Height = 25
  77.     Max = 360
  78.     Orientation = trHorizontal
  79.     PageSize = 10
  80.     Frequency = 1
  81.     Position = 0
  82.     SelEnd = 0
  83.     SelStart = 0
  84.     TabOrder = 1
  85.     TickMarks = tmBoth
  86.     TickStyle = tsNone
  87.     OnChange = ETrackBarChange
  88.   end
  89. end
  90.