home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / sharewar / bitmapfo / bmpfontwriter-setup.exe / BitmapFontWriter.exe / 0 / RCDATA / TSETTINGSFORM / TSETTINGSFORM.txt
Encoding:
Text File  |  2001-08-20  |  4.7 KB  |  250 lines

  1. object SettingsForm: TSettingsForm
  2.   Left = 428
  3.   Top = 816
  4.   HelpContext = 200
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   BorderWidth = 8
  8.   Caption = 'Settings'
  9.   ClientHeight = 293
  10.   ClientWidth = 328
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 0
  23.     Top = 104
  24.     Width = 328
  25.     Height = 4
  26.     Align = alTop
  27.     Shape = bsSpacer
  28.   end
  29.   object OkButton: TButton
  30.     Left = 93
  31.     Top = 268
  32.     Width = 75
  33.     Height = 25
  34.     Anchors = [akRight, akBottom]
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 0
  39.   end
  40.   object CancelButton: TButton
  41.     Left = 173
  42.     Top = 268
  43.     Width = 75
  44.     Height = 25
  45.     Anchors = [akRight, akBottom]
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 1
  49.   end
  50.   object ImageGroupBox: TGroupBox
  51.     Left = 0
  52.     Top = 0
  53.     Width = 328
  54.     Height = 104
  55.     Align = alTop
  56.     Caption = 'Image'
  57.     TabOrder = 2
  58.     object SpacingLabel: TLabel
  59.       Left = 16
  60.       Top = 24
  61.       Width = 42
  62.       Height = 13
  63.       Caption = 'Spacing:'
  64.     end
  65.     object LineSpaceLabel: TLabel
  66.       Left = 16
  67.       Top = 48
  68.       Width = 57
  69.       Height = 13
  70.       Caption = 'Line Space:'
  71.     end
  72.     object SpaceWidthLabel: TLabel
  73.       Left = 16
  74.       Top = 72
  75.       Width = 65
  76.       Height = 13
  77.       Caption = 'Space Width:'
  78.     end
  79.     object HorzOffsetLabel: TLabel
  80.       Left = 168
  81.       Top = 24
  82.       Width = 56
  83.       Height = 13
  84.       Caption = 'Horz Offset:'
  85.     end
  86.     object VertOffsetLabel: TLabel
  87.       Left = 168
  88.       Top = 48
  89.       Width = 53
  90.       Height = 13
  91.       Caption = 'Vert Offset:'
  92.     end
  93.     object SpacingEdit: TEdit
  94.       Left = 96
  95.       Top = 20
  96.       Width = 41
  97.       Height = 21
  98.       TabOrder = 0
  99.       Text = '0'
  100.     end
  101.     object SpacingUpDown: TUpDown
  102.       Left = 137
  103.       Top = 20
  104.       Width = 15
  105.       Height = 21
  106.       Associate = SpacingEdit
  107.       Min = 0
  108.       Position = 0
  109.       TabOrder = 1
  110.       Wrap = False
  111.     end
  112.     object LineSpaceEdit: TEdit
  113.       Left = 96
  114.       Top = 44
  115.       Width = 41
  116.       Height = 21
  117.       TabOrder = 2
  118.       Text = '0'
  119.     end
  120.     object LineSpaceUpDown: TUpDown
  121.       Left = 137
  122.       Top = 44
  123.       Width = 15
  124.       Height = 21
  125.       Associate = LineSpaceEdit
  126.       Min = 0
  127.       Position = 0
  128.       TabOrder = 3
  129.       Wrap = False
  130.     end
  131.     object SpaceWidthEdit: TEdit
  132.       Left = 96
  133.       Top = 68
  134.       Width = 41
  135.       Height = 21
  136.       TabOrder = 4
  137.       Text = '0'
  138.     end
  139.     object SpaceWidthUpDown: TUpDown
  140.       Left = 137
  141.       Top = 68
  142.       Width = 15
  143.       Height = 21
  144.       Associate = SpaceWidthEdit
  145.       Min = 0
  146.       Position = 0
  147.       TabOrder = 5
  148.       Wrap = False
  149.     end
  150.     object HorzOffsetEdit: TEdit
  151.       Left = 248
  152.       Top = 20
  153.       Width = 41
  154.       Height = 21
  155.       TabOrder = 6
  156.       Text = '0'
  157.     end
  158.     object HorzOffsetUpDown: TUpDown
  159.       Left = 289
  160.       Top = 20
  161.       Width = 15
  162.       Height = 21
  163.       Associate = HorzOffsetEdit
  164.       Min = 0
  165.       Position = 0
  166.       TabOrder = 7
  167.       Wrap = False
  168.     end
  169.     object VertOffsetEdit: TEdit
  170.       Left = 248
  171.       Top = 44
  172.       Width = 41
  173.       Height = 21
  174.       TabOrder = 8
  175.       Text = '0'
  176.     end
  177.     object VertOffsetUpDown: TUpDown
  178.       Left = 289
  179.       Top = 44
  180.       Width = 15
  181.       Height = 21
  182.       Associate = VertOffsetEdit
  183.       Min = 0
  184.       Position = 0
  185.       TabOrder = 9
  186.       Wrap = False
  187.     end
  188.   end
  189.   object FontGroupBox: TGroupBox
  190.     Left = 0
  191.     Top = 108
  192.     Width = 328
  193.     Height = 152
  194.     Align = alTop
  195.     Anchors = [akLeft, akTop, akRight, akBottom]
  196.     Caption = 'Font'
  197.     TabOrder = 3
  198.     object AsciiStartLabel: TLabel
  199.       Left = 16
  200.       Top = 24
  201.       Width = 55
  202.       Height = 13
  203.       Caption = 'ASCII Start:'
  204.     end
  205.     object AsciiStartEdit: TEdit
  206.       Left = 96
  207.       Top = 20
  208.       Width = 41
  209.       Height = 21
  210.       TabOrder = 0
  211.       Text = '1'
  212.     end
  213.     object AsciiStartUpDown: TUpDown
  214.       Left = 137
  215.       Top = 20
  216.       Width = 15
  217.       Height = 21
  218.       Associate = AsciiStartEdit
  219.       Min = 1
  220.       Max = 256
  221.       Position = 1
  222.       TabOrder = 1
  223.       Wrap = False
  224.     end
  225.     object TextCaseRadioGroup: TRadioGroup
  226.       Left = 16
  227.       Top = 49
  228.       Width = 297
  229.       Height = 89
  230.       Caption = 'Text Case'
  231.       Items.Strings = (
  232.         'Auto'
  233.         'Force Uppercase'
  234.         'No Conversion')
  235.       TabOrder = 2
  236.     end
  237.   end
  238.   object TestButton: TButton
  239.     Left = 253
  240.     Top = 268
  241.     Width = 75
  242.     Height = 25
  243.     HelpContext = 208
  244.     Anchors = [akRight, akBottom]
  245.     Caption = 'Test'
  246.     TabOrder = 4
  247.     OnClick = TestButtonClick
  248.   end
  249. end
  250.