To all,
Do you think AutoCode can be of any help?
What is missing for you?
Best regards,
Otto
http://www.atzwanger-software.com/fw/ACD5DEMO.Zip
oCbx := TComboBox():New( p1, p2, { | u | If( PCount() == 0, p8, p8 := u ) }, p7, , , oDlg, , , , 0, 16777215, .T., oFont_default, , .F., , .F., , , , , )
oCbx := TComboBox():New( ;
p1, ; // nRow
p2, ; // nCol
{ | u | If( PCount() == 0, p8, p8 := u ) }, ; // bSetGet
p7, ; // aItems
, ; // nWidth
, ; // nHeight
oDlg, ; // oWnd
, ; // nHelpId
, ; // bChange
, ; // bValid
CLR_BLACK, ; // nClrText
CLR_WHITE, ; // nClrBack
.T., ; // lPixel
oFont_default, ; // oFont
, ; // cMsg
.F., ; // LUpdate
, ; // bWhen
.F., ; // lDesign
, ; // acBitmaps
, ; // bDrawItem
, ; // nStyle
, ; // cPict
) // bEChange
oBtn := TBtnBmp():New( ;
p1, ; // nTop
p2, ; // nLeft
, ; // nWidth
, ; // nHeight
, ; // cResName1
, ; // cResName2
cPathFilename, ; // cBmpFile1
, ; // cBmpFile2
p5, ; // bAction
oDlg, ; // oWnd
, ; // cMsg
, ; // bWhen
.F., ; // lAdjust
.F., ; // lUpdate
p3, ; // cPrompt - Entweder Bild ODER Text, nicht Beides!
, ; // oFont
, ; // cResName3
, ; // cBmpFile3
! .F., ; // lBorder
, ; // cLayout
.F., ; // l2007
, ; // cResName4
, ; // cBmpFile4
.F., ; // lTransparent
HB_OemToAnsi( p12 ), ; // cToolTip
! .F. ) // lRound
oChk := TCheckBox():New( ;
p1, ; // p1 - nRow,
p2, ; // p2 - nCol,
p3, ; // p3 - cCaption,
{ | u | If( PCount() == 0, p4, p4 := u ) }, ; // p4 - bSetGet,
oDlg, ; // oWnd,
, ; // nWidth,
, ; // nHeight,
, ; // nHelpTopic,
bCodeblock, ; // p6 - bChange,
oFont_default, ; // oFont,
, ; // bValid,
CLR_BLACK, ; // nClrFore,
CLR_WHITE, ; // nClrBack,
.F., ; // lDesign,
.T., ; // lPixel,
, ; // cMsg,
.F., ; // lUpdate,
) // bWhen, z. B. { || MsgBeep() }
oCbx := TComboBox():New( ;
p1, ; // nRow
p2, ; // nCol
{ | u | If( PCount() == 0, p8, p8 := u ) }, ; // bSetGet
p7, ; // aItems
, ; // nWidth
, ; // nHeight
oDlg, ; // oWnd
, ; // nHelpId
, ; // bChange
, ; // bValid
CLR_BLACK, ; // nClrText
CLR_WHITE, ; // nClrBack
.T., ; // lPixel
oFont_default, ; // oFont
, ; // cMsg
.F., ; // LUpdate
, ; // bWhen
.F., ; // lDesign
, ; // acBitmaps
, ; // bDrawItem
, ; // nStyle
, ; // cPict
) // bEChange
oGet := TGet():New( p1 * 1.00, ; // nRow
p2, ; // nCol
p5, ; // bSetGet
oDlg, ; // oWnd
nWidth, ; // nWidth
nHeight, ; // nHeight
p6, ; // cPict
, ; // p11 - bValid
aColor[ 1 ], ; // nClrFore
aColor[ 2 ], ; // nClrBack
oFont, ; // oFont
.F., ; // lDesign
, ; // oCursor
.T., ; // lPixel
, ; // cMsg
.F., ; // lUpdate
, ; // bWhen
lCenter, ; // lCenter
lRight, ; // lRight
{ || Browse_Dialog_ubChange( cVarname ) }, ; // bChange,
!p7, ; // lReadOnly
.F., ; // lPassword
.F., ; // lNoBorder
, ; // nHelpId
.F., ; // lSpinner
, ; // bUp
, ; // bDown
, ; // bMin
, ; // bMax
, ; // bAction
, ; // cBmpName
, ; // cVarName
) // cCueText
oLbx := TListBox():New( ;
p1, ; // nRow,
p2, ; // nCol,
{ | u | If( PCount() == 0, p7, p7 := u ) }, ; // bSetGet,
p8, ; // aItems,
, ; // nWidth,
, ; // nHeight,
bCodeblock, ; // p11 - bChange,
, ; // oWnd,
, ; // bValid,
CLR_BLACK, ; // nClrFore,
CLR_WHITE, ; // nClrBack,
.T., ; // lPixel,
.F., ; // lDesign,
, ; // bLDblClicked,
oFont_default, ; // oFont,
, ; // cMsg,
.F., ; // lUpdate,
, ; // bWhen,
, ; // aBitmaps,
, ; // bDrawItem,
.F., ; // lMulti,
.F. ; // lSort
)
oRadioMenue := TRadMenu():New( ;
p1, ; // nRow
p2, ; // nCol
p8, ; // acItems
{ | u | IIf( PCount() == 0, p9, p9 := u ) }, ; // bSetGet
oDlg, ; // oWnd
, ; // aHelpIds
bCodeblock, ; // p13 - bChange
CLR_BLACK, ; // nClrText
CLR_WHITE, ; // nClrPane
, ; // cMsg
.F., ; // lUpdate
, ; // bWhen
, ; // nWidth
, ; // nHeight
, ; // bValid
.F., ; // lDesign
.F., ; // l3D
.T. ; // lPixel )
)
oText := TSay():New( ;
p1, ; // <nRow>, ;
p2, ; // <nCol>, ;
{|| cLabel}, ; // <{cText}>, ;
oDlg,; // [<oWnd>], ;
, ; // [<cPict>], ;
oFont, ; // <oFont>, ;
lCenter, ; // <.lCenter.>, ;
lRight, ; // <.lRight.>, ;
.F., ; // <.lBorder.>, ;
.T., ; // <.lPixel.>, ;
aColor[ 1 ], ; // <nClrText>, ;
aColor[ 2 ], ; // <nClrBack>, ;
nWidth, ; // <nWidth>, ;
nHeight, ; // <nHeight>, ;
.F., ; // <.design.>, ;
.F., ; // <.update.>, ;
.F., ; // <.lShaded.>, ;
.F., ; // <.lBox.>, ;
.F., ; // <.lRaised.>, ;
.F., ; // <.adj.> ;
.F. ; //
)
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 48 guests