JPH09114621A - Gui picture design support method - Google Patents

Gui picture design support method

Info

Publication number
JPH09114621A
JPH09114621A JP7266793A JP26679395A JPH09114621A JP H09114621 A JPH09114621 A JP H09114621A JP 7266793 A JP7266793 A JP 7266793A JP 26679395 A JP26679395 A JP 26679395A JP H09114621 A JPH09114621 A JP H09114621A
Authority
JP
Japan
Prior art keywords
attribute
window area
related information
control
attribute information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP7266793A
Other languages
Japanese (ja)
Inventor
Yuji Ishii
裕二 石井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP7266793A priority Critical patent/JPH09114621A/en
Publication of JPH09114621A publication Critical patent/JPH09114621A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)
  • Processing Or Creating Images (AREA)
  • Digital Computer Display Output (AREA)

Abstract

PROBLEM TO BE SOLVED: To exclude the variance among plural developers to generate a consistent GUI picture by setting a relational information table between window area attributes and control parts attributes and an attribute monitor program. SOLUTION: A new attribute monitor program 109 retrieves 'form color' and 'form size' in a relational information storage table 110 based on a stuck control type and attribute information and the mode which are set to the form stored in a form attribute information storage table 112 and extracts the color and the size to be set to stuck control parts and stores extracted attribute information in an object attribute information table 111. Further, the program 109 sets attributes to control parts on the form based on this retrieval. Thus, it is unnecessary to set a GUI design with trial and error, and the design can be standardized even in development by plural developers.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明はソフトウェア開発支
援方法に関する。
TECHNICAL FIELD The present invention relates to a software development support method.

【0002】[0002]

【従来技術】従来のGUI画面の実現方法は、第3世代
言語(3GL)と呼ばれる言語によって、GUIの画面
に対応するウィンドウやコントロールと呼ばれるプッシ
ュボタン、テキストボックス、リストボックスなどの表
示処理、使用者の操作に対する処理記述をプログラミン
グしていた。そして、最近になり、ソフトウェア簡易開
発支援ツール(4GL)と呼ばれる言語が出現し、フォ
ームあるいはシートと呼ばれるウィンドウ領域にコント
ロールをマウス操作で貼り付けるという非常に簡単な操
作でGUI画面を実現できるツールが普及してきた。し
かし、これらのツールはウィンドウ領域上に、各ソフト
ウェア簡易開発支援ツールの提供する標準コントロール
をマウス操作で貼り付け、ウィンドウ領域上でその貼り
付けた個々のコントロールに対して、属性値(色、大き
さ、フォントなど)を設定する。その属性値は1つ1つ
のコントロール毎に、開発者自身でウィンドウ領域の属
性と照らし合わせながら、適切な値を検討し、設定しな
ければならない。
2. Description of the Related Art A conventional GUI screen realization method is to display and use push buttons, text boxes, list boxes, etc. called windows and controls corresponding to GUI screens according to a language called a third generation language (3GL). I was programming the process description for the user's operation. And recently, a language called software simple development support tool (4GL) has appeared, and a tool that can realize a GUI screen by a very simple operation of pasting a control to a window area called a form or a sheet with a mouse operation has become available. It has become popular. However, these tools paste the standard controls provided by each software easy development support tool in the window area by mouse operation, and set the attribute value (color, size) for each pasted control in the window area. , Font, etc.). For each control, the developer must examine and set an appropriate value for each control while checking it against the attribute of the window area.

【0003】GUI作成後に、ウィンドウ領域の属性値
色を変更する場合には、そのウィンドウ領域上に展開す
る全てのコントロールの持つ属性値の変更を、使用者の
判断で行っている。また、複数の開発者による業務シス
テム開発においては、開発者間でのGUIデザインの統
一を図る為に、GUIデザイン専門家が作成したガイド
を元に基準書を作成し開発者間での同期をとっている。
When the attribute value color of the window area is changed after the GUI is created, the attribute values of all controls developed in the window area are changed by the user. Also, in business system development by multiple developers, in order to unify the GUI designs among the developers, a standard document is created based on the guide created by a GUI design expert, and synchronization among the developers is performed. I am taking it.

【0004】ソフトウェア簡易開発支援ツールによって
は、標準コントロールの他に使用者固有のコントロール
を作成できるものが存在する。しかし、ウィンドウ領域
に対応させ、最適な属性値を設定するにはやはり使用者
の作業が必要となる。
Some software easy development support tools can create user-specific controls in addition to standard controls. However, the work of the user is still required to set the optimum attribute value corresponding to the window area.

【0005】[0005]

【発明が解決しようする課題】上記技術では、使用者は
ウィンドウ領域の持つ属性値に対応させる形で、コント
ロールの持つ属性値を使用者の判断で、全てのコントロ
ールに対し、試行錯誤しながら設定する必要があり、使
用者の負担となっていた。また使用者にデザインのセン
スを要求する必要があった。また、複数の開発者による
業務システム開発において、開発者全員が同一デザイン
に則る開発が必須で、開発者は常に、他の開発者と同期
をとる必要性があり、それを実現する為に、GUIデザ
イン専門家が作成したガイドを元に基準書を作成し管理
する必要性があり、基準を作らなければ使用者間でデザ
インとして一貫性のあるものができないという問題があ
った。本発明はユーザに対する作業を軽減し、どのよう
なユーザが使用してもデザインセンスの必要性を要求せ
ず、なおかつ、複数の開発者間でのばらつきを排除し、
一貫性のあるGUI画面を作成できるようにする手段を
提供することを目的とする。
In the above technique, the user sets the attribute value of the control by trial and error for all the controls by the user's judgment in a manner corresponding to the attribute value of the window area. It had to be done and was a burden on the user. Moreover, it was necessary to request the user to have a sense of design. In addition, in business system development by multiple developers, it is essential that all developers follow the same design, and the developers always need to synchronize with other developers. However, it is necessary to create and manage a standard document based on a guide created by a GUI design expert, and there is a problem that a consistent design cannot be created among users unless a standard is created. INDUSTRIAL APPLICABILITY The present invention reduces the work for users, does not require the need for design sense regardless of which user is used, and eliminates variations among a plurality of developers.
It is an object to provide a means for enabling creation of a consistent GUI screen.

【0006】[0006]

【課題を解決するための手段】本発明では、上記目的の
達成手段として、マウス操作でGUI画面を生成できる
ソフトウェア簡易開発支援ツールに、画面に対応するフ
ォームやシートなどと呼ばれるウィンドウ領域属性と、
ウィンドウ領域上に展開するコントロール部品属性の関
連情報テーブル、及び属性監視プログラムを設定する。
関連情報テーブルでは、ウィンドウ領域属性値に対応す
る形で、各コントロールが設定すべき最適な属性値をコ
ントロール種別毎に保持する。使用者がウィンドウ領域
にマウス操作でコントロール部品を貼り付ける際、もし
くは既に作成済みのGUI画面を変更するにあたりウィ
ンドウ領域属性を変更する際に、それらをトリガとし、
属性監視プログラムを起動し、ウィンドウ領域に設定さ
れている属性値と、ウィンドウ領域上に展開されてい
る、もしくは、展開されようとするコントロール種別を
認識し、認識した情報を元に関連情報テーブルを検索
し、各コントロールに設定すべき属性情報を認知し、各
コントロール部品にその属性情報を設定するものであ
る。
According to the present invention, as means for achieving the above object, a software simple development support tool capable of generating a GUI screen by a mouse operation, a window area attribute called a form or sheet corresponding to the screen,
A related information table of control component attributes developed in the window area and an attribute monitoring program are set.
In the related information table, the optimum attribute value to be set by each control is held for each control type in a form corresponding to the window area attribute value. When the user pastes the control parts in the window area with the mouse, or changes the window area attributes when changing the already created GUI screen, they are used as triggers,
Start the attribute monitoring program, recognize the attribute value set in the window area, and the control type that is expanded or is about to be expanded in the window area, and based on the recognized information, display the related information table. It searches and recognizes the attribute information to be set in each control, and sets the attribute information in each control component.

【0007】画面に対応するフォームやシートなどと呼
ばれるウィンドウ領域の属性値と、ウィンドウ領域上に
展開する各コントロール部品の属性値をテーブル形式で
最適な値を保持させておくことで、ウィンドウ領域上の
コントロールに設定すべき属性値を開発者は試行錯誤し
て設定する必要がなくなり、作業効率の向上がはかれる
とともに、デザイン精度を引き上げることが可能とな
る。またGUI画面作成後のデザイン変更への対応作業
を大幅に削減できる。更にまた、複数開発者による、G
UIデザインのばらつきの幅を小さくすることが可能と
なる。
By keeping the optimum values in the table format for the attribute values of the window area called a form or sheet corresponding to the screen and the attribute values of each control component expanded on the window area, It is not necessary for the developer to set the attribute value to be set in the control of, by trial and error, so that the work efficiency can be improved and the design accuracy can be improved. Further, the work of responding to the design change after creating the GUI screen can be significantly reduced. Furthermore, G by multiple developers
It is possible to reduce the width of UI design variation.

【0008】[0008]

【発明の実施の形態】以下本発明の一実施例を図1〜図
11に従って説明する。図1では本実施例で取り扱うG
UI画面デザイン支援システムのシステム構成を示す。
BEST MODE FOR CARRYING OUT THE INVENTION An embodiment of the present invention will be described below with reference to FIGS. In FIG. 1, G handled in this embodiment
1 shows a system configuration of a UI screen design support system.

【0009】本システムは以下の装置で構成される。1
03は文字情報などを入力する入力装置である。
This system comprises the following devices. 1
Reference numeral 03 is an input device for inputting character information and the like.

【0010】102は入力装置(103)の入力を補助
するマウスである。101は本発明を実現する実行部で
あり、GUI画面を持つソフトウェアを開発する場合
に、シート、フォームと呼ばれる画面に対応するウィン
ドウ領域上に、コントロール部品をマウス(102)で
貼りつける際に、ウィンドウ領域の属性情報に応じて、
その上に展開するコントロール部品の属性情報を設定す
る処理装置である。
Reference numeral 102 is a mouse for assisting the input of the input device (103). Reference numeral 101 denotes an execution unit that realizes the present invention. When developing software having a GUI screen, when a control component is pasted with a mouse (102) on a window area corresponding to a screen called a sheet or form, Depending on the attribute information of the window area,
It is a processing device for setting the attribute information of the control component to be developed on it.

【0011】104は処理装置(101)の処理結果を
表示する、ユーザインタフェースとなるディスプレイ画
面である。106は従来からあるGUI画面を持つソフ
トウェアの開発をマウス操作で簡易に行うためのGUI
画面作成支援プログラムである。105はGUI画面作
成支援プログラム(106)を格納する作成支援プログ
ラム格納ファイルである。
A display screen 104 serves as a user interface for displaying the processing result of the processing device (101). Reference numeral 106 is a GUI for easily developing software having a conventional GUI screen by operating a mouse.
It is a screen creation support program. Reference numeral 105 denotes a creation support program storage file for storing the GUI screen creation support program (106).

【0012】107はコントロール部品の属性をどのよ
うなモードで設定させるかを指定させる為の、モード選
択画面を表示するためのモード指定実行プログラムであ
る。
Reference numeral 107 is a mode designation execution program for displaying a mode selection screen for designating in what mode the attribute of the control component is set.

【0013】110は画面に対応するウィンドウ領域の
属性情報と、そのウィンドウ領域上に貼り付けられるコ
ントロール部品の属性情報の関連を保持する関連情報格
納テーブルである。109は新規に画面を作成する場合
において、画面に対応するウィンドウ領域上に、コント
ロール部品を貼り付ける際に、ウィンドウ領域の属性を
認識して、ウィンドウ領域の属性とコントロールの属性
の関連情報を保持している関連情報格納テーブル(11
0)を、認識したウィンドウ領域属性情報をキーに検索
し、ウィンドウ領域上に貼り付けようとするコントロー
ル部品の種別に応じてそのコントロール部品に設定すべ
き情報を抽出し、ウィンドウ領域に貼りつけた直後に、
コントロール部品にその抽出した属性を設定する新規属
性監視プログラムである。
Reference numeral 110 is a related information storage table which holds the relationship between the attribute information of the window area corresponding to the screen and the attribute information of the control parts pasted on the window area. When a new screen is created, 109 recognizes the attributes of the window area when pasting a control component on the window area corresponding to the screen, and holds the related information of the attributes of the window area and the attributes of the control. Related information storage table (11
0) is searched by using the recognized window area attribute information as a key, and the information to be set in the control component is extracted according to the type of the control component to be pasted on the window region and pasted in the window region. Immediately after,
It is a new attribute monitoring program that sets the extracted attributes in the control component.

【0014】108は画面に対応するウィンドウ領域上
に、いくつかのコントロール部品が貼り付けられ、その
コントロール部品に対して、属性情報が既に設定されて
いる場合において、ウィンドウ領域の属性情報を監視
し、ウィンドウ領域の属性が変更されると、ウィンドウ
領域の属性とコントロールの属性の関連情報を保持して
いる関連情報格納テーブル(110)を検索して、ウィ
ンドウ領域に貼り付けられている全てのコントロール部
品の属性情報を再設定する変更属性監視プログラムであ
る。
Reference numeral 108 monitors the attribute information of the window area when some control parts are pasted on the window area corresponding to the screen and the attribute information has already been set for the control parts. When the attribute of the window area is changed, the related information storage table (110) holding the related information of the attribute of the window area and the attribute of the control is searched, and all the controls pasted in the window area are searched. It is a change attribute monitoring program for resetting the attribute information of parts.

【0015】112は使用者によって定義されたウィン
ドウ領域の属性情報を保持するフォーム属性情報格納テ
ーブルである。111は使用者によってウィンドウ領域
に貼り付けられたコントロール部品の属性情報を保持す
るオブジェクト属性情報格納テーブルである。113は
関連情報格納テーブル(110)を格納する関連情報格
納ファイルである。114はオブジェクト属性情報格納
テーブル(111)及び、フォーム属性情報格納テーブ
ル(112)を格納するオブジェクト属性格納ファイル
である。
Reference numeral 112 is a form attribute information storage table that holds the attribute information of the window area defined by the user. Reference numeral 111 is an object attribute information storage table that holds attribute information of control parts pasted in the window area by the user. Reference numeral 113 is a related information storage file that stores the related information storage table (110). An object attribute storage file 114 stores the object attribute information storage table (111) and the form attribute information storage table (112).

【0016】図2では本発明の処理フローを示す。利用
者がGUI画面を持つソフトウェアの作成作業を開始す
ると以下の処理を実施する。尚、以下では画面に対応す
るウィンドウ領域をフォームとして説明する。
FIG. 2 shows a processing flow of the present invention. When a user starts the work of creating software having a GUI screen, the following processing is performed. In the following, the window area corresponding to the screen will be described as a form.

【0017】まずはじめに、従来のGUI画面を持つソ
フトウェア開発を支援するGUI画面作成支援プログラ
ム(106)を起動する。(ステップ201) 次にフォーム上に貼り付けるコントロール部品の属性を
どのようなモードにするかを使用者に選択させるモード
選択ウィンドウ(107a)を表示する。そのモードとし
て、フォームの色に対し、コントロールのテキストを強
調させるモードや、フォームとコントロールの色合い
を、目にやさしい色使いにするモードなどが考えられ
る。
First, a GUI screen creation support program (106) for supporting software development having a conventional GUI screen is activated. (Step 201) Next, a mode selection window (107a) for allowing the user to select the mode of the attribute of the control component to be pasted on the form is displayed. Possible modes include a mode in which the control text is emphasized with respect to the form color, and a mode in which the colors of the form and the control are used in a color that is easy on the eyes.

【0018】モード選択ウィンドウ(107a)は30
1〜304に示すモード説明のテキストと、モード選択
ボタン(305〜308)から成る。モード説明テキス
ト(301〜304)はそれぞれ、各モードがどのよう
なものかを説明するものである。使用者にその説明を参
照させ、最適なモードをモード選択ボタン(305〜3
08)から選択させる。選択されたモードはフォーム属
性情報格納テーブル(112a)に格納する。112a
はフォーム属性情報格納テーブル(112)の詳細説明
図である。フォーム属性格納テーブル(112a)は、
フォーム名(601)をキーとして、モード(60
2)、フォーム色(603)、フォームの位置とサイズ
情報である左位置(604)、上位置(605)、横幅
(606)、縦幅(607)の属性情報を持つ。ここで
は色、位置、サイズの属性を持つが、更にフォームの属
性情報をカラムとして追加することが可能である。左位
置(604)、上位置(605)、横幅(606)、縦
幅(607)の値は701に示す604a〜607aの
値に対応する。モード設定情報はフォーム名のデフォル
ト値をキーとして、フォーム属性情報格納テーブル(1
12a)に格納する。(ステップ202) 次に、フォーム作成画面(106a)を表示し、フォー
ムの属性情報を属性設定ボックス(402)から使用者
に設定させる。設定した属性情報はフォーム属性情報格
納テーブル(112a)にステップ202で設定したモ
ード情報と同一のレコードに格納する。(ステップ20
3) 次に、フォーム上に貼り付けるコントロール部品を選択
させる部品ボックス(501)と、属性設定ボックス
(502)を持つフォーム作成画面(106b)を表示
し、使用者に部品ボックス(501)から必要なコント
ロール部品を選択させ、マウス操作でフォーム(50
3)上にそのコントロール部品を、最適な位置に貼り付
けさせる。(ステップ204) すると新規属性監視プログラム(109)が貼り付けら
れたコントロール種別と、フォーム属性情報格納テーブ
ル(112a)に格納しているフォーム(503)に設
定されている属性情報(603〜607)とモード(6
02)を元に、関連情報格納テーブル「フォーム色」
(110a)、関連情報格納テーブル「フォームサイ
ズ」(110b)を検索し、貼り付けられたコントロー
ル部品に設定すべき色、サイズを抽出し、抽出した属性
情報はオブジェクト属性情報格納テーブル(111a)
に格納する。更に、その検索情報をもとに、フォーム上
のコントロール部品に属性を設定する。
The mode selection window (107a) has 30
The mode description texts shown in 1 to 304 and mode selection buttons (305 to 308) are included. The mode explanation texts (301 to 304) respectively explain what each mode is like. Let the user refer to the description and select the optimum mode with the mode selection button (305-3
08). The selected mode is stored in the form attribute information storage table (112a). 112a
FIG. 4 is a detailed explanatory diagram of a form attribute information storage table (112). The form attribute storage table (112a) is
With the form name (601) as a key, the mode (60
2), form color (603), form position and size information such as left position (604), upper position (605), width (606), and height (607). Although it has attributes of color, position, and size here, it is possible to add form attribute information as a column. The values of the left position (604), the upper position (605), the width (606), and the height (607) correspond to the values 604a to 607a shown in 701. The mode setting information is stored in the form attribute information storage table (1
12a). (Step 202) Next, the form creation screen (106a) is displayed, and the user sets the attribute information of the form from the attribute setting box (402). The set attribute information is stored in the same record as the mode information set in step 202 in the form attribute information storage table (112a). (Step 20
3) Next, the form creation screen (106b) having the component box (501) for selecting the control component to be pasted on the form and the attribute setting box (502) is displayed, and the user needs from the component box (501). Select a control part and click the form (50
3) Stick the control part on top of it at the optimum position. (Step 204) Then, the control type to which the new attribute monitoring program (109) is pasted and the attribute information (603 to 607) set in the form (503) stored in the form attribute information storage table (112a). And mode (6
02), based on the related information storage table "form color"
(110a), the related information storage table "form size" (110b) is searched, and the color and size to be set in the attached control component are extracted, and the extracted attribute information is the object attribute information storage table (111a).
To be stored. Further, based on the search information, attributes are set to the control parts on the form.

【0019】尚、110a,110bは関連情報格納テ
ーブル(110)の詳細説明図であり、111aはオブ
ジェクト属性情報格納テーブル(111)の詳細説明図
である。
Incidentally, 110a and 110b are detailed explanatory views of the related information storage table (110), and 111a is a detailed explanatory view of the object attribute information storage table (111).

【0020】オブジェクト属性情報格納テーブル(11
1a)における1101はコントロール部品が貼り付け
られているフォーム名であり、1102はコントロール
部品の名称つまりオブジェクト名を格納し、フォーム名
(1101)+オブジェクト名(1102)がオブジェ
クト属性情報格納テーブル(111a)のキー項目とな
る。また1103はフォーム上に貼り付いているコント
ロール部品の前景色を格納し、1104は背景色を格納
する。前景色、背景色はコントロールの種別により、1
001のようになる。804aはコマンドボタンコント
ロール、805aはテキストコントロール、806aは
エディットボックスコントロール、807aはコンボボ
ックスコントロール、808aは四角形コントロール、
809aは円コントロールのそれぞれの前景色、背景色
を表す。1105はコントロール部品がフォーム上のど
の位置に配置されるかを示す左位置を格納し、1106
はその上位置を格納する。1107はコントロールの大
きさを示す横幅を格納し、1108はその縦幅を格納す
る。左位置(1105)、上位置(1106)、横幅
(1107)、縦幅(1108)は701の604a,
605a,606a,607aにそれぞれ対応する。
Object attribute information storage table (11
1101 in 1a) is the form name to which the control component is pasted, 1102 stores the name of the control component, that is, the object name, and the form name (1101) + object name (1102) is the object attribute information storage table (111a). ) Key item. Further, 1103 stores the foreground color of the control component attached on the form, and 1104 stores the background color. Foreground color and background color are 1 depending on the type of control
It becomes like 001. 804a is a command button control, 805a is a text control, 806a is an edit box control, 807a is a combo box control, 808a is a rectangular control,
Reference numeral 809a represents the foreground color and background color of each circle control. 1105 stores a left position indicating where the control component is arranged on the form.
Stores the position above it. 1107 stores the width indicating the size of the control, and 1108 stores the height. The left position (1105), the upper position (1106), the width (1107), and the height (1108) are 701a of 604a,
It corresponds to 605a, 606a, and 607a, respectively.

【0021】その他、新規属性設定監視プログラムで設
定できない属性情報については、フォーム作成画面(1
06b)の属性設定ボックス(502)より、使用者に
最適値を設定させる。
For other attribute information that cannot be set by the new attribute setting monitoring program, the form creation screen (1
A user is made to set an optimal value from the attribute setting box (502) of 06b).

【0022】本実施例では関連情報格納テーブル(11
0a)(110b)として色、サイズ属性のみを記載す
るが、同じように、属性毎に関連情報を保持すること
で、開発の簡易性を更に向上させる事ができる。
In this embodiment, the related information storage table (11
Although only the color and size attributes are described as 0a) and (110b), similarly, holding related information for each attribute can further improve the simplicity of development.

【0023】コントロール部品に設定すべき色の抽出方
法の例として、フォーム属性情報格納テーブル(112
a)からフォーム名(601)をキーにそのフォームに
設定しているモード(602)と、フォーム色(60
3)を抽出する。そして、抽出したモード(801)と
フォーム色(802)をキーとして、関連情報格納テー
ブル「フォーム色」(110a)を検索し、レコードの
抽出を行う。抽出したレコードの中から更に、貼り付け
たコントロール部品の種別に対応するカラム(804〜
809)から、コントロール部品に設定すべきオブジェ
クト属性(803)の前景色、背景色を抽出する。背景
色、前景色はコントロール部品の種別により、1001
のようになる。804aはコマンドボタンコントロー
ル、805aはテキストコントロール、806aはエデ
ィットボックスコントロール、807aはコンボボック
スコントロール、808aは四角形コントロール、80
9aは円コントロールのそれぞれの前景色、背景色を表
す。
As an example of the method of extracting the color to be set in the control component, the form attribute information storage table (112
The mode (602) in which the form name (601) is set as the key from a) to the form color (60)
3) is extracted. Then, using the extracted mode (801) and form color (802) as keys, the related information storage table "form color" (110a) is searched to extract records. From the extracted record, a column (804 to 804) corresponding to the type of the pasted control component is further added.
809), the foreground color and the background color of the object attribute (803) to be set in the control component are extracted. The background color and foreground color are 1001 depending on the type of control component.
become that way. 804a is a command button control, 805a is a text control, 806a is an edit box control, 807a is a combo box control, 808a is a rectangular control, and 80
Reference numeral 9a represents the foreground color and background color of each circle control.

【0024】コントロール部品に設定すべき大きさの抽
出方法の例として、フォーム属性情報格納テーブル(1
12a)からフォーム名(601)をキーにそのフォー
ムに設定しているモード(602)を抽出する。そし
て、抽出したモード(901)と貼り付けたコントロー
ル部品の種別であるオブジェクト種別(903)をキー
として、関連情報格納テーブル「フォームサイズ」(1
10b)を検索し、レコードの抽出を行う。更に、抽出
したレコードの中からオブジェクト横幅比率(90
4)、オブジェクト縦幅比率(905)の値を元に、コ
ントロールに設定すべき大きさを算出する。
As an example of a method of extracting the size to be set in the control component, the form attribute information storage table (1
The mode (602) set in the form is extracted from 12a) using the form name (601) as a key. Then, using the extracted mode (901) and the object type (903) that is the type of the pasted control component as a key, the related information storage table “form size” (1
10b) is searched and records are extracted. Furthermore, the object width ratio (90
4) Based on the value of the object vertical width ratio (905), the size to be set in the control is calculated.

【0025】例えば演算式は コントロール部品縦サイズ=フォーム横幅(607)×
オブジェクト横幅比率(904)/100 コントロール部品横サイズ=フォーム横幅(607)×
オブジェクト縦幅比率(905)/100 として、コントロール部品のサイズを求める。(ステッ
プ205) フォーム属性監視プログラム(108)は一度定義した
フォームを監視し、フォーム作成画面(106b)のモ
ード設定メニュー(504)からモード変更がされる
か、またはフォームの属性の変更がされるかを監視す
る。モード変更または、フォーム属性の変更が使用者か
らなされた場合に、その変更をトリガとして、全てのフ
ォーム上のコントロール部品に対してそのフォームの変
更情報をキーに、関連情報格納テーブル「フォーム色」
(110a)、関連情報格納テーブル「フォームサイ
ズ」(110b)を検索し、変更属性に対応する属性値
を抽出し、抽出した属性情報はオブジェクト属性情報格
納テーブル(111a)に格納する。そして全てのフォ
ーム上のコントロール部品にオブジェクト属性情報格納
テーブル(111a)に格納した属性値を設定する。
(ステップ206)
For example, the arithmetic expression is control component vertical size = form width (607) ×
Object width ratio (904) / 100 control part width size = form width (607) x
The size of the control component is calculated as the object vertical width ratio (905) / 100. (Step 205) The form attribute monitoring program (108) monitors the form once defined, and the mode is changed from the mode setting menu (504) of the form creation screen (106b) or the form attribute is changed. To monitor. When the mode change or the change of form attribute is made by the user, the change is used as a trigger, and the change information of the form is used as a key for the control parts on all forms, and the related information storage table "form color"
(110a), the related information storage table "form size" (110b) is searched, the attribute value corresponding to the change attribute is extracted, and the extracted attribute information is stored in the object attribute information storage table (111a). Then, the attribute values stored in the object attribute information storage table (111a) are set to the control parts on all the forms.
(Step 206)

【0026】[0026]

【発明の効果】本発明は、GUI画面を持つソフトウェ
アを開発するにおいて、GUIデザインを試行錯誤して
設定する必要がなくなり、複数開発者による開発におい
ても、デザインの統一をはかることが可能となる。ま
た、開発者にデザインのセンスを要求する事なく、デザ
イン的に精度の高いGUI画面を簡単に作成することが
可能となる。更に、属性設定作業を簡略化できるため作
業効率向上をはかることが可能となる。
According to the present invention, when developing software having a GUI screen, it is not necessary to set the GUI design by trial and error, and it is possible to unify the design even in the development by a plurality of developers. . In addition, it is possible to easily create a GUI screen with high design accuracy without requiring the developer to have a sense of design. Furthermore, since the attribute setting work can be simplified, it is possible to improve work efficiency.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施例が適用されるGUI画面デザイ
ンシステムのシステム構成である。
FIG. 1 is a system configuration of a GUI screen design system to which an embodiment of the present invention is applied.

【図2】GUI画面デザインシステムのフローチャート
である。
FIG. 2 is a flowchart of a GUI screen design system.

【図3】使用者にモードを選択させるモード選択ウィン
ドウのサンプルである。
FIG. 3 is a sample mode selection window that allows a user to select a mode.

【図4】使用者に画面に対応するフォームの属性情報を
設定させるフォーム属性定義ウィンドウのサンプルであ
る。
FIG. 4 is a sample form attribute definition window that allows a user to set form attribute information corresponding to a screen.

【図5】使用者にコントロール部品をフォーム上に貼り
付け、コントロール部品に属性情報を設定するフォーム
定義ウィンドウのサンプルである。
FIG. 5 is a sample form definition window in which a control component is pasted on a form by a user and attribute information is set in the control component.

【図6】フォーム属性情報格納テーブル(112)の詳
細図である。
FIG. 6 is a detailed diagram of a form attribute information storage table (112).

【図7】フォーム属性情報格納テーブル詳細図(112
a)のテーブル項目の詳細説明図である。
FIG. 7 is a detailed view of a form attribute information storage table (112
It is a detailed explanatory view of the table item of a).

【図8】関連情報格納テーブル(110)のフォーム色
属性用のテーブルの詳細図である。
FIG. 8 is a detailed view of a table for form color attributes of the related information storage table (110).

【図9】関連情報格納テーブル(110)のフォームサ
イズ属性用のテーブルの詳細図である。
FIG. 9 is a detailed diagram of a table for form size attributes of the related information storage table (110).

【図10】フォーム色属性用のテーブルの詳細図(11
0a)の前景色、背景色属性の詳細説明図である。
FIG. 10 is a detailed diagram of a table for form color attributes (11
It is a detailed explanatory view of the foreground color and the background color attribute of 0a).

【図11】オブジェクト属性情報格納テーブル(11
1)の詳細図である。
FIG. 11 is an object attribute information storage table (11
It is a detailed view of 1).

【符号の説明】[Explanation of symbols]

101…処理装置、 102…マウス、 103…入力
装置、104…表示装置、 105…作成支援プログラ
ム格納ファイル、106…GUI画面作成支援プログラ
ム、107…モード指定実行プログラム、108…変更
属性監視プログラム、 109…新規属性監視プロ
グラム、110…関連情報格納テーブル、 111…オ
ブジェクト属性情報格納テーブル、112…フォーム属
性情報格納テーブル、113…関連情報格納ファイル、
114…オブジェクト属性格納ファイル。
101 ... Processing device, 102 ... Mouse, 103 ... Input device, 104 ... Display device, 105 ... Creation support program storage file, 106 ... GUI screen creation support program, 107 ... Mode designation execution program, 108 ... Change attribute monitoring program, 109 ... new attribute monitoring program, 110 ... related information storage table, 111 ... object attribute information storage table, 112 ... form attribute information storage table, 113 ... related information storage file,
114 ... Object attribute storage file.

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】グラフィカルユーザインタフェース(GU
I)を持つソフトウェア開発において、アプリケーショ
ン画面に対応するシート、フォームなどと呼ばれるウィ
ンドウ領域に、GUIの部品となるプッシュボタン、テ
キストボックス、リストボックスなどのコントロール部
品を、使用者がマウス操作で貼り付けGUI画面を作成
するソフトウェア簡易開発支援ツールによるGUI画面
作成を支援する為に、ウィンドウ領域の色、大きさなど
の属性情報に対応させて、そのウィンドウ領域上に貼り
付けるコントロール部品種別毎に、コントロール部品の
色、大きさ等の属性情報との最適関連情報を持つ関連情
報テーブルを保持すること及び、GUI画面の新規作成
時、即ちウィンドウ領域にコントロール部品を貼り付け
る際に、コントロール部品を展開するウィンドウ領域の
属性情報を認知し、そのウィンドウ領域の属性情報を関
連テーブルと照合し、コントロール部品に設定すべき情
報を抽出し、コントロール部品の属性を設定する新規属
性監視プログラムを保持することを特徴とするGUI画
面デザイン作成支援方法。
1. A graphical user interface (GU)
In software development with I), the user pastes control parts such as push buttons, text boxes, and list boxes, which are GUI parts, in the window area called sheet, form, etc. corresponding to the application screen by mouse operation. In order to support GUI screen creation by a software development support tool that creates GUI screens, control is performed for each control component type that is pasted onto the window area in correspondence with attribute information such as the color and size of the window area. Holding the related information table having the optimum related information with the attribute information such as the color and size of the parts, and developing the control parts at the time of newly creating the GUI screen, that is, when the control parts are pasted in the window area. Recognize the attribute information of the window area The attribute information of the window area against the associated table, to extract the information to be set in the control part, GUI screen design creation support method characterized by retaining the new attribute monitoring program to set the attributes of the control part.
【請求項2】請求項1の関連情報テーブルを保持するこ
と及び、GUI画面の変更時、即ちウィンドウ領域に既
にコントロール部品を貼り付けてある場合において、コ
ントロール部品の貼り付いているウィンドウ領域の属性
変更の際に、ウィンドウ領域の持つ属性情報と、ウイン
ドウ領域上にあるコントロールの属性情報を監視し、関
連情報テーブルの情報との整合性を保持することを目的
とした変更属性監視プログラムを保持することを特徴と
するGUI画面デザイン作成支援方法。
2. The attribute information of the window area to which the control component is attached holds the related information table of claim 1 and when the GUI screen is changed, that is, when the control component is already attached to the window area. Holds a change attribute monitor program for the purpose of monitoring the attribute information of the window area and the attribute information of the controls in the window area when changing, and maintaining consistency with the information in the related information table. A GUI screen design creation support method characterized by the above.
【請求項3】請求項1の関連情報テーブルを保持するこ
と及び、請求項1の新規属性監視プログラムを保持する
こと及び、請求項2の変更属性監視プログラムを保持す
ることを特徴とするGUI画面デザイン作成支援方法。
3. A GUI screen which holds the related information table of claim 1, holds the new attribute monitoring program of claim 1, and holds the changed attribute monitoring program of claim 2. Design creation support method.
【請求項4】請求項1の関連情報テーブルに、ユーザが
選択できるいくつかのモードを設定し、そのモード毎に
ウィンドウ領域属性とコントロール部品属性の関連情報
を持つモード関連情報テーブルを保持すること及び、請
求項1の新規属性監視プログラムを保持することを特徴
とするGUI画面デザイン作成支援方法。
4. A mode-related information table according to claim 1, wherein several modes selectable by a user are set, and a mode-related information table having a window area attribute and a control part attribute-related information is held for each mode. Also, a GUI screen design creation support method characterized by holding the new attribute monitoring program according to claim 1.
【請求項5】請求項4のモード関連情報テーブルを保持
すること及び、請求項2の変更属性監視プログラムを保
持することを特徴とするGUI画面デザイン作成支援方
法。
5. A GUI screen design creation support method comprising holding the mode-related information table of claim 4 and holding the change attribute monitoring program of claim 2.
【請求項6】請求項4のモード関連情報テーブルを保持
すること及び、請求項1の新規属性監視プログラムを保
持すること及び、請求項2の変更属性監視プログラムを
保持することを特徴とするGUI画面デザイン作成支援
方法。
6. A GUI characterized by holding a mode related information table according to claim 4, holding a new attribute monitoring program according to claim 1, and holding a changed attribute monitoring program according to claim 2. Screen design creation support method.
JP7266793A 1995-10-16 1995-10-16 Gui picture design support method Pending JPH09114621A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7266793A JPH09114621A (en) 1995-10-16 1995-10-16 Gui picture design support method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7266793A JPH09114621A (en) 1995-10-16 1995-10-16 Gui picture design support method

Publications (1)

Publication Number Publication Date
JPH09114621A true JPH09114621A (en) 1997-05-02

Family

ID=17435773

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7266793A Pending JPH09114621A (en) 1995-10-16 1995-10-16 Gui picture design support method

Country Status (1)

Country Link
JP (1) JPH09114621A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10320037A (en) * 1997-05-15 1998-12-04 Mitsubishi Electric Corp Man-machine for supervisory control
JP2002140114A (en) * 2000-11-02 2002-05-17 Yokogawa Electric Corp Display for monitoring operation
JP2006244465A (en) * 2005-03-03 2006-09-14 Microsoft Corp Styling mechanism for design of rich user interface
JP2012083883A (en) * 2010-10-08 2012-04-26 Mitsubishi Electric Corp Screen data preparation device
JP2012123612A (en) * 2010-12-08 2012-06-28 Digital Electronics Corp Drawing device and drawing program
JP2012243034A (en) * 2011-05-18 2012-12-10 Hitachi Ltd Web screen design support system, web screen design support method and web screen design support program
JP2015165372A (en) * 2014-03-03 2015-09-17 三菱電機株式会社 User interface design device
JP2017076320A (en) * 2015-10-16 2017-04-20 ファナック株式会社 Screen creation device with application screen creation support function

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10320037A (en) * 1997-05-15 1998-12-04 Mitsubishi Electric Corp Man-machine for supervisory control
JP2002140114A (en) * 2000-11-02 2002-05-17 Yokogawa Electric Corp Display for monitoring operation
JP2006244465A (en) * 2005-03-03 2006-09-14 Microsoft Corp Styling mechanism for design of rich user interface
JP2012083883A (en) * 2010-10-08 2012-04-26 Mitsubishi Electric Corp Screen data preparation device
JP2012123612A (en) * 2010-12-08 2012-06-28 Digital Electronics Corp Drawing device and drawing program
JP2012243034A (en) * 2011-05-18 2012-12-10 Hitachi Ltd Web screen design support system, web screen design support method and web screen design support program
JP2015165372A (en) * 2014-03-03 2015-09-17 三菱電機株式会社 User interface design device
JP2017076320A (en) * 2015-10-16 2017-04-20 ファナック株式会社 Screen creation device with application screen creation support function
US10496251B2 (en) 2015-10-16 2019-12-03 Fanuc Corporation Screen creation apparatus having application screen creation support function

Similar Documents

Publication Publication Date Title
JP2752040B2 (en) How to Create a Multimedia Application
KR101323011B1 (en) Command user interface for displaying selectable functionality controls in a database application
JPH1083269A (en) User interface converting device
JP3317763B2 (en) Program starting method and processing device thereof
JPH06266521A (en) System and device for customizing user interface
JPH01172997A (en) Graphic customization of memu display
US6816855B2 (en) Building software statements such as search queries to a tabular database through a user-interactive computer display interface
JPH09114621A (en) Gui picture design support method
US20030067490A1 (en) Screen transition diagram editing apparatus and computer product
JPH0628136A (en) Function selection system of information processor
JP3057794B2 (en) Hypertext device and hypertext generation method
JPH05257670A (en) Screen preparing method and device therefor
CN112256257A (en) Interface construction method, readable storage medium and electronic device
JPH06332645A (en) Data input/output screen constructing system
JPH10222356A (en) Application generating device and application generating method
JPH08286897A (en) Program editing device having hierarchical structure display function
JPH064279A (en) User interface picture editing device
JPH04257973A (en) Device and method for supporting design
JPH05173693A (en) Menu editing device
JPH09297760A (en) Document preparation supporting device
JP3168762B2 (en) Dialogue processing system
JPH05158644A (en) Menu processor
JPH06324963A (en) Protocol generating system
JPH08297679A (en) Method and device for retrieving information
JPH01237817A (en) Text generating device by input guidance and menu presentation