object JTfrmResize: TJTfrmResize Left = 409 Top = 139 HelpContext = 32 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '���T�C�Y' ClientHeight = 109 ClientWidth = 377 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 12 Top = 20 Width = 18 Height = 12 Alignment = taRightJustify Caption = '���F' end object Label3: TLabel Left = 101 Top = 20 Width = 34 Height = 12 Caption = '�~ �c�F' end object Label4: TLabel Left = 209 Top = 20 Width = 43 Height = 12 Caption = '�s�N�Z��' end object Button1: TButton Left = 276 Top = 8 Width = 90 Height = 25 Caption = 'OK' Default = True TabOrder = 5 OnClick = Button1Click end object Button2: TButton Left = 276 Top = 40 Width = 90 Height = 25 Cancel = True Caption = '�L�����Z��' TabOrder = 6 OnClick = Button2Click end object edtWidth: TSpinEdit Left = 33 Top = 16 Width = 60 Height = 21 MaxValue = 1000000000 MinValue = 1 TabOrder = 0 Value = 1 OnChange = edtWidthChange end object edtHeight: TSpinEdit Left = 141 Top = 16 Width = 60 Height = 21 MaxValue = 1000000000 MinValue = 1 TabOrder = 1 Value = 1 OnChange = edtHeightChange end object chkKeepAspect: TCheckBox Left = 12 Top = 52 Width = 157 Height = 17 Caption = '�c���̔䗦��ێ�����' Checked = True State = cbChecked TabOrder = 2 end object chkResample: TCheckBox Left = 12 Top = 76 Width = 141 Height = 17 Caption = '�ăT���v�����O���s��' TabOrder = 3 OnClick = chkResampleClick end object ComboBox1: TComboBox Left = 160 Top = 74 Width = 89 Height = 20 Style = csDropDownList ItemHeight = 12 Items.Strings = ( 'Box' 'Hermite' 'Triangle' 'Bell' 'Mitchell' 'BSpline' 'Lanczos3') TabOrder = 4 end object btnHelp: TButton Left = 276 Top = 72 Width = 90 Height = 25 Caption = '�w���v' TabOrder = 7 OnClick = btnHelpClick end end