home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 January / VPR0101A.BIN / APP_DEMO / DI4DEMO / UTILITY / WINDOWS / PartInNT.exe / 0 / RCDATA / TDISKINSPECTOR / TDISKINSPECTOR.txt
Text File  |  2000-09-08  |  16KB  |  645 lines

  1. object DiskInspector: TDiskInspector
  2.   Left = 314
  3.   Top = 262
  4.   Width = 635
  5.   Height = 460
  6.   Caption = 'Partition Info'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object TLabel
  21.     Left = 260
  22.     Top = -344
  23.     Width = 56
  24.     Height = 13
  25.     Caption = 'Cylinders:'
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object TLabel
  34.     Left = 372
  35.     Top = -344
  36.     Width = 41
  37.     Height = 13
  38.     Caption = 'Heads:'
  39.     Font.Charset = ANSI_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object TLabel
  47.     Left = 457
  48.     Top = -344
  49.     Width = 87
  50.     Height = 13
  51.     Caption = 'Sectors/Track:'
  52.     Font.Charset = ANSI_CHARSET
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object pnlAllBackground: TPanel
  60.     Left = 0
  61.     Top = 0
  62.     Width = 627
  63.     Height = 414
  64.     Align = alClient
  65.     BevelOuter = bvNone
  66.     TabOrder = 0
  67.     object pnlTop: TPanel
  68.       Left = 0
  69.       Top = 0
  70.       Width = 627
  71.       Height = 73
  72.       Align = alTop
  73.       BevelOuter = bvNone
  74.       TabOrder = 0
  75.       object pnlTopClient: TPanel
  76.         Left = 0
  77.         Top = 0
  78.         Width = 209
  79.         Height = 59
  80.         Align = alLeft
  81.         BevelOuter = bvNone
  82.         TabOrder = 0
  83.         object Label4: TLabel
  84.           Left = 10
  85.           Top = 2
  86.           Width = 86
  87.           Height = 13
  88.           Caption = 'Physical &Drive:'
  89.           FocusControl = HardDiskComboBox
  90.           Font.Charset = ANSI_CHARSET
  91.           Font.Color = clBlack
  92.           Font.Height = -11
  93.           Font.Name = 'MS Sans Serif'
  94.           Font.Style = [fsBold]
  95.           ParentFont = False
  96.           Transparent = True
  97.         end
  98.         object SizeMB: TLabel
  99.           Left = 14
  100.           Top = 29
  101.           Width = 44
  102.           Height = 13
  103.           Alignment = taRightJustify
  104.           Caption = '2437.3 '
  105.           Font.Charset = ANSI_CHARSET
  106.           Font.Color = clBlack
  107.           Font.Height = -11
  108.           Font.Name = 'MS Sans Serif'
  109.           Font.Style = [fsBold]
  110.           ParentFont = False
  111.         end
  112.         object Label9: TLabel
  113.           Left = 59
  114.           Top = 29
  115.           Width = 66
  116.           Height = 13
  117.           Caption = 'MB Total Size'
  118.           Transparent = True
  119.         end
  120.         object HardDiskComboBox: TComboBox
  121.           Left = 101
  122.           Top = -1
  123.           Width = 107
  124.           Height = 21
  125.           Style = csDropDownList
  126.           ItemHeight = 13
  127.           TabOrder = 0
  128.           OnClick = HardDiskComboBoxClick
  129.           OnEnter = HardDiskComboBoxEnter
  130.         end
  131.       end
  132.       object pnlTopLower: TPanel
  133.         Left = 0
  134.         Top = 59
  135.         Width = 627
  136.         Height = 14
  137.         Align = alBottom
  138.         BevelOuter = bvNone
  139.         TabOrder = 1
  140.         object Label6: TLabel
  141.           Left = 8
  142.           Top = -2
  143.           Width = 119
  144.           Height = 13
  145.           Caption = 'Partition Information:'
  146.           Font.Charset = ANSI_CHARSET
  147.           Font.Color = clBlack
  148.           Font.Height = -11
  149.           Font.Name = 'MS Sans Serif'
  150.           Font.Style = [fsBold]
  151.           ParentFont = False
  152.           Transparent = True
  153.         end
  154.       end
  155.       object pnlTopRight: TPanel
  156.         Left = 616
  157.         Top = 0
  158.         Width = 11
  159.         Height = 59
  160.         Align = alRight
  161.         BevelOuter = bvNone
  162.         TabOrder = 3
  163.       end
  164.       object ErrorMsgBox: TMemo
  165.         Left = 265
  166.         Top = 0
  167.         Width = 351
  168.         Height = 59
  169.         TabStop = False
  170.         Align = alClient
  171.         Color = clInfoBk
  172.         Lines.Strings = (
  173.           'ErrorMsgBox')
  174.         ReadOnly = True
  175.         ScrollBars = ssVertical
  176.         TabOrder = 2
  177.       end
  178.       object Panel1: TPanel
  179.         Left = 209
  180.         Top = 0
  181.         Width = 56
  182.         Height = 59
  183.         Align = alLeft
  184.         BevelOuter = bvNone
  185.         TabOrder = 4
  186.         object Label1: TLabel
  187.           Left = 13
  188.           Top = 1
  189.           Width = 40
  190.           Height = 39
  191.           Caption = 'Disk && partition errors:'
  192.           WordWrap = True
  193.         end
  194.       end
  195.     end
  196.     object pnlBottom: TPanel
  197.       Left = 0
  198.       Top = 373
  199.       Width = 627
  200.       Height = 41
  201.       Align = alBottom
  202.       BevelOuter = bvNone
  203.       TabOrder = 2
  204.       object pnlBottomRight: TPanel
  205.         Left = 6
  206.         Top = 0
  207.         Width = 621
  208.         Height = 41
  209.         Align = alRight
  210.         BevelOuter = bvNone
  211.         TabOrder = 0
  212.         object CopyToClipboard: TButton
  213.           Left = 182
  214.           Top = 7
  215.           Width = 105
  216.           Height = 26
  217.           Caption = 'Cop&y to Clipboard'
  218.           TabOrder = 2
  219.           OnClick = CopyToClipboardClick
  220.         end
  221.         object Button7: TButton
  222.           Left = 297
  223.           Top = 7
  224.           Width = 76
  225.           Height = 26
  226.           Caption = 'Save &As...'
  227.           TabOrder = 3
  228.           OnClick = SaveAsClick
  229.         end
  230.         object Button6: TButton
  231.           Left = 382
  232.           Top = 8
  233.           Width = 75
  234.           Height = 25
  235.           Caption = 'Printer F&ont...'
  236.           TabOrder = 4
  237.           OnClick = FontClick
  238.         end
  239.         object Button5: TButton
  240.           Left = 467
  241.           Top = 8
  242.           Width = 62
  243.           Height = 25
  244.           Caption = '&Print...'
  245.           TabOrder = 5
  246.           OnClick = PrintClick
  247.         end
  248.         object Button2: TButton
  249.           Left = 540
  250.           Top = 8
  251.           Width = 71
  252.           Height = 25
  253.           Caption = '&Close'
  254.           TabOrder = 6
  255.           OnClick = CloseClick
  256.         end
  257.         object BootRecord: TButton
  258.           Left = 0
  259.           Top = 8
  260.           Width = 89
  261.           Height = 25
  262.           Caption = '&Boot Record...'
  263.           Enabled = False
  264.           TabOrder = 0
  265.           OnClick = BootRecordClick
  266.         end
  267.         object PreviewBtn: TButton
  268.           Left = 96
  269.           Top = 8
  270.           Width = 75
  271.           Height = 25
  272.           Caption = 'Pre&view...'
  273.           TabOrder = 1
  274.           OnClick = PreviewBtnClick
  275.         end
  276.       end
  277.     end
  278.     object pnlRight: TPanel
  279.       Left = 617
  280.       Top = 73
  281.       Width = 10
  282.       Height = 300
  283.       Align = alRight
  284.       BevelOuter = bvNone
  285.       TabOrder = 3
  286.     end
  287.     object pnlLeft: TPanel
  288.       Left = 0
  289.       Top = 73
  290.       Width = 10
  291.       Height = 300
  292.       Align = alLeft
  293.       BevelOuter = bvNone
  294.       TabOrder = 4
  295.     end
  296.     object pnlMiddle: TPanel
  297.       Left = 10
  298.       Top = 73
  299.       Width = 607
  300.       Height = 300
  301.       Align = alClient
  302.       BevelOuter = bvNone
  303.       TabOrder = 1
  304.       object PartInfoListView: TListView
  305.         Left = 0
  306.         Top = 0
  307.         Width = 607
  308.         Height = 132
  309.         Align = alClient
  310.         Columns = <
  311.           item
  312.             Caption = 'Volume'
  313.             Width = 113
  314.           end
  315.           item
  316.             Alignment = taRightJustify
  317.             Caption = 'Errors'
  318.             Width = -2
  319.             WidthType = (
  320.               -2)
  321.           end
  322.           item
  323.             Caption = 'PartType'
  324.             Width = 65
  325.           end
  326.           item
  327.             Caption = 'Status'
  328.             Width = 63
  329.           end
  330.           item
  331.             Alignment = taRightJustify
  332.             Caption = 'Size (MB)'
  333.             Width = 60
  334.           end
  335.           item
  336.             Alignment = taRightJustify
  337.             Caption = 'PartSect'
  338.             Width = 78
  339.           end
  340.           item
  341.             Alignment = taRightJustify
  342.             Caption = '#'
  343.             Width = 30
  344.           end
  345.           item
  346.             Alignment = taRightJustify
  347.             Caption = 'Start Sector'
  348.             Width = 78
  349.           end
  350.           item
  351.             Alignment = taRightJustify
  352.             Caption = 'Total Sectors'
  353.             Width = 78
  354.           end
  355.           item
  356.             Alignment = taRightJustify
  357.             Caption = 'UsedSects'
  358.             Width = 78
  359.           end
  360.           item
  361.             Alignment = taRightJustify
  362.             Caption = 'FreeSects'
  363.             Width = 78
  364.           end>
  365.         ReadOnly = True
  366.         RowSelect = True
  367.         TabOrder = 0
  368.         ViewStyle = vsReport
  369.         OnClick = PartInfoListViewClick
  370.         OnEnter = PartInfoListViewEnter
  371.         OnKeyUp = PartInfoListViewKeyUp
  372.       end
  373.       object pnlMiddleBottom: TPanel
  374.         Left = 0
  375.         Top = 132
  376.         Width = 607
  377.         Height = 168
  378.         Align = alBottom
  379.         BevelOuter = bvNone
  380.         TabOrder = 1
  381.         object Messages: TLabel
  382.           Left = 2
  383.           Top = 15
  384.           Width = 154
  385.           Height = 13
  386.           Caption = 'Disk Geometry Information:'
  387.           Font.Charset = ANSI_CHARSET
  388.           Font.Color = clBlack
  389.           Font.Height = -11
  390.           Font.Name = 'MS Sans Serif'
  391.           Font.Style = [fsBold]
  392.           ParentFont = False
  393.         end
  394.         object Label5: TLabel
  395.           Left = 160
  396.           Top = 15
  397.           Width = 34
  398.           Height = 13
  399.           Caption = 'Disk: '
  400.           Font.Charset = ANSI_CHARSET
  401.           Font.Color = clBlack
  402.           Font.Height = -11
  403.           Font.Name = 'MS Sans Serif'
  404.           Font.Style = [fsBold]
  405.           ParentFont = False
  406.         end
  407.         object HardDisk: TLabel
  408.           Left = 192
  409.           Top = 15
  410.           Width = 44
  411.           Height = 13
  412.           Caption = 'HardDisk'
  413.         end
  414.         object Label3: TLabel
  415.           Left = 241
  416.           Top = 15
  417.           Width = 56
  418.           Height = 13
  419.           Caption = 'Cylinders:'
  420.           Font.Charset = DEFAULT_CHARSET
  421.           Font.Color = clWindowText
  422.           Font.Height = -11
  423.           Font.Name = 'MS Sans Serif'
  424.           Font.Style = [fsBold]
  425.           ParentFont = False
  426.         end
  427.         object Cylinders: TLabel
  428.           Left = 298
  429.           Top = 15
  430.           Width = 42
  431.           Height = 13
  432.           Caption = 'Cylinders'
  433.         end
  434.         object Label2: TLabel
  435.           Left = 345
  436.           Top = 15
  437.           Width = 41
  438.           Height = 13
  439.           Caption = 'Heads:'
  440.           Font.Charset = DEFAULT_CHARSET
  441.           Font.Color = clWindowText
  442.           Font.Height = -11
  443.           Font.Name = 'MS Sans Serif'
  444.           Font.Style = [fsBold]
  445.           ParentFont = False
  446.         end
  447.         object Heads: TLabel
  448.           Left = 389
  449.           Top = 15
  450.           Width = 31
  451.           Height = 13
  452.           Caption = 'Heads'
  453.         end
  454.         object Label7: TLabel
  455.           Left = 431
  456.           Top = 15
  457.           Width = 87
  458.           Height = 13
  459.           Caption = 'Sectors/Track:'
  460.           Font.Charset = DEFAULT_CHARSET
  461.           Font.Color = clWindowText
  462.           Font.Height = -11
  463.           Font.Name = 'MS Sans Serif'
  464.           Font.Style = [fsBold]
  465.           ParentFont = False
  466.         end
  467.         object SectorsPerTrack: TLabel
  468.           Left = 520
  469.           Top = 15
  470.           Width = 80
  471.           Height = 13
  472.           Caption = 'SectorsPerTrack'
  473.         end
  474.         object PartTablesListView: TListView
  475.           Left = 0
  476.           Top = 32
  477.           Width = 607
  478.           Height = 136
  479.           Align = alBottom
  480.           Columns = <
  481.             item
  482.               Caption = 'Volume'
  483.               Width = 97
  484.             end
  485.             item
  486.               Alignment = taRightJustify
  487.               Caption = 'Errors'
  488.               Width = -2
  489.               WidthType = (
  490.                 -2)
  491.             end
  492.             item
  493.               Alignment = taRightJustify
  494.               Caption = 'PartSect'
  495.               Width = 72
  496.             end
  497.             item
  498.               Alignment = taRightJustify
  499.               Caption = '#'
  500.               Width = 27
  501.             end
  502.             item
  503.               Caption = 'Boot'
  504.               Width = 34
  505.             end
  506.             item
  507.               Alignment = taRightJustify
  508.               Caption = 'BCyl'
  509.               Width = 39
  510.             end
  511.             item
  512.               Alignment = taRightJustify
  513.               Caption = 'Head'
  514.               Width = -2
  515.               WidthType = (
  516.                 -2)
  517.             end
  518.             item
  519.               Alignment = taRightJustify
  520.               Caption = 'Sect'
  521.               Width = -2
  522.               WidthType = (
  523.                 -2)
  524.             end
  525.             item
  526.               Alignment = taRightJustify
  527.               Caption = 'FS'
  528.               Width = 33
  529.             end
  530.             item
  531.               Alignment = taRightJustify
  532.               Caption = 'ECyl'
  533.               Width = 39
  534.             end
  535.             item
  536.               Alignment = taRightJustify
  537.               Caption = 'Head'
  538.               Width = -2
  539.               WidthType = (
  540.                 -2)
  541.             end
  542.             item
  543.               Alignment = taRightJustify
  544.               Caption = 'Sect'
  545.               Width = -2
  546.               WidthType = (
  547.                 -2)
  548.             end
  549.             item
  550.               Alignment = taRightJustify
  551.               Caption = 'StartSect'
  552.               Width = 72
  553.             end
  554.             item
  555.               Alignment = taRightJustify
  556.               Caption = 'NumSects'
  557.               Width = 72
  558.             end>
  559.           ReadOnly = True
  560.           RowSelect = True
  561.           TabOrder = 0
  562.           ViewStyle = vsReport
  563.           OnClick = PartTablesListViewClick
  564.           OnEnter = PartTablesListViewEnter
  565.           OnKeyUp = PartTablesListViewKeyUp
  566.         end
  567.       end
  568.     end
  569.   end
  570.   object SaveDialog1: TSaveDialog
  571.     DefaultExt = 'txt'
  572.     Filter = 'Text files (*.txt)|*.txt|All files (*.*)|*.*'
  573.     Left = 135
  574.     Top = 409
  575.   end
  576.   object PrintDialog1: TPrintDialog
  577.     Left = 175
  578.     Top = 409
  579.   end
  580.   object PrinterSetupDialog1: TPrinterSetupDialog
  581.     Left = 39
  582.     Top = 402
  583.   end
  584.   object FontDialog1: TFontDialog
  585.     Font.Charset = DEFAULT_CHARSET
  586.     Font.Color = clWindowText
  587.     Font.Height = -11
  588.     Font.Name = 'MS Sans Serif'
  589.     Font.Style = []
  590.     MinFontSize = 0
  591.     MaxFontSize = 0
  592.     Left = 78
  593.     Top = 402
  594.   end
  595.   object MainMenu1: TMainMenu
  596.     Left = 117
  597.     Top = 411
  598.     object File1: TMenuItem
  599.       Caption = '&File'
  600.       object BootRecord1: TMenuItem
  601.         Caption = '&Boot Record...'
  602.         OnClick = BootRecordClick
  603.       end
  604.       object Preview1: TMenuItem
  605.         Caption = 'Pre&view...'
  606.         OnClick = PreviewBtnClick
  607.       end
  608.       object CopyTo1: TMenuItem
  609.         Caption = 'Cop&y to Clipboard'
  610.         OnClick = CopyTo1Click
  611.       end
  612.       object SaveAs1: TMenuItem
  613.         Caption = 'Save &As...'
  614.         OnClick = SaveAs1Click
  615.       end
  616.       object Print1: TMenuItem
  617.         Caption = '&Print...'
  618.         OnClick = Print1Click
  619.       end
  620.       object PrinterSetup1: TMenuItem
  621.         Caption = 'Printer &Setup...'
  622.         OnClick = PrinterSetup1Click
  623.       end
  624.       object PrinterFont1: TMenuItem
  625.         Caption = 'Printer F&ont...'
  626.         OnClick = Font2Click
  627.       end
  628.       object N1: TMenuItem
  629.         Caption = '-'
  630.       end
  631.       object About1: TMenuItem
  632.         Caption = 'Abou&t...'
  633.         OnClick = About1Click
  634.       end
  635.       object N2: TMenuItem
  636.         Caption = '-'
  637.       end
  638.       object Exit1: TMenuItem
  639.         Caption = '&Close'
  640.         OnClick = Exit1Click
  641.       end
  642.     end
  643.   end
  644. end
  645.