source: trunk/Modules/Attendance/UModuleAttendance.lfm

Last change on this file was 24, checked in by chronos, 12 years ago
  • Opraveno: Ladění komunikačního protokolu s terminálem BF-630.
File size: 623 bytes
Line 
1object DataModuleAttendance: TDataModuleAttendance
2 OldCreateOrder = False
3 Height = 270
4 HorizontalOffset = 511
5 VerticalOffset = 238
6 Width = 380
7 object ActionList1: TActionList
8 Images = FormMain.ImageList1
9 left = 160
10 top = 56
11 object AReadFromTerminal: TAction
12 Caption = 'Read from terminal'
13 Hint = 'Read new data from terminal'
14 OnExecute = AReadFromTerminalExecute
15 end
16 end
17 object PopupMenu1: TPopupMenu
18 Images = FormMain.ImageList1
19 left = 56
20 top = 56
21 object MenuItem1: TMenuItem
22 Action = AReadFromTerminal
23 end
24 end
25end
Note: See TracBrowser for help on using the repository browser.