object dlgZoku: TdlgZoku Left = 604 Top = 541 HelpContext = 91 BorderStyle = bsDialog Caption = '�����̃X�^�C���̑}��' ClientHeight = 121 ClientWidth = 406 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 OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 8 Top = 20 Width = 63 Height = 12 Caption = '�X�^�C��(&S)�F' FocusControl = edtStyle end object Label2: TLabel Left = 16 Top = 52 Width = 53 Height = 12 Caption = '�N���X(&C)�F' FocusControl = edtClass end object Label3: TLabel Left = 184 Top = 52 Width = 28 Height = 12 Caption = 'ID(&I)�F' FocusControl = edtId end object edtStyle: TComboBox Left = 72 Top = 16 Width = 321 Height = 20 ItemHeight = 12 TabOrder = 0 end object edtClass: TComboBox Left = 72 Top = 48 Width = 97 Height = 20 ItemHeight = 12 TabOrder = 1 end object edtId: TComboBox Left = 216 Top = 48 Width = 97 Height = 20 ItemHeight = 12 TabOrder = 2 end object btnOk: TButton Left = 160 Top = 88 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 OnClick = btnOkClick end object btnCancel: TButton Left = 240 Top = 88 Width = 75 Height = 25 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 5 end object btnHlp: TButton Left = 320 Top = 88 Width = 75 Height = 25 Caption = '�w���v(&H)' TabOrder = 6 OnClick = btnHlpClick end object cbEdit: TButton Left = 328 Top = 48 Width = 65 Height = 20 Caption = '�ҏW(&E)' TabOrder = 3 OnClick = cbEditClick end end