Statistiques
| Révision:

root / LicensesMercure / UFConnect.dfm

Historique | Voir | Annoter | Télécharger (2,321 ko)

1
object FConnect: TFConnect
2
  Left = 0
3
  Top = 0
4
  Caption = 'Connexion'
5
  ClientHeight = 160
6
  ClientWidth = 280
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
12
  Font.Style = []
13
  OldCreateOrder = False
14
  OnShow = FormShow
15
  DesignSize = (
16
    280
17
    160)
18
  PixelsPerInch = 96
19
  TextHeight = 13
20
  object LLogin: TLabel
21
    Left = 8
22
    Top = 12
23
    Width = 25
24
    Height = 13
25
    Caption = 'Login'
26
  end
27
  object LPasswd: TLabel
28
    Left = 8
29
    Top = 44
30
    Width = 64
31
    Height = 13
32
    Caption = 'Mot de passe'
33
  end
34
  object LError: TLabel
35
    Left = 8
36
    Top = 88
37
    Width = 264
38
    Height = 13
39
    AutoSize = False
40
    Color = clBtnFace
41
    Font.Charset = DEFAULT_CHARSET
42
    Font.Color = clRed
43
    Font.Height = -11
44
    Font.Name = 'Tahoma'
45
    Font.Style = []
46
    ParentColor = False
47
    ParentFont = False
48
  end
49
  object ELogin: TEdit
50
    Left = 88
51
    Top = 8
52
    Width = 120
53
    Height = 21
54
    TabOrder = 0
55
  end
56
  object BBOk: TBitBtn
57
    Left = 192
58
    Top = 120
59
    Width = 80
60
    Height = 25
61
    Anchors = [akRight, akBottom]
62
    Caption = 'OK'
63
    Default = True
64
    ModalResult = 1
65
    NumGlyphs = 2
66
    TabOrder = 2
67
    OnClick = BBOkClick
68
  end
69
  object BBCancel: TBitBtn
70
    Left = 104
71
    Top = 120
72
    Width = 80
73
    Height = 25
74
    Anchors = [akRight, akBottom]
75
    Cancel = True
76
    Caption = 'Annuler'
77
    ModalResult = 2
78
    NumGlyphs = 2
79
    TabOrder = 3
80
  end
81
  object EPasswd: TJvEdit
82
    Left = 88
83
    Top = 40
84
    Width = 121
85
    Height = 21
86
    PasswordChar = #9679
87
    ProtectPassword = True
88
    TabOrder = 1
89
  end
90
  object ComputerInfo: TJvComputerInfoEx
91
    Left = 216
92
    Top = 8
93
  end
94
  object IMAP4: TIdIMAP4
95
    IOHandler = OpenSSL_IMAP4
96
    Port = 993
97
    UseTLS = utUseImplicitTLS
98
    SASLMechanisms = <>
99
    MilliSecsToWaitToClearBuffer = 10
100
    Left = 16
101
    Top = 112
102
  end
103
  object OpenSSL_IMAP4: TIdSSLIOHandlerSocketOpenSSL
104
    Destination = ':993'
105
    MaxLineAction = maException
106
    Port = 993
107
    DefaultPort = 0
108
    SSLOptions.Method = sslvTLSv1_2
109
    SSLOptions.SSLVersions = [sslvTLSv1_2]
110
    SSLOptions.Mode = sslmUnassigned
111
    SSLOptions.VerifyMode = []
112
    SSLOptions.VerifyDepth = 0
113
    Left = 64
114
    Top = 112
115
  end
116
end