home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TALIGNDIALOG / TALIGNDIALOG.txt
Text File  |  1999-08-11  |  3KB  |  160 lines

  1. object AlignDialog: TAlignDialog
  2.   Left = 235
  3.   Top = 146
  4.   HelpContext = 1475
  5.   ActiveControl = hNoChange
  6.   BorderStyle = bsDialog
  7.   Caption = 'Alignment'
  8.   ClientHeight = 191
  9.   ClientWidth = 320
  10.   ParentFont = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object GroupBox1: TGroupBox
  15.     Left = 8
  16.     Top = 8
  17.     Width = 148
  18.     Height = 140
  19.     Caption = 'Horizontal'
  20.     TabOrder = 0
  21.     object hNoChange: TRadioButton
  22.       Left = 12
  23.       Top = 16
  24.       Width = 133
  25.       Height = 18
  26.       Caption = '&No change'
  27.       Checked = True
  28.       TabOrder = 0
  29.       TabStop = True
  30.     end
  31.     object hLeftSides: TRadioButton
  32.       Left = 12
  33.       Top = 36
  34.       Width = 133
  35.       Height = 18
  36.       Caption = '&Left sides'
  37.       TabOrder = 1
  38.     end
  39.     object hCenters: TRadioButton
  40.       Left = 12
  41.       Top = 56
  42.       Width = 133
  43.       Height = 18
  44.       Caption = '&Centers'
  45.       TabOrder = 2
  46.     end
  47.     object hRightSides: TRadioButton
  48.       Left = 12
  49.       Top = 76
  50.       Width = 133
  51.       Height = 18
  52.       Caption = '&Right sides'
  53.       TabOrder = 3
  54.     end
  55.     object hSpaceEqual: TRadioButton
  56.       Left = 12
  57.       Top = 96
  58.       Width = 133
  59.       Height = 18
  60.       Caption = '&Space equally'
  61.       TabOrder = 4
  62.     end
  63.     object hCenterInWindow: TRadioButton
  64.       Left = 12
  65.       Top = 116
  66.       Width = 133
  67.       Height = 18
  68.       Caption = 'Center in &window'
  69.       TabOrder = 5
  70.     end
  71.   end
  72.   object GroupBox2: TGroupBox
  73.     Left = 164
  74.     Top = 8
  75.     Width = 148
  76.     Height = 140
  77.     Caption = 'Vertical'
  78.     TabOrder = 1
  79.     object vNoChange: TRadioButton
  80.       Left = 11
  81.       Top = 16
  82.       Width = 90
  83.       Height = 18
  84.       Caption = 'No chan&ge'
  85.       Checked = True
  86.       TabOrder = 0
  87.       TabStop = True
  88.     end
  89.     object vTops: TRadioButton
  90.       Left = 11
  91.       Top = 36
  92.       Width = 90
  93.       Height = 18
  94.       Caption = '&Tops'
  95.       TabOrder = 1
  96.     end
  97.     object vCenters: TRadioButton
  98.       Left = 11
  99.       Top = 56
  100.       Width = 90
  101.       Height = 18
  102.       Caption = 'C&enters'
  103.       TabOrder = 2
  104.     end
  105.     object vBottoms: TRadioButton
  106.       Left = 11
  107.       Top = 76
  108.       Width = 90
  109.       Height = 18
  110.       Caption = '&Bottoms'
  111.       TabOrder = 3
  112.     end
  113.     object vSpaceEqual: TRadioButton
  114.       Left = 11
  115.       Top = 96
  116.       Width = 126
  117.       Height = 18
  118.       Caption = 'Space e&qually'
  119.       TabOrder = 4
  120.     end
  121.     object vCenterInWindow: TRadioButton
  122.       Left = 11
  123.       Top = 116
  124.       Width = 123
  125.       Height = 18
  126.       Caption = 'Center &in window'
  127.       TabOrder = 5
  128.     end
  129.   end
  130.   object OKButton: TButton
  131.     Left = 77
  132.     Top = 158
  133.     Width = 75
  134.     Height = 25
  135.     Caption = 'OK'
  136.     Default = True
  137.     ModalResult = 1
  138.     TabOrder = 2
  139.   end
  140.   object CancelButton: TButton
  141.     Left = 157
  142.     Top = 158
  143.     Width = 75
  144.     Height = 25
  145.     Cancel = True
  146.     Caption = 'Cancel'
  147.     ModalResult = 2
  148.     TabOrder = 3
  149.   end
  150.   object HelpButton: TButton
  151.     Left = 237
  152.     Top = 158
  153.     Width = 75
  154.     Height = 25
  155.     Caption = '&Help'
  156.     TabOrder = 4
  157.     OnClick = HelpButtonClick
  158.   end
  159. end
  160.