home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 August / 08_02.iso / test / di2002 / ENRETAILDMODI600.ZIP / SETUP / DImage9x.cab / PartIn9x.exe / 0 / RCDATA / TDISKINSPECTOR / TDISKINSPECTOR.txt
Encoding:
Text File  |  2001-08-09  |  14.9 KB  |  635 lines

  1. object DiskInspector: TDiskInspector
  2.   Left = 314
  3.   Top = 262
  4.   Width = 635
  5.   Height = 460
  6.   Caption = 'PartitionInfo'
  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.         ReadOnly = True
  356.         RowSelect = True
  357.         TabOrder = 0
  358.         ViewStyle = vsReport
  359.         OnClick = PartInfoListViewClick
  360.         OnEnter = PartInfoListViewEnter
  361.         OnKeyUp = PartInfoListViewKeyUp
  362.       end
  363.       object pnlMiddleBottom: TPanel
  364.         Left = 0
  365.         Top = 132
  366.         Width = 607
  367.         Height = 168
  368.         Align = alBottom
  369.         BevelOuter = bvNone
  370.         TabOrder = 1
  371.         object Messages: TLabel
  372.           Left = 2
  373.           Top = 15
  374.           Width = 154
  375.           Height = 13
  376.           Caption = 'Disk Geometry Information:'
  377.           Font.Charset = ANSI_CHARSET
  378.           Font.Color = clBlack
  379.           Font.Height = -11
  380.           Font.Name = 'MS Sans Serif'
  381.           Font.Style = [fsBold]
  382.           ParentFont = False
  383.         end
  384.         object Label5: TLabel
  385.           Left = 160
  386.           Top = 15
  387.           Width = 34
  388.           Height = 13
  389.           Caption = 'Disk: '
  390.           Font.Charset = ANSI_CHARSET
  391.           Font.Color = clBlack
  392.           Font.Height = -11
  393.           Font.Name = 'MS Sans Serif'
  394.           Font.Style = [fsBold]
  395.           ParentFont = False
  396.         end
  397.         object HardDisk: TLabel
  398.           Left = 192
  399.           Top = 15
  400.           Width = 44
  401.           Height = 13
  402.           Caption = 'HardDisk'
  403.         end
  404.         object Label3: TLabel
  405.           Left = 241
  406.           Top = 15
  407.           Width = 56
  408.           Height = 13
  409.           Caption = 'Cylinders:'
  410.           Font.Charset = DEFAULT_CHARSET
  411.           Font.Color = clWindowText
  412.           Font.Height = -11
  413.           Font.Name = 'MS Sans Serif'
  414.           Font.Style = [fsBold]
  415.           ParentFont = False
  416.         end
  417.         object Cylinders: TLabel
  418.           Left = 298
  419.           Top = 15
  420.           Width = 42
  421.           Height = 13
  422.           Caption = 'Cylinders'
  423.         end
  424.         object Label2: TLabel
  425.           Left = 345
  426.           Top = 15
  427.           Width = 41
  428.           Height = 13
  429.           Caption = 'Heads:'
  430.           Font.Charset = DEFAULT_CHARSET
  431.           Font.Color = clWindowText
  432.           Font.Height = -11
  433.           Font.Name = 'MS Sans Serif'
  434.           Font.Style = [fsBold]
  435.           ParentFont = False
  436.         end
  437.         object Heads: TLabel
  438.           Left = 389
  439.           Top = 15
  440.           Width = 31
  441.           Height = 13
  442.           Caption = 'Heads'
  443.         end
  444.         object Label7: TLabel
  445.           Left = 431
  446.           Top = 15
  447.           Width = 87
  448.           Height = 13
  449.           Caption = 'Sectors/Track:'
  450.           Font.Charset = DEFAULT_CHARSET
  451.           Font.Color = clWindowText
  452.           Font.Height = -11
  453.           Font.Name = 'MS Sans Serif'
  454.           Font.Style = [fsBold]
  455.           ParentFont = False
  456.         end
  457.         object SectorsPerTrack: TLabel
  458.           Left = 520
  459.           Top = 15
  460.           Width = 80
  461.           Height = 13
  462.           Caption = 'SectorsPerTrack'
  463.         end
  464.         object PartTablesListView: TListView
  465.           Left = 0
  466.           Top = 32
  467.           Width = 607
  468.           Height = 136
  469.           Align = alBottom
  470.           Columns = <
  471.             item
  472.               Caption = 'Volume'
  473.               Width = 97
  474.             end
  475.             item
  476.               Alignment = taRightJustify
  477.               Caption = 'Errors'
  478.               Width = -2
  479.               WidthType = (
  480.                 -2)
  481.             end
  482.             item
  483.               Alignment = taRightJustify
  484.               Caption = 'PartSect'
  485.               Width = 72
  486.             end
  487.             item
  488.               Alignment = taRightJustify
  489.               Caption = '#'
  490.               Width = 27
  491.             end
  492.             item
  493.               Caption = 'Boot'
  494.               Width = 34
  495.             end
  496.             item
  497.               Alignment = taRightJustify
  498.               Caption = 'BCyl'
  499.               Width = 39
  500.             end
  501.             item
  502.               Alignment = taRightJustify
  503.               Caption = 'Head'
  504.               Width = -2
  505.               WidthType = (
  506.                 -2)
  507.             end
  508.             item
  509.               Alignment = taRightJustify
  510.               Caption = 'Sect'
  511.               Width = -2
  512.               WidthType = (
  513.                 -2)
  514.             end
  515.             item
  516.               Alignment = taRightJustify
  517.               Caption = 'FS'
  518.               Width = 33
  519.             end
  520.             item
  521.               Alignment = taRightJustify
  522.               Caption = 'ECyl'
  523.               Width = 39
  524.             end
  525.             item
  526.               Alignment = taRightJustify
  527.               Caption = 'Head'
  528.               Width = -2
  529.               WidthType = (
  530.                 -2)
  531.             end
  532.             item
  533.               Alignment = taRightJustify
  534.               Caption = 'Sect'
  535.               Width = -2
  536.               WidthType = (
  537.                 -2)
  538.             end
  539.             item
  540.               Alignment = taRightJustify
  541.               Caption = 'StartSect'
  542.               Width = 72
  543.             end
  544.             item
  545.               Alignment = taRightJustify
  546.               Caption = 'NumSects'
  547.               Width = 72
  548.             end>
  549.           ReadOnly = True
  550.           RowSelect = True
  551.           TabOrder = 0
  552.           ViewStyle = vsReport
  553.           OnClick = PartTablesListViewClick
  554.           OnEnter = PartTablesListViewEnter
  555.           OnKeyUp = PartTablesListViewKeyUp
  556.         end
  557.       end
  558.     end
  559.   end
  560.   object SaveDialog1: TSaveDialog
  561.     DefaultExt = 'txt'
  562.     Filter = 'Text files (*.txt)|*.txt|All files (*.*)|*.*'
  563.     Left = 135
  564.     Top = 409
  565.   end
  566.   object PrintDialog1: TPrintDialog
  567.     Left = 175
  568.     Top = 409
  569.   end
  570.   object PrinterSetupDialog1: TPrinterSetupDialog
  571.     Left = 39
  572.     Top = 402
  573.   end
  574.   object FontDialog1: TFontDialog
  575.     Font.Charset = DEFAULT_CHARSET
  576.     Font.Color = clWindowText
  577.     Font.Height = -11
  578.     Font.Name = 'MS Sans Serif'
  579.     Font.Style = []
  580.     MinFontSize = 0
  581.     MaxFontSize = 0
  582.     Left = 78
  583.     Top = 402
  584.   end
  585.   object MainMenu1: TMainMenu
  586.     Left = 117
  587.     Top = 411
  588.     object File1: TMenuItem
  589.       Caption = '&File'
  590.       object BootRecord1: TMenuItem
  591.         Caption = '&Boot Record...'
  592.         OnClick = BootRecordClick
  593.       end
  594.       object Preview1: TMenuItem
  595.         Caption = 'Pre&view...'
  596.         OnClick = PreviewBtnClick
  597.       end
  598.       object CopyTo1: TMenuItem
  599.         Caption = 'Cop&y to Clipboard'
  600.         OnClick = CopyTo1Click
  601.       end
  602.       object SaveAs1: TMenuItem
  603.         Caption = 'Save &As...'
  604.         OnClick = SaveAs1Click
  605.       end
  606.       object Print1: TMenuItem
  607.         Caption = '&Print...'
  608.         OnClick = Print1Click
  609.       end
  610.       object PrinterSetup1: TMenuItem
  611.         Caption = 'Printer &Setup...'
  612.         OnClick = PrinterSetup1Click
  613.       end
  614.       object PrinterFont1: TMenuItem
  615.         Caption = 'Printer F&ont...'
  616.         OnClick = Font2Click
  617.       end
  618.       object N1: TMenuItem
  619.         Caption = '-'
  620.       end
  621.       object About1: TMenuItem
  622.         Caption = 'Abou&t...'
  623.         OnClick = About1Click
  624.       end
  625.       object N2: TMenuItem
  626.         Caption = '-'
  627.       end
  628.       object Exit1: TMenuItem
  629.         Caption = '&Close'
  630.         OnClick = Exit1Click
  631.       end
  632.     end
  633.   end
  634. end
  635.