|
| 1 | +object FormVers: TFormVers |
| 2 | + Left = 0 |
| 3 | + Top = 0 |
| 4 | + BorderIcons = [biSystemMenu] |
| 5 | + Caption = #1042#1099#1096#1083#1086' '#1076#1086#1083#1075#1086#1078#1076#1072#1085#1085#1086#1077' '#1086#1073#1085#1086#1074#1083#1077#1085#1080#1077'!!!' |
| 6 | + ClientHeight = 334 |
| 7 | + ClientWidth = 418 |
| 8 | + Color = clBtnFace |
| 9 | + Font.Charset = DEFAULT_CHARSET |
| 10 | + Font.Color = clWindowText |
| 11 | + Font.Height = -11 |
| 12 | + Font.Name = 'Tahoma' |
| 13 | + Font.Style = [] |
| 14 | + OldCreateOrder = False |
| 15 | + OnCreate = FormCreate |
| 16 | + PixelsPerInch = 96 |
| 17 | + TextHeight = 13 |
| 18 | + object pnl1: TPanel |
| 19 | + Left = 0 |
| 20 | + Top = 0 |
| 21 | + Width = 418 |
| 22 | + Height = 334 |
| 23 | + Align = alClient |
| 24 | + BevelOuter = bvNone |
| 25 | + Caption = 'pnl1' |
| 26 | + Color = clHighlightText |
| 27 | + ParentBackground = False |
| 28 | + ShowCaption = False |
| 29 | + TabOrder = 0 |
| 30 | + object Label1: TLabel |
| 31 | + Left = 36 |
| 32 | + Top = 16 |
| 33 | + Width = 349 |
| 34 | + Height = 16 |
| 35 | + Caption = #1056#1072#1076#1099' '#1089#1086#1086#1073#1097#1080#1090#1100', '#1095#1090#1086' '#1074#1099#1096#1083#1086' '#1086#1073#1085#1086#1074#1083#1077#1085#1080#1077' '#1085#1072#1096#1077#1081' '#1087#1088#1086#1075#1088#1072#1084#1084#1099 |
| 36 | + Font.Charset = DEFAULT_CHARSET |
| 37 | + Font.Color = clWindowText |
| 38 | + Font.Height = -13 |
| 39 | + Font.Name = 'Tahoma' |
| 40 | + Font.Style = [] |
| 41 | + ParentFont = False |
| 42 | + end |
| 43 | + object Label2: TLabel |
| 44 | + Left = 32 |
| 45 | + Top = 38 |
| 46 | + Width = 353 |
| 47 | + Height = 26 |
| 48 | + Alignment = taCenter |
| 49 | + Caption = |
| 50 | + #1042' '#1085#1086#1074#1086#1081' '#1074#1077#1088#1089#1080#1080' '#1076#1086#1073#1072#1074#1083#1077#1085#1086' '#1084#1085#1086#1075#1086' '#1087#1083#1102#1096#1077#1082' '#1080' '#1080#1089#1087#1088#1072#1074#1083#1077#1085#1086' '#1084#1085#1086#1075#1086' '#1073#1072#1075#1086#1074', ' + |
| 51 | + #1087#1086#1101#1090#1086#1084#1091' '#1085#1072#1089#1090#1086#1103#1090#1077#1083#1100#1085#1086' '#1088#1077#1082#1086#1084#1077#1085#1076#1091#1077#1084' '#1074#1072#1084' '#1086#1073#1085#1086#1074#1080#1090#1100#1089#1103 |
| 52 | + WordWrap = True |
| 53 | + end |
| 54 | + object Label3: TLabel |
| 55 | + Left = 32 |
| 56 | + Top = 88 |
| 57 | + Width = 87 |
| 58 | + Height = 13 |
| 59 | + Caption = #1058#1077#1082#1091#1097#1072#1103' '#1074#1077#1088#1089#1080#1103':' |
| 60 | + end |
| 61 | + object Label4: TLabel |
| 62 | + Left = 32 |
| 63 | + Top = 107 |
| 64 | + Width = 98 |
| 65 | + Height = 13 |
| 66 | + Caption = #1042#1077#1088#1089#1080#1103' '#1085#1072' '#1089#1077#1088#1074#1077#1088#1077':' |
| 67 | + end |
| 68 | + object lbCurrVersion: TLabel |
| 69 | + Left = 125 |
| 70 | + Top = 88 |
| 71 | + Width = 3 |
| 72 | + Height = 13 |
| 73 | + end |
| 74 | + object lbNewVersion: TLabel |
| 75 | + Left = 136 |
| 76 | + Top = 107 |
| 77 | + Width = 3 |
| 78 | + Height = 13 |
| 79 | + end |
| 80 | + object btnDL: TButton |
| 81 | + Left = 104 |
| 82 | + Top = 126 |
| 83 | + Width = 225 |
| 84 | + Height = 51 |
| 85 | + Caption = #1057#1050#1040#1063#1040#1058#1068 |
| 86 | + Font.Charset = DEFAULT_CHARSET |
| 87 | + Font.Color = clWindowText |
| 88 | + Font.Height = -16 |
| 89 | + Font.Name = 'Tahoma' |
| 90 | + Font.Style = [] |
| 91 | + ParentFont = False |
| 92 | + TabOrder = 0 |
| 93 | + OnClick = btnDLClick |
| 94 | + end |
| 95 | + object mmoChangelog: TMemo |
| 96 | + Left = 32 |
| 97 | + Top = 192 |
| 98 | + Width = 353 |
| 99 | + Height = 137 |
| 100 | + ScrollBars = ssVertical |
| 101 | + TabOrder = 1 |
| 102 | + end |
| 103 | + end |
| 104 | + object IdHTTP1: TIdHTTP |
| 105 | + AllowCookies = True |
| 106 | + ProxyParams.BasicAuthentication = False |
| 107 | + ProxyParams.ProxyPort = 0 |
| 108 | + Request.ContentLength = -1 |
| 109 | + Request.ContentRangeEnd = -1 |
| 110 | + Request.ContentRangeStart = -1 |
| 111 | + Request.ContentRangeInstanceLength = -1 |
| 112 | + Request.Accept = 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' |
| 113 | + Request.BasicAuthentication = False |
| 114 | + Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)' |
| 115 | + Request.Ranges.Units = 'bytes' |
| 116 | + Request.Ranges = <> |
| 117 | + HTTPOptions = [hoForceEncodeParams] |
| 118 | + Left = 248 |
| 119 | + Top = 184 |
| 120 | + end |
| 121 | +end |
0 commit comments