object MainForm: TMainForm Left = 195 Top = 103 Width = 618 Height = 427 Caption = 'TransAK ver1.2�@Created by ����' Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object Panel_T: TPanel Left = 0 Top = 0 Width = 610 Height = 93 Align = alTop TabOrder = 0 object GBoxTransSet: TGroupBox Left = 4 Top = 4 Width = 385 Height = 49 Caption = '���ߐݒ�' Color = clBtnFace ParentColor = False TabOrder = 0 object BackColLabel: TLabel Left = 304 Top = 20 Width = 72 Height = 16 Caption = '���N���b�N' Color = clBlack Font.Charset = SHIFTJIS_CHARSET Font.Color = clLime Font.Height = -16 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [fsBold] ParentColor = False ParentFont = False OnClick = TransColLabelClick end object TransColLabel: TLabel Left = 112 Top = 20 Width = 72 Height = 16 Caption = '���N���b�N' Color = clBlack Font.Charset = SHIFTJIS_CHARSET Font.Color = clLime Font.Height = -16 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [fsBold] ParentColor = False ParentFont = False OnClick = TransColLabelClick end object BGCBtn: TButton Left = 202 Top = 16 Width = 95 Height = 25 Caption = '�w�i�F�F�X�|�C�g' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = BGCBtnClick end object TransCBtn: TButton Left = 10 Top = 16 Width = 95 Height = 25 Caption = '���ߐF�F�X�|�C�g' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = TransCBtnClick end end object GroupBox1: TGroupBox Left = 396 Top = 4 Width = 205 Height = 81 Caption = '�g�k�T�C�Y' TabOrder = 1 object Label1: TLabel Left = 11 Top = 24 Width = 18 Height = 12 Caption = '�c�F' end object Label2: TLabel Left = 11 Top = 53 Width = 18 Height = 12 Caption = '���F' end object SizeTypeCmbBox: TComboBox Left = 100 Top = 21 Width = 93 Height = 20 Style = csDropDownList ItemHeight = 12 TabOrder = 0 OnChange = SizeTypeCmbBoxChange Items.Strings = ( '�䗦(%)' '�s�N�Z��') end object SizeWEdit: TEdit Left = 32 Top = 49 Width = 45 Height = 20 TabOrder = 1 Text = '100' OnChange = SizeWEditChange end object SizeWUD: TUpDown Left = 77 Top = 49 Width = 15 Height = 20 Associate = SizeWEdit Min = 1 Max = 500 Position = 100 TabOrder = 2 Wrap = False OnChangingEx = SizeHUDChangingEx end object SizeHEdit: TEdit Left = 32 Top = 21 Width = 45 Height = 20 TabOrder = 3 Text = '100' OnChange = SizeHEditChange end object SizeHUD: TUpDown Left = 77 Top = 21 Width = 15 Height = 20 Associate = SizeHEdit Min = 1 Max = 500 Position = 100 TabOrder = 4 Wrap = False OnChangingEx = SizeHUDChangingEx end object SizeRatioCBox: TCheckBox Left = 100 Top = 48 Width = 97 Height = 17 Caption = '�c������Œ�' Checked = True State = cbChecked TabOrder = 5 end end object SrcLoadBtn: TButton Left = 4 Top = 60 Width = 65 Height = 25 Caption = '�ǂݍ���' TabOrder = 2 OnClick = SrcLoadBtnClick end object SrcPasteBtn: TButton Left = 68 Top = 60 Width = 69 Height = 25 Caption = '�\��t��' TabOrder = 3 OnClick = SrcPasteBtnClick end object DstCopyBtn: TButton Left = 260 Top = 60 Width = 65 Height = 25 Caption = '�R�s�[' TabOrder = 4 OnClick = DstCopyBtnClick end object DstSaveBtn: TButton Left = 324 Top = 60 Width = 65 Height = 25 Caption = '�ۑ�' TabOrder = 5 OnClick = DstSaveBtnClick end object GoBtn: TButton Left = 156 Top = 60 Width = 85 Height = 25 Caption = '�����J�n' TabOrder = 6 OnClick = GoBtnClick end end object Panel_B: TPanel Left = 0 Top = 93 Width = 610 Height = 307 Align = alClient TabOrder = 1 object Splitter1: TSplitter Left = 297 Top = 1 Width = 3 Height = 305 Cursor = crHSplit Align = alRight Color = clGreen ParentColor = False end object Panel_BL: TPanel Left = 1 Top = 1 Width = 296 Height = 305 Align = alClient TabOrder = 0 object Panel_BLT: TPanel Left = 1 Top = 1 Width = 294 Height = 24 Align = alTop TabOrder = 0 object SrcLabel: TLabel Left = 4 Top = 4 Width = 72 Height = 16 Caption = '�����摜�F' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False end end object SrcSBox: TScrollBox Left = 1 Top = 25 Width = 294 Height = 279 HorzScrollBar.Tracking = True VertScrollBar.Tracking = True Align = alClient TabOrder = 1 object SrcImage: TImage Left = 0 Top = 0 Width = 141 Height = 153 AutoSize = True OnClick = SrcImageClick OnMouseMove = SrcImageMouseMove end end end object Panel_BR: TPanel Left = 300 Top = 1 Width = 309 Height = 305 Align = alRight TabOrder = 1 object Panel_BRT: TPanel Left = 1 Top = 1 Width = 307 Height = 24 Align = alTop TabOrder = 0 object DstLabel: TLabel Left = 3 Top = 4 Width = 80 Height = 16 Caption = '���k���摜' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False end end object DstSBox: TScrollBox Left = 1 Top = 25 Width = 307 Height = 279 HorzScrollBar.Tracking = True VertScrollBar.Tracking = True Align = alClient TabOrder = 1 object DstImage: TImage Left = 0 Top = 0 Width = 141 Height = 153 AutoSize = True OnMouseMove = DstImageMouseMove end end end end object ODialog: TOpenDialog DefaultExt = 'BMP' Filter = 'BMP/PNG/JPG�C���[�W(*.BMP/PNG/JPG)|*.BMP;*.PNG;*.JPG' Left = 492 Top = 68 end object SDialog: TSaveDialog DefaultExt = 'BMP' Filter = 'BMP�C���[�W(*.bmp)|*.bmp|PNG�C���[�W(*.png)|*.png|JPG�C���[�W(*.' + 'jpg)|*.jpg' Left = 564 Top = 68 end object CDialog: TColorDialog Ctl3D = True Left = 532 Top = 68 end end