53 lines
1013 B
Plaintext
53 lines
1013 B
Plaintext
object DlgFndWndMain: TDlgFndWndMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'FindWindow'
|
|
ClientHeight = 108
|
|
ClientWidth = 262
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
TextHeight = 15
|
|
object toolAddWindow: TBitBtn
|
|
Left = 32
|
|
Top = 24
|
|
Width = 25
|
|
Height = 25
|
|
Caption = '+'
|
|
TabOrder = 0
|
|
OnMouseDown = toolAddWindowMouseDown
|
|
OnMouseMove = toolAddWindowMouseMove
|
|
OnMouseUp = toolAddWindowMouseUp
|
|
end
|
|
object Button1: TButton
|
|
Left = 136
|
|
Top = 33
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button1'
|
|
TabOrder = 1
|
|
OnClick = Button1Click
|
|
end
|
|
object Button2: TButton
|
|
Left = 136
|
|
Top = 64
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button2'
|
|
TabOrder = 2
|
|
OnClick = Button2Click
|
|
end
|
|
object Button3: TButton
|
|
Left = 32
|
|
Top = 75
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'TEST'
|
|
TabOrder = 3
|
|
OnClick = Button3Click
|
|
end
|
|
end
|