summary refs log tree commit diff stats
path: root/examples/lazarus/unit1.lfm
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2012-09-06 20:20:34 +0200
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2012-09-08 22:41:17 +0200
commit116c54a8dd83c01a77d394f74bbe2372a8928cb8 (patch)
treeff99dcc92fb31fed3bc77368f0fca02298f128f4 /examples/lazarus/unit1.lfm
parent46f652b93eec44f25de25df9e9362448d857bfbe (diff)
downloadNim-116c54a8dd83c01a77d394f74bbe2372a8928cb8.tar.gz
Splits nimrod and lazarus files into separate directories.
Diffstat (limited to 'examples/lazarus/unit1.lfm')
-rwxr-xr-xexamples/lazarus/unit1.lfm46
1 files changed, 0 insertions, 46 deletions
diff --git a/examples/lazarus/unit1.lfm b/examples/lazarus/unit1.lfm
deleted file mode 100755
index bf60ff715..000000000
--- a/examples/lazarus/unit1.lfm
+++ /dev/null
@@ -1,46 +0,0 @@
-object Form1: TForm1
-  Left = 553
-  Height = 111
-  Top = 464
-  Width = 448
-  ActiveControl = SpinEdit1
-  Caption = 'Sum'
-  ClientHeight = 111
-  ClientWidth = 448
-  OnCreate = FormCreate
-  LCLVersion = '0.9.28.2'
-  object Label1: TLabel
-    Left = 8
-    Height = 18
-    Top = 72
-    Width = 34
-    Caption = 'Sum:'
-    ParentColor = False
-  end
-  object SpinEdit1: TSpinEdit
-    Left = 8
-    Height = 27
-    Top = 8
-    Width = 436
-    Anchors = [akTop, akLeft, akRight]
-    OnChange = SpinEdit1Change
-    TabOrder = 0
-  end
-  object SpinEdit2: TSpinEdit
-    Left = 8
-    Height = 27
-    Top = 40
-    Width = 436
-    Anchors = [akTop, akLeft, akRight]
-    OnChange = SpinEdit1Change
-    TabOrder = 1
-  end
-  object Edit1: TEdit
-    Left = 48
-    Height = 27
-    Top = 72
-    Width = 396
-    Anchors = [akTop, akLeft, akRight]
-    TabOrder = 2
-  end
-end