home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / zkuste / infra / download / IgorPlug.dll / 0 / RCDATA / TCONFIGBOX / TCONFIGBOX.txt < prev   
Text File  |  2002-05-18  |  5KB  |  249 lines

  1. object ConfigBox: TConfigBox
  2.   Left = 504
  3.   Top = 364
  4.   Width = 290
  5.   Height = 157
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Anchors = [akLeft, akTop, akRight, akBottom]
  9.   BorderIcons = [biSystemMenu, biHelp]
  10.   Caption = 'Igor Config'
  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.   FormStyle = fsStayOnTop
  18.   Icon.Data = {<image000.ico>}
  19.   OldCreateOrder = True
  20.   Position = poScreenCenter
  21.   OnCanResize = FormCanResize
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   OnMouseDown = FormMouseDown
  25.   OnMouseMove = FormMouseMove
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object CountLabel: TLabel
  29.     Left = 170
  30.     Top = 11
  31.     Width = 79
  32.     Height = 13
  33.     Hint = 'Accept in sequence only command with this number'
  34.     AutoSize = False
  35.     Caption = 'Command order:'
  36.     ParentShowHint = False
  37.     ShowHint = True
  38.     OnMouseDown = CountLabelMouseDown
  39.     IsControl = True
  40.   end
  41.   object PriorityLabel: TLabel
  42.     Left = 170
  43.     Top = 55
  44.     Width = 79
  45.     Height = 13
  46.     AutoSize = False
  47.     Caption = 'Priority level:'
  48.     ParentShowHint = False
  49.     ShowHint = True
  50.     OnMouseDown = PriorityLabelMouseDown
  51.     IsControl = True
  52.   end
  53.   object Panel1: TPanel
  54.     Left = 0
  55.     Top = 0
  56.     Width = 160
  57.     Height = 97
  58.     BevelInner = bvRaised
  59.     BevelOuter = bvLowered
  60.     ParentColor = True
  61.     TabOrder = 0
  62.     OnMouseDown = Panel1MouseDown
  63.     object InputSignalLabel: TLabel
  64.       Left = 10
  65.       Top = 35
  66.       Width = 71
  67.       Height = 13
  68.       AutoSize = False
  69.       Caption = 'InputSignal:'
  70.       ParentShowHint = False
  71.       ShowHint = True
  72.       WordWrap = True
  73.       OnMouseDown = InputSignalLabelMouseDown
  74.       IsControl = True
  75.     end
  76.     object WWWLabel: TLabel
  77.       Left = 10
  78.       Top = 77
  79.       Width = 31
  80.       Height = 13
  81.       Cursor = crHandPoint
  82.       Hint = 'update'
  83.       AutoSize = False
  84.       Caption = 'www'
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clBlue
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = [fsUnderline]
  90.       ParentFont = False
  91.       ParentShowHint = False
  92.       ShowHint = True
  93.       OnClick = WWWLabelClick
  94.       IsControl = True
  95.     end
  96.     object COMLabel: TLabel
  97.       Left = 10
  98.       Top = 11
  99.       Width = 71
  100.       Height = 13
  101.       AutoSize = False
  102.       Caption = 'COM:'
  103.       ParentShowHint = False
  104.       ShowHint = True
  105.       OnMouseDown = COMLabelMouseDown
  106.       IsControl = True
  107.     end
  108.     object COMComboBox: TComboBox
  109.       Left = 80
  110.       Top = 8
  111.       Width = 73
  112.       Height = 21
  113.       ItemHeight = 13
  114.       MaxLength = 6
  115.       ParentShowHint = False
  116.       ShowHint = True
  117.       TabOrder = 0
  118.       Text = 'COM1'
  119.       Items.Strings = (
  120.         'COM1'
  121.         'COM2'
  122.         'COM3'
  123.         'COM4')
  124.     end
  125.     object InputSignalComboBox: TComboBox
  126.       Left = 80
  127.       Top = 32
  128.       Width = 73
  129.       Height = 21
  130.       Style = csDropDownList
  131.       ItemHeight = 13
  132.       ParentShowHint = False
  133.       ShowHint = True
  134.       TabOrder = 1
  135.       Items.Strings = (
  136.         'CTS'
  137.         'DSR'
  138.         'DCD')
  139.     end
  140.     object ServiceCheckBox: TCheckBox
  141.       Left = 80
  142.       Top = 76
  143.       Width = 73
  144.       Height = 17
  145.       Cursor = crMultiDrag
  146.       Hint = 'log signal to file'
  147.       Caption = 'service'
  148.       ParentShowHint = False
  149.       ShowHint = True
  150.       TabOrder = 3
  151.     end
  152.     object AdvancedButton: TButton
  153.       Left = 80
  154.       Top = 56
  155.       Width = 73
  156.       Height = 17
  157.       Hint = 'Extended settings ...'
  158.       Caption = 'Advanced >>'
  159.       Font.Charset = DEFAULT_CHARSET
  160.       Font.Color = clWindowText
  161.       Font.Height = -7
  162.       Font.Name = 'MS Sans Serif'
  163.       Font.Style = []
  164.       ParentFont = False
  165.       ParentShowHint = False
  166.       ShowHint = True
  167.       TabOrder = 2
  168.       OnClick = AdvancedButtonClick
  169.     end
  170.   end
  171.   object OKButton: TButton
  172.     Left = 7
  173.     Top = 100
  174.     Width = 66
  175.     Height = 25
  176.     Hint = 'Apply settings'
  177.     Caption = 'OK'
  178.     Default = True
  179.     ModalResult = 1
  180.     ParentShowHint = False
  181.     ShowHint = True
  182.     TabOrder = 1
  183.   end
  184.   object InfoButton: TButton
  185.     Left = 88
  186.     Top = 100
  187.     Width = 66
  188.     Height = 25
  189.     Cursor = crHelp
  190.     Hint = 'Very simple hardware'
  191.     Caption = 'About HW'
  192.     ParentShowHint = False
  193.     ShowHint = True
  194.     TabOrder = 2
  195.     OnClick = InfoButtonClick
  196.   end
  197.   object CommandOrderSpinEdit: TSpinEdit
  198.     Left = 248
  199.     Top = 7
  200.     Width = 35
  201.     Height = 22
  202.     Hint = 'Accept in sequence only command with this number'
  203.     MaxLength = 1
  204.     MaxValue = 9
  205.     MinValue = 0
  206.     ParentShowHint = False
  207.     ShowHint = True
  208.     TabOrder = 3
  209.     Value = 0
  210.   end
  211.   object AllowRing0CheckBox: TCheckBox
  212.     Left = 170
  213.     Top = 33
  214.     Width = 111
  215.     Height = 17
  216.     Hint = 'Allow driver priority (only Win9x)'
  217.     Caption = 'Allow Ring0 priority'
  218.     ParentShowHint = False
  219.     ShowHint = True
  220.     TabOrder = 4
  221.   end
  222.   object PrioritySpinEdit: TSpinEdit
  223.     Left = 248
  224.     Top = 51
  225.     Width = 35
  226.     Height = 22
  227.     Hint = 'Accept in sequence only command with this number'
  228.     MaxLength = 1
  229.     MaxValue = 8
  230.     MinValue = 0
  231.     ParentShowHint = False
  232.     ShowHint = True
  233.     TabOrder = 5
  234.     Value = 0
  235.   end
  236.   object LoadDefaultButton: TButton
  237.     Left = 229
  238.     Top = 100
  239.     Width = 51
  240.     Height = 25
  241.     Hint = 'Load default values'
  242.     Caption = 'Defaults'
  243.     ParentShowHint = False
  244.     ShowHint = True
  245.     TabOrder = 6
  246.     OnClick = LoadDefaultButtonClick
  247.   end
  248. end
  249.