root / UFCommentAli.dfm @ 3
Historique | Voir | Annoter | Télécharger (2,35 ko)
1 |
object FCommentAli: TFCommentAli |
---|---|
2 |
Left = 200 |
3 |
Top = 200 |
4 |
BorderIcons = [] |
5 |
BorderStyle = bsDialog |
6 |
Caption = 'Comment' |
7 |
ClientHeight = 192 |
8 |
ClientWidth = 468 |
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 |
OldCreateOrder = False |
16 |
Position = poMainFormCenter |
17 |
Scaled = False |
18 |
OnCreate = FormCreate |
19 |
OnShow = FormShow |
20 |
PixelsPerInch = 96 |
21 |
TextHeight = 13 |
22 |
object LType: TLabel |
23 |
Left = 24 |
24 |
Top = 84 |
25 |
Width = 60 |
26 |
Height = 13 |
27 |
Caption = 'Type of feed' |
28 |
end |
29 |
object LPrix: TLabel |
30 |
Left = 24 |
31 |
Top = 132 |
32 |
Width = 24 |
33 |
Height = 13 |
34 |
Caption = 'Price' |
35 |
end |
36 |
object LMonnaie: TLabel |
37 |
Left = 168 |
38 |
Top = 132 |
39 |
Width = 56 |
40 |
Height = 13 |
41 |
Caption = '$ / 1000 kg' |
42 |
end |
43 |
object LPresentation: TLabel |
44 |
Left = 24 |
45 |
Top = 108 |
46 |
Width = 62 |
47 |
Height = 13 |
48 |
Caption = 'Physical form' |
49 |
end |
50 |
object Memo: TMemo |
51 |
Left = 8 |
52 |
Top = 8 |
53 |
Width = 452 |
54 |
Height = 60 |
55 |
MaxLength = 255 |
56 |
TabOrder = 0 |
57 |
WantReturns = False |
58 |
end |
59 |
object BBOk: TBitBtn |
60 |
Left = 296 |
61 |
Top = 160 |
62 |
Width = 80 |
63 |
Height = 25 |
64 |
Caption = 'OK' |
65 |
Default = True |
66 |
ModalResult = 1 |
67 |
NumGlyphs = 2 |
68 |
TabOrder = 4 |
69 |
end |
70 |
object BBCancel: TBitBtn |
71 |
Left = 384 |
72 |
Top = 160 |
73 |
Width = 80 |
74 |
Height = 25 |
75 |
Cancel = True |
76 |
Caption = 'Cancel' |
77 |
ModalResult = 2 |
78 |
NumGlyphs = 2 |
79 |
TabOrder = 5 |
80 |
end |
81 |
object CBType: TComboBox |
82 |
Left = 120 |
83 |
Top = 80 |
84 |
Width = 200 |
85 |
Height = 21 |
86 |
Style = csDropDownList |
87 |
ItemHeight = 13 |
88 |
ItemIndex = 0 |
89 |
ParentShowHint = False |
90 |
ShowHint = True |
91 |
TabOrder = 1 |
92 |
Text = '(Not specified)' |
93 |
Items.Strings = ( |
94 |
'(Not specified)' |
95 |
'Growing pig' |
96 |
'Sow') |
97 |
end |
98 |
object PBPrix: TPBNumEdit |
99 |
Left = 120 |
100 |
Top = 128 |
101 |
Width = 40 |
102 |
Height = 21 |
103 |
Alignment = taRightJustify |
104 |
Decimals = 2 |
105 |
NumberFormat = Standard |
106 |
TabOrder = 3 |
107 |
end |
108 |
object CBPresentation: TComboBox |
109 |
Left = 120 |
110 |
Top = 104 |
111 |
Width = 120 |
112 |
Height = 21 |
113 |
Style = csDropDownList |
114 |
ItemHeight = 13 |
115 |
ItemIndex = 0 |
116 |
ParentShowHint = False |
117 |
ShowHint = True |
118 |
TabOrder = 2 |
119 |
Text = 'Pellets' |
120 |
Items.Strings = ( |
121 |
'Pellets' |
122 |
'Mash') |
123 |
end |
124 |
end |