~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to components/lazreport/source/lr_barc.lfm

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
  Left = 376
3
3
  Height = 337
4
4
  Top = 242
5
 
  Width = 353
 
5
  Width = 380
6
6
  HorzScrollBar.Page = 292
7
7
  VertScrollBar.Page = 285
8
8
  ActiveControl = Panel1
9
9
  BorderStyle = bsDialog
10
10
  Caption = 'Barcode editor'
11
11
  ClientHeight = 337
12
 
  ClientWidth = 353
 
12
  ClientWidth = 380
 
13
  Constraints.MinWidth = 380
13
14
  Font.Color = clBlack
14
15
  OnActivate = FormActivate
15
16
  OnClose = FormClose
16
17
  OnCreate = FormCreate
17
18
  Position = poScreenCenter
18
19
  ShowHint = True
19
 
  LCLVersion = '0.9.29'
 
20
  LCLVersion = '1.1'
20
21
  object Label1: TLabel
21
22
    AnchorSideLeft.Control = Owner
22
23
    AnchorSideTop.Control = Owner
23
24
    Left = 6
24
 
    Height = 16
 
25
    Height = 14
25
26
    Top = 6
26
 
    Width = 34
 
27
    Width = 26
27
28
    BorderSpacing.Around = 6
28
29
    Caption = 'Code'
29
30
    ParentColor = False
33
34
    AnchorSideTop.Control = M1
34
35
    AnchorSideTop.Side = asrBottom
35
36
    Left = 6
36
 
    Height = 16
37
 
    Top = 55
38
 
    Width = 70
 
37
    Height = 14
 
38
    Top = 53
 
39
    Width = 57
39
40
    BorderSpacing.Around = 6
40
41
    Caption = 'Type of bar'
41
42
    ParentColor = False
67
68
    AnchorSideRight.Side = asrBottom
68
69
    Left = 6
69
70
    Height = 21
70
 
    Top = 28
71
 
    Width = 341
 
71
    Top = 26
 
72
    Width = 368
72
73
    HelpContext = 260
73
74
    Anchors = [akTop, akLeft, akRight]
74
75
    BorderSpacing.Around = 6
81
82
    AnchorSideRight.Control = Owner
82
83
    AnchorSideRight.Side = asrBottom
83
84
    Left = 6
84
 
    Height = 29
85
 
    Top = 77
86
 
    Width = 341
 
85
    Height = 21
 
86
    Top = 73
 
87
    Width = 368
87
88
    HelpContext = 261
88
89
    Anchors = [akTop, akLeft, akRight]
89
90
    BorderSpacing.Around = 6
90
 
    ItemHeight = 0
 
91
    ItemHeight = 13
91
92
    Style = csDropDownList
92
93
    TabOrder = 1
93
94
  end
94
95
  object Panel1: TPanel
95
 
    Left = 251
 
96
    AnchorSideTop.Control = M1
 
97
    AnchorSideRight.Control = M1
 
98
    AnchorSideRight.Side = asrBottom
 
99
    AnchorSideBottom.Control = M1
 
100
    Left = 340
96
101
    Height = 17
97
 
    Top = 26
 
102
    Top = 3
98
103
    Width = 34
 
104
    Anchors = [akRight, akBottom]
 
105
    BorderSpacing.Bottom = 6
99
106
    BevelOuter = bvNone
100
107
    ClientHeight = 17
101
108
    ClientWidth = 34
102
109
    FullRepaint = False
103
110
    TabOrder = 2
104
111
    object DBBtn: TSpeedButton
105
 
      Left = -2
 
112
      Left = 0
106
113
      Height = 17
107
114
      Top = 0
108
115
      Width = 17
109
116
      Caption = 'D'
110
 
      Color = clBtnFace
111
117
      Margin = 4
112
118
      NumGlyphs = 0
113
119
      OnClick = DBBtnClick
118
124
      Top = 0
119
125
      Width = 17
120
126
      Caption = 'V'
121
 
      Color = clBtnFace
122
127
      NumGlyphs = 0
123
128
      OnClick = VarBtnClick
124
129
    end
130
135
    AnchorSideRight.Control = Owner
131
136
    AnchorSideRight.Side = asrBottom
132
137
    Left = 6
133
 
    Height = 78
134
 
    Top = 112
135
 
    Width = 341
 
138
    Height = 71
 
139
    Top = 100
 
140
    Width = 368
136
141
    Anchors = [akTop, akLeft, akRight]
137
142
    AutoSize = True
138
143
    BorderSpacing.Around = 6
139
144
    Caption = 'Options'
140
 
    ClientHeight = 62
141
 
    ClientWidth = 339
 
145
    ClientHeight = 53
 
146
    ClientWidth = 364
142
147
    TabOrder = 3
143
148
    object labZoom: TLabel
144
149
      AnchorSideLeft.Control = GroupBox1
145
150
      AnchorSideLeft.Side = asrCenter
146
151
      AnchorSideTop.Control = GroupBox1
147
 
      Left = 149
148
 
      Height = 16
 
152
      Left = 169
 
153
      Height = 14
149
154
      Top = 6
150
 
      Width = 40
 
155
      Width = 27
151
156
      BorderSpacing.Around = 6
152
157
      Caption = 'Zoom'
153
158
      ParentColor = False
156
161
      AnchorSideLeft.Control = GroupBox1
157
162
      AnchorSideTop.Control = GroupBox1
158
163
      Left = 6
159
 
      Height = 22
 
164
      Height = 17
160
165
      Top = 6
161
 
      Width = 95
 
166
      Width = 69
162
167
      HelpContext = 262
163
168
      BorderSpacing.Around = 6
164
169
      Caption = 'Checksum '
169
174
      AnchorSideTop.Control = ckCheckSum
170
175
      AnchorSideTop.Side = asrBottom
171
176
      Left = 6
172
 
      Height = 22
173
 
      Top = 34
174
 
      Width = 131
 
177
      Height = 17
 
178
      Top = 29
 
179
      Width = 96
175
180
      HelpContext = 263
176
181
      BorderSpacing.Around = 6
177
182
      Caption = 'Human readable'
181
186
      AnchorSideLeft.Control = labZoom
182
187
      AnchorSideTop.Control = labZoom
183
188
      AnchorSideTop.Side = asrBottom
184
 
      Left = 155
 
189
      Left = 175
185
190
      Height = 21
186
 
      Top = 28
 
191
      Top = 26
187
192
      Width = 77
188
193
      BorderSpacing.Around = 6
189
194
      OnKeyPress = edZoomKeyPress
199
204
    AnchorSideRight.Side = asrBottom
200
205
    Left = 6
201
206
    Height = 65
202
 
    Top = 196
203
 
    Width = 341
 
207
    Top = 177
 
208
    Width = 368
204
209
    Anchors = [akTop, akLeft, akRight]
205
210
    BorderSpacing.Around = 6
206
211
    Caption = 'Orientation'
207
 
    ClientHeight = 49
208
 
    ClientWidth = 339
 
212
    ClientHeight = 47
 
213
    ClientWidth = 364
209
214
    TabOrder = 4
210
215
    object RB1: TRadioButton
211
216
      Left = 8
212
 
      Height = 22
 
217
      Height = 17
213
218
      Top = 16
214
 
      Width = 36
 
219
      Width = 27
215
220
      HelpContext = 264
216
221
      Caption = '0 '
217
222
      Checked = True
218
 
      State = cbChecked
219
223
      TabOrder = 0
 
224
      TabStop = True
220
225
    end
221
226
    object RB2: TRadioButton
222
227
      Left = 72
223
 
      Height = 22
 
228
      Height = 17
224
229
      Top = 16
225
 
      Width = 44
 
230
      Width = 33
226
231
      HelpContext = 264
227
232
      Caption = '90 '
228
233
      TabOrder = 1
229
 
      TabStop = False
230
234
    end
231
235
    object RB3: TRadioButton
232
236
      Left = 136
233
 
      Height = 22
 
237
      Height = 17
234
238
      Top = 16
235
 
      Width = 52
 
239
      Width = 39
236
240
      HelpContext = 264
237
241
      Caption = '180 '
238
242
      TabOrder = 2
239
 
      TabStop = False
240
243
    end
241
244
    object RB4: TRadioButton
242
245
      Left = 200
243
 
      Height = 22
 
246
      Height = 17
244
247
      Top = 16
245
 
      Width = 52
 
248
      Width = 39
246
249
      HelpContext = 264
247
250
      Caption = '270 '
248
251
      TabOrder = 3
249
 
      TabStop = False
250
252
    end
251
253
  end
252
254
  object ButtonPanel1: TButtonPanel
253
255
    Left = 6
254
 
    Height = 38
255
 
    Top = 293
256
 
    Width = 341
257
 
    OKButton.Name = 'OKButton'
258
 
    OKButton.Caption = '&OK'
259
 
    HelpButton.Name = 'HelpButton'
260
 
    HelpButton.Caption = '&Help'
261
 
    CloseButton.Name = 'CloseButton'
262
 
    CloseButton.Caption = '&Close'
263
 
    CloseButton.Enabled = False
264
 
    CancelButton.Name = 'CancelButton'
265
 
    CancelButton.Caption = 'Cancel'
 
256
    Height = 34
 
257
    Top = 297
 
258
    Width = 368
266
259
    TabOrder = 5
267
260
    ShowButtons = [pbOK, pbCancel, pbHelp]
268
261
  end