object dlgFont: TdlgFont Left = 622 Top = 297 HelpContext = 53 BorderStyle = bsDialog Caption = '�t�H���g�̐ݒ�' ClientHeight = 327 ClientWidth = 364 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object GroupBox2: TGroupBox Left = 8 Top = 8 Width = 345 Height = 81 Caption = '�t�H���g��(&N)' TabOrder = 0 object cbName: TComboBox Left = 16 Top = 16 Width = 209 Height = 20 ItemHeight = 12 TabOrder = 0 end object btnAdd: TButton Left = 256 Top = 16 Width = 49 Height = 20 Caption = '�lj�(&A)' TabOrder = 1 OnClick = btnAddClick end object edtName: TEdit Left = 16 Top = 48 Width = 313 Height = 20 TabOrder = 2 end end object btnOk: TButton Left = 120 Top = 296 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 6 OnClick = btnOkClick end object btnCancel: TButton Left = 200 Top = 296 Width = 75 Height = 25 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 7 end object btnHelp: TButton Left = 280 Top = 296 Width = 75 Height = 25 Caption = '�w���v(&H)' TabOrder = 8 OnClick = btnHelpClick end object GroupBox3: TGroupBox Left = 152 Top = 96 Width = 201 Height = 65 Caption = '�F(&C)' TabOrder = 2 object SpeedButton1: TSpeedButton Left = 168 Top = 29 Width = 20 Height = 20 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00700000000000 000070FFFFFFFFF0888070FCCCCCCCF0F08070FCCCCCCCF0FFF070F4444444F0 00007044444444408F80704BBBBBBB40F8F0704BBBBBBB408F80704444444440 F8F070F4444444F08F8070FAAAAAAAF0F8F070FAAAAAAAF0000070F9999999F0 888070F9999999F0F08070FFFFFFFFF0FFF07000000000000000} OnClick = SpeedButton1Click end object btnColor: TButton Left = 120 Top = 29 Width = 49 Height = 20 Caption = '�Q��(&R)' TabOrder = 1 OnClick = btnColorClick end object edtColor: TComboBox Left = 16 Top = 29 Width = 97 Height = 20 DropDownCount = 16 ItemHeight = 12 TabOrder = 0 Items.Strings = ( 'aqua' 'black' 'blue' 'fuchsia' 'gray' 'green' 'lime' 'maroon' 'navy' 'olive' 'purple' 'red' 'silver' 'teal' 'white' 'yellow') end end object rgSize: TRadioGroup Left = 8 Top = 96 Width = 137 Height = 105 Caption = '�T�C�Y(&S)' Columns = 2 ItemIndex = 7 Items.Strings = ( '7' '6' '5' '4' '3' '2' '1' '�w��Ȃ�' '+3' '+2' '+1' '-1' '-2' '-3') TabOrder = 1 end object cbBold: TCheckBox Left = 160 Top = 168 Width = 73 Height = 17 Caption = '����(&B)' TabOrder = 3 end object cbItalic: TCheckBox Left = 160 Top = 184 Width = 65 Height = 17 Caption = '�Α�(&I)' TabOrder = 4 end object GroupBox10: TGroupBox Left = 9 Top = 208 Width = 346 Height = 81 Caption = '�X�^�C��' TabOrder = 5 object Label11: TLabel Left = 8 Top = 20 Width = 48 Height = 12 Caption = '�X�^�C���F' end object Label12: TLabel Left = 168 Top = 52 Width = 17 Height = 12 Caption = 'ID�F' end object Label13: TLabel Left = 16 Top = 52 Width = 37 Height = 12 Caption = '�N���X�F' end object cbStyle: TComboBox Left = 56 Top = 16 Width = 273 Height = 20 ItemHeight = 12 TabOrder = 0 end object cbClass: TComboBox Left = 56 Top = 48 Width = 97 Height = 20 ItemHeight = 12 TabOrder = 1 end object cbId: TComboBox Left = 192 Top = 48 Width = 73 Height = 20 ItemHeight = 12 TabOrder = 2 end object btnStyle: TButton Left = 272 Top = 48 Width = 57 Height = 20 Caption = '�ҏW' TabOrder = 3 OnClick = btnStyleClick end end end