root / UFTarif.dfm
Historique | Voir | Annoter | Télécharger (1,333 ko)
1 | 3 | avalancogn | object FTarif: TFTarif |
---|---|---|---|
2 | Left = 165 |
||
3 | Top = 200 |
||
4 | HelpContext = 2800 |
||
5 | BorderIcons = [biSystemMenu, biMaximize] |
||
6 | Caption = 'Costs of feeds' |
||
7 | ClientHeight = 328 |
||
8 | ClientWidth = 304 |
||
9 | Color = clBtnFace |
||
10 | Font.Charset = DEFAULT_CHARSET |
||
11 | Font.Color = clWindowText |
||
12 | Font.Height = -11 |
||
13 | Font.Name = 'MS Sans Serif' |
||
14 | Font.Style = [] |
||
15 | FormStyle = fsMDIChild |
||
16 | OldCreateOrder = False |
||
17 | Scaled = False |
||
18 | Visible = True |
||
19 | OnActivate = FormActivate |
||
20 | OnClose = FormClose |
||
21 | OnCreate = FormCreate |
||
22 | OnDeactivate = FormDeactivate |
||
23 | OnShow = FormShow |
||
24 | PixelsPerInch = 96 |
||
25 | TextHeight = 13 |
||
26 | object LAliment: TLabel |
||
27 | Left = 16 |
||
28 | Top = 8 |
||
29 | Width = 24 |
||
30 | Height = 13 |
||
31 | Caption = 'Feed' |
||
32 | end |
||
33 | object LMonnaie: TLabel |
||
34 | Left = 232 |
||
35 | Top = 8 |
||
36 | Width = 56 |
||
37 | Height = 13 |
||
38 | Caption = '$ / 1000 kg' |
||
39 | end |
||
40 | object LBAliment: TListBox |
||
41 | Left = 8 |
||
42 | Top = 24 |
||
43 | Width = 288 |
||
44 | Height = 264 |
||
45 | Style = lbOwnerDrawFixed |
||
46 | ItemHeight = 13 |
||
47 | Sorted = True |
||
48 | TabOrder = 0 |
||
49 | OnClick = LBAlimentClick |
||
50 | OnDrawItem = LBAlimentDrawItem |
||
51 | end |
||
52 | object PBPrix: TPBNumEdit |
||
53 | Left = 230 |
||
54 | Top = 296 |
||
55 | Width = 48 |
||
56 | Height = 21 |
||
57 | Alignment = taRightJustify |
||
58 | Decimals = 2 |
||
59 | NumberFormat = Standard |
||
60 | OnChange = PBPrixChange |
||
61 | OnKeyPress = PBPrixKeyPress |
||
62 | TabOrder = 1 |
||
63 | end |
||
64 | end |