Changeset 222 for oup/current/Helper
- Timestamp:
- Jun 18, 2007, 4:22:53 PM (17 years ago)
- Location:
- oup/current/Helper
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Helper/WhatLinksHere.dfm
r114 r222 70 70 TabOrder = 0 71 71 OnDblClick = list_fromDblClick 72 ExplicitLeft = 3873 ExplicitTop = 6574 ExplicitWidth = 41575 ExplicitHeight = 8476 72 end 77 73 end … … 116 112 TabOrder = 0 117 113 OnDblClick = list_fromDblClick 118 ExplicitLeft = -230119 ExplicitTop = -43120 ExplicitWidth = 415121 ExplicitHeight = 84122 114 end 123 115 end -
oup/current/Helper/WhatLinksHere.pas
r114 r222 3 3 uses 4 4 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 5 Dialogs, StdCtrls, Template, ExtCtrls;5 Dialogs, StdCtrls, _TemplateFile, ExtCtrls; 6 6 7 7 type … … 19 19 private 20 20 public 21 SenderForm: TForm_T oolTemplate;21 SenderForm: TForm_TemplateFile; 22 22 ConID: Integer; 23 23 FileID: Integer;
Note:
See TracChangeset
for help on using the changeset viewer.