home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 September / PCW0901.iso / Utilitiy / PartitionMagic / PartitionMagic6PRODEMO.ZIP / WINDOWS / RESCUEME / OS2DOS / PTEDIT32.EXE / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  2000-10-10  |  12KB  |  641 lines

  1. object MainForm: TMainForm
  2.   Left = 293
  3.   Top = 251
  4.   Width = 587
  5.   Height = 339
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'PowerQuest Partition Table Editor'
  8.   Color = clActiveBorder
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCloseQuery = OnQueryClose
  16.   OnCreate = OnCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 24
  21.     Top = 12
  22.     Width = 50
  23.     Height = 13
  24.     Caption = 'Hard Disk:'
  25.   end
  26.   object Label15: TLabel
  27.     Left = 59
  28.     Top = 296
  29.     Width = 462
  30.     Height = 13
  31.     Caption = 
  32.       'Partition Table Editor Version 1.02  Copyright ∩┐╜ 1999 PowerQuest' +
  33.       ' Corporation.  All rights reserved.'
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object DriveGeometry: TLabel
  42.     Left = 216
  43.     Top = 12
  44.     Width = 70
  45.     Height = 13
  46.     Caption = 'DriveGeometry'
  47.   end
  48.   object DriveList: TComboBox
  49.     Left = 80
  50.     Top = 8
  51.     Width = 129
  52.     Height = 21
  53.     Style = csDropDownList
  54.     ItemHeight = 13
  55.     TabOrder = 0
  56.     OnChange = OnSelectDrive
  57.   end
  58.   object GroupBox1: TGroupBox
  59.     Left = 13
  60.     Top = 40
  61.     Width = 553
  62.     Height = 201
  63.     Caption = 'Partition Table:'
  64.     TabOrder = 1
  65.     OnDblClick = OnSelectMBRSector
  66.     object Label2: TLabel
  67.       Left = 36
  68.       Top = 40
  69.       Width = 24
  70.       Height = 13
  71.       Caption = 'Type'
  72.     end
  73.     object Label3: TLabel
  74.       Left = 124
  75.       Top = 24
  76.       Width = 36
  77.       Height = 13
  78.       Caption = 'Starting'
  79.     end
  80.     object Label4: TLabel
  81.       Left = 124
  82.       Top = 40
  83.       Width = 14
  84.       Height = 13
  85.       Caption = 'Cyl'
  86.     end
  87.     object Label5: TLabel
  88.       Left = 164
  89.       Top = 40
  90.       Width = 26
  91.       Height = 13
  92.       Caption = 'Head'
  93.     end
  94.     object Label6: TLabel
  95.       Left = 204
  96.       Top = 40
  97.       Width = 31
  98.       Height = 13
  99.       Caption = 'Sector'
  100.     end
  101.     object Label7: TLabel
  102.       Left = 252
  103.       Top = 24
  104.       Width = 33
  105.       Height = 13
  106.       Caption = 'Ending'
  107.     end
  108.     object Label8: TLabel
  109.       Left = 252
  110.       Top = 40
  111.       Width = 14
  112.       Height = 13
  113.       Caption = 'Cyl'
  114.     end
  115.     object Label9: TLabel
  116.       Left = 292
  117.       Top = 40
  118.       Width = 26
  119.       Height = 13
  120.       Caption = 'Head'
  121.     end
  122.     object Label10: TLabel
  123.       Left = 332
  124.       Top = 40
  125.       Width = 31
  126.       Height = 13
  127.       Caption = 'Sector'
  128.     end
  129.     object Label11: TLabel
  130.       Left = 380
  131.       Top = 24
  132.       Width = 36
  133.       Height = 13
  134.       Caption = 'Sectors'
  135.     end
  136.     object Label12: TLabel
  137.       Left = 380
  138.       Top = 40
  139.       Width = 31
  140.       Height = 13
  141.       Caption = 'Before'
  142.     end
  143.     object Label13: TLabel
  144.       Left = 460
  145.       Top = 40
  146.       Width = 36
  147.       Height = 13
  148.       Caption = 'Sectors'
  149.     end
  150.     object Label14: TLabel
  151.       Left = 79
  152.       Top = 40
  153.       Width = 22
  154.       Height = 13
  155.       Caption = 'Boot'
  156.     end
  157.     object lbl1: TLabel
  158.       Left = 20
  159.       Top = 60
  160.       Width = 6
  161.       Height = 13
  162.       Caption = '&1'
  163.       FocusControl = Type1
  164.     end
  165.     object lbl2: TLabel
  166.       Left = 20
  167.       Top = 84
  168.       Width = 6
  169.       Height = 13
  170.       Caption = '&2'
  171.       FocusControl = Type2
  172.     end
  173.     object lbl3: TLabel
  174.       Left = 20
  175.       Top = 108
  176.       Width = 6
  177.       Height = 13
  178.       Caption = '&3'
  179.       FocusControl = Type3
  180.     end
  181.     object lbl4: TLabel
  182.       Left = 20
  183.       Top = 132
  184.       Width = 6
  185.       Height = 13
  186.       Caption = '&4'
  187.       FocusControl = Type4
  188.     end
  189.     object Type1: TEdit
  190.       Left = 36
  191.       Top = 56
  192.       Width = 31
  193.       Height = 21
  194.       CharCase = ecUpperCase
  195.       Font.Charset = ANSI_CHARSET
  196.       Font.Color = clBlack
  197.       Font.Height = -11
  198.       Font.Name = 'MS Sans Serif'
  199.       Font.Style = []
  200.       ParentFont = False
  201.       TabOrder = 0
  202.       OnChange = OnChange
  203.       OnDblClick = OnGetType
  204.       OnEnter = OnSelRow1
  205.     end
  206.     object Type2: TEdit
  207.       Left = 36
  208.       Top = 80
  209.       Width = 31
  210.       Height = 21
  211.       CharCase = ecUpperCase
  212.       TabOrder = 10
  213.       OnChange = OnChange
  214.       OnDblClick = OnGetType
  215.       OnEnter = OnSelRow2
  216.     end
  217.     object Type3: TEdit
  218.       Left = 36
  219.       Top = 104
  220.       Width = 31
  221.       Height = 21
  222.       CharCase = ecUpperCase
  223.       TabOrder = 20
  224.       OnChange = OnChange
  225.       OnDblClick = OnGetType
  226.       OnEnter = OnSelRow3
  227.     end
  228.     object Type4: TEdit
  229.       Left = 36
  230.       Top = 128
  231.       Width = 31
  232.       Height = 21
  233.       CharCase = ecUpperCase
  234.       TabOrder = 30
  235.       OnChange = OnChange
  236.       OnDblClick = OnGetType
  237.       OnEnter = OnSelRow4
  238.     end
  239.     object BC1: TEdit
  240.       Left = 124
  241.       Top = 56
  242.       Width = 35
  243.       Height = 21
  244.       TabOrder = 2
  245.       OnChange = OnChange
  246.       OnEnter = OnSelRow1
  247.     end
  248.     object BC2: TEdit
  249.       Left = 124
  250.       Top = 80
  251.       Width = 35
  252.       Height = 21
  253.       TabOrder = 12
  254.       OnChange = OnChange
  255.       OnEnter = OnSelRow2
  256.     end
  257.     object BC3: TEdit
  258.       Left = 124
  259.       Top = 104
  260.       Width = 35
  261.       Height = 21
  262.       TabOrder = 22
  263.       OnChange = OnChange
  264.       OnEnter = OnSelRow3
  265.     end
  266.     object BC4: TEdit
  267.       Left = 124
  268.       Top = 128
  269.       Width = 35
  270.       Height = 21
  271.       TabOrder = 32
  272.       OnChange = OnChange
  273.       OnEnter = OnSelRow4
  274.     end
  275.     object BH1: TEdit
  276.       Left = 164
  277.       Top = 56
  278.       Width = 35
  279.       Height = 21
  280.       TabOrder = 3
  281.       OnChange = OnChange
  282.       OnEnter = OnSelRow1
  283.     end
  284.     object BH2: TEdit
  285.       Left = 164
  286.       Top = 80
  287.       Width = 35
  288.       Height = 21
  289.       TabOrder = 13
  290.       OnChange = OnChange
  291.       OnEnter = OnSelRow2
  292.     end
  293.     object BH3: TEdit
  294.       Left = 164
  295.       Top = 104
  296.       Width = 35
  297.       Height = 21
  298.       TabOrder = 23
  299.       OnChange = OnChange
  300.       OnEnter = OnSelRow3
  301.     end
  302.     object BH4: TEdit
  303.       Left = 164
  304.       Top = 128
  305.       Width = 35
  306.       Height = 21
  307.       TabOrder = 33
  308.       OnChange = OnChange
  309.       OnEnter = OnSelRow4
  310.     end
  311.     object BS1: TEdit
  312.       Left = 204
  313.       Top = 56
  314.       Width = 35
  315.       Height = 21
  316.       TabOrder = 4
  317.       OnChange = OnChange
  318.       OnEnter = OnSelRow1
  319.     end
  320.     object BS2: TEdit
  321.       Left = 204
  322.       Top = 80
  323.       Width = 35
  324.       Height = 21
  325.       TabOrder = 14
  326.       OnChange = OnChange
  327.       OnEnter = OnSelRow2
  328.     end
  329.     object BS3: TEdit
  330.       Left = 204
  331.       Top = 104
  332.       Width = 35
  333.       Height = 21
  334.       TabOrder = 24
  335.       OnChange = OnChange
  336.       OnEnter = OnSelRow3
  337.     end
  338.     object BS4: TEdit
  339.       Left = 204
  340.       Top = 128
  341.       Width = 35
  342.       Height = 21
  343.       TabOrder = 34
  344.       OnChange = OnChange
  345.       OnEnter = OnSelRow4
  346.     end
  347.     object EC1: TEdit
  348.       Left = 252
  349.       Top = 56
  350.       Width = 35
  351.       Height = 21
  352.       TabOrder = 5
  353.       OnChange = OnChange
  354.       OnEnter = OnSelRow1
  355.     end
  356.     object EC2: TEdit
  357.       Left = 253
  358.       Top = 80
  359.       Width = 35
  360.       Height = 21
  361.       TabOrder = 15
  362.       OnChange = OnChange
  363.       OnEnter = OnSelRow2
  364.     end
  365.     object EC3: TEdit
  366.       Left = 252
  367.       Top = 104
  368.       Width = 35
  369.       Height = 21
  370.       TabOrder = 25
  371.       OnChange = OnChange
  372.       OnEnter = OnSelRow3
  373.     end
  374.     object EC4: TEdit
  375.       Left = 252
  376.       Top = 128
  377.       Width = 35
  378.       Height = 21
  379.       TabOrder = 35
  380.       OnChange = OnChange
  381.       OnEnter = OnSelRow4
  382.     end
  383.     object EH1: TEdit
  384.       Left = 292
  385.       Top = 56
  386.       Width = 35
  387.       Height = 21
  388.       TabOrder = 6
  389.       OnChange = OnChange
  390.       OnEnter = OnSelRow1
  391.     end
  392.     object EH2: TEdit
  393.       Left = 292
  394.       Top = 80
  395.       Width = 35
  396.       Height = 21
  397.       TabOrder = 16
  398.       OnChange = OnChange
  399.       OnEnter = OnSelRow2
  400.     end
  401.     object EH3: TEdit
  402.       Left = 292
  403.       Top = 104
  404.       Width = 35
  405.       Height = 21
  406.       TabOrder = 26
  407.       OnChange = OnChange
  408.       OnEnter = OnSelRow3
  409.     end
  410.     object EH4: TEdit
  411.       Left = 292
  412.       Top = 128
  413.       Width = 35
  414.       Height = 21
  415.       TabOrder = 36
  416.       OnChange = OnChange
  417.       OnEnter = OnSelRow4
  418.     end
  419.     object ES1: TEdit
  420.       Left = 332
  421.       Top = 56
  422.       Width = 35
  423.       Height = 21
  424.       TabOrder = 7
  425.       OnChange = OnChange
  426.       OnEnter = OnSelRow1
  427.     end
  428.     object ES2: TEdit
  429.       Left = 332
  430.       Top = 80
  431.       Width = 35
  432.       Height = 21
  433.       TabOrder = 17
  434.       OnChange = OnChange
  435.       OnEnter = OnSelRow2
  436.     end
  437.     object ES3: TEdit
  438.       Left = 332
  439.       Top = 104
  440.       Width = 35
  441.       Height = 21
  442.       TabOrder = 27
  443.       OnChange = OnChange
  444.       OnEnter = OnSelRow3
  445.     end
  446.     object ES4: TEdit
  447.       Left = 332
  448.       Top = 128
  449.       Width = 35
  450.       Height = 21
  451.       TabOrder = 37
  452.       OnChange = OnChange
  453.       OnEnter = OnSelRow4
  454.     end
  455.     object SB1: TEdit
  456.       Left = 380
  457.       Top = 56
  458.       Width = 73
  459.       Height = 21
  460.       TabOrder = 8
  461.       OnChange = OnChange
  462.       OnEnter = OnSelRow1
  463.     end
  464.     object SB2: TEdit
  465.       Left = 380
  466.       Top = 80
  467.       Width = 73
  468.       Height = 21
  469.       TabOrder = 18
  470.       OnChange = OnChange
  471.       OnEnter = OnSelRow2
  472.     end
  473.     object SB3: TEdit
  474.       Left = 380
  475.       Top = 104
  476.       Width = 73
  477.       Height = 21
  478.       TabOrder = 28
  479.       OnChange = OnChange
  480.       OnEnter = OnSelRow3
  481.     end
  482.     object SB4: TEdit
  483.       Left = 380
  484.       Top = 128
  485.       Width = 73
  486.       Height = 21
  487.       TabOrder = 38
  488.       OnChange = OnChange
  489.       OnEnter = OnSelRow4
  490.     end
  491.     object Size1: TEdit
  492.       Left = 460
  493.       Top = 56
  494.       Width = 73
  495.       Height = 21
  496.       TabOrder = 9
  497.       OnChange = OnChange
  498.       OnEnter = OnSelRow1
  499.     end
  500.     object Size2: TEdit
  501.       Left = 460
  502.       Top = 80
  503.       Width = 73
  504.       Height = 21
  505.       TabOrder = 19
  506.       OnChange = OnChange
  507.       OnEnter = OnSelRow2
  508.     end
  509.     object Size3: TEdit
  510.       Left = 460
  511.       Top = 104
  512.       Width = 73
  513.       Height = 21
  514.       TabOrder = 29
  515.       OnChange = OnChange
  516.       OnEnter = OnSelRow3
  517.     end
  518.     object Size4: TEdit
  519.       Left = 460
  520.       Top = 128
  521.       Width = 73
  522.       Height = 21
  523.       TabOrder = 39
  524.       OnChange = OnChange
  525.       OnEnter = OnSelRow4
  526.     end
  527.     object EpbrButton: TButton
  528.       Left = 97
  529.       Top = 160
  530.       Width = 72
  531.       Height = 25
  532.       Caption = 'Goto &EPBR'
  533.       TabOrder = 41
  534.       OnClick = EpbrButtonClick
  535.     end
  536.     object WriteButton: TButton
  537.       Left = 449
  538.       Top = 160
  539.       Width = 91
  540.       Height = 25
  541.       Caption = '&Save Changes'
  542.       TabOrder = 45
  543.       OnClick = WriteButtonClick
  544.     end
  545.     object ParentButton: TButton
  546.       Left = 17
  547.       Top = 160
  548.       Width = 72
  549.       Height = 25
  550.       Caption = 'Goto &Parent'
  551.       TabOrder = 40
  552.       OnClick = ParentButtonClick
  553.     end
  554.     object Boot1: TEdit
  555.       Left = 79
  556.       Top = 56
  557.       Width = 33
  558.       Height = 21
  559.       CharCase = ecUpperCase
  560.       TabOrder = 1
  561.       OnChange = OnChange
  562.       OnEnter = OnSelRow1
  563.     end
  564.     object Boot2: TEdit
  565.       Left = 79
  566.       Top = 80
  567.       Width = 33
  568.       Height = 21
  569.       CharCase = ecUpperCase
  570.       TabOrder = 11
  571.       OnChange = OnChange
  572.       OnEnter = OnSelRow2
  573.     end
  574.     object Boot3: TEdit
  575.       Left = 79
  576.       Top = 104
  577.       Width = 33
  578.       Height = 21
  579.       CharCase = ecUpperCase
  580.       TabOrder = 21
  581.       OnChange = OnChange
  582.       OnEnter = OnSelRow3
  583.     end
  584.     object Boot4: TEdit
  585.       Left = 79
  586.       Top = 128
  587.       Width = 33
  588.       Height = 21
  589.       CharCase = ecUpperCase
  590.       TabOrder = 31
  591.       OnChange = OnChange
  592.       OnEnter = OnSelRow4
  593.     end
  594.     object btnBootRecord: TButton
  595.       Left = 257
  596.       Top = 160
  597.       Width = 72
  598.       Height = 25
  599.       Caption = '&Boot Record'
  600.       Enabled = False
  601.       TabOrder = 43
  602.       OnClick = EditBootRecord
  603.     end
  604.     object DiscardButton: TButton
  605.       Left = 345
  606.       Top = 160
  607.       Width = 99
  608.       Height = 25
  609.       Caption = '&Discard Changes'
  610.       Enabled = False
  611.       TabOrder = 44
  612.       OnClick = DiscardButtonClick
  613.     end
  614.     object btnSetType: TButton
  615.       Left = 177
  616.       Top = 160
  617.       Width = 72
  618.       Height = 25
  619.       Caption = 'Set &Type'
  620.       Enabled = False
  621.       TabOrder = 42
  622.       OnClick = btnSetTypeClick
  623.     end
  624.   end
  625.   object GroupBox2: TGroupBox
  626.     Left = 13
  627.     Top = 248
  628.     Width = 553
  629.     Height = 41
  630.     Caption = 'Partition Information'
  631.     TabOrder = 2
  632.     object Description: TLabel
  633.       Left = 8
  634.       Top = 16
  635.       Width = 537
  636.       Height = 13
  637.       AutoSize = False
  638.     end
  639.   end
  640. end
  641.