124 lines
2.4 KiB
Plaintext
124 lines
2.4 KiB
Plaintext
object fm_inheritedwnd:tfm_inheritedwnd
|
|
caption="通过继承构造窗口"
|
|
height=543
|
|
left=526
|
|
minmaxbox=false
|
|
onclose=fm_inheritedwnd_close
|
|
top=288
|
|
visible=false
|
|
width=433
|
|
object statusbar1:tstatusbar
|
|
caption="statusbar1"
|
|
height=25
|
|
left=0
|
|
top=479
|
|
width=417
|
|
end
|
|
object panel2:tpanel
|
|
align=albottom
|
|
caption="panel2"
|
|
height=31
|
|
left=0
|
|
top=448
|
|
width=417
|
|
wsdlgmodalframe=false
|
|
object label1:tlabel
|
|
left=399
|
|
top=0
|
|
width=18
|
|
height=31
|
|
caption=""
|
|
align=alright
|
|
end
|
|
object ed_ok:tbtn
|
|
align=alright
|
|
caption="确定"
|
|
enabled=false
|
|
height=31
|
|
left=308
|
|
onclick=ed_ok_clk
|
|
top=0
|
|
width=91
|
|
end
|
|
object label2:tlabel
|
|
left=283
|
|
top=0
|
|
width=25
|
|
height=31
|
|
caption=" "
|
|
align=alright
|
|
end
|
|
object bt_cancel:tbtn
|
|
align=alright
|
|
caption="取消"
|
|
height=31
|
|
left=195
|
|
onclick=bt_cancel_clk
|
|
top=0
|
|
width=88
|
|
end
|
|
end
|
|
object panel1:tpanel
|
|
align=altop
|
|
caption="panel1"
|
|
height=27
|
|
left=0
|
|
top=0
|
|
width=417
|
|
wsdlgmodalframe=false
|
|
object label3:tlabel
|
|
left=0
|
|
top=0
|
|
width=85
|
|
height=27
|
|
caption="可以继承:"
|
|
align=alleft
|
|
end
|
|
object ed_search:tedit
|
|
align=alclient
|
|
caption="edit1"
|
|
height=27
|
|
left=85
|
|
onchanged=ed_search_onchanged
|
|
onkeyup=ed_search_keyup
|
|
placeholder="搜索"
|
|
top=0
|
|
width=332
|
|
end
|
|
end
|
|
object panel3:tpanel
|
|
align=albottom
|
|
caption="panel1"
|
|
height=35
|
|
left=0
|
|
top=413
|
|
width=417
|
|
wsdlgmodalframe=false
|
|
object label4:tlabel
|
|
left=0
|
|
top=0
|
|
width=85
|
|
height=35
|
|
caption=" 名称:"
|
|
align=alleft
|
|
end
|
|
object ed_name:tedit
|
|
align=alclient
|
|
caption="edit1"
|
|
height=35
|
|
left=85
|
|
placeholder="名称"
|
|
top=0
|
|
width=332
|
|
end
|
|
end
|
|
object lbx_pal:tlistbox
|
|
align=alclient
|
|
caption="listbox1"
|
|
height=386
|
|
left=0
|
|
onselchanged=lbx_pal_sel
|
|
top=27
|
|
width=417
|
|
end
|
|
end |