home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / navody / JBOOSTER.ZIP / Source / AlignForm.dfm next >
Text File  |  2002-04-08  |  2KB  |  105 lines

  1. object FormAlign: TFormAlign
  2.   Left = 207
  3.   Top = 275
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Align'
  7.   ClientHeight = 116
  8.   ClientWidth = 202
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PanelHor: TPanel
  21.     Left = 12
  22.     Top = 14
  23.     Width = 177
  24.     Height = 27
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     TabOrder = 0
  28.     object RadioLeft: TRadioButton
  29.       Left = 7
  30.       Top = 6
  31.       Width = 42
  32.       Height = 17
  33.       TabOrder = 0
  34.     end
  35.     object RadioCenter: TRadioButton
  36.       Left = 58
  37.       Top = 6
  38.       Width = 57
  39.       Height = 17
  40.       TabOrder = 1
  41.     end
  42.     object RadioRight: TRadioButton
  43.       Left = 116
  44.       Top = 6
  45.       Width = 53
  46.       Height = 17
  47.       TabOrder = 2
  48.     end
  49.   end
  50.   object PanelVer: TPanel
  51.     Left = 12
  52.     Top = 39
  53.     Width = 177
  54.     Height = 27
  55.     BevelInner = bvRaised
  56.     BevelOuter = bvLowered
  57.     TabOrder = 1
  58.     object RadioTop: TRadioButton
  59.       Left = 7
  60.       Top = 6
  61.       Width = 42
  62.       Height = 17
  63.       TabOrder = 0
  64.     end
  65.     object RadioMiddle: TRadioButton
  66.       Left = 58
  67.       Top = 6
  68.       Width = 57
  69.       Height = 17
  70.       TabOrder = 1
  71.     end
  72.     object RadioBottom: TRadioButton
  73.       Left = 116
  74.       Top = 6
  75.       Width = 57
  76.       Height = 17
  77.       TabOrder = 2
  78.     end
  79.   end
  80.   object ButtonOk: TButton
  81.     Left = 45
  82.     Top = 81
  83.     Width = 69
  84.     Height = 22
  85.     Caption = 'Ok'
  86.     Default = True
  87.     ModalResult = 1
  88.     ParentShowHint = False
  89.     ShowHint = True
  90.     TabOrder = 2
  91.   end
  92.   object ButtonCancel: TButton
  93.     Left = 120
  94.     Top = 81
  95.     Width = 69
  96.     Height = 22
  97.     Cancel = True
  98.     Caption = 'Cancel'
  99.     ModalResult = 2
  100.     ParentShowHint = False
  101.     ShowHint = True
  102.     TabOrder = 3
  103.   end
  104. end
  105.