object App_TOOLSetFont: TApp_TOOLSetFont Left = 177 Top = 383 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'setFont' ClientHeight = 184 ClientWidth = 326 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS UI Gothic' Font.Style = [] OldCreateOrder = False PopupMenu = PopupMenu1 Position = poDefaultPosOnly Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 12 object StatusBar1: TStatusBar Left = 0 Top = 165 Width = 326 Height = 19 AutoHint = True Panels = <> SimplePanel = True SizeGrip = False end object btnExit: TButton Left = 244 Top = 131 Width = 73 Height = 25 Action = actFile_Exit TabOrder = 4 end object btnHelp: TButton Left = 164 Top = 131 Width = 73 Height = 25 Action = actHelp_VersionInfo TabOrder = 3 end object chkFont_FixedFont: TCheckBox Left = 8 Top = 131 Width = 97 Height = 22 Action = actFont_FixedFont TabOrder = 2 end object grpSelWindow: TGroupBox Left = 8 Top = 67 Width = 310 Height = 54 Caption = #23455#34892#20013#12398#12503#12525#12464#12521#12512#12434#36984#25246 TabOrder = 1 object lblSelKey: TLabel Left = 8 Top = 23 Width = 44 Height = 12 Hint = #23455#34892#20013#12398#12503#12525#12464#12521#12512#12434#36984#25246#12377#12427#12461#12540#12434#36984#12403#12414#12377 Caption = #36984#25246#12461#12540 Layout = tlCenter end object btnSelWindowStart: TButton Left = 168 Top = 17 Width = 61 Height = 25 Action = actFile_SelWindowStart TabOrder = 0 end object btnSelWindowCancel: TButton Left = 237 Top = 17 Width = 61 Height = 25 Action = actFile_SelWindowCancel TabOrder = 1 end object lstHotKey: TComboBox Left = 55 Top = 19 Width = 105 Height = 20 ItemHeight = 12 ItemIndex = 0 TabOrder = 2 Text = #21491#12463#12522#12483#12463 OnSelect = lstHotKeySelect Items.Strings = ( #21491#12463#12522#12483#12463 #20013#12463#12522#12483#12463 #12471#12501#12488#12461#12540 #12473#12506#12540#12473#12461#12540 'Esc'#12461#12540 'F1' 'F2' 'F3' 'F4' 'F5' 'F6' 'F7' 'F8' 'F9' 'F10' 'F11' 'F12') end end object grpSelProgram: TGroupBox Left = 8 Top = 8 Width = 310 Height = 54 Caption = #12480#12452#12450#12525#12464#12363#12425#12503#12525#12464#12521#12512#12434#36984#25246 TabOrder = 0 object btnOpen: TButton Left = 8 Top = 17 Width = 110 Height = 25 Action = actFile_Open TabOrder = 0 end object btnCreateShortCut: TButton Left = 188 Top = 17 Width = 110 Height = 25 Action = actFile_CreateShortCut TabOrder = 1 end end object edtHelp: TMemo Left = 136 Top = 128 Width = 25 Height = 25 BorderStyle = bsNone Lines.Strings = ( #12480#12452#12450#12525#12464#12363#12425#12503#12525#12464#12521#12512#12434#36984#25246 #12501#12457#12531#12488#12434#22793#26356#12377#12427#12503#12525#12464#12521#12512#12434#36984#25246#12375#12383#12426#12471#12519#12540#12488#12459#12483#12488#12434#20316#25104#12375#12414#12377#12290 '['#12503#12525#12464#12521#12512#12434#38283#12367']'#12399#12501#12457#12531#12488#12434#22793#26356#12377#12427#12503#12525#12464#12521#12512#12434#12480#12452#12450#12525#12464#12363#12425#36984#25246#12375#12390#36215#21205#12373#12379#12414#12377#12290 '['#12471#12519#12540#12488#12459#12483#12488#20316#25104']'#12399#12501#12457#12531#12488#12434#22793#26356#12377#12427#12503#12525#12464#12521#12512#12408#12398#12471#12519#12540#12488#12459#12483#12488#12434#20316#25104#12375#12414#12377#12290 #12471#12519#12540#12488#12459#12483#12488#12434#20316#25104#12377#12427#12371#12392#12391#12501#12457#12531#12488#12434#22793#26356#12377#12427#12503#12525#12464#12521#12512#12434#27598#22238#12480#12452#12450#12525#12464#12394#12393#12363#12425#36984#25246#12377#12427#25163#38291#12434#30465#12367#12371#12392#12364#20986#26469#12414#12377#12290 '' #23455#34892#20013#12398#12503#12525#12464#12521#12512#12434#36984#25246 #23455#34892#20013#12398#12503#12525#12464#12521#12512#12398#12501#12457#12531#12488#12434#22793#26356#12375#12414#12377#12290 #36984#25246#12461#12540#12434#36984#12435#12391'['#38283#22987']'#12508#12479#12531#12434#25276#12375#12383#24460#12501#12457#12531#12488#12434#22793#26356#12377#12427#12503#12525#12464#12521#12512#12395#12510#12454#12473#12459#12540#12477#12523#12434#12418#12387#12390#12356#12365#36984#25246#12461#12540'('#12354#12427#12356#12399#12508#12479#12531')'#12434#25276#12375 + #12414#12377#12290) TabOrder = 6 Visible = False WordWrap = False end object Button1: TButton Left = 136 Top = 24 Width = 57 Height = 25 Caption = 'Button1' TabOrder = 7 Visible = False OnClick = Button1Click end object Timer1: TTimer Enabled = False Interval = 30 OnTimer = Timer1Timer Left = 8 Top = 144 end object ActionList1: TActionList Left = 40 Top = 144 object actFile_SelWindowStart: TAction Category = #12501#12449#12452#12523 Caption = #38283#22987 Hint = #23455#34892#20013#12398#12503#12525#12464#12521#12512#12398#36984#25246#12434#38283#22987#12375#12414#12377 OnExecute = actFile_SelWindowStartExecute end object actFile_SelWindowCancel: TAction Category = #12501#12449#12452#12523 Caption = #20013#27490 Enabled = False Hint = #23455#34892#20013#12398#12503#12525#12464#12521#12512#12398#36984#25246#12434#20013#27490#12375#12414#12377 OnExecute = actFile_SelWindowCancelExecute end object actFile_Open: TAction Category = #12501#12449#12452#12523 Caption = #12503#12525#12464#12521#12512#12434#38283#12367'...' Hint = #12480#12452#12450#12525#12464#12363#12425#12503#12525#12464#12521#12512#12434#36984#25246#12375#12414#12377 OnExecute = actFile_OpenExecute end object actFile_CreateShortCut: TAction Category = #12501#12449#12452#12523 Caption = #12471#12519#12540#12488#12459#12483#12488#20316#25104 Hint = #12471#12519#12540#12488#12459#12483#12488#12434#20316#25104#12375#12414#12377 OnExecute = actFile_CreateShortCutExecute end object actFile_Exit: TAction Category = #12501#12449#12452#12523 Caption = #32066#20102 Hint = #32066#20102 ShortCut = 32883 OnExecute = actFile_ExitExecute end object actHelp_VersionInfo: TAction Category = #12504#12523#12503 Caption = #12504#12523#12503 Hint = #12496#12540#12472#12519#12531#24773#22577 ShortCut = 112 OnExecute = actHelp_VersionInfoExecute end object actFont_FixedFont: TAction Category = #12501#12457#12531#12488 AutoCheck = True Caption = #22266#23450#24133#12501#12457#12531#12488 Hint = #22266#23450#24133#12501#12457#12531#12488#12392#12503#12525#12509#12540#12471#12519#12490#12523#12501#12457#12531#12488#12434#20999#12426#26367#12360#12414#12377 OnExecute = actFont_FixedFontExecute end end object PopupMenu1: TPopupMenu AutoHotkeys = maManual AutoLineReduction = maManual Left = 72 Top = 144 object mniFile_Open: TMenuItem Action = actFile_Open end object mniFile_CreateShortCut: TMenuItem Action = actFile_CreateShortCut end object mniLine_1: TMenuItem Caption = '-' end object mniFile_SelWindowStart: TMenuItem Action = actFile_SelWindowStart end object mniFile_SelWindowCancel: TMenuItem Action = actFile_SelWindowCancel end object mniLine_2: TMenuItem Caption = '-' end object mniHelp_VersionInfo: TMenuItem Action = actHelp_VersionInfo end object mniLine_3: TMenuItem Caption = '-' end object mniFile_Exit: TMenuItem Action = actFile_Exit end end object dlgOpenFile: TMyOpenFileDialog Filter = #23455#34892#12501#12449#12452#12523'(*.exe)|*.EXE|'#12377#12409#12390'|*.*' Title = #12503#12525#12464#12521#12512#36984#25246 Owner = Owner Left = 104 Top = 144 end end