home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / WCMD3532 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TLISTCONF / TLISTCONF.txt
Text File  |  1998-03-18  |  6KB  |  293 lines

  1. object LISTCONF: TLISTCONF
  2.   Tag = 1
  3.   Left = 239
  4.   Top = 98
  5.   HelpContext = 330
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Configure Lister'
  9.   ClientHeight = 326
  10.   ClientWidth = 329
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Font: TGroupBox
  20.     Tag = 4
  21.     Left = 5
  22.     Top = 92
  23.     Width = 320
  24.     Height = 101
  25.     Caption = 'Font'
  26.     TabOrder = 0
  27.     object id_ANSI1: TLabel
  28.       Tag = 5
  29.       Left = 10
  30.       Top = 16
  31.       Width = 47
  32.       Height = 14
  33.       AutoSize = False
  34.       Caption = '&ANSI:'
  35.       FocusControl = id_AnsiDefault
  36.       WordWrap = True
  37.     end
  38.     object id_ASCII1: TLabel
  39.       Tag = 6
  40.       Left = 10
  41.       Top = 44
  42.       Width = 47
  43.       Height = 14
  44.       AutoSize = False
  45.       Caption = 'A&SCII:'
  46.       FocusControl = id_AsciiDefault
  47.       WordWrap = True
  48.     end
  49.     object id_Variable1: TLabel
  50.       Tag = 7
  51.       Left = 10
  52.       Top = 73
  53.       Width = 47
  54.       Height = 14
  55.       AutoSize = False
  56.       Caption = '&Variable:'
  57.       FocusControl = id_VariableDefault
  58.       WordWrap = True
  59.     end
  60.     object id_AnsiDefault: TCheckBox
  61.       Tag = 8
  62.       Left = 62
  63.       Top = 16
  64.       Width = 77
  65.       Height = 14
  66.       Caption = 'default'
  67.       TabOrder = 0
  68.     end
  69.     object id_AnsiButton: TButton
  70.       Left = 140
  71.       Top = 11
  72.       Width = 170
  73.       Height = 25
  74.       Caption = '...'
  75.       TabOrder = 1
  76.       OnClick = id_AnsiButtonClick
  77.     end
  78.     object id_AsciiDefault: TCheckBox
  79.       Tag = 8
  80.       Left = 62
  81.       Top = 44
  82.       Width = 77
  83.       Height = 14
  84.       Caption = 'default'
  85.       TabOrder = 2
  86.     end
  87.     object id_AsciiButton: TButton
  88.       Left = 140
  89.       Top = 39
  90.       Width = 170
  91.       Height = 25
  92.       Caption = '...'
  93.       TabOrder = 3
  94.       OnClick = id_AsciiButtonClick
  95.     end
  96.     object id_VariableDefault: TCheckBox
  97.       Tag = 8
  98.       Left = 62
  99.       Top = 73
  100.       Width = 77
  101.       Height = 14
  102.       Caption = 'default'
  103.       TabOrder = 4
  104.     end
  105.     object id_VariableButton: TButton
  106.       Left = 140
  107.       Top = 68
  108.       Width = 170
  109.       Height = 25
  110.       Caption = '...'
  111.       TabOrder = 5
  112.       OnClick = id_VariableButtonClick
  113.     end
  114.   end
  115.   object GroupBox1: TGroupBox
  116.     Tag = 9
  117.     Left = 5
  118.     Top = 196
  119.     Width = 320
  120.     Height = 49
  121.     Caption = 'Display width (characters per line)'
  122.     TabOrder = 1
  123.     object Text1: TLabel
  124.       Tag = 10
  125.       Left = 10
  126.       Top = 23
  127.       Width = 45
  128.       Height = 14
  129.       AutoSize = False
  130.       Caption = '&Text:'
  131.       FocusControl = id_TextWidth
  132.       WordWrap = True
  133.     end
  134.     object Binary1: TLabel
  135.       Tag = 11
  136.       Left = 165
  137.       Top = 23
  138.       Width = 60
  139.       Height = 14
  140.       AutoSize = False
  141.       Caption = '&Binary:'
  142.       FocusControl = id_BinaryWidth
  143.       WordWrap = True
  144.     end
  145.     object id_TextWidth: TEdit
  146.       Left = 59
  147.       Top = 20
  148.       Width = 78
  149.       Height = 21
  150.       Font.Color = clWindowText
  151.       Font.Height = -11
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = []
  154.       ParentFont = False
  155.       TabOrder = 0
  156.     end
  157.     object id_BinaryWidth: TEdit
  158.       Left = 232
  159.       Top = 20
  160.       Width = 78
  161.       Height = 21
  162.       Font.Color = clWindowText
  163.       Font.Height = -11
  164.       Font.Name = 'MS Sans Serif'
  165.       Font.Style = []
  166.       ParentFont = False
  167.       TabOrder = 1
  168.     end
  169.   end
  170.   object Ok: TButton
  171.     Tag = 4001
  172.     Left = 11
  173.     Top = 299
  174.     Width = 99
  175.     Height = 24
  176.     Caption = 'Ok'
  177.     Default = True
  178.     ModalResult = 1
  179.     TabOrder = 2
  180.     OnClick = OkClick
  181.   end
  182.   object Cancel: TButton
  183.     Tag = 4002
  184.     Left = 114
  185.     Top = 299
  186.     Width = 99
  187.     Height = 24
  188.     Cancel = True
  189.     Caption = 'Cancel'
  190.     ModalResult = 2
  191.     TabOrder = 3
  192.   end
  193.   object GroupBox2: TGroupBox
  194.     Tag = 12
  195.     Left = 5
  196.     Top = 248
  197.     Width = 320
  198.     Height = 45
  199.     Caption = 'Search result'
  200.     TabOrder = 4
  201.     object Label1: TLabel
  202.       Tag = 13
  203.       Left = 10
  204.       Top = 20
  205.       Width = 199
  206.       Height = 14
  207.       AutoSize = False
  208.       Caption = 'Lines from top of list:'
  209.       FocusControl = id_SearchFromTop
  210.     end
  211.     object id_SearchFromTop: TEdit
  212.       Left = 212
  213.       Top = 16
  214.       Width = 81
  215.       Height = 21
  216.       Font.Color = clWindowText
  217.       Font.Height = -11
  218.       Font.Name = 'MS Sans Serif'
  219.       Font.Style = []
  220.       ParentFont = False
  221.       TabOrder = 0
  222.     end
  223.     object id_SearchFromTopSpin: TScrollBar
  224.       Left = 294
  225.       Top = 16
  226.       Width = 16
  227.       Height = 21
  228.       Kind = sbVertical
  229.       TabOrder = 1
  230.       OnScroll = id_SearchFromTopSpinScroll
  231.     end
  232.   end
  233.   object id_DisplayAtStartup: TRadioGroup
  234.     Tag = 2
  235.     Left = 5
  236.     Top = 4
  237.     Width = 320
  238.     Height = 42
  239.     Caption = '&Display at startup'
  240.     Columns = 4
  241.     Items.Strings = (
  242.       'Text'
  243.       'Binary'
  244.       'Hex'
  245.       'Autodetect')
  246.     TabOrder = 5
  247.   end
  248.   object id_FontAtStartup: TRadioGroup
  249.     Tag = 3
  250.     Left = 5
  251.     Top = 48
  252.     Width = 320
  253.     Height = 42
  254.     Caption = '&Font at startup'
  255.     Columns = 4
  256.     Items.Strings = (
  257.       'ANSI'
  258.       'ASCII'
  259.       'Variable'
  260.       'Autodetect')
  261.     TabOrder = 6
  262.   end
  263.   object Button1: TButton
  264.     Tag = 4003
  265.     Left = 218
  266.     Top = 299
  267.     Width = 99
  268.     Height = 24
  269.     Cancel = True
  270.     Caption = '&Help'
  271.     TabOrder = 7
  272.     OnClick = Button1Click
  273.   end
  274.   object FontDialog1: TFontDialog
  275.     Font.Color = clWindowText
  276.     Font.Height = -13
  277.     Font.Name = 'System'
  278.     Font.Style = []
  279.     MinFontSize = 0
  280.     MaxFontSize = 0
  281.     Top = 296
  282.   end
  283.   object Translate1: TTranslate
  284.     Tag = 5840
  285.     Left = 16
  286.     Top = 296
  287.   end
  288.   object ResolutionFix1: TResolutionFix
  289.     Left = 48
  290.     Top = 296
  291.   end
  292. end
  293.