object SaveAttributesAs: TSaveAttributesAs Left = 583 Top = 113 BorderStyle = bsDialog Caption = '%s �̑����ɖ��O��t���ĕۑ�' ClientHeight = 119 ClientWidth = 274 Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 12 object Label1: TLabel Left = 10 Top = 16 Width = 88 Height = 13 Caption = '������Ă̖��O:' end object Label2: TLabel Left = 10 Top = 64 Width = 48 Height = 13 Caption = '�ް�:' end object Bevel1: TBevel Left = 2 Top = 8 Width = 183 Height = 105 Shape = bsFrame end object BasedOnList: TComboBox Left = 10 Top = 80 Width = 167 Height = 21 ItemHeight = 13 TabOrder = 1 end object AttributeNameEdit: TEdit Left = 10 Top = 32 Width = 167 Height = 21 TabOrder = 0 end object OKBtn: TButton Left = 192 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 2 OnClick = OKBtnClick end object CancelBtn: TButton Left = 192 Top = 40 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 3 OnClick = CancelBtnClick end object HelpBtn: TButton Left = 192 Top = 72 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 4 Visible = False Enabled = False OnClick = HelpBtnClick end end