Changeset 71 for trunk/Application
- Timestamp:
- Feb 11, 2012, 10:43:06 AM (13 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/UApplicationInfo.pas
r67 r71 53 53 Name := 'ZděchovNET'; 54 54 Identification := 1; 55 ReleaseDate := EncodeDate(201 1, 12, 25);55 ReleaseDate := EncodeDate(2012, 2, 11); 56 56 MajorVersion := 1; 57 57 MinorVersion := 0; -
trunk/Application/UWebObjects.pas
r69 r71 161 161 with THtmlCell(Row.Cells.AddNew(THtmlCell.Create)) do begin 162 162 Value := THtmlString.Create; 163 THtmlString(Value).Text := Caption + ': '; 163 THtmlString(Value).Text := Caption; 164 if Required then THtmlString(Value).Text := THtmlString(Value).Text + '*'; 165 THtmlString(Value).Text := THtmlString(Value).Text + ': '; 164 166 end; 165 167 with THtmlCell(Row.Cells.AddNew(THtmlCell.Create)) do begin
Note:
See TracChangeset
for help on using the changeset viewer.