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 71 72 73 74 75 76 77 78 79 80 81 82
|
object ListDlg: TListDlg
Left = 290
Top = 145
BorderIcons = []
BorderStyle = bsNone
ClientHeight = 262
ClientWidth = 381
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnMouseWheel = FormMouseWheel
OnMouseDown = PaintBox1MouseDown
OnMouseMove = PaintBox1MouseMove
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
Scaled = False
object CloseBtn: TButtonB
Left = 343
Top = 6
Width = 25
Height = 25
Down = False
Permanent = False
OnClick = CloseBtnClick
ButtonIndex = 0
end
object Layer2Btn: TButtonB
Tag = 2
Left = 344
Top = 224
Width = 25
Height = 25
Down = False
Permanent = True
OnClick = ModeBtnClick
ButtonIndex = 9
end
object Layer1Btn: TButtonB
Tag = 1
Left = 312
Top = 224
Width = 25
Height = 25
Down = False
Permanent = True
OnClick = ModeBtnClick
ButtonIndex = 14
end
object Layer0Btn: TButtonB
Left = 280
Top = 224
Width = 25
Height = 25
Down = False
Permanent = True
OnClick = ModeBtnClick
ButtonIndex = 10
end
object ToggleBtn: TButtonB
Left = 13
Top = 6
Width = 25
Height = 25
Down = False
Permanent = False
OnClick = ToggleBtnClick
ButtonIndex = 15
end
object Popup: TPopupMenu
Left = 16
Top = 48
end
end
|