~ubuntu-branches/ubuntu/natty/mricron/natty

« back to all changes in this revision

Viewing changes to cutout.lfm

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-11-08 07:55:47 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108075547-g99ufaelkf17kiss
Tags: 0.20101102.1~dfsg.1-1
* New upstream code.
* Changed get-orig-src to get-orig-source target in debian/rules for policy
  compliance.
* Added patch for compatibility with Lazarus version in Debian.
* Added patch for Ubuntu lucid backports that can be automatically applied
  by backport-dsc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
object CutoutForm: TCutoutForm
2
2
  Left = 384
3
 
  Height = 317
 
3
  Height = 334
4
4
  Top = 175
5
 
  Width = 336
 
5
  Width = 334
6
6
  HorzScrollBar.Page = 335
7
7
  VertScrollBar.Page = 316
8
8
  ActiveControl = RenderCutoutCheck
9
9
  BorderIcons = [biSystemMenu, biMinimize]
10
10
  BorderStyle = bsSingle
11
11
  Caption = 'Cutouts'
12
 
  ClientHeight = 317
13
 
  ClientWidth = 336
 
12
  ClientHeight = 334
 
13
  ClientWidth = 334
 
14
  Constraints.MaxHeight = 334
 
15
  Constraints.MaxWidth = 334
 
16
  Constraints.MinHeight = 334
 
17
  Constraints.MinWidth = 334
14
18
  OnClose = FormClose
15
19
  OnShow = FormShow
16
20
  Position = poScreenCenter
 
21
  LCLVersion = '0.9.29'
17
22
  object RenderCutoutCheck: TCheckBox
18
23
    Left = 16
19
 
    Height = 19
 
24
    Height = 17
20
25
    Top = 8
21
 
    Width = 86
 
26
    Width = 80
22
27
    Caption = 'Show cutout'
23
28
    OnClick = RenderCutoutCheckClick
24
29
    TabOrder = 0
73
78
    end
74
79
    object XLo: TSpinEdit
75
80
      Left = 118
76
 
      Height = 23
 
81
      Height = 21
 
82
      Top = 0
77
83
      Width = 82
78
84
      MaxValue = 1000
79
85
      OnChange = PreviewClick
81
87
    end
82
88
    object XHi: TSpinEdit
83
89
      Left = 206
84
 
      Height = 23
 
90
      Height = 21
 
91
      Top = 0
85
92
      Width = 82
86
93
      MaxValue = 1000
87
94
      OnChange = PreviewClick
89
96
    end
90
97
    object YLo: TSpinEdit
91
98
      Left = 118
92
 
      Height = 23
 
99
      Height = 21
93
100
      Top = 40
94
101
      Width = 82
95
102
      MaxValue = 1000
98
105
    end
99
106
    object YHi: TSpinEdit
100
107
      Left = 206
101
 
      Height = 23
 
108
      Height = 21
102
109
      Top = 40
103
110
      Width = 82
104
111
      MaxValue = 1000
107
114
    end
108
115
    object ZLo: TSpinEdit
109
116
      Left = 118
110
 
      Height = 23
 
117
      Height = 21
111
118
      Top = 88
112
119
      Width = 82
113
120
      MaxValue = 1000
116
123
    end
117
124
    object ZHi: TSpinEdit
118
125
      Left = 206
119
 
      Height = 23
 
126
      Height = 21
120
127
      Top = 88
121
128
      Width = 82
122
129
      MaxValue = 1000
128
135
      Height = 19
129
136
      Top = 128
130
137
      Width = 170
131
 
      AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
132
138
      ItemHeight = 13
133
139
      Items.Strings = (
134
140
        '0.1 Dark'
141
147
        '0.8'
142
148
        '0.9 Light'
143
149
      )
144
 
      MaxLength = 0
145
150
      OnChange = PreviewClick
146
151
      Style = csOwnerDrawFixed
147
152
      TabOrder = 6
151
156
      Height = 19
152
157
      Top = 168
153
158
      Width = 170
154
 
      AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
155
159
      ItemHeight = 13
156
 
      MaxLength = 0
157
160
      OnChange = PreviewClick
158
161
      Style = csOwnerDrawFixed
159
162
      TabOrder = 7