Posts

Showing posts from 2019

Touchscreen For Restaurant Project (Login Form)

Image
Today i wanna share how to make a touchscreen using Visual Foxpro Here The Code : ************************************************** *-- Form:         form1 (alpha_key.scx) *-- ParentClass:  form *-- BaseClass:    form *-- Time Stamp:   08/11/15 08:41:06 AM * DEFINE CLASS form1 AS form Height = 238 Width = 675 ShowWindow = 1 DoCreate = .T. AutoCenter = .T. BorderStyle = 3 Caption = "Form1" TitleBar = 0 Name = "Form1" ADD OBJECT command1 AS commandbutton WITH ; Top = 62, ; Left = 1, ; Height = 55, ; Width = 62, ; FontBold = .T., ; FontSize = 16, ; Anchor = 240, ; WordWrap = .T., ; Caption = "Q", ; TabStop = .F., ; Alignment = 2, ; Name = "Command1" ADD OBJECT command2 AS commandbutton WITH ; Top = 62, ; Left = 62, ; Height = 55, ; Width = 62, ; FontBold = .T., ; FontSize = 16, ; Anchor = 240, ; WordWrap = .T., ; Caption = &q