home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Unix2Win / Unix2Win.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  2004-07-05  |  3KB  |  142 lines

  1. object MainForm: TMainForm
  2.   Left = 378
  3.   Top = 127
  4.   BorderStyle = bsSingle
  5.   Caption = 'Unix2Win 2.0'
  6.   ClientHeight = 346
  7.   ClientWidth = 393
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 380
  10.   Constraints.MinWidth = 401
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   DesignSize = (
  19.     393
  20.     346)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 353
  27.     Height = 41
  28.     AutoSize = False
  29.     Caption = 
  30.       'Select the files to convert by pressing the Select button or dra' +
  31.       'gging one or more files from Explorer or Desktop on this window'
  32.     WordWrap = True
  33.   end
  34.   object OptionsBtn: TButton
  35.     Left = 232
  36.     Top = 56
  37.     Width = 75
  38.     Height = 25
  39.     Anchors = [akTop, akRight]
  40.     Caption = 'Options'
  41.     TabOrder = 2
  42.     OnClick = OptionsBtnClick
  43.   end
  44.   object HelpBtn: TButton
  45.     Left = 312
  46.     Top = 56
  47.     Width = 75
  48.     Height = 25
  49.     Anchors = [akTop, akRight]
  50.     Caption = 'Help'
  51.     TabOrder = 3
  52.     OnClick = HelpBtnClick
  53.   end
  54.   object ModeRG: TRadioGroup
  55.     Left = 8
  56.     Top = 254
  57.     Width = 379
  58.     Height = 41
  59.     Anchors = [akLeft, akBottom]
  60.     Columns = 2
  61.     ItemIndex = 0
  62.     Items.Strings = (
  63.       'Unix to Windows'
  64.       'Windows to Unix')
  65.     TabOrder = 5
  66.     OnClick = ModeRGClick
  67.   end
  68.   object SelectBtn: TButton
  69.     Left = 8
  70.     Top = 56
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'Select'
  74.     TabOrder = 0
  75.     OnClick = SelectBtnClick
  76.   end
  77.   object ClearBtn: TButton
  78.     Left = 88
  79.     Top = 56
  80.     Width = 75
  81.     Height = 25
  82.     Caption = 'Clear'
  83.     TabOrder = 1
  84.     OnClick = ClearBtnClick
  85.   end
  86.   object StatusBar1: TStatusBar
  87.     Left = 0
  88.     Top = 327
  89.     Width = 393
  90.     Height = 19
  91.     Panels = <
  92.       item
  93.         Bevel = pbNone
  94.         Width = 50
  95.       end>
  96.     SimplePanel = False
  97.   end
  98.   object FileList: TListBox
  99.     Left = 8
  100.     Top = 88
  101.     Width = 379
  102.     Height = 161
  103.     Anchors = [akLeft, akTop, akRight, akBottom]
  104.     ItemHeight = 13
  105.     TabOrder = 4
  106.     OnMouseDown = FileListMouseDown
  107.     OnMouseUp = FileListMouseUp
  108.   end
  109.   object ConvertBtn: TButton
  110.     Left = 152
  111.     Top = 310
  112.     Width = 89
  113.     Height = 25
  114.     Anchors = [akBottom]
  115.     Caption = 'Convert'
  116.     Font.Charset = DEFAULT_CHARSET
  117.     Font.Color = clWindowText
  118.     Font.Height = -13
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = []
  121.     ParentFont = False
  122.     TabOrder = 6
  123.     OnClick = ConvertBtnClick
  124.   end
  125.   object OpenDialog: TOpenDialog
  126.     Filter = 'Text Files (*.txt)|*.txt|All Filtes (*.*)|*.*'
  127.     FilterIndex = 2
  128.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
  129.     Title = 'Select files to convert'
  130.     Left = 112
  131.     Top = 112
  132.   end
  133.   object PopupMenu1: TPopupMenu
  134.     Left = 80
  135.     Top = 112
  136.     object MenuRemove: TMenuItem
  137.       Caption = 'Remove'
  138.       OnClick = MenuRemoveClick
  139.     end
  140.   end
  141. end
  142.