Changeset 6 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Dec 25, 2010, 9:31:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.lfm
r5 r6 1 1 object MainForm: TMainForm 2 Left = 3 172 Left = 332 3 3 Height = 445 4 Top = 974 Top = 106 5 5 Width = 649 6 ActiveControl = Panel1 6 7 Caption = 'ChronIS' 7 ClientHeight = 4 458 ClientHeight = 422 8 9 ClientWidth = 649 10 Menu = MainMenu1 9 11 OnClose = FormClose 10 12 OnCreate = FormCreate … … 14 16 object Panel1: TPanel 15 17 Left = 0 16 Height = 4 4518 Height = 422 17 19 Top = 0 18 20 Width = 184 19 21 Align = alLeft 20 22 BevelOuter = bvNone 21 ClientHeight = 4 4523 ClientHeight = 422 22 24 ClientWidth = 184 23 25 TabOrder = 0 … … 26 28 Height = 14 27 29 Top = 4 28 Width = 4 730 Width = 46 29 31 Caption = 'Skupiny:' 30 32 ParentColor = False … … 32 34 object TreeView1: TTreeView 33 35 Left = 8 34 Height = 42136 Height = 398 35 37 Top = 19 36 38 Width = 176 … … 46 48 object Panel2: TPanel 47 49 Left = 189 48 Height = 4 4550 Height = 422 49 51 Top = 0 50 52 Width = 460 51 53 Align = alClient 52 54 BevelOuter = bvNone 53 ClientHeight = 4 4555 ClientHeight = 422 54 56 ClientWidth = 460 55 57 TabOrder = 1 … … 64 66 object ListView1: TListView 65 67 Left = 3 66 Height = 3 8968 Height = 366 67 69 Top = 19 68 70 Width = 450 69 71 Anchors = [akTop, akLeft, akRight, akBottom] 70 72 Columns = <> 71 ItemIndex = -172 73 PopupMenu = PopupMenuItem 73 74 ReadOnly = True … … 83 84 Left = 3 84 85 Height = 25 85 Top = 41686 Top = 393 86 87 Width = 75 87 88 Action = AItemAdd … … 92 93 Left = 83 93 94 Height = 25 94 Top = 41695 Top = 393 95 96 Width = 75 96 97 Action = AItemDelete … … 101 102 object Splitter1: TSplitter 102 103 Left = 184 103 Height = 4 45104 Height = 422 104 105 Top = 0 105 106 Width = 5 … … 154 155 Caption = 'Upravit' 155 156 OnExecute = AObjectEditExecute 157 end 158 object AExit: TAction 159 Caption = 'Exit' 160 OnExecute = AExitExecute 161 end 162 object AToggleFullscreen: TAction 163 Caption = 'Fullscreen mode F11' 164 OnExecute = AToggleFullscreenExecute 165 ShortCut = 122 156 166 end 157 167 end … … 174 184 object MenuItem2: TMenuItem 175 185 Action = AItemAdd 186 OnClick = AItemAddExecute 176 187 end 177 188 end … … 185 196 object MenuItem10: TMenuItem 186 197 Action = AObjectEdit 198 OnClick = AObjectEditExecute 187 199 end 188 200 end … … 193 205 object MenuItem5: TMenuItem 194 206 Action = AObjectGroupAddGroup 207 OnClick = AObjectGroupAddGroupExecute 195 208 end 196 209 object MenuItem7: TMenuItem … … 199 212 object MenuItem8: TMenuItem 200 213 Action = AObjectGroupEdit 214 OnClick = AObjectGroupEditExecute 201 215 end 202 216 object MenuItem6: TMenuItem … … 275 289 } 276 290 end 291 object MainMenu1: TMainMenu 292 left = 456 293 top = 120 294 object MenuItem13: TMenuItem 295 Caption = 'Server' 296 object MenuItem14: TMenuItem 297 Action = AExit 298 end 299 end 300 object MenuItem11: TMenuItem 301 Caption = 'View' 302 object MenuItem15: TMenuItem 303 Action = AToggleFullscreen 304 end 305 end 306 object MenuItem12: TMenuItem 307 Caption = 'Help' 308 end 309 end 277 310 end
Note:
See TracChangeset
for help on using the changeset viewer.