object FatBootRecord: TFatBootRecord Left = 468 Top = 386 Width = 600 Height = 372 Caption = 'FAT Boot Record' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 13 Top = 20 Width = 37 Height = 13 Caption = '1. Jump' end object Label2: TLabel Left = 13 Top = 44 Width = 67 Height = 13 Caption = '2. OEM Name' end object Label3: TLabel Left = 13 Top = 68 Width = 90 Height = 13 Caption = '3. Bytes per Sector' end object Label4: TLabel Left = 13 Top = 116 Width = 97 Height = 13 Caption = '5. Reserved Sectors' end object Label5: TLabel Left = 13 Top = 140 Width = 89 Height = 13 Caption = '6. Number of FATs' end object Label6: TLabel Left = 13 Top = 164 Width = 86 Height = 13 Caption = '7. Root Dir Entries' end object Label7: TLabel Left = 13 Top = 188 Width = 75 Height = 13 Caption = '8. Total Sectors' end object Label8: TLabel Left = 13 Top = 212 Width = 92 Height = 13 Caption = '9. Media Descriptor' end object Label9: TLabel Left = 13 Top = 236 Width = 95 Height = 13 Caption = '10. Sectors per FAT' end object Label10: TLabel Left = 13 Top = 260 Width = 103 Height = 13 Caption = '11. Sectors per Track' end object Label11: TLabel Left = 299 Top = 20 Width = 101 Height = 13 Caption = '12. Number of Heads' end object Label12: TLabel Left = 299 Top = 44 Width = 91 Height = 13 Caption = '13. Hidden Sectors' end object Label13: TLabel Left = 299 Top = 68 Width = 99 Height = 13 Caption = '14. Big Total Sectors' end object Label14: TLabel Left = 299 Top = 92 Width = 57 Height = 13 Caption = '15. Drive ID' end object Label15: TLabel Left = 299 Top = 140 Width = 106 Height = 13 Caption = '17. Extended Boot Sig' end object Label16: TLabel Left = 299 Top = 164 Width = 84 Height = 13 Caption = '18. Serial Number' end object Label18: TLabel Left = 299 Top = 188 Width = 84 Height = 13 Caption = '19. Volume Name' end object Label19: TLabel Left = 299 Top = 212 Width = 85 Height = 13 Caption = '20. File System ID' end object Label20: TLabel Left = 251 Top = 20 Width = 23 Height = 13 Caption = '(hex)' end object Label21: TLabel Left = 251 Top = 212 Width = 23 Height = 13 Caption = '(hex)' end object Label22: TLabel Left = 555 Top = 92 Width = 23 Height = 13 Caption = '(hex)' end object Label23: TLabel Left = 555 Top = 140 Width = 23 Height = 13 Caption = '(hex)' end object Label24: TLabel Left = 555 Top = 164 Width = 23 Height = 13 Caption = '(hex)' end object Label17: TLabel Left = 13 Top = 92 Width = 101 Height = 13 Caption = '4. Sectors per Cluster' end object Label25: TLabel Left = 299 Top = 116 Width = 65 Height = 13 Caption = '16. Dirty Flag:' end object Label26: TLabel Left = 555 Top = 116 Width = 23 Height = 13 Caption = '(hex)' end object Label27: TLabel Left = 299 Top = 236 Width = 63 Height = 13 Caption = '21. Signature' end object Label28: TLabel Left = 555 Top = 236 Width = 23 Height = 13 Caption = '(hex)' end object edJump: TEdit Left = 123 Top = 16 Width = 121 Height = 21 AutoSize = False CharCase = ecUpperCase MaxLength = 6 TabOrder = 0 Text = 'EDJUMP' OnChange = OnChange end object edName: TEdit Left = 123 Top = 40 Width = 121 Height = 21 AutoSize = False CharCase = ecUpperCase MaxLength = 10 TabOrder = 1 Text = 'EDIT1' OnChange = OnChange end object edBPS: TEdit Left = 123 Top = 64 Width = 121 Height = 21 AutoSize = False MaxLength = 4 TabOrder = 2 Text = 'Edit1' OnChange = OnChange end object edResSects: TEdit Left = 123 Top = 112 Width = 121 Height = 21 AutoSize = False TabOrder = 4 Text = 'Edit1' OnChange = OnChange end object edNumFats: TEdit Left = 123 Top = 136 Width = 121 Height = 21 AutoSize = False TabOrder = 5 Text = 'Edit1' OnChange = OnChange end object edRootDirEntries: TEdit Left = 123 Top = 160 Width = 121 Height = 21 AutoSize = False TabOrder = 6 Text = 'Edit1' OnChange = OnChange end object edTotalSects: TEdit Left = 123 Top = 184 Width = 121 Height = 21 AutoSize = False TabOrder = 7 Text = 'Edit1' OnChange = OnChange end object edMediaByte: TEdit Left = 123 Top = 208 Width = 121 Height = 21 AutoSize = False CharCase = ecUpperCase MaxLength = 2 TabOrder = 8 Text = 'EDIT1' OnChange = OnChange end object edSPF: TEdit Left = 123 Top = 232 Width = 121 Height = 21 AutoSize = False TabOrder = 9 Text = 'Edit1' OnChange = OnChange end object edSPT: TEdit Left = 123 Top = 256 Width = 121 Height = 21 AutoSize = False TabOrder = 10 Text = 'Edit1' OnChange = OnChange end object edHeads: TEdit Left = 427 Top = 16 Width = 121 Height = 21 AutoSize = False TabOrder = 11 Text = 'Edit1' OnChange = OnChange end object edHiddenSects: TEdit Left = 427 Top = 40 Width = 121 Height = 21 AutoSize = False TabOrder = 12 Text = 'Edit1' OnChange = OnChange end object edBigTotalSects: TEdit Left = 427 Top = 64 Width = 121 Height = 21 AutoSize = False TabOrder = 13 Text = 'Edit1' OnChange = OnChange end object edDriveId: TEdit Left = 427 Top = 88 Width = 121 Height = 21 AutoSize = False CharCase = ecUpperCase MaxLength = 2 TabOrder = 14 Text = 'EDIT1' OnChange = OnChange end object edExtBootSig: TEdit Left = 427 Top = 136 Width = 121 Height = 21 AutoSize = False CharCase = ecUpperCase MaxLength = 2 TabOrder = 16 Text = 'EDIT1' OnChange = OnChange end object edSerialNumber: TEdit Left = 427 Top = 160 Width = 121 Height = 21 AutoSize = False CharCase = ecUpperCase MaxLength = 8 TabOrder = 17 Text = 'EDIT1' OnChange = OnChange end object edVolumeName: TEdit Left = 427 Top = 184 Width = 121 Height = 21 AutoSize = False CharCase = ecUpperCase MaxLength = 11 TabOrder = 18 Text = 'EDIT1' OnChange = OnChange end object edFileSysId: TEdit Left = 427 Top = 208 Width = 121 Height = 21 AutoSize = False MaxLength = 8 TabOrder = 19 Text = 'EDIT1' OnChange = OnChange end object btnWrite: TButton Left = 193 Top = 304 Width = 93 Height = 25 Caption = '&Save Changes' Enabled = False TabOrder = 21 OnClick = btnWriteClick end object btnClose: TButton Left = 307 Top = 304 Width = 93 Height = 25 Caption = '&Close' TabOrder = 22 OnClick = btnCloseClick end object edSPC: TEdit Left = 123 Top = 88 Width = 121 Height = 21 AutoSize = False MaxLength = 4 TabOrder = 3 Text = 'edSPC' OnChange = OnChange end object edDirtyFlag: TEdit Left = 427 Top = 112 Width = 121 Height = 21 AutoSize = False CharCase = ecUpperCase MaxLength = 2 TabOrder = 15 Text = 'EDIT1' OnChange = OnChange end object edSignature: TEdit Left = 427 Top = 232 Width = 121 Height = 21 AutoSize = False CharCase = ecUpperCase MaxLength = 4 TabOrder = 20 Text = 'EDIT1' OnChange = OnChange end end