home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / kancelar / busicard / BCDP2000.EXE / bcdp.exe / 0 / RCDATA / TALIGNFORM / TALIGNFORM.txt
Encoding:
Text File  |  2000-10-20  |  2.2 KB  |  119 lines

  1. object AlignForm: TAlignForm
  2.   Left = 305
  3.   Top = 147
  4.   HelpContext = 114
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Alignment'
  8.   ClientHeight = 312
  9.   ClientWidth = 327
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object OkBtn: TBitBtn
  21.     Left = 34
  22.     Top = 276
  23.     Width = 75
  24.     Height = 25
  25.     Caption = '&OK'
  26.     TabOrder = 2
  27.     Kind = bkOK
  28.   end
  29.   object CancelBtn: TBitBtn
  30.     Left = 126
  31.     Top = 276
  32.     Width = 75
  33.     Height = 25
  34.     Caption = '&Cancel'
  35.     TabOrder = 3
  36.     Kind = bkCancel
  37.   end
  38.   object HelpBtn: TBitBtn
  39.     Left = 218
  40.     Top = 276
  41.     Width = 75
  42.     Height = 25
  43.     TabOrder = 4
  44.     Kind = bkHelp
  45.   end
  46.   object GroupBox1: TGroupBox
  47.     Left = 8
  48.     Top = 12
  49.     Width = 150
  50.     Height = 249
  51.     Caption = 'Horizontal'
  52.     TabOrder = 0
  53.     object HGroup: TRadioGroup
  54.       Left = 8
  55.       Top = 16
  56.       Width = 133
  57.       Height = 89
  58.       ItemIndex = 0
  59.       Items.Strings = (
  60.         '&No Change'
  61.         '&Left'
  62.         '&Center'
  63.         '&Right')
  64.       TabOrder = 0
  65.     end
  66.     object HGroupGroup: TRadioGroup
  67.       Left = 8
  68.       Top = 120
  69.       Width = 133
  70.       Height = 113
  71.       Caption = 'Group'
  72.       ItemIndex = 0
  73.       Items.Strings = (
  74.         '&No Change'
  75.         '&Left Sides'
  76.         '&Centers'
  77.         '&Right Sides'
  78.         '&Space Equally')
  79.       TabOrder = 1
  80.     end
  81.   end
  82.   object GroupBox2: TGroupBox
  83.     Left = 168
  84.     Top = 12
  85.     Width = 150
  86.     Height = 249
  87.     Caption = 'Vertical'
  88.     TabOrder = 1
  89.     object VGroup: TRadioGroup
  90.       Left = 8
  91.       Top = 16
  92.       Width = 133
  93.       Height = 89
  94.       ItemIndex = 0
  95.       Items.Strings = (
  96.         '&No Change'
  97.         '&Top'
  98.         '&Center'
  99.         '&Bottom')
  100.       TabOrder = 0
  101.     end
  102.     object VGroupGroup: TRadioGroup
  103.       Left = 8
  104.       Top = 120
  105.       Width = 133
  106.       Height = 113
  107.       Caption = 'Group'
  108.       ItemIndex = 0
  109.       Items.Strings = (
  110.         '&No Change'
  111.         '&Tops'
  112.         '&Centers'
  113.         '&Bottoms'
  114.         '&Space Equally')
  115.       TabOrder = 1
  116.     end
  117.   end
  118. end
  119.