| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- object MainForm: TMainForm
- Left = 547
- Top = 203
- BorderStyle = bsDialog
- Caption = 'I'#32593#20851#38598#20013#35748#35777'Demo'
- ClientHeight = 422
- ClientWidth = 415
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- PixelsPerInch = 96
- TextHeight = 12
- object Label1: TLabel
- Left = 32
- Top = 22
- Width = 60
- Height = 12
- Caption = #26381#21153#22120'IP'#65306
- end
- object Label2: TLabel
- Left = 32
- Top = 54
- Width = 72
- Height = 12
- Caption = #26381#21153#22120#31471#21475#65306
- end
- object Label3: TLabel
- Left = 32
- Top = 86
- Width = 60
- Height = 12
- Caption = #24212#29992#26631#35782#65306
- end
- object Label4: TLabel
- Left = 32
- Top = 118
- Width = 72
- Height = 12
- Caption = #39041#21457#32773#20027#39064#65306
- end
- object Label5: TLabel
- Left = 32
- Top = 152
- Width = 60
- Height = 12
- Caption = #23458#25143#31471'IP'#65306
- end
- object edtServerIP: TEdit
- Left = 139
- Top = 14
- Width = 250
- Height = 20
- TabOrder = 0
- Text = '127.0.0.1'
- end
- object edtServerPort: TEdit
- Left = 139
- Top = 46
- Width = 250
- Height = 20
- TabOrder = 1
- Text = '6180'
- end
- object edtAppFlag: TEdit
- Left = 139
- Top = 78
- Width = 250
- Height = 20
- TabOrder = 2
- Text = 'testApp'
- end
- object edtIsuerDN: TEdit
- Left = 139
- Top = 110
- Width = 250
- Height = 20
- TabOrder = 3
- end
- object memAuthResult: TMemo
- Left = 24
- Top = 176
- Width = 369
- Height = 191
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 4
- end
- object btnAuth: TButton
- Left = 64
- Top = 382
- Width = 75
- Height = 25
- Caption = #35748#35777
- TabOrder = 5
- OnClick = btnAuthClick
- end
- object btnClose: TButton
- Left = 272
- Top = 382
- Width = 75
- Height = 25
- Caption = #20851#38381
- TabOrder = 6
- OnClick = btnCloseClick
- end
- object edtClientIP: TEdit
- Left = 139
- Top = 144
- Width = 250
- Height = 20
- TabOrder = 7
- end
- object XMLDoc: TXMLDocument
- Left = 176
- Top = 376
- DOMVendorDesc = 'MSXML'
- end
- object IdHTTP1: TIdHTTP
- AuthRetries = 0
- AuthProxyRetries = 0
- AllowCookies = True
- ProxyParams.BasicAuthentication = False
- ProxyParams.ProxyPort = 0
- Request.ContentLength = -1
- Request.ContentRangeEnd = 0
- Request.ContentRangeStart = 0
- Request.ContentRangeInstanceLength = 0
- Request.ContentType = 'text/xml'
- Request.Accept = 'text/html, */*'
- Request.BasicAuthentication = False
- Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
- HTTPOptions = [hoForceEncodeParams]
- Left = 216
- Top = 376
- end
- end
|