home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / PIEREG.DFM / PIEREG.txt
Text File  |  1997-05-12  |  2KB  |  88 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.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object EAngleLabel: TLabel
  16.     Left = 12
  17.     Top = 54
  18.     Width = 157
  19.     Height = 13
  20.     AutoSize = False
  21.     Caption = 'EndAngle = 0'
  22.   end
  23.   object SAngleLabel: TLabel
  24.     Left = 12
  25.     Top = 6
  26.     Width = 157
  27.     Height = 13
  28.     AutoSize = False
  29.     Caption = 'StartAngle = 0'
  30.   end
  31.   object OKButton: TButton
  32.     Left = 7
  33.     Top = 104
  34.     Width = 77
  35.     Height = 27
  36.     Caption = 'OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 2
  40.   end
  41.   object CancelButton: TButton
  42.     Left = 99
  43.     Top = 104
  44.     Width = 77
  45.     Height = 27
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 3
  49.     OnClick = CancelClick
  50.   end
  51.   object STrackBar: TTrackBar
  52.     Left = 5
  53.     Top = 24
  54.     Width = 176
  55.     Height = 25
  56.     Ctl3D = True
  57.     Max = 360
  58.     Orientation = trHorizontal
  59.     ParentCtl3D = False
  60.     PageSize = 10
  61.     Frequency = 1
  62.     Position = 0
  63.     SelEnd = 0
  64.     SelStart = 0
  65.     TabOrder = 0
  66.     TickMarks = tmBoth
  67.     TickStyle = tsNone
  68.     OnChange = STrackBarChange
  69.   end
  70.   object ETrackBar: TTrackBar
  71.     Left = 5
  72.     Top = 69
  73.     Width = 176
  74.     Height = 25
  75.     Max = 360
  76.     Orientation = trHorizontal
  77.     PageSize = 10
  78.     Frequency = 1
  79.     Position = 0
  80.     SelEnd = 0
  81.     SelStart = 0
  82.     TabOrder = 1
  83.     TickMarks = tmBoth
  84.     TickStyle = tsNone
  85.     OnChange = ETrackBarChange
  86.   end
  87. end
  88.