File: lr_rrect.lfm

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (322 lines) | stat: -rw-r--r-- 6,534 bytes parent folder | download | duplicates (10)
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
object frRoundRectForm: TfrRoundRectForm
  Left = 162
  Height = 284
  Top = 182
  Width = 562
  ActiveControl = panGrad
  BorderStyle = bsDialog
  Caption = 'Editeur de propri t s'
  ClientHeight = 284
  ClientWidth = 562
  Font.Color = clBlack
  KeyPreview = True
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  Position = poScreenCenter
  LCLVersion = '0.9.31'
  object lblSample: TLabel
    Left = 360
    Height = 14
    Top = 8
    Width = 35
    Caption = 'Sample'
    ParentColor = False
  end
  object Image1: TImage
    Left = 344
    Height = 16
    Top = 180
    Width = 16
    AutoSize = True
    Picture.Data = {
      07544269746D6170F6000000424DF60000000000000076000000280000001000
      0000100000000100040000000000800000000000000000000000000000000000
      000000000000000080000080000000808000800000008000800080800000C0C0
      C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
      FF00777777777777777777777777777777777778888888888888700000000000
      000888888888888888088FFFFFFFFFFFF8088F4444444444F8088FFFFFFFFFFF
      F8088F4444444444F8088FFFFFFFFFFFF8088F44444444FFF8088FFFFFFFFFFF
      F807888888888888887777777777777777777777777777777777777777777777
      7777
    }
    Visible = False
  end
  object imgSample: TImage
    Left = 360
    Height = 76
    Top = 24
    Width = 193
  end
  object M1: TMemo
    Left = 4
    Height = 237
    Top = 8
    Width = 333
    Lines.Strings = (
      'M1'
    )
    OnKeyDown = M1KeyDown
    ParentFont = False
    TabOrder = 0
    WordWrap = False
  end
  object Button5: TButton
    Left = 91
    Height = 25
    Top = 252
    Width = 85
    Caption = 'Variables ...'
    OnClick = Button5Click
    TabOrder = 1
  end
  object Button6: TButton
    Left = 4
    Height = 25
    Top = 252
    Width = 81
    Caption = 'Donn es ..'
    OnClick = Button6Click
    TabOrder = 2
  end
  object bOk: TButton
    Left = 184
    Height = 25
    Top = 252
    Width = 75
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 3
  end
  object bCancel: TButton
    Left = 264
    Height = 25
    Top = 252
    Width = 75
    Caption = 'Annuler'
    ModalResult = 2
    TabOrder = 4
  end
  object cbGradian: TCheckBox
    Left = 360
    Height = 17
    Top = 104
    Width = 58
    Caption = 'Gradian '
    OnChange = cbGradianChange
    OnClick = cbGradianClick
    TabOrder = 5
  end
  object panCurve: TPanel
    Left = 360
    Height = 149
    Top = 128
    Width = 197
    BevelInner = bvRaised
    BevelOuter = bvLowered
    ClientHeight = 149
    ClientWidth = 197
    FullRepaint = False
    TabOrder = 6
    object lblSWidth: TLabel
      Left = 12
      Height = 14
      Top = 36
      Width = 93
      Caption = 'Largeur de l''ombre '
      ParentColor = False
    end
    object lblSColor: TLabel
      Left = 8
      Height = 14
      Top = 103
      Width = 41
      Caption = 'Couleur '
      ParentColor = False
    end
    object bcolor: TImage
      Left = 136
      Height = 25
      Top = 100
      Width = 49
      OnClick = bColorClick
    end
    object cmShadow: TCheckBox
      Left = 8
      Height = 17
      Top = 8
      Width = 47
      Caption = 'Curve'
      Checked = True
      OnClick = cmShadowClick
      State = cbChecked
      TabOrder = 0
    end
    object sCurve: TEdit
      Left = 136
      Height = 21
      Top = 8
      Width = 49
      OnChange = ShWidthChange
      TabOrder = 1
      Text = '10'
    end
    object ShWidth: TEdit
      Left = 136
      Height = 21
      Top = 33
      Width = 49
      OnChange = ShWidthChange
      TabOrder = 2
      Text = '10'
    end
    object cbCadre: TCheckBox
      Left = 8
      Height = 17
      Top = 126
      Width = 87
      Caption = 'Zone encadr e'
      Checked = True
      OnClick = cbCadreClick
      State = cbChecked
      TabOrder = 3
    end
    object lblSqrCorners: TLabel
      Left = 13
      Height = 14
      Top = 68
      Width = 65
      Caption = 'lblSqrCorners'
      ParentColor = False
    end
    object chkTL: TCheckBox
      Left = 140
      Height = 17
      Top = 60
      Width = 18
      OnClick = chkTLClick
      TabOrder = 4
    end
    object chkTR: TCheckBox
      Left = 160
      Height = 17
      Top = 60
      Width = 18
      OnClick = chkTLClick
      TabOrder = 5
    end
    object chkBL: TCheckBox
      Left = 140
      Height = 17
      Top = 77
      Width = 18
      OnClick = chkTLClick
      TabOrder = 6
    end
    object chkBR: TCheckBox
      Left = 160
      Height = 17
      Top = 77
      Width = 18
      OnClick = chkTLClick
      TabOrder = 7
    end
  end
  object panGrad: TPanel
    Left = 120
    Height = 117
    Top = 48
    Width = 197
    BevelInner = bvRaised
    BevelOuter = bvLowered
    ClientHeight = 117
    ClientWidth = 197
    FullRepaint = False
    TabOrder = 7
    object Label1: TLabel
      Left = 8
      Height = 14
      Top = 77
      Width = 45
      Caption = 'End color'
      ParentColor = False
    end
    object bcolor3: TImage
      Left = 128
      Height = 25
      Top = 74
      Width = 57
      OnClick = bColorClick
    end
    object Label2: TLabel
      Left = 8
      Height = 14
      Top = 49
      Width = 51
      Caption = 'Start color'
      ParentColor = False
    end
    object bColor2: TImage
      Tag = 1
      Left = 128
      Height = 25
      Top = 42
      Width = 57
      OnClick = bColorClick
    end
    object Label3: TLabel
      Left = 8
      Height = 14
      Top = 16
      Width = 25
      Caption = 'Style'
      ParentColor = False
    end
    object cbStyle: TComboBox
      Left = 64
      Height = 21
      Top = 12
      Width = 121
      ItemHeight = 13
      Items.Strings = (
        'Vertical'
        'Horizontal'
        'Elliptique'
        'Rectangle'
        'Horiz. Centr '
        'Vert. Centr '
      )
      OnChange = ShWidthChange
      Style = csDropDownList
      TabOrder = 0
    end
  end
  object colorDlg: TColorDialog
    Color = clBtnFace
    CustomColors.Strings = (
      'ColorA=000000'
      'ColorB=000080'
      'ColorC=008000'
      'ColorD=008080'
      'ColorE=800000'
      'ColorF=800080'
      'ColorG=808000'
      'ColorH=808080'
      'ColorI=C0C0C0'
      'ColorJ=0000FF'
      'ColorK=00FF00'
      'ColorL=00FFFF'
      'ColorM=FF0000'
      'ColorN=FF00FF'
      'ColorO=FFFF00'
      'ColorP=FFFFFF'
      'ColorQ=C0DCC0'
      'ColorR=F0CAA6'
      'ColorS=F0FBFF'
      'ColorT=A4A0A0'
    )
    left = 184
    top = 192
  end
end