OSDN Git Service

[modified] u_feedingcalc2.pasのStandardDailyWeightGainを訂正
[feedingorigin2/HikakuBunseki.git] / u_marker.lfm
1 object fMarker: TfMarker
2   Left = 578
3   Height = 393
4   Top = 297
5   Width = 236
6   Caption = 'マーカーの設定'
7   ClientHeight = 393
8   ClientWidth = 236
9   Font.CharSet = SHIFTJIS_CHARSET
10   Font.Height = -12
11   Font.Name = 'MS ゴシック'
12   Font.Pitch = fpFixed
13   Font.Quality = fqDraft
14   OnCreate = FormCreate
15   LCLVersion = '1.6.4.0'
16   object GroupBox1: TGroupBox
17     Left = 28
18     Height = 105
19     Top = 17
20     Width = 185
21     Caption = 'jfs_d08(日本飼養標準)'
22     ClientHeight = 88
23     ClientWidth = 181
24     TabOrder = 0
25     object ComboBox1: TComboBox
26       Left = 72
27       Height = 20
28       Top = 10
29       Width = 40
30       ItemHeight = 12
31       ItemIndex = 3
32       Items.Strings = (
33         '1'
34         '2'
35         '3'
36         '4'
37         '5'
38         '6'
39         '7'
40         '8'
41         '9'
42         '10'
43       )
44       OnChange = ComboBox1Change
45       TabOrder = 0
46       Text = '4'
47     end
48     object Label1: TLabel
49       Left = 15
50       Height = 12
51       Top = 14
52       Width = 48
53       Caption = '大きさ:'
54       ParentColor = False
55     end
56   end
57   object GroupBox2: TGroupBox
58     Left = 28
59     Height = 105
60     Top = 144
61     Width = 185
62     Caption = 'Origin2  離乳前'
63     ClientHeight = 88
64     ClientWidth = 181
65     TabOrder = 1
66     object Label2: TLabel
67       Left = 15
68       Height = 12
69       Top = 14
70       Width = 48
71       Caption = '大きさ:'
72       ParentColor = False
73     end
74     object ComboBox2: TComboBox
75       Left = 72
76       Height = 20
77       Top = 8
78       Width = 40
79       ItemHeight = 12
80       ItemIndex = 1
81       Items.Strings = (
82         '1'
83         '2'
84         '3'
85         '4'
86         '5'
87         '6'
88         '7'
89         '8'
90         '9'
91         '10'
92       )
93       OnChange = ComboBox2Change
94       TabOrder = 0
95       Text = '2'
96     end
97   end
98   object GroupBox3: TGroupBox
99     Left = 28
100     Height = 105
101     Top = 272
102     Width = 185
103     Caption = 'Origin2  離乳後'
104     ClientHeight = 88
105     ClientWidth = 181
106     TabOrder = 2
107     object Label3: TLabel
108       Left = 15
109       Height = 12
110       Top = 14
111       Width = 48
112       Caption = '大きさ:'
113       ParentColor = False
114     end
115     object ComboBox3: TComboBox
116       Left = 72
117       Height = 20
118       Top = 10
119       Width = 40
120       ItemHeight = 12
121       ItemIndex = 1
122       Items.Strings = (
123         '1'
124         '2'
125         '3'
126         '4'
127         '5'
128         '6'
129         '7'
130         '8'
131         '9'
132         '10'
133       )
134       OnChange = ComboBox3Change
135       ParentBidiMode = False
136       TabOrder = 0
137       Text = '2'
138     end
139   end
140 end