~ubuntu-branches/ubuntu/saucy/mricron/saucy

« back to all changes in this revision

Viewing changes to ReadFloat.lfm

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2011-04-14 15:51:33 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110414155133-sd2umdatjqjlkhzt
Tags: 0.20110413.1~dfsg.1-1
* New upstream version. FSL BET related patches are no obsolete
  and have been removed. Mricron now performs autodetection of FSL.
  Additionally it supports a system-wide configuration file at
  /etc/mricron/mricron.ini
* Patch for older lazarus versions no longer applies to the lazarus
  version in unstable. Moved this patch into backport patch series files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  HorzScrollBar.Page = 464
7
7
  VertScrollBar.Page = 94
8
8
  BorderIcons = [biSystemMenu]
9
 
  BorderStyle = bsDialog
10
9
  Caption = 'Real number required'
11
10
  ClientHeight = 95
12
11
  ClientWidth = 465
15
14
  Constraints.MinHeight = 95
16
15
  Constraints.MinWidth = 465
17
16
  Position = poScreenCenter
18
 
  LCLVersion = '0.9.29'
 
17
  LCLVersion = '0.9.30'
19
18
  object ReadFloatLabel: TLabel
20
19
    Left = 16
21
20
    Height = 14
38
37
  end
39
38
  object ReadFloatEdit: TFloatSpinEdit
40
39
    Left = 336
41
 
    Height = 21
 
40
    Height = 27
42
41
    Top = 12
43
42
    Width = 119
44
43
    DecimalPlaces = 4
48
47
    TabOrder = 1
49
48
    Value = 0
50
49
  end
51
 
end
 
50
end
 
 
b'\\ No newline at end of file'