SelectURL.dfm
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object FormSelectURL: TFormSelectURL
  2.   Left = 200
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'Open URL'
  6.   ClientHeight = 60
  7.   ClientWidth = 299
  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.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object btOK: TButton
  19.     Left = 0
  20.     Top = 34
  21.     Width = 75
  22.     Height = 25
  23.     Caption = '&OK'
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object btCancel: TButton
  28.     Left = 224
  29.     Top = 34
  30.     Width = 75
  31.     Height = 25
  32.     Caption = '&Cancel'
  33.     ModalResult = 2
  34.     TabOrder = 1
  35.   end
  36.   object URL: TEdit
  37.     Left = 0
  38.     Top = 2
  39.     Width = 297
  40.     Height = 21
  41.     TabOrder = 2
  42.     Text = 'mms://'
  43.   end
  44. end