object FrgPropDlg: TFrgPropDlg Left = 364 Top = 221 HelpContext = 16 HorzScrollBar.Visible = False VertScrollBar.Visible = False Anchors = [] AutoScroll = False Caption = '�v���p�e�B' ClientHeight = 336 ClientWidth = 376 Color = clBtnFace Constraints.MinHeight = 340 Constraints.MinWidth = 384 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False ShowHint = True OnClose = FormClose OnCreate = FormCreate OnResize = FormResize OnShow = FormShow PixelsPerInch = 96 TextHeight = 15 object Panel2: TPanel Left = 0 Top = 165 Width = 376 Height = 171 Align = alBottom BevelOuter = bvNone TabOrder = 1 object GripPaintBox: TPaintBox Left = 340 Top = 135 Width = 36 Height = 36 Anchors = [akRight, akBottom] OnPaint = GripPaintBoxPaint end object OkBtn: TButton Left = 86 Top = 135 Width = 85 Height = 26 Anchors = [akLeft, akBottom] Caption = '�n�j' Default = True ModalResult = 1 TabOrder = 0 OnClick = OkExecute end object CancelBtn: TButton Left = 204 Top = 135 Width = 87 Height = 26 Anchors = [akLeft, akBottom] Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 1 end object ColGroupBox: TGroupBox Left = 234 Top = 0 Width = 133 Height = 57 HelpContext = 16 Anchors = [akLeft, akBottom] Caption = '�z�F(&C)' TabOrder = 3 object BackColorBtn: TButton Left = 70 Top = 24 Width = 55 Height = 25 Caption = '�w�i' TabOrder = 1 OnClick = BackColorBtnClick end object CharColorBtn: TButton Left = 8 Top = 24 Width = 55 Height = 25 Caption = '����' TabOrder = 0 OnClick = CharColorBtnClick end object TrnsChkBox: TCheckBox Left = 16 Top = 28 Width = 65 Height = 17 Anchors = [akLeft, akBottom] Caption = '����' TabOrder = 2 OnClick = TrnsChkBoxClick end end object SizeGroupBox: TGroupBox Left = 8 Top = 0 Width = 221 Height = 57 HelpContext = 16 Anchors = [akLeft, akBottom] Caption = '�T�C�Y(&S)' TabOrder = 2 object SizeX_Label: TLabel Left = 9 Top = 29 Width = 15 Height = 15 Alignment = taRightJustify Caption = '��' end object SizeY_Label: TLabel Left = 115 Top = 29 Width = 15 Height = 15 Alignment = taRightJustify Caption = '�s' end object SizePer_Label: TLabel Left = 98 Top = 29 Width = 15 Height = 15 Caption = '�^' end object FrgWdEdit: TMaskEdit Left = 28 Top = 25 Width = 33 Height = 23 HelpContext = 16 EditMask = '99;0; ' ImeMode = imClose MaxLength = 2 TabOrder = 0 Text = '12' OnChange = FrgWdEditChange end object WdUpDown: TUpDown Left = 61 Top = 25 Width = 15 Height = 23 Associate = FrgWdEdit Min = 1 Max = 40 Position = 12 TabOrder = 1 Wrap = False end object FrgHiEdit: TMaskEdit Left = 134 Top = 25 Width = 33 Height = 23 HelpContext = 16 EditMask = '99;0; ' ImeMode = imClose MaxLength = 2 TabOrder = 3 Text = '3' OnChange = FrgHiEditChange end object HiUpDown: TUpDown Left = 167 Top = 25 Width = 15 Height = 23 Associate = FrgHiEdit Min = 1 Max = 40 Position = 3 TabOrder = 4 Wrap = False end object FitHiBtn: TButton Left = 183 Top = 24 Width = 32 Height = 25 Caption = '&Fit' TabOrder = 5 OnClick = FitFragHi end object FitWdBtn: TButton Left = 77 Top = 24 Width = 32 Height = 25 Caption = 'F&it' TabOrder = 2 OnClick = FitFragWd end end object LinkGrpBox: TGroupBox Left = 8 Top = 66 Width = 360 Height = 57 HelpContext = 16 Anchors = [akLeft, akRight, akBottom] Caption = '�����N(&L)' TabOrder = 4 object LinkNameEdit: TEdit Left = 8 Top = 24 Width = 281 Height = 23 HelpContext = 16 Anchors = [akLeft, akTop, akRight] ImeMode = imClose TabOrder = 0 OnChange = LinkNameEditChange end object LinkRefBtn: TButton Left = 290 Top = 24 Width = 36 Height = 25 Anchors = [akTop, akRight] Caption = '...' TabOrder = 1 OnClick = LinkRefBtnClick end object LnkExBtn: TButton Left = 328 Top = 24 Width = 24 Height = 25 Anchors = [akTop, akRight] Caption = '��' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = LnkExBtnClick end end end object Panel1: TPanel Left = 0 Top = 0 Width = 376 Height = 165 Align = alClient BevelOuter = bvNone TabOrder = 0 object GroupLabel: TLabel Left = 14 Top = 10 Width = 75 Height = 15 Alignment = taRightJustify Caption = '�O���[�v(&G)' FocusControl = GroupComboBox end object Label1: TLabel Left = 8 Top = 37 Width = 48 Height = 15 Caption = '���e(&E)' FocusControl = Memo1 end object Memo1: TMemo Left = 8 Top = 56 Width = 270 Height = 101 HelpContext = 16 Anchors = [akLeft, akTop, akRight, akBottom] MaxLength = 1024 ScrollBars = ssVertical TabOrder = 1 WantReturns = False WordWrap = False OnChange = Memo1Change OnEnter = Memo1Enter OnExit = Memo1Exit end object TypeGroupBox: TGroupBox Left = 288 Top = 40 Width = 80 Height = 119 Anchors = [akTop, akRight] Caption = '�^�C�v(&T)' TabOrder = 2 object NormalRadioBtn: TRadioButton Left = 8 Top = 24 Width = 57 Height = 17 Caption = '�f��' TabOrder = 0 OnClick = RadioBtnClick end object PlateRadioBtn: TRadioButton Left = 8 Top = 48 Width = 57 Height = 17 Caption = '�\�D' TabOrder = 1 OnClick = RadioBtnClick end object SymbolRadioBtn: TRadioButton Left = 8 Top = 72 Width = 57 Height = 17 Caption = '�W��' TabOrder = 2 OnClick = RadioBtnClick end object ImageRadioBtn: TRadioButton Left = 8 Top = 96 Width = 57 Height = 17 Caption = '�摜' TabOrder = 3 OnClick = RadioBtnClick end end object GroupComboBox: TComboBox Left = 96 Top = 6 Width = 273 Height = 23 Style = csDropDownList ItemHeight = 15 TabOrder = 0 OnChange = GroupComboBoxChange end end object ColorDialog1: TColorDialog Ctl3D = True Left = 104 Top = 72 end object OpenLnkDlg: TOpenDialog Left = 40 Top = 72 end object PopupMenu1: TPopupMenu OnPopup = PopupMenu1Popup Left = 40 Top = 104 object PopGetTitItem: TMenuItem Caption = '�^�C�g�� (&T)' OnClick = PopGetTitItemClick end object PopGetDscItem: TMenuItem Caption = 'META: description (&D)' OnClick = PopGetMetaItemClick end object PopGetKeyItem: TMenuItem Tag = 1 Caption = 'META: keywords (&K)' OnClick = PopGetMetaItemClick end object PopGetTopItem: TMenuItem Caption = '�L�p�����ȍŏ��̍s (&F)' OnClick = PopGetTopItemClick end object PopGetTrakItem: TMenuItem Caption = '�g���b�N�� (&T)' OnClick = PopGetMp3ItemClick end object PopGetArtistItem: TMenuItem Tag = 1 Caption = '�A�[�e�B�X�g�� (&A)' OnClick = PopGetMp3ItemClick end object PopGetAlbumItem: TMenuItem Tag = 2 Caption = '�A���o���� (&L)' OnClick = PopGetMp3ItemClick end object PopGetYearItem: TMenuItem Tag = 3 Caption = '�����[�X�N�� (&Y)' OnClick = PopGetMp3ItemClick end object PopGetComItem: TMenuItem Tag = 4 Caption = '�R�����g (&C)' OnClick = PopGetMp3ItemClick end object N1: TMenuItem Tag = -1 Caption = '-' end object PopGetPathItem: TMenuItem Tag = -1 Caption = '�t���p�X�t�t�@�C����(&P)' OnClick = PopGetPathItemClick end object PopGetFileItem: TMenuItem Tag = -1 Caption = '�t�@�C���� (&N)' OnClick = PopGetFileItemClick end object PopGetNameItem: TMenuItem Tag = -1 Caption = '�g���q���������t�@�C���� (&M)' OnClick = PopGetNameItemClick end end object OpenImgDlg: TOpenPictureDialog Filter = '���ׂẴt�@�C�� (*.bmp;*.ico;*.emf;*.wmf)|*.bmp;*.ico;*.emf;*.w' + 'mf|�r�b�g�}�b�v (*.bmp)|*.bmp|�A�C�R�� (*.ico)|*.ico|�G���n���X ' + '���^�t�@�C�� (*.emf)|*.emf|���^�t�@�C�� (*.wmf)|*.wmf' Left = 72 Top = 72 end object ActionList1: TActionList Left = 72 Top = 104 object OkAction: TAction Caption = '�n�j' OnExecute = OkExecute OnUpdate = OkActionUpdate end end end