Changeset 9 for trunk/Forms/UItemView.lfm
- Timestamp:
- Dec 26, 2010, 8:12:59 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 2 2 Config.xml 3 3 chronis 4 heaptrclog.trc
-
- Property svn:ignore
-
trunk/Forms/UItemView.lfm
r7 r9 1 1 object ItemViewForm: TItemViewForm 2 Left = 3 373 Height = 4 164 Top = 1 355 Width = 5522 Left = 311 3 Height = 469 4 Top = 110 5 Width = 626 6 6 Caption = 'View item' 7 ClientHeight = 4 168 ClientWidth = 5527 ClientHeight = 469 8 ClientWidth = 626 9 9 OnClose = FormClose 10 OnCreate = FormCreate 11 OnDestroy = FormDestroy 10 12 OnShow = FormShow 11 13 LCLVersion = '0.9.29' 12 14 object ButtonClose: TButton 13 Left = 47215 Left = 546 14 16 Height = 25 15 Top = 38617 Top = 439 16 18 Width = 75 17 19 Anchors = [akRight, akBottom] … … 20 22 TabOrder = 0 21 23 end 22 object Panel1: TPanel23 Left = 024 Height = 37825 Top = 026 Width = 55227 Align = alTop28 Anchors = [akLeft, akRight, akBottom]29 BevelOuter = bvNone30 TabOrder = 131 end32 24 object ButtonEdit: TButton 33 Left = 38425 Left = 458 34 26 Height = 25 35 Top = 38627 Top = 439 36 28 Width = 75 37 29 Anchors = [akRight, akBottom] 38 30 Caption = 'Edit' 39 31 OnClick = ButtonEditClick 32 TabOrder = 1 33 end 34 object Panel1: TPanel 35 Left = 0 36 Height = 433 37 Top = 0 38 Width = 626 39 Align = alTop 40 Anchors = [akTop, akLeft, akRight, akBottom] 41 BevelOuter = bvNone 42 ClientHeight = 433 43 ClientWidth = 626 40 44 TabOrder = 2 45 object Panel2: TPanel 46 Left = 0 47 Height = 200 48 Top = 233 49 Width = 626 50 Align = alBottom 51 BevelOuter = bvNone 52 ClientHeight = 200 53 ClientWidth = 626 54 TabOrder = 0 55 object TabControl1: TTabControl 56 Left = 0 57 Height = 32 58 Top = 0 59 Width = 626 60 Align = alTop 61 TabIndex = 0 62 TabOrder = 0 63 Tabs.Strings = ( 64 'Tab1' 65 'Tab2' 66 'Tab3' 67 ) 68 TabStop = False 69 end 70 object ListView1: TListView 71 Left = 0 72 Height = 168 73 Top = 32 74 Width = 626 75 Align = alClient 76 Columns = <> 77 TabOrder = 1 78 end 79 end 80 object Splitter1: TSplitter 81 Cursor = crVSplit 82 Left = 0 83 Height = 3 84 Top = 230 85 Width = 626 86 Align = alBottom 87 ResizeAnchor = akBottom 88 end 89 object PanelControls: TPanel 90 Left = 0 91 Height = 230 92 Top = 0 93 Width = 626 94 Align = alClient 95 Anchors = [akLeft, akRight, akBottom] 96 BevelOuter = bvNone 97 TabOrder = 2 98 end 41 99 end 42 100 end
Note:
See TracChangeset
for help on using the changeset viewer.