home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / PIEREG.DFM / PIEREG.txt
Text File  |  1997-01-16  |  2KB  |  89 lines

  1. object AngleEditorDlg: TAngleEditorDlg
  2.   Left = 373
  3.   Top = 210
  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 = 0
  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 = 1
  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 = 2
  68.     TickMarks = tmBoth
  69.     TickStyle = tsNone
  70.   end
  71.   object ETrackBar: TTrackBar
  72.     Left = 5
  73.     Top = 69
  74.     Width = 176
  75.     Height = 25
  76.     Max = 360
  77.     Orientation = trHorizontal
  78.     PageSize = 10
  79.     Frequency = 1
  80.     Position = 0
  81.     SelEnd = 0
  82.     SelStart = 0
  83.     TabOrder = 3
  84.     TickMarks = tmBoth
  85.     TickStyle = tsNone
  86.     OnChange = ETrackBarChange
  87.   end
  88. end
  89.