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

« back to all changes in this revision

Viewing changes to ReadInt.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:
4
4
  Top = 206
5
5
  Width = 465
6
6
  ActiveControl = ReadIntEdit
7
 
  BorderStyle = bsDialog
8
7
  Caption = 'Integer required'
9
8
  ClientHeight = 95
10
9
  ClientWidth = 465
16
15
  OnCreate = FormCreate
17
16
  OnShow = FormShow
18
17
  Position = poScreenCenter
19
 
  LCLVersion = '0.9.29'
 
18
  LCLVersion = '0.9.30'
20
19
  object ReadIntLabel: TLabel
21
20
    Left = 16
22
21
    Height = 14
29
28
  end
30
29
  object ReadIntEdit: TSpinEdit
31
30
    Left = 360
32
 
    Height = 24
 
31
    Height = 27
33
32
    Top = 12
34
33
    Width = 93
35
34
    MaxValue = 0
45
44
    OnClick = OKBtnClick
46
45
    TabOrder = 0
47
46
  end
48
 
end
 
47
end
 
 
b'\\ No newline at end of file'