root / UFCommentMat.dfm @ 5
Historique | Voir | Annoter | Télécharger (1,723 ko)
1 | 3 | avalancogn | object FCommentMat: TFCommentMat |
---|---|---|---|
2 | Left = 200 |
||
3 | Top = 200 |
||
4 | BorderIcons = [] |
||
5 | BorderStyle = bsDialog |
||
6 | Caption = 'Comment' |
||
7 | ClientHeight = 144 |
||
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 = 109 |
||
26 | Height = 13 |
||
27 | Caption = 'Type of feed ingredient' |
||
28 | end |
||
29 | object Memo: TMemo |
||
30 | Left = 8 |
||
31 | Top = 8 |
||
32 | Width = 452 |
||
33 | Height = 60 |
||
34 | MaxLength = 255 |
||
35 | TabOrder = 0 |
||
36 | WantReturns = False |
||
37 | end |
||
38 | object BBOk: TBitBtn |
||
39 | Left = 296 |
||
40 | Top = 112 |
||
41 | Width = 80 |
||
42 | Height = 25 |
||
43 | Caption = 'OK' |
||
44 | Default = True |
||
45 | ModalResult = 1 |
||
46 | NumGlyphs = 2 |
||
47 | TabOrder = 2 |
||
48 | end |
||
49 | object BBCancel: TBitBtn |
||
50 | Left = 384 |
||
51 | Top = 112 |
||
52 | Width = 80 |
||
53 | Height = 25 |
||
54 | Cancel = True |
||
55 | Caption = 'Cancel' |
||
56 | ModalResult = 2 |
||
57 | NumGlyphs = 2 |
||
58 | TabOrder = 3 |
||
59 | end |
||
60 | object CBType: TComboBox |
||
61 | Left = 160 |
||
62 | Top = 80 |
||
63 | Width = 200 |
||
64 | Height = 21 |
||
65 | Style = csDropDownList |
||
66 | ItemHeight = 13 |
||
67 | ItemIndex = 0 |
||
68 | ParentShowHint = False |
||
69 | ShowHint = True |
||
70 | TabOrder = 1 |
||
71 | Text = '(Not specified)' |
||
72 | Items.Strings = ( |
||
73 | '(Not specified)' |
||
74 | 'Cereals and cereal by-products' |
||
75 | 'Protein and oil containing products' |
||
76 | 'Oilseed meals' |
||
77 | 'Other plant products' |
||
78 | 'Animal products' |
||
79 | 'Fats and oils' |
||
80 | 'Free amino acids' |
||
81 | 'Vitamin and mineral products' |
||
82 | 'Not referenced') |
||
83 | end |
||
84 | end |