Changeset 31 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Nov 24, 2011, 10:03:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.lfm
r30 r31 180 180 TabOrder = 0 181 181 OnChange = TreeView1Change 182 OnDblClick = TreeView1DblClick 182 183 Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw] 183 184 end … … 193 194 ClientWidth = 451 194 195 TabOrder = 1 195 object Label2: TLabel 196 Left = 2 197 Height = 14 198 Top = 4 199 Width = 43 200 Caption = 'Reports:' 201 ParentColor = False 202 end 203 object ListView1: TListView 204 Left = 2 205 Height = 371 206 Top = 19 207 Width = 447 208 Anchors = [akTop, akLeft, akRight, akBottom] 209 Columns = <> 210 OwnerData = True 211 PopupMenu = PopupMenuItem 212 ReadOnly = True 213 RowSelect = True 196 object PageControl1: TPageControl 197 Left = 0 198 Height = 427 199 Top = 0 200 Width = 451 201 Align = alClient 214 202 TabOrder = 0 215 ViewStyle = vsReport216 OnData = ListView1Data217 OnDblClick = ListView1DblClick218 OnKeyPress = ListView1KeyPress219 OnResize = ListView1Resize220 OnSelectItem = ListView1SelectItem221 end222 object ButtonAdd: TButton223 Left = 3224 Height = 25225 Top = 398226 Width = 75227 Action = AItemAdd228 Anchors = [akLeft, akBottom]229 TabOrder = 1230 end231 object ButtonDelete: TButton232 Left = 83233 Height = 25234 Top = 398235 Width = 75236 Action = AItemDelete237 Anchors = [akLeft, akBottom]238 TabOrder = 2239 end240 object ButtonView: TButton241 Left = 163242 Height = 25243 Top = 398244 Width = 75245 Action = AItemView246 Anchors = [akLeft, akBottom]247 TabOrder = 3248 end249 object ButtonEdit: TButton250 Left = 243251 Height = 25252 Top = 398253 Width = 75254 Action = AItemEdit255 Anchors = [akLeft, akBottom]256 TabOrder = 4257 203 end 258 204 end … … 267 213 left = 360 268 214 top = 120 269 object AItemDelete: TAction270 Category = 'Item'271 Caption = 'Delete'272 OnExecute = AItemDeleteExecute273 ShortCut = 16452274 end275 object AItemAdd: TAction276 Category = 'Item'277 Caption = 'Add'278 OnExecute = AItemAddExecute279 ShortCut = 16449280 end281 object AItemEdit: TAction282 Category = 'Item'283 Caption = 'Edit'284 OnExecute = AItemEditExecute285 ShortCut = 16453286 end287 object AItemView: TAction288 Category = 'Item'289 Caption = 'View'290 OnExecute = AItemViewExecute291 ShortCut = 16470292 end293 215 object AObjectGroupDelete: TAction 294 216 Category = 'ObjectGroup' … … 356 278 top = 120 357 279 object MenuItem1: TMenuItem 358 Action = AItemView280 Caption = 'View' 359 281 Default = True 360 OnClick = AItemViewExecute282 ShortCut = 16470 361 283 end 362 284 object MenuItem4: TMenuItem 363 Action = AItemEdit364 OnClick = AItemEditExecute285 Caption = 'Edit' 286 ShortCut = 16453 365 287 end 366 288 object MenuItem3: TMenuItem 367 Action = AItemDelete 289 Caption = 'Delete' 290 ShortCut = 16452 368 291 end 369 292 object MenuItem2: TMenuItem 370 Action = AItemAdd371 OnClick = AItemAddExecute293 Caption = 'Add' 294 ShortCut = 16449 372 295 end 373 296 end
Note:
See TracChangeset
for help on using the changeset viewer.