object TreeViewItems: TTreeViewItems Left = 237 Top = 142 ActiveControl = TreeView BorderStyle = bsDialog Caption = '�ذ�ޭ� �̐ݒ�' ClientHeight = 188 ClientWidth = 454 ParentFont = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object GroupBox1: TGroupBox Left = 6 Top = 5 Width = 254 Height = 143 Caption = '����(&I)' TabOrder = 0 object New: TButton Left = 140 Top = 20 Width = 105 Height = 25 Caption = '�V�K�쐬(&N)' Default = True TabOrder = 1 OnClick = NewClick end object Delete: TButton Left = 140 Top = 78 Width = 105 Height = 25 Caption = '�폜(&D)' TabOrder = 3 OnClick = DeleteClick end object TreeView: TTreeView Left = 8 Top = 17 Width = 125 Height = 116 DragMode = dmAutomatic HideSelection = False Indent = 19 OnEdited = TreeViewEdited OnChanging = TreeViewChanging OnChange = TreeViewChange TabOrder = 0 OnDragDrop = TreeViewDragDrop OnDragOver = TreeViewDragOver end object NewSub: TButton Left = 140 Top = 49 Width = 105 Height = 25 Caption = '��ޱ��т̍쐬(&E)' TabOrder = 2 OnClick = NewSubClick end object Load: TButton Left = 140 Top = 107 Width = 105 Height = 25 Caption = '�ǂݍ���(&L)' TabOrder = 4 OnClick = LoadClick end end object PropGroupBox: TGroupBox Left = 266 Top = 5 Width = 175 Height = 143 Caption = '���т������è' TabOrder = 1 object Label1: TLabel Left = 10 Top = 25 Width = 24 Height = 13 Caption = '������(&T):' FocusControl = Text end object Label2: TLabel Left = 10 Top = 52 Width = 61 Height = 13 Caption = '�Ұ�ނ̲��ޯ��(&M):' FocusControl = Image end object Label3: TLabel Left = 10 Top = 107 Width = 57 Height = 13 Caption = '�ðĂ̲��ޯ��(&X):' FocusControl = StateImage end object Label4: TLabel Left = 10 Top = 80 Width = 74 Height = 13 Caption = '�I�����̲��ޯ��(&S):' FocusControl = SelectedIndex end object Text: TEdit Left = 86 Top = 21 Width = 79 Height = 21 TabOrder = 0 OnChange = ValueChange OnExit = TextExit end object Image: TEdit Left = 126 Top = 48 Width = 39 Height = 21 TabOrder = 1 OnChange = ValueChange OnExit = ImageExit end object StateImage: TEdit Left = 126 Top = 103 Width = 39 Height = 21 TabOrder = 3 OnChange = ValueChange OnExit = StateImageExit end object SelectedIndex: TEdit Left = 126 Top = 76 Width = 39 Height = 21 TabOrder = 2 OnChange = ValueChange OnExit = SelectedIndexExit end end object Button4: TButton Left = 112 Top = 157 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 2 end object Cancel: TButton Left = 197 Top = 157 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 3 end object Apply: TButton Left = 281 Top = 157 Width = 75 Height = 25 Caption = '�X�V(&A)' TabOrder = 4 OnClick = ApplyClick end object Help: TButton Left = 366 Top = 158 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 5 OnClick = HelpClick end object OpenDialog1: TOpenDialog Filter = '���ׂĂ�̧�� (*.*)|*.*' Left = 389 Top = 154 end end