CopyScreenFrm.dfm 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. OldCreateOrder = False
  16. WindowState = wsMaximized
  17. OnClose = FormClose
  18. OnCloseQuery = FormCloseQuery
  19. OnCreate = FormCreate
  20. OnDestroy = FormDestroy
  21. OnShow = FormShow
  22. PixelsPerInch = 96
  23. TextHeight = 12
  24. object ImgScreen: TImage
  25. Left = 0
  26. Top = 0
  27. Width = 534
  28. Height = 368
  29. Cursor = crCross
  30. Align = alClient
  31. OnDblClick = ImgScreenDblClick
  32. OnMouseDown = ImgScreenMouseDown
  33. OnMouseMove = ImgScreenMouseMove
  34. OnMouseUp = ImgScreenMouseUp
  35. end
  36. object PnlInfo: TPanel
  37. Left = 8
  38. Top = 8
  39. Width = 297
  40. Height = 99
  41. BevelInner = bvRaised
  42. Color = clSkyBlue
  43. TabOrder = 0
  44. OnMouseMove = PnlInfoMouseMove
  45. object LblRGB: TLabel
  46. Left = 8
  47. Top = 8
  48. Width = 180
  49. Height = 12
  50. Caption = #24403#21069#20687#32032'RGB'#20540#65288'255'#12289'255'#12289'255'#65289
  51. Font.Charset = DEFAULT_CHARSET
  52. Font.Color = 10173734
  53. Font.Height = -12
  54. Font.Name = #23435#20307
  55. Font.Style = []
  56. ParentFont = False
  57. OnMouseMove = PnlInfoMouseMove
  58. end
  59. object LblActionInfo: TLabel
  60. Left = 8
  61. Top = 32
  62. Width = 168
  63. Height = 12
  64. Caption = #25353#20303#40736#26631#24038#38190#19981#25918#36873#25321#25130#21462#33539#22260
  65. Font.Charset = DEFAULT_CHARSET
  66. Font.Color = 10173734
  67. Font.Height = -12
  68. Font.Name = #23435#20307
  69. Font.Style = []
  70. ParentFont = False
  71. OnMouseMove = PnlInfoMouseMove
  72. end
  73. object LblCancelInfo: TLabel
  74. Left = 8
  75. Top = 56
  76. Width = 84
  77. Height = 12
  78. Caption = #25353#40736#26631#21491#38190#36864#20986
  79. Font.Charset = DEFAULT_CHARSET
  80. Font.Color = 10173734
  81. Font.Height = -12
  82. Font.Name = #23435#20307
  83. Font.Style = []
  84. ParentFont = False
  85. OnMouseMove = PnlInfoMouseMove
  86. end
  87. object Label1: TLabel
  88. Left = 8
  89. Top = 80
  90. Width = 66
  91. Height = 12
  92. Caption = #25353'ESC'#38190#36864#20986
  93. Font.Charset = DEFAULT_CHARSET
  94. Font.Color = 10173734
  95. Font.Height = -12
  96. Font.Name = #23435#20307
  97. Font.Style = []
  98. ParentFont = False
  99. OnMouseMove = PnlInfoMouseMove
  100. end
  101. end
  102. object ApplicationEvents1: TApplicationEvents
  103. OnMessage = ApplicationEvents1Message
  104. Left = 176
  105. Top = 200
  106. end
  107. object SavePictureDialog: TSavePictureDialog
  108. Filter = 'Bitmaps (*.bmp)|*.bmp'
  109. Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  110. Left = 264
  111. Top = 144
  112. end
  113. end