home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / zkuste / konfig / download / msic / D7 / MSI_ResourcesDlg.dfm < prev    next >
Text File  |  2003-08-19  |  6KB  |  297 lines

  1. object dlgResources: TdlgResources
  2.   Left = 358
  3.   Top = 339
  4.   BorderStyle = bsDialog
  5.   Caption = 'Resources'
  6.   ClientHeight = 343
  7.   ClientWidth = 674
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel: TPanel
  19.     Left = 0
  20.     Top = 302
  21.     Width = 674
  22.     Height = 41
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     Caption = ' '
  26.     TabOrder = 0
  27.     object Panel2: TPanel
  28.       Left = 583
  29.       Top = 0
  30.       Width = 91
  31.       Height = 41
  32.       Align = alRight
  33.       BevelOuter = bvNone
  34.       Caption = ' '
  35.       TabOrder = 0
  36.       object bOK: TButton
  37.         Left = 5
  38.         Top = 8
  39.         Width = 75
  40.         Height = 25
  41.         Cursor = crHandPoint
  42.         Cancel = True
  43.         Caption = 'OK'
  44.         Default = True
  45.         ModalResult = 1
  46.         TabOrder = 0
  47.       end
  48.     end
  49.   end
  50.   object Panel3: TPanel
  51.     Left = 9
  52.     Top = 10
  53.     Width = 320
  54.     Height = 18
  55.     Alignment = taLeftJustify
  56.     BevelOuter = bvNone
  57.     BorderWidth = 5
  58.     Caption = ' DMA'
  59.     Color = clGray
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clWindow
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 1
  67.   end
  68.   object DMAList: TListView
  69.     Left = 9
  70.     Top = 29
  71.     Width = 320
  72.     Height = 73
  73.     Columns = <
  74.       item
  75.         Caption = 'Channel'
  76.         Width = 150
  77.       end
  78.       item
  79.         Caption = 'Port'
  80.         Width = 150
  81.       end>
  82.     ColumnClick = False
  83.     ReadOnly = True
  84.     RowSelect = True
  85.     TabOrder = 2
  86.     ViewStyle = vsReport
  87.   end
  88.   object Panel4: TPanel
  89.     Left = 9
  90.     Top = 107
  91.     Width = 320
  92.     Height = 18
  93.     Alignment = taLeftJustify
  94.     BevelOuter = bvNone
  95.     BorderWidth = 5
  96.     Caption = ' IRQ'
  97.     Color = clGray
  98.     Font.Charset = DEFAULT_CHARSET
  99.     Font.Color = clWindow
  100.     Font.Height = -11
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = []
  103.     ParentFont = False
  104.     TabOrder = 3
  105.   end
  106.   object IRQList: TListView
  107.     Left = 9
  108.     Top = 126
  109.     Width = 320
  110.     Height = 73
  111.     Columns = <
  112.       item
  113.         Caption = 'Vector'
  114.         Width = 75
  115.       end
  116.       item
  117.         Caption = 'Level'
  118.         Width = 75
  119.       end
  120.       item
  121.         Caption = 'Affinity'
  122.         Width = 75
  123.       end
  124.       item
  125.         Caption = 'Type'
  126.         Width = 75
  127.       end>
  128.     ColumnClick = False
  129.     ReadOnly = True
  130.     RowSelect = True
  131.     TabOrder = 4
  132.     ViewStyle = vsReport
  133.   end
  134.   object pMem: TPanel
  135.     Left = 341
  136.     Top = 11
  137.     Width = 320
  138.     Height = 18
  139.     Alignment = taLeftJustify
  140.     BevelOuter = bvNone
  141.     BorderWidth = 5
  142.     Caption = ' Memory'
  143.     Color = clGray
  144.     Font.Charset = DEFAULT_CHARSET
  145.     Font.Color = clWindow
  146.     Font.Height = -11
  147.     Font.Name = 'MS Sans Serif'
  148.     Font.Style = []
  149.     ParentFont = False
  150.     TabOrder = 5
  151.   end
  152.   object MemList: TListView
  153.     Left = 341
  154.     Top = 30
  155.     Width = 320
  156.     Height = 73
  157.     Columns = <
  158.       item
  159.         Caption = 'Physical Address'
  160.         Width = 100
  161.       end
  162.       item
  163.         Caption = 'Length'
  164.         Width = 100
  165.       end
  166.       item
  167.         Caption = 'Access'
  168.         Width = 100
  169.       end>
  170.     ColumnClick = False
  171.     ReadOnly = True
  172.     RowSelect = True
  173.     TabOrder = 6
  174.     ViewStyle = vsReport
  175.   end
  176.   object Panel6: TPanel
  177.     Left = 341
  178.     Top = 107
  179.     Width = 320
  180.     Height = 18
  181.     Alignment = taLeftJustify
  182.     BevelOuter = bvNone
  183.     BorderWidth = 5
  184.     Caption = ' Port'
  185.     Color = clGray
  186.     Font.Charset = DEFAULT_CHARSET
  187.     Font.Color = clWindow
  188.     Font.Height = -11
  189.     Font.Name = 'MS Sans Serif'
  190.     Font.Style = []
  191.     ParentFont = False
  192.     TabOrder = 7
  193.   end
  194.   object PortList: TListView
  195.     Left = 341
  196.     Top = 126
  197.     Width = 320
  198.     Height = 73
  199.     Columns = <
  200.       item
  201.         Caption = 'Physical Address'
  202.         Width = 100
  203.       end
  204.       item
  205.         Caption = 'Length'
  206.         Width = 100
  207.       end
  208.       item
  209.         Caption = 'Type'
  210.         Width = 100
  211.       end>
  212.     ColumnClick = False
  213.     ReadOnly = True
  214.     RowSelect = True
  215.     TabOrder = 8
  216.     ViewStyle = vsReport
  217.   end
  218.   object Panel7: TPanel
  219.     Left = 9
  220.     Top = 206
  221.     Width = 320
  222.     Height = 18
  223.     Alignment = taLeftJustify
  224.     BevelOuter = bvNone
  225.     BorderWidth = 5
  226.     Caption = ' Device Specific Data'
  227.     Color = clGray
  228.     Font.Charset = DEFAULT_CHARSET
  229.     Font.Color = clWindow
  230.     Font.Height = -11
  231.     Font.Name = 'MS Sans Serif'
  232.     Font.Style = []
  233.     ParentFont = False
  234.     TabOrder = 9
  235.   end
  236.   object DSDList: TListView
  237.     Left = 9
  238.     Top = 225
  239.     Width = 320
  240.     Height = 73
  241.     Columns = <
  242.       item
  243.         Caption = 'Reserved1'
  244.         Width = 100
  245.       end
  246.       item
  247.         Caption = 'Reserved2'
  248.         Width = 100
  249.       end
  250.       item
  251.         Caption = 'Data Size'
  252.         Width = 100
  253.       end>
  254.     ColumnClick = False
  255.     ReadOnly = True
  256.     RowSelect = True
  257.     TabOrder = 10
  258.     ViewStyle = vsReport
  259.   end
  260.   object GroupBox1: TGroupBox
  261.     Left = 341
  262.     Top = 206
  263.     Width = 320
  264.     Height = 93
  265.     Caption = ' General '
  266.     TabOrder = 11
  267.     object lIntfType: TLabel
  268.       Left = 16
  269.       Top = 20
  270.       Width = 41
  271.       Height = 13
  272.       Caption = 'lIntfType'
  273.     end
  274.     object lBusNumber: TLabel
  275.       Left = 16
  276.       Top = 37
  277.       Width = 57
  278.       Height = 13
  279.       Caption = 'lBusNumber'
  280.     end
  281.     object lVersion: TLabel
  282.       Left = 16
  283.       Top = 54
  284.       Width = 37
  285.       Height = 13
  286.       Caption = 'lVersion'
  287.     end
  288.     object lRevision: TLabel
  289.       Left = 16
  290.       Top = 71
  291.       Width = 43
  292.       Height = 13
  293.       Caption = 'lRevision'
  294.     end
  295.   end
  296. end
  297.