Этот топик читают: Гость
Гость
Ответов: 17029
Рейтинг: 0
|
|||
Редактировалось 6 раз(а), последний 2025-01-09 08:37:36 |
|||
карма: 0 |
|
Ответов: 655
Рейтинг: 0
|
|||
[code:1]Add(TreeView,12103399,210,140)
{
Left=10 Top=30 Width=105 Height=215 Align=0 TabOrder=0 Color=-16777211 Ctl3D=0 Hint="" Font=[MS Sans Serif,8,0,0] ParentFont=1 Visible=0 Enabled=0 Cursor=0 Strings='1','2','3','(','3/1','3/2','3/3',')','4','5','6','7','8','(','8/1','8/2',')' Lines=0 LinesRoot=0 Tooltips=1 link(onClick,5555573:doText,[]) } Add(Edit,5555573,273,147) { Left=10 Top=5 Width=105 Height=20 Align=0 TabOrder=0 Color=-16777211 Ctl3D=0 Hint="" Font=[MS Sans Serif,8,0,0] ParentFont=1 Visible=0 Enabled=0 Cursor=1 Text="Edit" DataType=0 Password=1 IgnoreFirstEvent=0 } [/code:1] если я правильно понял что надо было.. |
|||
карма: 0 |
|
Гость
Ответов: 17029
Рейтинг: 0
|
|||
Редактировалось 6 раз(а), последний 2025-01-09 08:37:37 |
|||
карма: 0 |
|
Ответов: 655
Рейтинг: 0
|
|||
так
[code:1]Add(TreeView,12103399,203,56) { Left=10 Top=30 Width=105 Height=215 Align=0 TabOrder=0 Color=-16777211 Ctl3D=0 Hint="" Font=[MS Sans Serif,8,0,0] ParentFont=1 Visible=0 Enabled=0 Cursor=0 Strings='1','2','3','(','3/1','3/2','3/3',')','4','5','6','7','8','(','8/1','8/2',')' Lines=0 LinesRoot=0 Tooltips=1 Point(onDblClick) link(onClick,13468064:doValue,[]) link(onDblClick,6057134:doData,[(264,83)(264,160)]) } Add(Edit,5555573,343,154) { Left=10 Top=5 Width=105 Height=20 Align=0 TabOrder=0 Color=-16777211 Ctl3D=0 Hint="" Font=[MS Sans Serif,8,0,0] ParentFont=1 Visible=0 Enabled=0 Cursor=1 Text="Edit" DataType=0 Password=1 IgnoreFirstEvent=0 } Add(Memory,13468064,294,63) { Default=Null() } Add(DoData,6057134,294,154) { Data=Null() link(onEventData,5555573:doText,[]) link(Data,13468064:Value,[(300,118)(300,118)]) } [/code:1] |
|||
карма: 0 |
|
4