home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Format / MAIN.DFM / MAIN.txt
Text File  |  1995-06-10  |  6KB  |  227 lines

  1. object SFXFormat: TSFXFormat
  2.   Left = 4
  3.   Top = 8
  4.   BorderStyle = bsSingle
  5.   Caption = 'Format Diskette'
  6.   ClientHeight = 247
  7.   ClientWidth = 221
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Menu = MainMenu
  13.   PixelsPerInch = 96
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 12
  18.     Top = 54
  19.     Width = 76
  20.     Height = 13
  21.     Caption = 'Diskette Size'
  22.   end
  23.   object Label3: TLabel
  24.     Left = 14
  25.     Top = 8
  26.     Width = 31
  27.     Height = 13
  28.     Caption = 'Drive'
  29.   end
  30.   object DisketteSize: TComboBox
  31.     Left = 12
  32.     Top = 68
  33.     Width = 89
  34.     Height = 20
  35.     Hint = 'Density of diskette'
  36.     DropDownCount = 4
  37.     ItemHeight = 13
  38.     Items.Strings = (
  39.       '360 kb'
  40.       '720 kb'
  41.       '1.2 mb'
  42.       '1.44 mb')
  43.     ParentShowHint = False
  44.     ShowHint = True
  45.     TabOrder = 1
  46.   end
  47.   object GroupBox1: TGroupBox
  48.     Left = 10
  49.     Top = 148
  50.     Width = 195
  51.     Height = 87
  52.     Caption = 'Options'
  53.     TabOrder = 4
  54.     object Label2: TLabel
  55.       Left = 8
  56.       Top = 40
  57.       Width = 73
  58.       Height = 13
  59.       Caption = 'Volume label'
  60.     end
  61.     object GraphicLight1: TGraphicLight
  62.       Left = 156
  63.       Top = 8
  64.       ActiveLight = alGreen
  65.       DarkLite = False
  66.       HeavyLite = False
  67.     end
  68.     object GraphicLight2: TGraphicLight
  69.       Left = 172
  70.       Top = 8
  71.       ActiveLight = alGray
  72.       DarkLite = False
  73.       HeavyLite = False
  74.     end
  75.     object VerifyCheckBox: TCheckBox
  76.       Left = 8
  77.       Top = 18
  78.       Width = 97
  79.       Height = 17
  80.       Hint = 'Verify when formatting'
  81.       Caption = 'Verify'
  82.       ParentShowHint = False
  83.       ShowHint = True
  84.       TabOrder = 1
  85.     end
  86.     object VolumeLabelEdit: TEdit
  87.       Left = 10
  88.       Top = 56
  89.       Width = 177
  90.       Height = 20
  91.       Hint = 'Diskette volume name'
  92.       AutoSelect = False
  93.       ParentShowHint = False
  94.       ShowHint = True
  95.       TabOrder = 0
  96.     end
  97.   end
  98.   object AboutBtn: TBitBtn
  99.     Left = 112
  100.     Top = 68
  101.     Width = 89
  102.     Height = 27
  103.     Hint = 'Display About information'
  104.     Caption = '&About'
  105.     ParentShowHint = False
  106.     ShowHint = True
  107.     TabOrder = 3
  108.     OnClick = AboutBtnClick
  109.     Glyph.Data = {
  110.       90010000424D9001000000000000760000002800000020000000100000000100
  111.       0400000000000001000000000000000000000000000000000000000000000000
  112.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  113.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770077777
  114.       7777777778877777777777770FF07777777777778FF8777777777770FFFF0777
  115.       77777778FFFF877777777770FF08707777777778FF887877777777778FF00777
  116.       777777778FF88777777777770FF87777777777778FF877777777777778FF0777
  117.       7777777778FF87777777777700FF87777777777788FF877777777770780FF077
  118.       77777778788FF877777777770FFFF077777777778FFFF8777777777770FF0777
  119.       7777777778FF8777777777777700777777777777778877777777777777700777
  120.       777777777778877777777777770FF07777777777778FF87777777777770FF077
  121.       77777777778FF877777777777770077777777777777887777777000000000000
  122.       0000000000000000000000000000000000000000}
  123.     NumGlyphs = 2
  124.   end
  125.   object CancelBtn: TBitBtn
  126.     Left = 112
  127.     Top = 38
  128.     Width = 89
  129.     Height = 27
  130.     Hint = 'Exit'
  131.     Caption = '&Cancel'
  132.     ParentShowHint = False
  133.     ShowHint = True
  134.     TabOrder = 2
  135.     OnClick = CancelBtnClick
  136.     Kind = bkCancel
  137.   end
  138.   object DriveComboBox1: TDriveComboBox
  139.     Left = 12
  140.     Top = 22
  141.     Width = 57
  142.     Height = 19
  143.     Hint = 'Drive to format'
  144.     ParentShowHint = False
  145.     ShowHint = True
  146.     TabOrder = 0
  147.     TextCase = tcUpperCase
  148.   end
  149.   object SOTBtn: TBitBtn
  150.     Left = 12
  151.     Top = 110
  152.     Width = 89
  153.     Height = 27
  154.     Hint = 'Toggle Normal & StayOnTop Form Styles'
  155.     Caption = 'StayOn&Top'
  156.     ParentShowHint = False
  157.     ShowHint = True
  158.     TabOrder = 5
  159.     OnClick = SOTBtnClick
  160.   end
  161.   object HelpBtn: TBitBtn
  162.     Left = 112
  163.     Top = 100
  164.     Width = 89
  165.     Height = 27
  166.     Hint = 'Display Format Help'
  167.     ParentShowHint = False
  168.     ShowHint = True
  169.     TabOrder = 6
  170.     OnClick = HelpBtnClick
  171.     Kind = bkHelp
  172.   end
  173.   object FormatBtn: TBitBtn
  174.     Left = 112
  175.     Top = 8
  176.     Width = 89
  177.     Height = 27
  178.     Caption = '&Format'
  179.     TabOrder = 7
  180.     OnClick = FormatBtnClick
  181.     Glyph.Data = {
  182.       78010000424D7801000000000000760000002800000020000000100000000100
  183.       04000000000000000000120B0000120B00000000000000000000000000000000
  184.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  185.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  186.       333333FFFFFFFFFFFFF33000077777770033377777777777773F000007888888
  187.       00037F3337F3FF37F37F00000780088800037F3337F77F37F37F000007800888
  188.       00037F3337F77FF7F37F00000788888800037F3337777777337F000000000000
  189.       00037F3FFFFFFFFFFF7F00000000000000037F77777777777F7F000FFFFFFFFF
  190.       00037F7F333333337F7F000FFFFFFFFF00037F7F333333337F7F000FFFFFFFFF
  191.       00037F7F333333337F7F000FFFFFFFFF00037F7F333333337F7F000FFFFFFFFF
  192.       00037F7F333333337F7F000FFFFFFFFF07037F7F33333333777F000FFFFFFFFF
  193.       0003737FFFFFFFFF7F73300999999999003337777777777777330000}
  194.     NumGlyphs = 2
  195.   end
  196.   object MainMenu: TMainMenu
  197.     Left = 76
  198.     Top = 6
  199.     object FileMenu: TMenuItem
  200.       Caption = '&File'
  201.       object ExitItem: TMenuItem
  202.         Caption = '&Exit'
  203.         Hint = 'Exit program'
  204.         OnClick = ExitItemClick
  205.       end
  206.     end
  207.     object FormatItem: TMenuItem
  208.       Caption = 'F&ormat'
  209.       Hint = 'Format diskette'
  210.       OnClick = FormatItemClick
  211.     end
  212.     object HelpMenu: TMenuItem
  213.       Caption = '&Help'
  214.       Hint = 'HelpAboutMenu'
  215.       object N2: TMenuItem
  216.         Caption = '&Contents'
  217.         OnClick = N2Click
  218.       end
  219.       object AboutItem: TMenuItem
  220.         Caption = '&About'
  221.         Hint = 'Program information'
  222.         OnClick = AboutItemClick
  223.       end
  224.     end
  225.   end
  226. end
  227.