Statistiques
| Révision:

root / LicensesMercure / UFINRA.dfm @ 1

Historique | Voir | Annoter | Télécharger (3,234 ko)

1
object FINRA: TFINRA
2
  Left = 0
3
  Top = 120
4
  Caption = 'Attribution de licences gratuites'
5
  ClientHeight = 200
6
  ClientWidth = 600
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'MS Sans Serif'
12
  Font.Style = []
13
  OldCreateOrder = False
14
  OnCreate = FormCreate
15
  OnShow = FormShow
16
  DesignSize = (
17
    600
18
    200)
19
  PixelsPerInch = 96
20
  TextHeight = 13
21
  object LFirstName: TLabel
22
    Left = 8
23
    Top = 12
24
    Width = 36
25
    Height = 13
26
    Caption = 'Pr'#233'nom'
27
  end
28
  object LLastName: TLabel
29
    Left = 8
30
    Top = 36
31
    Width = 22
32
    Height = 13
33
    Caption = 'Nom'
34
  end
35
  object LLicenseNumber: TLabel
36
    Left = 8
37
    Top = 92
38
    Width = 44
39
    Height = 13
40
    Caption = 'Num'#233'ro'
41
    Font.Charset = DEFAULT_CHARSET
42
    Font.Color = clWindowText
43
    Font.Height = -11
44
    Font.Name = 'MS Sans Serif'
45
    Font.Style = [fsBold]
46
    ParentFont = False
47
  end
48
  object LCompany: TLabel
49
    Left = 8
50
    Top = 60
51
    Width = 36
52
    Height = 13
53
    Caption = 'Soci'#233't'#233
54
  end
55
  object EFirstName: TEdit
56
    Left = 80
57
    Top = 8
58
    Width = 240
59
    Height = 21
60
    MaxLength = 30
61
    TabOrder = 0
62
    OnChange = ENameChange
63
  end
64
  object ELastName: TEdit
65
    Left = 80
66
    Top = 32
67
    Width = 240
68
    Height = 21
69
    MaxLength = 30
70
    TabOrder = 1
71
    OnChange = ENameChange
72
  end
73
  object PBLicenseNumber: TPBNumEdit
74
    Left = 80
75
    Top = 88
76
    Width = 40
77
    Height = 21
78
    Alignment = taRightJustify
79
    Decimals = 0
80
    Font.Charset = DEFAULT_CHARSET
81
    Font.Color = clWindowText
82
    Font.Height = -11
83
    Font.Name = 'MS Sans Serif'
84
    Font.Style = [fsBold]
85
    NumberFormat = Standard
86
    ParentFont = False
87
    TabOrder = 3
88
  end
89
  object ECompany: TEdit
90
    Left = 80
91
    Top = 56
92
    Width = 320
93
    Height = 21
94
    MaxLength = 30
95
    TabOrder = 2
96
  end
97
  object BBNext: TBitBtn
98
    Left = 128
99
    Top = 88
100
    Width = 24
101
    Height = 24
102
    Hint = 'Enregistrer cette licence gratuite'
103
    Enabled = False
104
    Glyph.Data = {
105
      76010000424D7601000000000000760000002800000020000000100000000100
106
      0400000000000001000000000000000000001000000000000000000000000000
107
      80000080000000808000800000008000800080800000C0C0C000808080000000
108
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
109
      DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
110
      DDDDDDDDDDDDDDDDDDDDDDDDDDD0DDDDDDDDDDDDDDD8DDDDDDDDDDDDDDD00DDD
111
      DDDDDDDDDDD88DDDDDDDDDDDDDD0C0DDDDDDDDDDDDD8D8DDDDDDDDD00000CC0D
112
      DDDDDDD88888DD8DDDDDDDD0CCCCCCC0DDDDDDD8DDDDDDD8DDDDDDD0CCCCCCCC
113
      0DDDDDD8DDDDDDDD8DDDDDD0CCCCCCC0DDDDDDD8DDDDDDD8DDDDDDD00000CC0D
114
      DDDDDDD88888DD8DDDDDDDDDDDD0C0DDDDDDDDDDDDD8D8DDDDDDDDDDDDD00DDD
115
      DDDDDDDDDDD88DDDDDDDDDDDDDD0DDDDDDDDDDDDDDD8DDDDDDDDDDDDDDDDDDDD
116
      DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD}
117
    NumGlyphs = 2
118
    ParentShowHint = False
119
    ShowHint = True
120
    TabOrder = 4
121
    OnClick = BBNextClick
122
  end
123
  object MObservations: TMemo
124
    Left = 0
125
    Top = 120
126
    Width = 600
127
    Height = 80
128
    Anchors = [akLeft, akTop, akRight, akBottom]
129
    ScrollBars = ssVertical
130
    TabOrder = 5
131
  end
132
end