![]() |
How to set the porpertiesThe GUI objects have some properties which is a kind of internal variables. You can customize the instance about shapes,colors,actions.., by its properties.The porperty window of the inspector is for the setting of properties. Select [Properties] of the [Edit] menu of the builder, or [Properties] tab of the inspector to display it. ![]() ![]() [The property window from the menus] ![]() [The property window from the instance] Then, the following window appears. It shows the properties of WSCvbtn (push button). ![]() [A view of the property window (right of the inspector)] You can change the values of the properties and refrects by return key. The following shows a change of value at underline, you can see the instance has changed. ![]() ![]() [A change of value with the property window] You can specify a hexadecimal RGB value, or press color button to display the color selection dialog, when the property is a color property. ![]() ![]() [Settings of the color property] The color value is # + RR + GG + BB by hexadecimal. For example, White is #ffffff,black is #000000, Red is #ff0000,Blue is #0000ff, Green is #00ff00. Valid value of the color value is as follows. You can also specify system default colors with the color selection dialog. You have better use these colors on development for Windows system. ![]() [Use the system default colors] Document Release 1.3 For Use with Wide Studio Release 1.3, Summer 2001
|