| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- object CopyScreenForm: TCopyScreenForm
- Left = 282
- Top = 193
- BorderStyle = bsNone
- Caption = 'CopyScreenForm'
- ClientHeight = 368
- ClientWidth = 534
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- WindowState = wsMaximized
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 12
- object ImgScreen: TImage
- Left = 0
- Top = 0
- Width = 534
- Height = 368
- Cursor = crCross
- Align = alClient
- OnDblClick = ImgScreenDblClick
- OnMouseDown = ImgScreenMouseDown
- OnMouseMove = ImgScreenMouseMove
- OnMouseUp = ImgScreenMouseUp
- end
- object PnlInfo: TPanel
- Left = 8
- Top = 8
- Width = 297
- Height = 99
- BevelInner = bvRaised
- Color = clSkyBlue
- TabOrder = 0
- OnMouseMove = PnlInfoMouseMove
- object LblRGB: TLabel
- Left = 8
- Top = 8
- Width = 180
- Height = 12
- Caption = #24403#21069#20687#32032'RGB'#20540#65288'255'#12289'255'#12289'255'#65289
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 10173734
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- OnMouseMove = PnlInfoMouseMove
- end
- object LblActionInfo: TLabel
- Left = 8
- Top = 32
- Width = 168
- Height = 12
- Caption = #25353#20303#40736#26631#24038#38190#19981#25918#36873#25321#25130#21462#33539#22260
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 10173734
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- OnMouseMove = PnlInfoMouseMove
- end
- object LblCancelInfo: TLabel
- Left = 8
- Top = 56
- Width = 84
- Height = 12
- Caption = #25353#40736#26631#21491#38190#36864#20986
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 10173734
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- OnMouseMove = PnlInfoMouseMove
- end
- object Label1: TLabel
- Left = 8
- Top = 80
- Width = 66
- Height = 12
- Caption = #25353'ESC'#38190#36864#20986
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 10173734
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- OnMouseMove = PnlInfoMouseMove
- end
- end
- object ApplicationEvents1: TApplicationEvents
- OnMessage = ApplicationEvents1Message
- Left = 176
- Top = 200
- end
- object SavePictureDialog: TSavePictureDialog
- Filter = 'Bitmaps (*.bmp)|*.bmp'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
- Left = 264
- Top = 144
- end
- end
|