You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 lines
2.9 KiB
Plaintext

object FormAct: TFormAct
Left = 307
Top = 197
BorderStyle = bsDialog
Caption = #1042#1099#1073#1077#1088#1080#1090#1077' '#1076#1077#1081#1089#1090#1074#1080#1077
ClientHeight = 128
ClientWidth = 216
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poDefault
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object imgsend: TImage
Left = 0
Top = 0
Width = 49
Height = 49
AutoSize = True
Visible = False
end
object Label1: TLabel
Left = 8
Top = 8
Width = 199
Height = 13
Alignment = taCenter
AutoSize = False
Caption = #1054#1090#1087#1088#1072#1074#1080#1090#1100' '#1080#1079#1086#1073#1088#1072#1078#1077#1085#1080#1077' '#1089#1086#1086#1073#1097#1077#1085#1080#1103#1084#1080
end
object FromFile: TButton
Left = 8
Top = 25
Width = 201
Height = 27
Caption = #1048#1079' '#1092#1072#1081#1083#1072
TabOrder = 0
OnClick = FromFileClick
end
object FromClipbrd: TButton
Left = 8
Top = 57
Width = 201
Height = 27
Caption = #1048#1079' '#1073#1091#1092#1077#1088#1072' '#1086#1073#1084#1077#1085#1072
TabOrder = 1
OnClick = FromClipbrdClick
end
object CloseBtn: TButton
Left = 8
Top = 90
Width = 201
Height = 27
Caption = #1071' '#1087#1077#1088#1077#1076#1091#1084#1072#1083', '#1085#1080#1095#1077#1075#1086' '#1085#1077' '#1076#1077#1083#1072#1090#1100
TabOrder = 2
OnClick = CloseBtnClick
end
object IdAntiFreeze1: TIdAntiFreeze
IdleTimeOut = 100
OnlyWhenIdle = False
Left = 184
Top = 40
end
object http: TIdHTTP
AllowCookies = True
ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0
Request.ContentLength = -1
Request.ContentRangeEnd = -1
Request.ContentRangeStart = -1
Request.ContentRangeInstanceLength = -1
Request.Accept = 'text/html, */*'
Request.BasicAuthentication = False
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
Request.Ranges.Units = 'bytes'
Request.Ranges = <>
HTTPOptions = [hoForceEncodeParams]
Left = 184
Top = 8
end
object PopupMenu1: TPopupMenu
Left = 144
Top = 8
object N1: TMenuItem
Caption = #1054#1090#1087#1088#1072#1074#1080#1090#1100' '#1080#1079#1086#1073#1088#1072#1078#1077#1085#1080#1077' '#1089#1086#1086#1073#1097#1077#1085#1080#1103#1084#1080'...'
Enabled = False
end
object N11: TMenuItem
Caption = #1080#1079' '#1092#1072#1081#1083#1072
OnClick = FromFileClick
end
object N21: TMenuItem
Caption = #1080#1079' '#1073#1091#1092#1077#1088#1072' '#1086#1073#1084#1077#1085#1072
OnClick = FromClipbrdClick
end
end
end