Changeset 29 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Nov 23, 2011, 8:24:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.lfm
r27 r29 6 6 ActiveControl = Panel1 7 7 Caption = 'ChronIS' 8 ClientHeight = 42 78 ClientHeight = 421 9 9 ClientWidth = 640 10 10 Icon.Data = { … … 153 153 object Panel1: TPanel 154 154 Left = 0 155 Height = 42 7155 Height = 421 156 156 Top = 0 157 157 Width = 184 158 158 Align = alLeft 159 159 BevelOuter = bvNone 160 ClientHeight = 42 7160 ClientHeight = 421 161 161 ClientWidth = 184 162 162 TabOrder = 0 163 163 object Label1: TLabel 164 164 Left = 7 165 Height = 1 4165 Height = 18 166 166 Top = 4 167 Width = 39167 Width = 51 168 168 Caption = 'Groups:' 169 169 ParentColor = False … … 171 171 object TreeView1: TTreeView 172 172 Left = 4 173 Height = 403173 Height = 397 174 174 Top = 19 175 175 Width = 180 176 176 Anchors = [akTop, akLeft, akRight, akBottom] 177 DefaultItemHeight = 16178 177 Images = ImageListActions 179 178 ReadOnly = True … … 185 184 object Panel2: TPanel 186 185 Left = 189 187 Height = 42 7186 Height = 421 188 187 Top = 0 189 188 Width = 451 190 189 Align = alClient 191 190 BevelOuter = bvNone 192 ClientHeight = 42 7191 ClientHeight = 421 193 192 ClientWidth = 451 194 193 TabOrder = 1 195 194 object Label2: TLabel 196 195 Left = 2 197 Height = 1 4196 Height = 18 198 197 Top = 4 199 Width = 43198 Width = 54 200 199 Caption = 'Reports:' 201 200 ParentColor = False … … 203 202 object ListView1: TListView 204 203 Left = 2 205 Height = 3 71204 Height = 365 206 205 Top = 19 207 206 Width = 447 … … 223 222 Left = 3 224 223 Height = 25 225 Top = 39 8224 Top = 392 226 225 Width = 75 227 226 Action = AItemAdd … … 232 231 Left = 83 233 232 Height = 25 234 Top = 39 8233 Top = 392 235 234 Width = 75 236 235 Action = AItemDelete … … 241 240 object Splitter1: TSplitter 242 241 Left = 184 243 Height = 42 7242 Height = 421 244 243 Top = 0 245 244 Width = 5 … … 314 313 Hint = 'Settings' 315 314 OnExecute = ASettingsExecute 316 end317 object AInitSystemValues: TAction318 Caption = 'Init system values'319 OnExecute = AInitSystemValuesExecute320 315 end 321 316 object AImportStructure: TAction … … 482 477 object MenuItem18: TMenuItem 483 478 Caption = 'Admin' 484 object MenuItem19: TMenuItem485 Action = AInitSystemValues486 end487 479 object MenuItem20: TMenuItem 488 480 Action = AImportStructure
Note:
See TracChangeset
for help on using the changeset viewer.