home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / LINUX / smoothwall / smoothwall-2.0-manuals.iso / dosutils / rawwritewin.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  2000-12-02  |  7KB  |  281 lines

  1. object MainForm: TMainForm
  2.   Left = 322
  3.   Top = 281
  4.   BorderStyle = bsSingle
  5.   Caption = 'RawWrite'
  6.   ClientHeight = 349
  7.   ClientWidth = 361
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label2: TLabel
  20.     Left = 16
  21.     Top = 56
  22.     Width = 57
  23.     Height = 13
  24.     Caption = 'Floppy drive'
  25.   end
  26.   object FloppyImage: TImage
  27.     Left = 264
  28.     Top = 64
  29.     Width = 16
  30.     Height = 9
  31.     AutoSize = True
  32.     Picture.Data = {<image001.bmp>}
  33.     Visible = False
  34.   end
  35.   object Label3: TLabel
  36.     Left = 16
  37.     Top = 8
  38.     Width = 106
  39.     Height = 13
  40.     Caption = 'RawWrite for windows'
  41.     OnDblClick = Label3DblClick
  42.   end
  43.   object Label4: TLabel
  44.     Left = 16
  45.     Top = 32
  46.     Width = 121
  47.     Height = 13
  48.     Caption = 'Written by John Newbigin'
  49.   end
  50.   object Label5: TLabel
  51.     Left = 168
  52.     Top = 8
  53.     Width = 177
  54.     Height = 13
  55.     Cursor = crDrag
  56.     Caption = 'http://uranus.it.swin.edu.au/~jn/linux'
  57.     Color = clBtnFace
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clBlue
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsUnderline]
  63.     ParentColor = False
  64.     ParentFont = False
  65.     OnClick = Label5Click
  66.   end
  67.   object Label6: TLabel
  68.     Left = 168
  69.     Top = 32
  70.     Width = 114
  71.     Height = 13
  72.     Cursor = crDrag
  73.     Caption = 'mailto:jn@it.swin.edu.au'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clBlue
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsUnderline]
  79.     ParentFont = False
  80.     OnClick = Label5Click
  81.   end
  82.   object StatusBar1: TStatusBar
  83.     Left = 0
  84.     Top = 330
  85.     Width = 361
  86.     Height = 19
  87.     Panels = <
  88.       item
  89.         Text = '0%'
  90.         Width = 50
  91.       end
  92.       item
  93.         Text = 'Version'
  94.         Width = 50
  95.       end>
  96.     SimplePanel = False
  97.   end
  98.   object DriveComboBox: TComboBox
  99.     Left = 88
  100.     Top = 56
  101.     Width = 169
  102.     Height = 22
  103.     Style = csOwnerDrawFixed
  104.     ItemHeight = 16
  105.     TabOrder = 1
  106.     OnDrawItem = DriveComboBoxDrawItem
  107.   end
  108.   object Button3: TButton
  109.     Left = 272
  110.     Top = 296
  111.     Width = 75
  112.     Height = 25
  113.     Caption = 'E&xit'
  114.     TabOrder = 2
  115.     OnClick = Button3Click
  116.   end
  117.   object PageControl1: TPageControl
  118.     Left = 16
  119.     Top = 88
  120.     Width = 329
  121.     Height = 193
  122.     ActivePage = TabSheet1
  123.     TabOrder = 0
  124.     object TabSheet1: TTabSheet
  125.       Caption = 'Write'
  126.       object Label1: TLabel
  127.         Left = 8
  128.         Top = 16
  129.         Width = 45
  130.         Height = 13
  131.         Caption = 'Image file'
  132.       end
  133.       object FileNameEdit: TEdit
  134.         Left = 80
  135.         Top = 16
  136.         Width = 169
  137.         Height = 21
  138.         TabOrder = 0
  139.       end
  140.       object Button1: TButton
  141.         Left = 256
  142.         Top = 16
  143.         Width = 17
  144.         Height = 21
  145.         Caption = '...'
  146.         TabOrder = 1
  147.         OnClick = Button1Click
  148.       end
  149.       object DebugMemo: TMemo
  150.         Left = 8
  151.         Top = 48
  152.         Width = 217
  153.         Height = 93
  154.         Lines.Strings = (
  155.           'DebugMemo')
  156.         ScrollBars = ssVertical
  157.         TabOrder = 2
  158.         Visible = False
  159.       end
  160.       object WriteButton: TButton
  161.         Left = 238
  162.         Top = 100
  163.         Width = 75
  164.         Height = 25
  165.         Caption = '&Old Write'
  166.         TabOrder = 3
  167.         Visible = False
  168.         OnClick = WriteButtonClick
  169.       end
  170.       object Button2: TButton
  171.         Left = 238
  172.         Top = 132
  173.         Width = 75
  174.         Height = 25
  175.         Caption = '&Write'
  176.         TabOrder = 4
  177.         OnClick = Button2Click
  178.       end
  179.     end
  180.     object TabSheet2: TTabSheet
  181.       Caption = 'Read'
  182.       ImageIndex = 1
  183.       object Label7: TLabel
  184.         Left = 8
  185.         Top = 16
  186.         Width = 45
  187.         Height = 13
  188.         Caption = 'Image file'
  189.       end
  190.       object ReadFileNameEdit: TEdit
  191.         Left = 80
  192.         Top = 16
  193.         Width = 169
  194.         Height = 21
  195.         TabOrder = 0
  196.       end
  197.       object Button4: TButton
  198.         Left = 256
  199.         Top = 16
  200.         Width = 17
  201.         Height = 21
  202.         Caption = '...'
  203.         TabOrder = 1
  204.         OnClick = Button4Click
  205.       end
  206.       object Button5: TButton
  207.         Left = 238
  208.         Top = 132
  209.         Width = 75
  210.         Height = 25
  211.         Caption = '&Read'
  212.         TabOrder = 2
  213.         OnClick = Button5Click
  214.       end
  215.     end
  216.     object TabSheet3: TTabSheet
  217.       Caption = 'About'
  218.       ImageIndex = 2
  219.       object Memo1: TMemo
  220.         Left = 8
  221.         Top = 8
  222.         Width = 305
  223.         Height = 153
  224.         Lines.Strings = (
  225.           'RawWrite for windows version 0.3'
  226.           'Written by John Newbigin'
  227.           'Copyright (C) 2000 John Newbigin'
  228.           ''
  229.           'Under 95, this program requires diskio.dll.'
  230.           ''
  231.           'This program is a replacement for the traditional command '
  232.           'line rawrite.  This version works under Windows NT and 95 '
  233.           '(and 98 & 2000).'
  234.           ''
  235.           'It should be very easu to use, just select the drive you want '
  236.           'to use, select the image file and hit read or write.'
  237.           ''
  238.           'This verson supports reading an image from a disk.  Only '
  239.           '1.44 disks is supported at this time.  Writing to 1.2 drives '
  240.           'might work.'
  241.           ''
  242.           'If your floppy drive is not listed in the combo box, please '
  243.           'send me an e-mail and I will try and fix the problem.'
  244.           ''
  245.           'Copyright'
  246.           '========'
  247.           'This program is free software; you can redistribute it and/or '
  248.           'modify it under the terms of the GNU General Public License '
  249.           'as published by the Free Software Foundation; either '
  250.           'version 2 of the License, or (at your option) any later '
  251.           'version.'
  252.           ''
  253.           'This program is distributed in the hope that it will be useful, '
  254.           'but WITHOUT ANY WARRANTY; without even the implied '
  255.           'warranty of MERCHANTABILITY or FITNESS FOR A '
  256.           'PARTICULAR PURPOSE.  See the GNU General Public '
  257.           'License for more details.'
  258.           ''
  259.           'You should have received a copy of the GNU General '
  260.           'Public License along with this program; if not, write to the '
  261.           'Free Software Foundation, Inc., 675 Mass Ave, Cambridge, '
  262.           'MA 02139, USA.')
  263.         ScrollBars = ssVertical
  264.         TabOrder = 0
  265.       end
  266.     end
  267.   end
  268.   object OpenDialog1: TOpenDialog
  269.     Filter = 'All files (*.*)|*.*'
  270.     Options = [ofFileMustExist]
  271.     Left = 200
  272.     Top = 80
  273.   end
  274.   object SaveDialog1: TSaveDialog
  275.     Filter = 'All files (*.*)|*.*'
  276.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  277.     Left = 240
  278.     Top = 80
  279.   end
  280. end
  281.