home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TALIGNDIALOG / TALIGNDIALOG.txt
Text File  |  1997-01-16  |  3KB  |  162 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.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 148
  20.     Height = 140
  21.     Caption = 'Horizontal'
  22.     TabOrder = 0
  23.     object hNoChange: TRadioButton
  24.       Left = 12
  25.       Top = 16
  26.       Width = 133
  27.       Height = 18
  28.       Caption = '&No change'
  29.       Checked = True
  30.       TabOrder = 0
  31.       TabStop = True
  32.     end
  33.     object hLeftSides: TRadioButton
  34.       Left = 12
  35.       Top = 36
  36.       Width = 133
  37.       Height = 18
  38.       Caption = '&Left sides'
  39.       TabOrder = 1
  40.     end
  41.     object hCenters: TRadioButton
  42.       Left = 12
  43.       Top = 56
  44.       Width = 133
  45.       Height = 18
  46.       Caption = '&Centers'
  47.       TabOrder = 2
  48.     end
  49.     object hRightSides: TRadioButton
  50.       Left = 12
  51.       Top = 76
  52.       Width = 133
  53.       Height = 18
  54.       Caption = '&Right sides'
  55.       TabOrder = 3
  56.     end
  57.     object hSpaceEqual: TRadioButton
  58.       Left = 12
  59.       Top = 96
  60.       Width = 133
  61.       Height = 18
  62.       Caption = '&Space equally'
  63.       TabOrder = 4
  64.     end
  65.     object hCenterInWindow: TRadioButton
  66.       Left = 12
  67.       Top = 116
  68.       Width = 133
  69.       Height = 18
  70.       Caption = 'Center in &window'
  71.       TabOrder = 5
  72.     end
  73.   end
  74.   object GroupBox2: TGroupBox
  75.     Left = 164
  76.     Top = 8
  77.     Width = 148
  78.     Height = 140
  79.     Caption = 'Vertical'
  80.     TabOrder = 1
  81.     object vNoChange: TRadioButton
  82.       Left = 11
  83.       Top = 16
  84.       Width = 90
  85.       Height = 18
  86.       Caption = 'No chan&ge'
  87.       Checked = True
  88.       TabOrder = 0
  89.       TabStop = True
  90.     end
  91.     object vTops: TRadioButton
  92.       Left = 11
  93.       Top = 36
  94.       Width = 90
  95.       Height = 18
  96.       Caption = '&Tops'
  97.       TabOrder = 1
  98.     end
  99.     object vCenters: TRadioButton
  100.       Left = 11
  101.       Top = 56
  102.       Width = 90
  103.       Height = 18
  104.       Caption = 'C&enters'
  105.       TabOrder = 2
  106.     end
  107.     object vBottoms: TRadioButton
  108.       Left = 11
  109.       Top = 76
  110.       Width = 90
  111.       Height = 18
  112.       Caption = '&Bottoms'
  113.       TabOrder = 3
  114.     end
  115.     object vSpaceEqual: TRadioButton
  116.       Left = 11
  117.       Top = 96
  118.       Width = 126
  119.       Height = 18
  120.       Caption = 'Space e&qually'
  121.       TabOrder = 4
  122.     end
  123.     object vCenterInWindow: TRadioButton
  124.       Left = 11
  125.       Top = 116
  126.       Width = 123
  127.       Height = 18
  128.       Caption = 'Center &in window'
  129.       TabOrder = 5
  130.     end
  131.   end
  132.   object OKButton: TButton
  133.     Left = 77
  134.     Top = 158
  135.     Width = 75
  136.     Height = 25
  137.     Caption = 'OK'
  138.     Default = True
  139.     ModalResult = 1
  140.     TabOrder = 2
  141.   end
  142.   object CancelButton: TButton
  143.     Left = 157
  144.     Top = 158
  145.     Width = 75
  146.     Height = 25
  147.     Cancel = True
  148.     Caption = 'Cancel'
  149.     ModalResult = 2
  150.     TabOrder = 3
  151.   end
  152.   object HelpButton: TButton
  153.     Left = 237
  154.     Top = 158
  155.     Width = 75
  156.     Height = 25
  157.     Caption = '&Help'
  158.     TabOrder = 4
  159.     OnClick = HelpButtonClick
  160.   end
  161. end
  162.