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

Delphi控件源码

开发平台:

Delphi

  1. object CopyScreenForm: TCopyScreenForm
  2.   Left = 282
  3.   Top = 193
  4.   BorderStyle = bsNone
  5.   Caption = 'CopyScreenForm'
  6.   ClientHeight = 368
  7.   ClientWidth = 534
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #23435#20307
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   WindowState = wsMaximized
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object ImgScreen: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 534
  27.     Height = 368
  28.     Cursor = crCross
  29.     Align = alClient
  30.     OnDblClick = ImgScreenDblClick
  31.     OnMouseDown = ImgScreenMouseDown
  32.     OnMouseMove = ImgScreenMouseMove
  33.     OnMouseUp = ImgScreenMouseUp
  34.   end
  35.   object PnlInfo: TPanel
  36.     Left = 8
  37.     Top = 8
  38.     Width = 249
  39.     Height = 99
  40.     BevelInner = bvRaised
  41.     Color = 16776176
  42.     TabOrder = 0
  43.     OnMouseMove = PnlInfoMouseMove
  44.     object LblRGB: TLabel
  45.       Left = 8
  46.       Top = 8
  47.       Width = 180
  48.       Height = 12
  49.       Caption = #24403#21069#20687#32032'RGB'#20540#65288'255'#12289'255'#12289'255'#65289
  50.       OnMouseMove = PnlInfoMouseMove
  51.     end
  52.     object LblActionInfo: TLabel
  53.       Left = 8
  54.       Top = 32
  55.       Width = 168
  56.       Height = 12
  57.       Caption = #25353#20303#40736#26631#24038#38190#19981#25918#36873#25321#25130#21462#33539#22260
  58.       OnMouseMove = PnlInfoMouseMove
  59.     end
  60.     object LblCancelInfo: TLabel
  61.       Left = 8
  62.       Top = 56
  63.       Width = 84
  64.       Height = 12
  65.       Caption = #25353#40736#26631#21491#38190#36864#20986
  66.       OnMouseMove = PnlInfoMouseMove
  67.     end
  68.     object Label1: TLabel
  69.       Left = 8
  70.       Top = 80
  71.       Width = 66
  72.       Height = 12
  73.       Caption = #25353'ESC'#38190#36864#20986
  74.       OnMouseMove = PnlInfoMouseMove
  75.     end
  76.   end
  77.   object ApplicationEvents1: TApplicationEvents
  78.     OnMessage = ApplicationEvents1Message
  79.     Left = 208
  80.     Top = 8
  81.   end
  82. end