object dlgLstB: TdlgLstB Left = 384 Top = 296 HelpContext = 67 BorderStyle = bsDialog Caption = '�t�H�[���A�C�e���i���X�g�j' ClientHeight = 321 ClientWidth = 374 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 = 16 Top = 44 Width = 46 Height = 12 Caption = '���O(&N)�F' FocusControl = edt1 end object Label2: TLabel Left = 16 Top = 72 Width = 61 Height = 12 Caption = '�A�C�e��(&I)�F' FocusControl = memo1 end object Label3: TLabel Left = 16 Top = 12 Width = 45 Height = 12 Caption = '���(&T)�F' FocusControl = cbtype end object edt1: TEdit Left = 64 Top = 40 Width = 153 Height = 20 TabOrder = 1 end object lbox: TCheckListBox Left = 240 Top = 88 Width = 121 Height = 97 OnClickCheck = lboxClickCheck ItemHeight = 12 Items.Strings = ( '�\����1' '�\����2') TabOrder = 7 end object cb1: TCheckBox Left = 232 Top = 40 Width = 105 Height = 17 Caption = '�����I����(&M)' TabOrder = 2 end object btnOk: TButton Left = 128 Top = 288 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 9 OnClick = btnOkClick end object btnCan: TButton Left = 208 Top = 288 Width = 75 Height = 25 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 10 end object btnHlp: TButton Left = 288 Top = 288 Width = 75 Height = 25 Caption = '�w���v(&H)' TabOrder = 11 OnClick = btnHlpClick end object memo1: TRichEdit Left = 16 Top = 88 Width = 217 Height = 97 Lines.Strings = ( '�\����1;�l1' '�\����2;�l2') ScrollBars = ssVertical TabOrder = 6 WordWrap = False OnChange = memo1Change end object edt2: TEditHex Left = 328 Top = 8 Width = 25 Height = 20 TabStop = False Color = clBtnFace Enabled = False ReadOnly = True TabOrder = 4 Text = '1' Alignment = taRightJustify NumeralOnly = True NumericType = Decimal end object ud2: TUpDown Left = 353 Top = 8 Width = 16 Height = 20 Associate = edt2 Enabled = False Min = 1 Position = 1 TabOrder = 5 Thousands = False Wrap = False end object cb2: TCheckBox Left = 232 Top = 8 Width = 96 Height = 17 Caption = '�s�����w��(&S)�F' TabOrder = 3 OnClick = cb2Click end object cbtype: TComboBox Left = 64 Top = 8 Width = 153 Height = 20 Style = csDropDownList ItemHeight = 12 TabOrder = 0 OnChange = cbtypeChange Items.Strings = ( '���X�g�{�b�N�X' '�h���b�v�_�E�����X�g') end object GroupBox10: TGroupBox Left = 17 Top = 192 Width = 346 Height = 81 Caption = '�X�^�C��' TabOrder = 8 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