object Form1: TForm1 Left = 192 Top = 107 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Titan Quest Memory Editor' ClientHeight = 149 ClientWidth = 417 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o����' Font.Style = [] OldCreateOrder = False OnClose = FormClose PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 20 Top = 14 Width = 152 Height = 12 Caption = 'Titan Quest�@�N���Ď����D�D�D' Font.Charset = SHIFTJIS_CHARSET Font.Color = clGreen Font.Height = -12 Font.Name = '�l�r �o����' Font.Style = [] ParentFont = False end object CheckBox1: TCheckBox Left = 20 Top = 40 Width = 213 Height = 17 Caption = 'Health �� Energy �������񕜂���' Checked = True State = cbChecked TabOrder = 0 end object CheckBox2: TCheckBox Left = 20 Top = 60 Width = 205 Height = 17 Caption = 'XP ���@�@�@�@�@�P�ʂŐ؂�グ��' Checked = True State = cbChecked TabOrder = 1 end object Edit1: TEdit Left = 70 Top = 60 Width = 34 Height = 16 AutoSize = False Ctl3D = False ParentCtl3D = False TabOrder = 2 Text = '500' end object CheckBox3: TCheckBox Left = 20 Top = 80 Width = 293 Height = 17 Caption = 'Status Points �� Skill Points �� 20 �ȏ�Ɉێ�����' Checked = True State = cbChecked TabOrder = 3 end object CheckBox4: TCheckBox Left = 20 Top = 100 Width = 237 Height = 17 Caption = 'Gold ���@�@�@�@�@�@�@�@�@�ȏ�Ɉێ�����' Checked = True State = cbChecked TabOrder = 4 end object Edit2: TEdit Left = 80 Top = 100 Width = 64 Height = 16 AutoSize = False Ctl3D = False ParentCtl3D = False TabOrder = 5 Text = '500000' end object Button1: TButton Left = 260 Top = 8 Width = 65 Height = 21 Caption = '�ݒ�(&S)' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r ����' Font.Style = [] ParentFont = False TabOrder = 6 OnClick = Button1Click end object Button2: TButton Left = 332 Top = 8 Width = 65 Height = 21 Caption = '�I��(&X)' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r ����' Font.Style = [] ParentFont = False TabOrder = 7 OnClick = Button2Click end object ProgressBar1: TProgressBar Left = 0 Top = 133 Width = 417 Height = 16 Align = alBottom Min = 0 Max = 100 TabOrder = 8 end object Timer1: TTimer Enabled = False Interval = 250 OnTimer = Timer1Timer Left = 368 Top = 32 end end