Changeset 3 for trunk/Forms/UFormRecord.lfm
- Timestamp:
- Jan 18, 2015, 5:25:37 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 MyData.lps 4 4 data.xml 5 Config.xml
-
- Property svn:ignore
-
trunk/Forms/UFormRecord.lfm
r2 r3 1 1 object FormRecord: TFormRecord 2 Left = 8373 Height = 2404 Top = 2985 Width = 3202 Left = 639 3 Height = 694 4 Top = 174 5 Width = 859 6 6 Caption = 'FormRecord' 7 ClientHeight = 694 8 ClientWidth = 859 9 OnCreate = FormCreate 10 OnDestroy = FormDestroy 11 OnShow = FormShow 7 12 LCLVersion = '1.3' 13 object Panel1: TPanel 14 Left = 4 15 Height = 632 16 Top = 4 17 Width = 851 18 Align = alTop 19 BorderSpacing.Around = 4 20 TabOrder = 0 21 end 22 object ButtonOk: TButton 23 Left = 760 24 Height = 25 25 Top = 648 26 Width = 75 27 Anchors = [akRight, akBottom] 28 Caption = 'Ok' 29 ModalResult = 1 30 TabOrder = 1 31 end 32 object ButtonCancel: TButton 33 Left = 649 34 Height = 27 35 Top = 646 36 Width = 72 37 Anchors = [akRight, akBottom] 38 Caption = 'Cancel' 39 ModalResult = 2 40 TabOrder = 2 41 end 42 object ActionList1: TActionList 43 left = 423 44 top = 379 45 object ASave: TAction 46 Caption = 'Save' 47 OnExecute = ASaveExecute 48 end 49 object ACancel: TAction 50 Caption = 'Cancel' 51 OnExecute = ACancelExecute 52 end 53 end 8 54 end
Note:
See TracChangeset
for help on using the changeset viewer.