Changeset 30 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Nov 24, 2011, 8:35:25 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.lfm
r29 r30 6 6 ActiveControl = Panel1 7 7 Caption = 'ChronIS' 8 ClientHeight = 42 18 ClientHeight = 427 9 9 ClientWidth = 640 10 10 Icon.Data = { … … 153 153 object Panel1: TPanel 154 154 Left = 0 155 Height = 42 1155 Height = 427 156 156 Top = 0 157 157 Width = 184 158 158 Align = alLeft 159 159 BevelOuter = bvNone 160 ClientHeight = 42 1160 ClientHeight = 427 161 161 ClientWidth = 184 162 162 TabOrder = 0 163 163 object Label1: TLabel 164 164 Left = 7 165 Height = 1 8165 Height = 14 166 166 Top = 4 167 Width = 51167 Width = 39 168 168 Caption = 'Groups:' 169 169 ParentColor = False … … 171 171 object TreeView1: TTreeView 172 172 Left = 4 173 Height = 397173 Height = 403 174 174 Top = 19 175 175 Width = 180 176 176 Anchors = [akTop, akLeft, akRight, akBottom] 177 DefaultItemHeight = 16 177 178 Images = ImageListActions 178 179 ReadOnly = True … … 184 185 object Panel2: TPanel 185 186 Left = 189 186 Height = 42 1187 Height = 427 187 188 Top = 0 188 189 Width = 451 189 190 Align = alClient 190 191 BevelOuter = bvNone 191 ClientHeight = 42 1192 ClientHeight = 427 192 193 ClientWidth = 451 193 194 TabOrder = 1 194 195 object Label2: TLabel 195 196 Left = 2 196 Height = 1 8197 Height = 14 197 198 Top = 4 198 Width = 54199 Width = 43 199 200 Caption = 'Reports:' 200 201 ParentColor = False … … 202 203 object ListView1: TListView 203 204 Left = 2 204 Height = 3 65205 Height = 371 205 206 Top = 19 206 207 Width = 447 … … 222 223 Left = 3 223 224 Height = 25 224 Top = 39 2225 Top = 398 225 226 Width = 75 226 227 Action = AItemAdd … … 228 229 TabOrder = 1 229 230 end 230 object Button Remove: TButton231 object ButtonDelete: TButton 231 232 Left = 83 232 233 Height = 25 233 Top = 39 2234 Top = 398 234 235 Width = 75 235 236 Action = AItemDelete … … 237 238 TabOrder = 2 238 239 end 240 object ButtonView: TButton 241 Left = 163 242 Height = 25 243 Top = 398 244 Width = 75 245 Action = AItemView 246 Anchors = [akLeft, akBottom] 247 TabOrder = 3 248 end 249 object ButtonEdit: TButton 250 Left = 243 251 Height = 25 252 Top = 398 253 Width = 75 254 Action = AItemEdit 255 Anchors = [akLeft, akBottom] 256 TabOrder = 4 257 end 239 258 end 240 259 object Splitter1: TSplitter 241 260 Left = 184 242 Height = 42 1261 Height = 427 243 262 Top = 0 244 263 Width = 5 … … 252 271 Caption = 'Delete' 253 272 OnExecute = AItemDeleteExecute 273 ShortCut = 16452 254 274 end 255 275 object AItemAdd: TAction … … 257 277 Caption = 'Add' 258 278 OnExecute = AItemAddExecute 279 ShortCut = 16449 259 280 end 260 281 object AItemEdit: TAction … … 262 283 Caption = 'Edit' 263 284 OnExecute = AItemEditExecute 285 ShortCut = 16453 264 286 end 265 287 object AItemView: TAction … … 267 289 Caption = 'View' 268 290 OnExecute = AItemViewExecute 291 ShortCut = 16470 269 292 end 270 293 object AObjectGroupDelete: TAction … … 298 321 Caption = 'Exit' 299 322 OnExecute = AExitExecute 323 ShortCut = 32883 300 324 end 301 325 object AToggleFullscreen: TAction
Note:
See TracChangeset
for help on using the changeset viewer.