File: versioninfoadditionalinfo.lfm

package info (click to toggle)
lazarus 0.9.28.2-12
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 93,096 kB
  • ctags: 89,312
  • sloc: pascal: 820,189; xml: 202,194; makefile: 110,323; sh: 2,460; perl: 395; sql: 174; ansic: 133
file content (191 lines) | stat: -rw-r--r-- 4,914 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
object VersionInfoAdditinalInfoForm: TVersionInfoAdditinalInfoForm
  Left = 289
  Height = 296
  Top = 174
  Width = 395
  ActiveControl = CommentsEdit
  BorderIcons = []
  Caption = 'Additional Information'
  ClientHeight = 296
  ClientWidth = 395
  Constraints.MinHeight = 296
  Constraints.MinWidth = 395
  Position = poOwnerFormCenter
  LCLVersion = '0.9.27'
  object AdditionalInfoGroupBox: TGroupBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 252
    Top = 6
    Width = 383
    Align = alClient
    BorderSpacing.Around = 6
    Caption = 'Additional Information'
    ClientHeight = 234
    ClientWidth = 379
    TabOrder = 0
    object CommentsLabel: TLabel
      AnchorSideTop.Control = CommentsEdit
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 14
      Top = 12
      Width = 55
      Caption = 'Comments:'
      ParentColor = False
    end
    object CompanyLabel: TLabel
      AnchorSideTop.Control = CompanyEdit
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 14
      Top = 44
      Width = 50
      Caption = 'Company:'
      ParentColor = False
    end
    object InternalNameLabel: TLabel
      AnchorSideTop.Control = InternalNameEdit
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 14
      Top = 76
      Width = 73
      Caption = 'Internal Name:'
      ParentColor = False
    end
    object LegalTrademarksLabel: TLabel
      AnchorSideTop.Control = LegalTrademarksEdit
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 14
      Top = 107
      Width = 89
      Caption = 'Legal Trademarks:'
      ParentColor = False
    end
    object OriginalFileNameLabel: TLabel
      AnchorSideTop.Control = OriginalFileNameEdit
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 14
      Top = 140
      Width = 90
      Caption = 'Original File Name:'
      ParentColor = False
    end
    object ProductNameLabel: TLabel
      AnchorSideTop.Control = ProductNameEdit
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 14
      Top = 171
      Width = 72
      Caption = 'Product Name:'
      ParentColor = False
    end
    object ProductVersionLabel: TLabel
      AnchorSideTop.Control = ProductVersionEdit
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 14
      Top = 203
      Width = 80
      Caption = 'Product Version:'
      ParentColor = False
    end
    object CommentsEdit: TEdit
      AnchorSideRight.Control = AdditionalInfoGroupBox
      AnchorSideRight.Side = asrBottom
      Left = 144
      Height = 23
      Top = 8
      Width = 229
      Anchors = [akLeft, akRight]
      BorderSpacing.Right = 6
      TabOrder = 0
    end
    object CompanyEdit: TEdit
      AnchorSideRight.Control = AdditionalInfoGroupBox
      AnchorSideRight.Side = asrBottom
      Left = 144
      Height = 23
      Top = 40
      Width = 229
      Anchors = [akLeft, akRight]
      BorderSpacing.Right = 6
      TabOrder = 1
    end
    object InternalNameEdit: TEdit
      AnchorSideLeft.Control = CommentsEdit
      AnchorSideRight.Control = AdditionalInfoGroupBox
      AnchorSideRight.Side = asrBottom
      Left = 144
      Height = 23
      Top = 72
      Width = 229
      Anchors = [akLeft, akRight]
      BorderSpacing.Right = 6
      TabOrder = 2
    end
    object LegalTrademarksEdit: TEdit
      AnchorSideLeft.Control = CommentsEdit
      AnchorSideRight.Control = AdditionalInfoGroupBox
      AnchorSideRight.Side = asrBottom
      Left = 144
      Height = 23
      Top = 103
      Width = 229
      Anchors = [akLeft, akRight]
      BorderSpacing.Right = 6
      TabOrder = 3
    end
    object OriginalFileNameEdit: TEdit
      AnchorSideLeft.Control = CommentsEdit
      AnchorSideRight.Control = AdditionalInfoGroupBox
      AnchorSideRight.Side = asrBottom
      Left = 144
      Height = 23
      Top = 136
      Width = 229
      Anchors = [akLeft, akRight]
      BorderSpacing.Right = 6
      TabOrder = 4
    end
    object ProductNameEdit: TEdit
      AnchorSideLeft.Control = CommentsEdit
      AnchorSideRight.Control = AdditionalInfoGroupBox
      AnchorSideRight.Side = asrBottom
      Left = 144
      Height = 23
      Top = 167
      Width = 229
      Anchors = [akLeft, akRight]
      BorderSpacing.Right = 6
      TabOrder = 5
    end
    object ProductVersionEdit: TEdit
      AnchorSideLeft.Control = CommentsEdit
      AnchorSideRight.Control = AdditionalInfoGroupBox
      AnchorSideRight.Side = asrBottom
      Left = 144
      Height = 23
      Top = 199
      Width = 229
      Anchors = [akLeft, akRight]
      BorderSpacing.Right = 6
      TabOrder = 6
    end
  end
  object ButtonPanel: TButtonPanel
    Left = 6
    Height = 26
    Top = 264
    Width = 383
    TabOrder = 1
    ShowButtons = [pbOK, pbCancel]
    ShowBevel = False
  end
end