home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Wcmd352 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TENCODEEDITBOX / TENCODEEDITBOX.txt
Text File  |  1998-08-11  |  3KB  |  141 lines

  1. object EncodeEditBox: TEncodeEditBox
  2.   Left = 200
  3.   Top = 97
  4.   HelpContext = 530
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderStyle = bsDialog
  8.   Caption = 'CodeBox'
  9.   ClientHeight = 144
  10.   ClientWidth = 376
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object InfoText: TLabel
  19.     Left = 8
  20.     Top = 4
  21.     Width = 361
  22.     Height = 15
  23.     AutoSize = False
  24.     Caption = 'InfoText'
  25.     FocusControl = Edit1
  26.     ShowAccelChar = False
  27.     WordWrap = True
  28.   end
  29.   object Label4: TLabel
  30.     Tag = 2
  31.     Left = 140
  32.     Top = 54
  33.     Width = 97
  34.     Height = 13
  35.     Caption = 'Lines per file:'
  36.     FocusControl = LinesPerFile
  37.   end
  38.   object Label1: TLabel
  39.     Tag = 3
  40.     Left = 140
  41.     Top = 78
  42.     Width = 97
  43.     Height = 13
  44.     AutoSize = False
  45.     Caption = 'Bytes per file:'
  46.     FocusControl = BytesPerFile
  47.   end
  48.   object Label2: TLabel
  49.     Tag = 4
  50.     Left = 140
  51.     Top = 96
  52.     Width = 233
  53.     Height = 13
  54.     AutoSize = False
  55.     Caption = '(Note: header size is not counted)'
  56.   end
  57.   object BtnOK: TButton
  58.     Tag = 4001
  59.     Left = 47
  60.     Top = 116
  61.     Width = 90
  62.     Height = 24
  63.     Caption = 'OK'
  64.     Default = True
  65.     ModalResult = 1
  66.     TabOrder = 4
  67.   end
  68.   object BtnCancel: TButton
  69.     Tag = 4002
  70.     Left = 235
  71.     Top = 116
  72.     Width = 90
  73.     Height = 24
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 6
  78.   end
  79.   object Edit1: TEdit
  80.     Left = 8
  81.     Top = 24
  82.     Width = 353
  83.     Height = 21
  84.     TabOrder = 0
  85.     Text = 'Edit1'
  86.     OnKeyDown = Edit1KeyDown
  87.   end
  88.   object BtnTree: TButton
  89.     Tag = 5002
  90.     Left = 141
  91.     Top = 116
  92.     Width = 90
  93.     Height = 24
  94.     Caption = '&Tree'
  95.     TabOrder = 5
  96.     OnClick = BtnTreeClick
  97.   end
  98.   object EncodeAs: TRadioGroup
  99.     Tag = 1
  100.     Left = 8
  101.     Top = 48
  102.     Width = 113
  103.     Height = 61
  104.     Caption = 'Encode as'
  105.     ItemIndex = 0
  106.     Items.Strings = (
  107.       'MIME (Base64)'
  108.       'UUEncode'
  109.       'XXEncode')
  110.     TabOrder = 1
  111.     OnClick = EncodeAsClick
  112.   end
  113.   object LinesPerFile: TEdit
  114.     Left = 244
  115.     Top = 50
  116.     Width = 101
  117.     Height = 21
  118.     TabOrder = 2
  119.     Text = 'LinesPerFile'
  120.     OnChange = LinesPerFileChange
  121.   end
  122.   object BytesPerFile: TEdit
  123.     Left = 244
  124.     Top = 74
  125.     Width = 101
  126.     Height = 21
  127.     TabOrder = 3
  128.     Text = 'BytesPerFile'
  129.     OnChange = BytesPerFileChange
  130.   end
  131.   object ResolutionFix1: TResolutionFix
  132.     Left = 4
  133.     Top = 112
  134.   end
  135.   object Translate1: TTranslate
  136.     Tag = 6040
  137.     Left = 344
  138.     Top = 108
  139.   end
  140. end
  141.