home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / chplus / cpp / 5 / Komponety.exe / piereg.dfm / piereg.txt
Text File  |  1998-02-09  |  2KB  |  88 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 = 'Default'
  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.     Max = 360
  59.     Orientation = trHorizontal
  60.     PageSize = 10
  61.     Frequency = 1
  62.     Position = 0
  63.     SelEnd = 0
  64.     SelStart = 0
  65.     TabOrder = 2
  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 = 3
  83.     TickMarks = tmBoth
  84.     TickStyle = tsNone
  85.     OnChange = ETrackBarChange
  86.   end
  87. end
  88.