object MtSvDlg: TMtSvDlg Left = 256 Top = 149 HelpContext = 1630 ActiveControl = Description BorderStyle = bsDialog Caption = '����ڰĂƂ��ĕۑ�' ClientHeight = 270 ClientWidth = 259 Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 12 object DescriptionLabel: TLabel Left = 8 Top = 8 Width = 125 Height = 13 Caption = '����ڰĂ̺���(&T):' end object SelectionBox: TListBox Left = 8 Top = 52 Width = 245 Height = 176 ItemHeight = 13 Sorted = True TabOrder = 1 OnClick = SelectionBoxClick end object OkButton: TButton Left = 8 Top = 236 Width = 77 Height = 27 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object CancelButton: TButton Left = 92 Top = 236 Width = 77 Height = 27 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 3 end object HelpButton: TButton Left = 176 Top = 236 Width = 77 Height = 27 Caption = '����(&H)' TabOrder = 4 OnClick = HelpButtonClick end object Description: TEdit Left = 8 Top = 24 Width = 245 Height = 20 TabOrder = 0 Text = '����' end end