-
Notifications
You must be signed in to change notification settings - Fork 1
/
uCapture.dfm
70 lines (70 loc) · 1.48 KB
/
uCapture.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
object frmCapture: TfrmCapture
Left = 0
Top = 0
Cursor = crCross
Margins.Left = 0
Margins.Top = 0
Margins.Right = 0
Margins.Bottom = 0
ParentCustomHint = False
VertScrollBar.Visible = False
AlphaBlend = True
AlphaBlendValue = 100
Anchors = []
BorderIcons = []
BorderStyle = bsNone
ClientHeight = 1920
ClientWidth = 1080
Color = clBtnFace
TransparentColor = True
TransparentColorValue = clHighlightText
DefaultMonitor = dmDesktop
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
GlassFrame.Top = 1
OldCreateOrder = False
Position = poDefault
PrintScale = poNone
Scaled = False
SnapBuffer = 0
StyleElements = []
OnKeyDown = FormKeyDown
OnMouseDown = FormMouseDown
OnMouseMove = FormMouseMove
OnMouseUp = FormMouseUp
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 25
object lbX: TLabel
Left = 0
Top = 0
Width = 1080
Height = 25
Align = alTop
Alignment = taCenter
Caption = 'lbX'
OnMouseDown = FormMouseDown
OnMouseMove = FormMouseMove
OnMouseUp = FormMouseUp
ExplicitWidth = 29
end
object lbY: TLabel
Left = 0
Top = 25
Width = 153
Height = 1895
Align = alLeft
AutoSize = False
BiDiMode = bdLeftToRight
Caption = 'Label1'
ParentBiDiMode = False
Layout = tlCenter
OnMouseDown = FormMouseDown
OnMouseMove = FormMouseMove
OnMouseUp = FormMouseUp
ExplicitHeight = 457
end
end