Changeset 295 for trunk/Forms/UFormItem.lfm
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 8 8 backup 9 9 xtactics.exe 10 *.lr j10 *.lrt
-
- Property svn:ignore
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormItem.lfm
r290 r295 1 1 object FormItem: TFormItem 2 2 Left = 570 3 Height = 3 603 Height = 300 4 4 Top = 429 5 Width = 4 805 Width = 400 6 6 Caption = 'Item' 7 ClientHeight = 3 608 ClientWidth = 4 809 DesignTimePPI = 1 447 ClientHeight = 300 8 ClientWidth = 400 9 DesignTimePPI = 120 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate … … 14 14 LCLVersion = '2.0.0.4' 15 15 object ButtonOk: TButton 16 Left = 8917 Height = 3 818 Top = 31219 Width = 11316 Left = 74 17 Height = 32 18 Top = 260 19 Width = 94 20 20 Anchors = [akLeft, akBottom] 21 21 Caption = 'OK' 22 22 ModalResult = 1 23 23 OnClick = ButtonOkClick 24 ParentFont = False 24 25 TabOrder = 0 25 26 end 26 27 object ButtonCancel: TButton 27 Left = 2 6428 Height = 3 829 Top = 31230 Width = 11328 Left = 220 29 Height = 32 30 Top = 257 31 Width = 94 31 32 Anchors = [akLeft] 32 33 Caption = 'Cancel' 33 34 ModalResult = 2 35 ParentFont = False 34 36 TabOrder = 1 35 37 end
Note:
See TracChangeset
for help on using the changeset viewer.