home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMURL / TFRMURL.txt
Text File  |  1996-10-14  |  8KB  |  305 lines

  1. object frmURL: TfrmURL
  2.   Left = 276
  3.   Top = 638
  4.   HelpContext = 105
  5.   ActiveControl = txtFile
  6.   BorderStyle = bsDialog
  7.   Caption = 'URL Builder'
  8.   ClientHeight = 197
  9.   ClientWidth = 588
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnDeactivate = FormDeactivate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 4
  24.     Top = 4
  25.     Width = 577
  26.     Height = 157
  27.     Shape = bsFrame
  28.     IsControl = True
  29.   end
  30.   object lblResourceType: TLabel
  31.     Left = 12
  32.     Top = 8
  33.     Width = 73
  34.     Height = 13
  35.     Caption = '&Resource Type'
  36.     FocusControl = lstType
  37.   end
  38.   object lblServer: TLabel
  39.     Left = 144
  40.     Top = 24
  41.     Width = 34
  42.     Height = 13
  43.     Caption = '&Server:'
  44.     Enabled = False
  45.     FocusControl = txtServer
  46.   end
  47.   object lblPort: TLabel
  48.     Left = 144
  49.     Top = 52
  50.     Width = 22
  51.     Height = 13
  52.     Caption = '&Port:'
  53.     Enabled = False
  54.     FocusControl = txtPort
  55.   end
  56.   object lblFile: TLabel
  57.     Left = 144
  58.     Top = 80
  59.     Width = 19
  60.     Height = 13
  61.     Caption = '&File:'
  62.     FocusControl = txtFile
  63.   end
  64.   object lblAnchor: TLabel
  65.     Left = 144
  66.     Top = 108
  67.     Width = 37
  68.     Height = 13
  69.     Caption = '&Anchor:'
  70.     FocusControl = txtAnchor
  71.   end
  72.   object lblURL: TLabel
  73.     Left = 16
  74.     Top = 136
  75.     Width = 25
  76.     Height = 13
  77.     Caption = '&URL:'
  78.     FocusControl = cmbURL
  79.   end
  80.   object OKBtn: TBitBtn
  81.     Left = 336
  82.     Top = 168
  83.     Width = 77
  84.     Height = 25
  85.     Caption = 'OK'
  86.     Default = True
  87.     ModalResult = 1
  88.     TabOrder = 4
  89.     NumGlyphs = 2
  90.     Spacing = -1
  91.     IsControl = True
  92.   end
  93.   object CancelBtn: TBitBtn
  94.     Left = 420
  95.     Top = 168
  96.     Width = 77
  97.     Height = 25
  98.     Cancel = True
  99.     Caption = 'Cancel'
  100.     ModalResult = 2
  101.     TabOrder = 5
  102.     NumGlyphs = 2
  103.     Spacing = -1
  104.     IsControl = True
  105.   end
  106.   object HelpBtn: TBitBtn
  107.     Left = 504
  108.     Top = 168
  109.     Width = 77
  110.     Height = 25
  111.     Caption = '&Help'
  112.     TabOrder = 6
  113.     OnClick = HelpBtnClick
  114.     NumGlyphs = 2
  115.     Spacing = -1
  116.     IsControl = True
  117.   end
  118.   object lstType: TListBox
  119.     Left = 12
  120.     Top = 24
  121.     Width = 125
  122.     Height = 93
  123.     Hint = 
  124.       'Use http:// for www resources or none for document path relative' +
  125.       ' to current file'
  126.     ItemHeight = 13
  127.     Items.Strings = (
  128.       'none'
  129.       'http://'
  130.       'afs://'
  131.       'gopher://'
  132.       'file://'
  133.       'file://localhost/'
  134.       'ftp://'
  135.       'mailto:'
  136.       'news:'
  137.       'newsrc:'
  138.       'nntp://'
  139.       'telnet://'
  140.       'wais://')
  141.     TabOrder = 7
  142.     OnClick = UpdateURL
  143.     OnDblClick = lstTypeDblClick
  144.     OnKeyUp = lstTypeKeyUp
  145.   end
  146.   object txtServer: TEdit
  147.     Left = 192
  148.     Top = 20
  149.     Width = 229
  150.     Height = 21
  151.     Hint = 'Server name (e.g., myserver.com)'
  152.     Enabled = False
  153.     TabOrder = 0
  154.     OnChange = UpdateURL
  155.   end
  156.   object txtFile: TEdit
  157.     Left = 192
  158.     Top = 76
  159.     Width = 145
  160.     Height = 21
  161.     Hint = 'Name of file on server (e.g., myfile.html)'
  162.     TabOrder = 2
  163.     OnChange = UpdateURL
  164.     OnKeyPress = txtFileKeyPress
  165.   end
  166.   object txtAnchor: TEdit
  167.     Left = 192
  168.     Top = 104
  169.     Width = 229
  170.     Height = 21
  171.     Hint = 'Named location within a file'
  172.     TabOrder = 3
  173.     OnChange = UpdateURL
  174.   end
  175.   object txtPort: TEdit
  176.     Left = 192
  177.     Top = 48
  178.     Width = 61
  179.     Height = 21
  180.     Hint = 'Required only if resource server is on a non-standard port'
  181.     Enabled = False
  182.     TabOrder = 1
  183.     OnChange = UpdateURL
  184.   end
  185.   object bbtnBrowse: TBitBtn
  186.     Left = 344
  187.     Top = 73
  188.     Width = 77
  189.     Height = 25
  190.     Hint = 'Search for file on local computer'
  191.     Caption = '&Browse'
  192.     TabOrder = 8
  193.     OnClick = bbtnBrowseClick
  194.     Glyph.Data = {
  195.       12040000424D1204000000000000760000002800000054000000150000000100
  196.       0400000000009C03000000000000000000000000000000000000000000000000
  197.       80000080000000808000800000008000800080800000C0C0C000808080000000
  198.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  199.       7777777777777777777777777777777777777777777777777777777777777777
  200.       7777777700007777777777777777777777777777777777777777777777777777
  201.       77777777777F7F7F7F7F7F7F7F7F7F7F00007777777777777777777777777777
  202.       7777777777777777777777777777777777777777777777777777777700007777
  203.       777777777777777777777FFFFFFFFFFFF77777777777777777777777777F7F7F
  204.       7F7F7F7F7F7F7F7F00007780000000000000777777778888888888888F777777
  205.       8000000000000077777778000000000000077777000077007B7B7B7B7B7B0777
  206.       77788F777777777778F77777007B7B7B7B7B7B07777F7007B7B7B7B7B7B07F7F
  207.       0000770F07B7B7B7B7B707777778F8F77777777778F777770707B7B7B7B7B7B0
  208.       777770707B7B7B7B7B7B07770000770B0B7B7B7B7B7B07777778F8F777777777
  209.       778F77770BB07B7B7B7B7B7B077F70BB07B7B7B7B7B7B07F0000770F0BB7B7B7
  210.       B7B7B0777778F78F77777777778F777707BF000007B7B7B7B077707B7000007B
  211.       7B7B7B070000770BF07B7B7B7B7B70777778F78FFFFF77777778F7770BFBFBFB
  212.       F0000000077F70B7BF0FFF000000007F0000770FB0B7B7B7B7B7B0777778F778
  213.       8888FFFFFFF8F77707BFBFBFBFBFB0777777707B7B0FFFFFFFF077770000770B
  214.       F07B7B7B7B7B7B077778F77777778888888777770BFBFBFBFBFBF077777F70B7
  215.       BF0FFFFFFFF07F7F0000770FBF000000B7B7B7077778F777777777778F777777
  216.       07BFBFBFBFBFB0777777707B7B0FFFFFFFF077770000770BFBFBFBF000000077
  217.       7778F7777FFFFFFF8F7777770BFBFBFBFBFBF077777F70B7BF0FFFFFFFF07F7F
  218.       0000770FBFBF0000000777777778FFFFF88888887777777707BFBF0000000777
  219.       7777707B7B0FFFFFFFF077770000777000007777777777777777888887777777
  220.       777777777000007777777777777F7F00000FFFFF00007F7F0000777777777777
  221.       77777777777777777777777777777777777777777777777777777777770FFFFF
  222.       0F07777700007777777777777777777777777777777777777777777777777777
  223.       77777777777F7F7F7F0FFFFF007F7F7F00007777777777777777777777777777
  224.       7777777777777777777777777777777777777777770000000777777700007777
  225.       77777777777777777777777777777777777777777777777777777777777F7F7F
  226.       7F7F7F7F7F7F7F7F000077777777777777777777777777777777777777777777
  227.       77777777777777777777777777777777777777770000}
  228.     NumGlyphs = 4
  229.   end
  230.   object cmbURL: TComboBox
  231.     Left = 48
  232.     Top = 132
  233.     Width = 373
  234.     Height = 21
  235.     Hint = 'Click on dropdown for list of previous URLs'
  236.     ItemHeight = 13
  237.     Sorted = True
  238.     TabOrder = 9
  239.     OnChange = cmbURLChange
  240.     OnClick = cmbURLClick
  241.     OnKeyPress = cmbURLKeyPress
  242.   end
  243.   object chkChangeDOSSlashes: TCheckBox
  244.     Left = 268
  245.     Top = 48
  246.     Width = 149
  247.     Height = 17
  248.     Caption = 'Re&verse DOS Slashes'
  249.     TabOrder = 10
  250.     Visible = False
  251.     OnClick = chkChangeDOSSlashesClick
  252.   end
  253.   object pnlPreview: TPanel
  254.     Left = 432
  255.     Top = 16
  256.     Width = 137
  257.     Height = 137
  258.     BevelOuter = bvLowered
  259.     TabOrder = 11
  260.     object imgPreview: TPMultiImage
  261.       Left = 1
  262.       Top = 1
  263.       Width = 135
  264.       Height = 135
  265.       Align = alClient
  266.       Color = clBtnFace
  267.       ImageName = 'file not found'
  268.       ImageDither = True
  269.       ImageReadRes = lAutoMatic
  270.       ImageWriteRes = sAutoMatic
  271.       TifSaveCompress = sNONE
  272.       JPegSaveQuality = 25
  273.       JPegSaveSmooth = 0
  274.       TextLeft = 0
  275.       TextTop = 0
  276.       TextRotate = 0
  277.       TabOrder = 0
  278.       TabStop = False
  279.     end
  280.     object pnlImageStatus: TPanel
  281.       Left = 112
  282.       Top = 120
  283.       Width = 25
  284.       Height = 17
  285.       BevelInner = bvRaised
  286.       Caption = 'Off'
  287.       TabOrder = 1
  288.       OnClick = pnlImageStatusClick
  289.     end
  290.   end
  291.   object dlgOpen: TOpenDialog
  292.     DefaultExt = 'GIF'
  293.     FileEditStyle = fsEdit
  294.     FileName = '*.*'
  295.     Filter = 
  296.       'All Files (*.*)|*.*|HTML Files (*.HTML;*.HTM;*.HT3)|*.HTML;*.HTM' +
  297.       ';*.HT3|Image Files (*.GIF;*.JPG;*.BMP)|*.GIF;*.JPG;*.BMP|Audio F' +
  298.       'iles (*.WAV;*.AU;*.SND)|*.WAV;*.AU;*.SND'
  299.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  300.     Title = 'Select File'
  301.     Left = 7
  302.     Top = 164
  303.   end
  304. end
  305.