object fMarker: TfMarker Left = 578 Height = 393 Top = 297 Width = 236 Caption = 'マーカーの設定' ClientHeight = 393 ClientWidth = 236 Font.CharSet = SHIFTJIS_CHARSET Font.Height = -12 Font.Name = 'MS ゴシック' Font.Pitch = fpFixed Font.Quality = fqDraft OnCreate = FormCreate LCLVersion = '1.6.4.0' object GroupBox1: TGroupBox Left = 28 Height = 105 Top = 17 Width = 185 Caption = 'jfs_d08(日本飼養標準)' ClientHeight = 88 ClientWidth = 181 TabOrder = 0 object ComboBox1: TComboBox Left = 72 Height = 20 Top = 10 Width = 40 ItemHeight = 12 ItemIndex = 3 Items.Strings = ( '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' ) OnChange = ComboBox1Change TabOrder = 0 Text = '4' end object Label1: TLabel Left = 15 Height = 12 Top = 14 Width = 48 Caption = '大きさ:' ParentColor = False end end object GroupBox2: TGroupBox Left = 28 Height = 105 Top = 144 Width = 185 Caption = 'Origin2 離乳前' ClientHeight = 88 ClientWidth = 181 TabOrder = 1 object Label2: TLabel Left = 15 Height = 12 Top = 14 Width = 48 Caption = '大きさ:' ParentColor = False end object ComboBox2: TComboBox Left = 72 Height = 20 Top = 8 Width = 40 ItemHeight = 12 ItemIndex = 1 Items.Strings = ( '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' ) OnChange = ComboBox2Change TabOrder = 0 Text = '2' end end object GroupBox3: TGroupBox Left = 28 Height = 105 Top = 272 Width = 185 Caption = 'Origin2 離乳後' ClientHeight = 88 ClientWidth = 181 TabOrder = 2 object Label3: TLabel Left = 15 Height = 12 Top = 14 Width = 48 Caption = '大きさ:' ParentColor = False end object ComboBox3: TComboBox Left = 72 Height = 20 Top = 10 Width = 40 ItemHeight = 12 ItemIndex = 1 Items.Strings = ( '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' ) OnChange = ComboBox3Change ParentBidiMode = False TabOrder = 0 Text = '2' end end end