Changeset 20 for trunk/Forms/UItemView.lfm
- Timestamp:
- Jun 15, 2011, 11:11:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UItemView.lfm
r17 r20 1 1 object ItemViewForm: TItemViewForm 2 Left = 31 13 Height = 46 94 Top = 11 05 Width = 62 62 Left = 312 3 Height = 467 4 Top = 111 5 Width = 624 6 6 Caption = 'View item' 7 ClientHeight = 46 98 ClientWidth = 62 67 ClientHeight = 467 8 ClientWidth = 624 9 9 OnClose = FormClose 10 10 OnCreate = FormCreate … … 14 14 LCLVersion = '0.9.31' 15 15 object ButtonClose: TButton 16 Left = 54 616 Left = 544 17 17 Height = 25 18 Top = 43 918 Top = 437 19 19 Width = 75 20 20 Anchors = [akRight, akBottom] … … 24 24 end 25 25 object ButtonEdit: TButton 26 Left = 45 826 Left = 456 27 27 Height = 25 28 Top = 43 928 Top = 437 29 29 Width = 75 30 30 Anchors = [akRight, akBottom] … … 35 35 object Panel1: TPanel 36 36 Left = 0 37 Height = 43 337 Height = 431 38 38 Top = 0 39 Width = 62 639 Width = 624 40 40 Align = alTop 41 41 Anchors = [akTop, akLeft, akRight, akBottom] 42 42 BevelOuter = bvNone 43 ClientHeight = 43 344 ClientWidth = 62 643 ClientHeight = 431 44 ClientWidth = 624 45 45 TabOrder = 2 46 46 object Panel2: TPanel 47 47 Left = 0 48 48 Height = 200 49 Top = 23 350 Width = 62 649 Top = 231 50 Width = 624 51 51 Align = alBottom 52 52 BevelOuter = bvNone 53 53 ClientHeight = 200 54 ClientWidth = 62 654 ClientWidth = 624 55 55 TabOrder = 0 56 56 object TabControl1: TTabControl … … 58 58 Height = 24 59 59 Top = 0 60 Width = 62 660 Width = 624 61 61 Align = alTop 62 62 OnChange = TabControl1Change … … 74 74 Height = 176 75 75 Top = 24 76 Width = 62 676 Width = 624 77 77 Align = alClient 78 78 Columns = <> … … 89 89 Left = 0 90 90 Height = 3 91 Top = 2 3092 Width = 62 691 Top = 228 92 Width = 624 93 93 Align = alBottom 94 94 ResizeAnchor = akBottom … … 96 96 object PanelControls: TPanel 97 97 Left = 0 98 Height = 2 3098 Height = 228 99 99 Top = 0 100 Width = 62 6100 Width = 624 101 101 Align = alClient 102 102 Anchors = [akLeft, akRight, akBottom]
Note:
See TracChangeset
for help on using the changeset viewer.