testtool.src (3c07ef42) | testtool.src (ca6cfdb2) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 31 unchanged lines hidden (view full) --- 40/* 41class FlagToolBoxState 42{ 43 TIB_CHECKABLE, TIB_AUTOCHECK, TIB_RADIOCHECK, TIB_LEFT, 44 TIB_AUTOSIZE, TIB_DROPDOWN, 45};*/ 46 Identifier = TT_SHOW; 47 ItemBitmap = Bitmap { | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 31 unchanged lines hidden (view full) --- 40/* 41class FlagToolBoxState 42{ 43 TIB_CHECKABLE, TIB_AUTOCHECK, TIB_RADIOCHECK, TIB_LEFT, 44 TIB_AUTOSIZE, TIB_DROPDOWN, 45};*/ 46 Identifier = TT_SHOW; 47 ItemBitmap = Bitmap { |
48 File = "ttshow.bmp"; | 48 File = "ttshow.png"; |
49 }; 50 Text[ en-US ] = "Display IDs"; 51 }; 52 ToolBoxItem { 53 Type = TOOLBOXITEM_SEPARATOR; 54 }; 55 ToolBoxItem { 56 _ToolBoxItemFlags = TIB_AUTOSIZE; 57 Identifier = TT_OUTPUT; 58 Text[ en-US ] = "This is the input window"; 59 }; 60 ToolBoxItem { 61 Type = TOOLBOXITEM_SEPARATOR; 62 }; 63 ToolBoxItem { 64 Identifier = TT_SEND_DATA; 65 ItemBitmap = Bitmap { | 49 }; 50 Text[ en-US ] = "Display IDs"; 51 }; 52 ToolBoxItem { 53 Type = TOOLBOXITEM_SEPARATOR; 54 }; 55 ToolBoxItem { 56 _ToolBoxItemFlags = TIB_AUTOSIZE; 57 Identifier = TT_OUTPUT; 58 Text[ en-US ] = "This is the input window"; 59 }; 60 ToolBoxItem { 61 Type = TOOLBOXITEM_SEPARATOR; 62 }; 63 ToolBoxItem { 64 Identifier = TT_SEND_DATA; 65 ItemBitmap = Bitmap { |
66 File = "ttremote.bmp"; | 66 File = "ttremote.png"; |
67 }; 68 Text[ en-US ] = "Transfer to TestTool"; 69 }; 70 ToolBoxItem { 71 Type = TOOLBOXITEM_SEPARATOR; 72 }; 73 ToolBoxItem { 74 Identifier = TT_ALLWIN; 75 ItemBitmap = Bitmap { | 67 }; 68 Text[ en-US ] = "Transfer to TestTool"; 69 }; 70 ToolBoxItem { 71 Type = TOOLBOXITEM_SEPARATOR; 72 }; 73 ToolBoxItem { 74 Identifier = TT_ALLWIN; 75 ItemBitmap = Bitmap { |
76 File = "ttall.bmp"; | 76 File = "ttall.png"; |
77 }; 78 Text[ en-US ] = "Show all windows"; 79 }; 80 ToolBoxItem { 81 Identifier = TT_KURZNAME; 82 ItemBitmap = Bitmap { | 77 }; 78 Text[ en-US ] = "Show all windows"; 79 }; 80 ToolBoxItem { 81 Identifier = TT_KURZNAME; 82 ItemBitmap = Bitmap { |
83 File = "ttdef.bmp"; | 83 File = "ttdef.png"; |
84 }; 85 Text[ en-US ] = "Show short names (if available)"; 86 }; 87 ToolBoxItem { 88 Identifier = TT_LANGNAME; 89 ItemBitmap = Bitmap { | 84 }; 85 Text[ en-US ] = "Show short names (if available)"; 86 }; 87 ToolBoxItem { 88 Identifier = TT_LANGNAME; 89 ItemBitmap = Bitmap { |
90 File = "tthid.bmp"; | 90 File = "tthid.png"; |
91 }; 92 Text[ en-US ] = "Always show long-name"; 93 }; 94 }; 95 Text[ en-US ] = "DisplayHID"; 96}; 97 98Bitmap TT_SHOW2 { | 91 }; 92 Text[ en-US ] = "Always show long-name"; 93 }; 94 }; 95 Text[ en-US ] = "DisplayHID"; 96}; 97 98Bitmap TT_SHOW2 { |
99 File = "ttshow2.bmp"; | 99 File = "ttshow2.png"; |
100}; 101 102WorkWindow TT_INLINE_TRANSLATION { 103 HelpID = "svtools:WorkWindow:TT_INLINE_TRANSLATION"; 104 SVLook = TRUE; 105 Size = MAP_APPFONT( 2*Control_Border + 4*ButtonWidth + 3*Button_Button, 120 ); 106 Moveable = TRUE; 107 Sizeable = TRUE; --- 90 unchanged lines hidden --- | 100}; 101 102WorkWindow TT_INLINE_TRANSLATION { 103 HelpID = "svtools:WorkWindow:TT_INLINE_TRANSLATION"; 104 SVLook = TRUE; 105 Size = MAP_APPFONT( 2*Control_Border + 4*ButtonWidth + 3*Button_Button, 120 ); 106 Moveable = TRUE; 107 Sizeable = TRUE; --- 90 unchanged lines hidden --- |