home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TALIGNMENT / TALIGNMENT.txt
Encoding:
Text File  |  1999-03-17  |  4.4 KB  |  235 lines

  1. object Alignment: TAlignment
  2.   Left = 393
  3.   Top = 168
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Alignment and Size'
  6.   ClientHeight = 373
  7.   ClientWidth = 486
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -15
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 10
  21.     Top = 10
  22.     Width = 59
  23.     Height = 16
  24.     Caption = 'Alignment'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 10
  28.     Top = 206
  29.     Width = 26
  30.     Height = 16
  31.     Caption = 'Size'
  32.   end
  33.   object GroupBox1: TGroupBox
  34.     Left = 10
  35.     Top = 34
  36.     Width = 231
  37.     Height = 167
  38.     Caption = 'Horizontal'
  39.     TabOrder = 0
  40.     object HNoChange: TRadioButton
  41.       Left = 10
  42.       Top = 22
  43.       Width = 191
  44.       Height = 21
  45.       Caption = 'No change'
  46.       Checked = True
  47.       TabOrder = 0
  48.       TabStop = True
  49.     end
  50.     object LeftSides: TRadioButton
  51.       Left = 10
  52.       Top = 44
  53.       Width = 191
  54.       Height = 21
  55.       Caption = 'Left sides'
  56.       TabOrder = 1
  57.     end
  58.     object HCenters: TRadioButton
  59.       Left = 10
  60.       Top = 66
  61.       Width = 191
  62.       Height = 21
  63.       Caption = 'Centers'
  64.       TabOrder = 2
  65.     end
  66.     object RightSides: TRadioButton
  67.       Left = 10
  68.       Top = 88
  69.       Width = 191
  70.       Height = 21
  71.       Caption = 'Right sides'
  72.       TabOrder = 3
  73.     end
  74.     object HSpace: TRadioButton
  75.       Left = 10
  76.       Top = 110
  77.       Width = 191
  78.       Height = 21
  79.       Caption = 'Space equally'
  80.       TabOrder = 4
  81.     end
  82.     object HCenter: TRadioButton
  83.       Left = 10
  84.       Top = 132
  85.       Width = 191
  86.       Height = 21
  87.       Caption = 'Center in window'
  88.       TabOrder = 5
  89.     end
  90.   end
  91.   object GroupBox2: TGroupBox
  92.     Left = 250
  93.     Top = 34
  94.     Width = 231
  95.     Height = 167
  96.     Caption = 'Vertical'
  97.     TabOrder = 1
  98.     object VNoChange: TRadioButton
  99.       Left = 10
  100.       Top = 22
  101.       Width = 201
  102.       Height = 21
  103.       Caption = 'No change'
  104.       Checked = True
  105.       TabOrder = 0
  106.       TabStop = True
  107.     end
  108.     object Tops: TRadioButton
  109.       Left = 10
  110.       Top = 44
  111.       Width = 201
  112.       Height = 21
  113.       Caption = 'Tops'
  114.       TabOrder = 1
  115.     end
  116.     object VCenters: TRadioButton
  117.       Left = 10
  118.       Top = 66
  119.       Width = 201
  120.       Height = 21
  121.       Caption = 'Centers'
  122.       TabOrder = 2
  123.     end
  124.     object Bottoms: TRadioButton
  125.       Left = 10
  126.       Top = 88
  127.       Width = 201
  128.       Height = 21
  129.       Caption = 'Bottoms'
  130.       TabOrder = 3
  131.     end
  132.     object VSpace: TRadioButton
  133.       Left = 10
  134.       Top = 110
  135.       Width = 201
  136.       Height = 21
  137.       Caption = 'Space equally'
  138.       TabOrder = 4
  139.     end
  140.     object VCenter: TRadioButton
  141.       Left = 10
  142.       Top = 132
  143.       Width = 201
  144.       Height = 21
  145.       Caption = 'Center in window'
  146.       TabOrder = 5
  147.     end
  148.   end
  149.   object OK: TBitBtn
  150.     Left = 252
  151.     Top = 335
  152.     Width = 111
  153.     Height = 33
  154.     TabOrder = 2
  155.     OnClick = OKClick
  156.     Kind = bkOK
  157.   end
  158.   object BitBtn2: TBitBtn
  159.     Left = 370
  160.     Top = 335
  161.     Width = 111
  162.     Height = 33
  163.     TabOrder = 3
  164.     Kind = bkCancel
  165.   end
  166.   object GroupBox3: TGroupBox
  167.     Left = 10
  168.     Top = 230
  169.     Width = 231
  170.     Height = 99
  171.     Caption = 'Width'
  172.     TabOrder = 4
  173.     object HShrink: TRadioButton
  174.       Left = 10
  175.       Top = 44
  176.       Width = 211
  177.       Height = 21
  178.       Caption = 'Shrink to the smallest'
  179.       TabOrder = 0
  180.     end
  181.     object HGrow: TRadioButton
  182.       Left = 10
  183.       Top = 66
  184.       Width = 211
  185.       Height = 21
  186.       Caption = 'Grow to the largest'
  187.       TabOrder = 1
  188.     end
  189.     object RadioButton3: TRadioButton
  190.       Left = 10
  191.       Top = 22
  192.       Width = 141
  193.       Height = 21
  194.       Caption = 'No change'
  195.       Checked = True
  196.       TabOrder = 2
  197.       TabStop = True
  198.     end
  199.   end
  200.   object GroupBox4: TGroupBox
  201.     Left = 250
  202.     Top = 230
  203.     Width = 231
  204.     Height = 99
  205.     Caption = 'Height'
  206.     TabOrder = 5
  207.     object VShrink: TRadioButton
  208.       Left = 10
  209.       Top = 44
  210.       Width = 211
  211.       Height = 21
  212.       Caption = 'Shrink to the smallest'
  213.       TabOrder = 0
  214.     end
  215.     object VGrow: TRadioButton
  216.       Left = 10
  217.       Top = 66
  218.       Width = 211
  219.       Height = 21
  220.       Caption = 'Grow to the largest'
  221.       TabOrder = 1
  222.     end
  223.     object RadioButton6: TRadioButton
  224.       Left = 10
  225.       Top = 22
  226.       Width = 141
  227.       Height = 21
  228.       Caption = 'No change'
  229.       Checked = True
  230.       TabOrder = 2
  231.       TabStop = True
  232.     end
  233.   end
  234. end
  235.