JP3288939B2 - Screen transition control device - Google Patents

Screen transition control device

Info

Publication number
JP3288939B2
JP3288939B2 JP30487196A JP30487196A JP3288939B2 JP 3288939 B2 JP3288939 B2 JP 3288939B2 JP 30487196 A JP30487196 A JP 30487196A JP 30487196 A JP30487196 A JP 30487196A JP 3288939 B2 JP3288939 B2 JP 3288939B2
Authority
JP
Japan
Prior art keywords
screen
processing
screen transition
module
button
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.)
Expired - Fee Related
Application number
JP30487196A
Other languages
Japanese (ja)
Other versions
JPH10143359A (en
Inventor
正俊 上路
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP30487196A priority Critical patent/JP3288939B2/en
Publication of JPH10143359A publication Critical patent/JPH10143359A/en
Application granted granted Critical
Publication of JP3288939B2 publication Critical patent/JP3288939B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明は、イベントドリブ
ン型のプログラミング方式を用いてデータ処理における
画面の遷移処理を作成する場合、画面遷移処理を一元的
に管理できるような画面の遷移処理を作成する画面遷移
制御装置に関する。また、画面遷移処理を視覚的に作成
する画面遷移制御装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention creates a screen transition process that can manage the screen transition process in a unified manner when creating a screen transition process in data processing using an event-driven programming method. The present invention relates to a screen transition control device. The present invention also relates to a screen transition control device that visually creates a screen transition process.

【0002】[0002]

【従来の技術】従来、イベントドリブン型のプログラミ
ング方式を実現するプログラミング言語として例えば、
Visual Basic言語(「Visual Ba
sic」はMicrosoft社の登録商標である)が
ある。Visual Basic言語では、データ処理
に用いる画面に様々な部品(コントロール)を張り付け
画面を生成し、その部品のイベント(イベントとは、マ
ウスによるクリックやキー入力、コマンド選択などの動
作)に対して動作させたい処理をプログラミングする方
法を採るいわゆるイベントドリブン型のプログラミング
方式である。図28に従来の画面遷移処理の作成方法を
示す。図28において、画面1 900はボタン1であ
る部品1 902と部品2 903と部品3 904と
部品4 905により構成されている。ボタン1である
部品1 902を押下すると画面2 901に画面が遷
移する。Visual Basic言語では、個々の部
品に画面遷移の処理を記述する。例えば図28では、画
面1 900のボタン1である部品1 902を押下す
ると、画面2 901へ画面が遷移する。このため、画
面遷移処理は、ボタン1である部品1 902を押下し
た時に実行する押下イベント部分にプログラミングす
る。
2. Description of the Related Art Conventionally, as a programming language for realizing an event-driven programming method, for example,
Visual Basic language ("Visual Ba
"sic" is a registered trademark of Microsoft Corporation). In the Visual Basic language, various parts (controls) are attached to a screen used for data processing to generate a screen, and the parts are operated in response to an event (an event such as a mouse click, key input, or command selection). This is a so-called event-driven programming method that employs a method of programming a process to be performed. FIG. 28 shows a conventional method for creating a screen transition process. In FIG. 28, a screen 1 900 is composed of a component 1 902, a component 2 903, a component 3 904, and a component 4 905, which are buttons 1. When a part 1 902 as a button 1 is pressed, the screen changes to a screen 2 901. In the Visual Basic language, screen transition processing is described for each component. For example, in FIG. 28, when the component 1 902 which is the button 1 of the screen 1 900 is pressed, the screen changes to a screen 2 901. For this reason, the screen transition processing is programmed in a pressed event portion executed when the component 1 902 as the button 1 is pressed.

【0003】[0003]

【発明が解決しようとする課題】このように従来のイベ
ントドリブン型のプログラミング方式では、画面に張り
付けられている個々の部品に対して画面遷移処理が記述
される。このため、画面遷移処理を一元的に管理できな
いという問題がある。また、1つの画面から複数の画面
に画面が遷移するような場合、全体の画面遷移の流れを
把握するのが困難であるという問題がある。また、所定
の画面を別の画面に変更する場合、変更した画面がどの
画面のどの部品から遷移するようにプログラミングされ
ているのか個々の画面の各部品を調査しなければならな
いため、画面遷移処理における保守性に問題があった。
また、画面遷移処理が一元的に管理できないということ
は、全体の遷移の流れを視覚的に表現することが困難で
あるという問題がある。
As described above, in the conventional event-driven programming system, a screen transition process is described for each component attached to the screen. For this reason, there is a problem that the screen transition processing cannot be centrally managed. Further, when the screen transitions from one screen to a plurality of screens, there is a problem that it is difficult to grasp the flow of the entire screen transition. Also, when changing a given screen to another screen, it is necessary to investigate each part of each screen to determine from which part of which screen the changed screen is programmed. Had a problem with maintainability.
Further, the fact that the screen transition processing cannot be centrally managed has a problem that it is difficult to visually represent the flow of the entire transition.

【0004】この発明は、上記した問題点を解決するた
めになされたものであり、画面遷移処理を一元管理す
る。また、画面遷移処理を視覚的に作成する。さらに、
作成した画面遷移処理を視覚的に表現する。
[0004] The present invention has been made to solve the above-mentioned problem, and integrally manages screen transition processing. Also, a screen transition process is visually created. further,
Visually represent the created screen transition process.

【0005】[0005]

【課題を解決するための手段】この発明に係る画面遷移
制御装置は、以下の要素を有することを特徴とする。 (a)処理モジュール作成部が、イベントドリブン型の
プログラミング方式を用いて、データ処理に用いる処理
モジュールを作成し、(b)画面作成部が、上記データ
処理に用いる複数の画面を作成し、(c)画面遷移モジ
ュール作成部が、上記複数の画面の遷移を制御する画面
遷移モジュールを作成し、(d)実行部が、上記画面遷
移モジュールに基づいて上記複数の画面の遷移を制御す
ると共に、上記処理モジュールを用いてデータ処理を実
行する。
A screen transition control device according to the present invention has the following elements. (A) a processing module creation unit creates a processing module used for data processing by using an event-driven programming method; (b) a screen creation unit creates a plurality of screens used for the data processing; c) a screen transition module creation unit creates a screen transition module that controls the transition of the plurality of screens, and (d) an execution unit controls the transition of the plurality of screens based on the screen transition module. Data processing is performed using the processing module.

【0006】また、上記画面遷移モジュール作成部が、
上記画面遷移モジュールをフローチャート図から自動的
に作成することを特徴とする。
[0006] Further, the screen transition module creating unit includes:
The screen transition module is automatically created from a flowchart.

【0007】また、上記画面遷移モジュール作成部が備
えるフローチャート図作成描画図が、処理の開始を意味
する部品と、画面の表示を意味する部品と、所定の条件
による処理の分岐を意味する部品と、無条件に処理を分
岐することを意味する部品と、処理の終了を意味する部
品の上記5つのフローチャート部品を組み合わせて画面
遷移処理を視覚的に表す画面遷移のフローチャート図を
作成描画するとともに、上記画面遷移モジュール作成部
が備える命令生成部が、上記画面遷移のフローチャート
図を解読してフローチャート部品に対応する画面遷移制
御命令を生成することを特徴とする。
[0007] Also, the flow chart drawing drawing provided in the screen transition module creator includes a part indicating a start of processing, a part indicating display of a screen, and a part indicating branching of processing according to predetermined conditions. In addition to creating and drawing a flowchart of a screen transition visually representing a screen transition process, a combination of the above-described five flowchart components of a component signifying that the process is unconditionally branched and a component signifying the end of the process, An instruction generation unit included in the screen transition module generation unit decodes the flow chart of the screen transition and generates a screen transition control instruction corresponding to the flowchart component.

【0008】また、上記処理モジュール作成部が、処理
モジュールのひとつとして、表示された画面を消去する
画面消去モジュールを作成することを特徴とする。
Further, the processing module creating section creates a screen erasing module for erasing a displayed screen as one of the processing modules.

【0009】また、上記画面消去モジュールが、上記画
面を消去する消去命令と、次に表示すべき画面を選択す
るための画面遷移番号を上記画面遷移モジュールに出力
する画面遷移番号設定命令とを備え、上記画面遷移モジ
ュールが、上記画面遷移番号を入力し、上記画面遷移番
号に基づいて次に表示すべき画面を選択して表示するこ
とを特徴とする。
The screen erasing module includes an erasing instruction for erasing the screen and a screen transition number setting instruction for outputting a screen transition number for selecting a screen to be displayed next to the screen transition module. The screen transition module inputs the screen transition number and selects and displays the next screen to be displayed based on the screen transition number.

【0010】さらに、上記処理モジュール作成部が、上
記消去命令と上記画面遷移番号設定命令を自動的に生成
することを特徴とする。
Further, the processing module creating section automatically generates the erase command and the screen transition number setting command.

【0011】[0011]

【発明の実施の形態】BEST MODE FOR CARRYING OUT THE INVENTION

実施の形態1.以下に、本発明の画面遷移制御装置の一
例を図について説明する。図1は本発明の画面遷移制御
装置の一構成を示す図である。図1において画面遷移制
御装置は、処理モジュール作成部1、画面作成部7、画
面遷移モジュール作成部10、実行部17より構成す
る。処理モジュール作成部1はイベントドリブン型のプ
ログラミング方式を用いて、データ処理に用いる処理モ
ジュールを作成する。この実施の形態1では、イベント
ドリブン型のプログラミング言語としてVisual
Basicを用いる。処理モジュール作成部1は、デー
タ処理に用いる処理モジュールA2と処理モジュールB
3とデータ処理に用いる画面を消去する画面消去モジュ
ール4を作成する。また、画面消去モジュール4は、そ
のモジュールの中に画面遷移番号設定命令5と消去命令
6を備える。上記画面遷移番号とは、次に表示すべき画
面を選択するための番号である。画面遷移番号設定命令
5は、次の画面へ遷移することを起動するボタンがクリ
ックされた時に、画面遷移番号を設定する命令である。
また、消去命令6は、次の画面へ遷移する前に現在表示
している画面を消去する命令である。画面作成部7は、
画面処理で使用する画面のFormを作成する。例え
ば、画面1と画面2をデータ処理で用いると仮定し、画
面作成部7により画面1 8のFormと画面2 9の
Formを作成する。この実施の形態1では、Visu
al Basicをイベントドリブン型のプログラミン
グ言語としているので、画面1や画面2のFormはV
isual Basicの仕様に基づいて作成するもの
とする。また、画面1 8は、画面2 9へ遷移するた
めのボタン1 8aを備えている。従来のVisual
Basicでは、ボタン1 8aに対して画面2 9
へ遷移する処理をプログラミングしていた。この発明に
おける画面遷移制御装置では、ボタン1 8aには、遷
移する先の画面のForm名と現在の画面を消去する命
令をパラメータを用いて設定する。設定方法について
は、後で詳細な説明を行う。また、画面遷移モジュール
作成部10は複数の画面の遷移を制御する画面遷移モジ
ュールを作成する。作成はフローチャート部品を用いて
フローチャートを描画することにより行う。このため画
面遷移モジュール作成部10は、フローチャート図作成
描画部11を備える。そして、フローチャート図作成描
画部11によって作成したフローチャートに基づいて、
命令生成部12が命令を生成する。この実施の形態1で
は、Visual Basicを例に用いているので、
命令生成部12が生成する命令はVisual Bas
icの仕様に基づいた命令である。画面遷移モジュール
作成部10が作成する画面遷移モジュール13は、画面
を表示する命令14と、次の画面へ遷移するための判断
となる画面遷移番号判断処理15より構成されている。
例えば、画面1を基準の画面として画面1から画面2へ
遷移するような処理では、画面遷移モジュール13は画
面1表示命令14と画面遷移番号判断処理15より構成
される。そして、画面遷移番号判断処理15は、その判
断処理の中で画面2を表示する画面2表示命令16を備
える。実行部17は、画面遷移モジュール13に記述さ
れている画面制御の流れに従い、画面1 8や画面2
9の画面Formと処理モジュールA2や処理モジュー
ルB3や画面消去モジュール4を実行する。
Embodiment 1 FIG. Hereinafter, an example of the screen transition control device of the present invention will be described with reference to the drawings. FIG. 1 is a diagram showing one configuration of the screen transition control device of the present invention. 1, the screen transition control device includes a processing module creating unit 1, a screen creating unit 7, a screen transition module creating unit 10, and an executing unit 17. The processing module creation unit 1 creates a processing module used for data processing using an event-driven programming method. In the first embodiment, the event-driven programming language Visual
Use Basic. The processing module creation unit 1 includes a processing module A2 and a processing module B used for data processing.
3 and a screen erasing module 4 for erasing a screen used for data processing. Further, the screen erasing module 4 includes a screen transition number setting instruction 5 and an erasing instruction 6 in the module. The screen transition number is a number for selecting a screen to be displayed next. The screen transition number setting instruction 5 is an instruction for setting a screen transition number when a button for starting transition to the next screen is clicked.
Further, the delete command 6 is a command for deleting the currently displayed screen before transitioning to the next screen. The screen creation unit 7
Creates a screen form to be used in screen processing. For example, assuming that the screen 1 and the screen 2 are used in the data processing, the screen creation unit 7 creates the form of the screen 18 and the form of the screen 29. In the first embodiment, the Visu
Since al Basic is an event-driven programming language, the form of screen 1 and screen 2 is V
It shall be created based on the specifications of actual Basic. The screen 18 includes a button 18a for transitioning to the screen 29. Conventional Visual
In Basic, screen 29 is displayed for button 18a.
The process of transitioning to was programmed. In the screen transition control device according to the present invention, the button 18a is set with the form name of the screen to which the transition is made and the command to erase the current screen using parameters. The setting method will be described later in detail. Further, the screen transition module creating unit 10 creates a screen transition module that controls the transition of a plurality of screens. The creation is performed by drawing a flowchart using flowchart components. For this purpose, the screen transition module creation unit 10 includes a flowchart diagram creation drawing unit 11. Then, based on the flowchart created by the flowchart diagram creating / drawing unit 11,
The instruction generator 12 generates an instruction. In the first embodiment, since Visual Basic is used as an example,
The instruction generated by the instruction generation unit 12 is Visual Bas
It is an instruction based on the specification of ic. The screen transition module 13 created by the screen transition module creation unit 10 includes a command 14 for displaying a screen and a screen transition number determination process 15 for determining a transition to the next screen.
For example, in a process of transitioning from screen 1 to screen 2 using screen 1 as a reference screen, the screen transition module 13 includes a screen 1 display instruction 14 and a screen transition number determination process 15. The screen transition number determination processing 15 includes a screen 2 display instruction 16 for displaying the screen 2 in the determination processing. The execution unit 17 follows the screen control flow described in the screen transition module 13 and
9, the processing module A2, the processing module B3, and the screen erasing module 4 are executed.

【0012】図2はフローチャート図作成描画部を起動
すると表示される画面である。図2において、フローチ
ャート図作成描画部11は、作業領域20上にフローチ
ャートを展開する。そして、フローチャートは、フロー
チャート部品郡21を用いて作成する。フローチャート
部品群21は、使用できるフローチャートの部品を示し
ている。この実施の形態1において、使用できるフロー
チャート部品は、矢印22と開始端子23と画面表示部
品24と分岐部品25とジャンプ部品26と終了端子2
7と結合線28である。ユーザは、これらのフローチャ
ート部品を用いて画面遷移モジュールを視覚的に作成す
る。これらのフローチャート部品を用いて作成する画面
遷移モジュールの具体例については別の図を用いて詳し
く説明する。
FIG. 2 shows a screen displayed when the flowchart drawing / drawing unit is started. In FIG. 2, the flowchart diagram creating / drawing unit 11 develops a flowchart on the work area 20. Then, the flowchart is created using the flowchart parts group 21. The flowchart part group 21 shows parts of a flowchart that can be used. In the first embodiment, usable flowchart components are an arrow 22, a start terminal 23, a screen display component 24, a branch component 25, a jump component 26, and an end terminal 2.
7 and a connection line 28. The user visually creates a screen transition module using these flowchart components. Specific examples of the screen transition module created using these flowchart components will be described in detail with reference to another drawing.

【0013】図3はフローチャート部品それぞれが示す
処理内容を説明する図である。図3において、開始端子
23は初期化処理を示す。初期化処理では外部から渡さ
れた引数を取得する。画面表示部品24はForm(画
面)をモードレス表示する。モードレス表示とは、Fo
rm(画面)を表示した後、続くVisualBasi
cのコードを順に実行することを示す。Visual
Basicのコードに”Show”というコードがあ
る。これはFormを表示させるためのコードである。
この実施の形態1では、Visual Basicの”
Show”を用いるのではなく、本発明の画面遷移制御
装置における”FormShow”を用いてFormの
表示を行うものとする。”FormShow”について
の説明は後で詳細を述べるものとする。画面表示部品2
4は、他にも、Formが閉じられるまで待つという処
理と、Unload比較値を取得して取得したUnlo
ad比較値を返値として返す処理がある。Unload
比較値とは、表示している画面を消去するか否かを判断
する比較値であり、画面消去モジュール4により値が設
定されるので画面表示部品24は、画面消去モジュール
4により設定された値を取得する。分岐部品25は、画
面表示部品24が取得した返値と分岐条件とを比較す
る。分岐条件は分岐パラメータとしてユーザが分岐部品
25に登録する。分岐パラメータの設定方法及び設定内
容については後で詳細な説明を行う。更に分岐部品25
は比較した結果に基づいて処理を分岐する。ジャンプ部
品26は、目的のLabelへジャンプする。Labe
lはVisual Basicにおけるラベルのことで
ある。目的のLabelはジャンプ部品パラメータとし
てユーザが登録する。ジャンプ部品パラメータの設定方
法は後で詳細な説明を行う。終了端子27は、終了処理
を行う。
FIG. 3 is a diagram for explaining the processing contents indicated by the flowchart components. In FIG. 3, a start terminal 23 indicates an initialization process. In the initialization process, get the argument passed from outside. The screen display component 24 displays a Form (screen) in a modeless manner. Modeless display means Fo
After displaying rm (screen), the following VisualBasi
Indicates that the code of c is executed in order. Visual
There is a code "Show" in the Basic code. This is a code for displaying the form.
In the first embodiment, the Visual Basic
Instead of using “Show”, a form is displayed using “FormShow” in the screen transition control device of the present invention.A description of “FormShow” will be described later in detail. 2
4 is a process of waiting until the Form is closed, and an Unlo obtained by acquiring the Unload comparison value.
There is a process for returning an ad comparison value as a return value. Unload
The comparison value is a comparison value for determining whether or not the displayed screen is to be deleted. Since the value is set by the screen deletion module 4, the screen display component 24 has the value set by the screen deletion module 4. To get. The branch component 25 compares the return value acquired by the screen display component 24 with the branch condition. The user registers the branch condition in the branch part 25 as a branch parameter. The setting method and setting contents of the branch parameter will be described later in detail. Further branch parts 25
Branches the process based on the result of the comparison. The jump component 26 jumps to a target Label. Labe
1 is a label in Visual Basic. The target Label is registered by the user as a jump part parameter. The method of setting the jump part parameters will be described later in detail. The termination terminal 27 performs termination processing.

【0014】図4は、各フローチャート部品より生成さ
れるソースを示す図である。ソースはVisual B
asicの仕様に基づいている。命令生成部12はフロ
ーチャート図作成描画部11が備えている各部品に対し
て、図4のようなソースを生成する。図4において、ア
ンダーラインが引かれているコードはユーザが変更でき
る箇所である。
FIG. 4 is a diagram showing a source generated from each flowchart component. The source is Visual B
Asic specifications. The instruction generation unit 12 generates a source as shown in FIG. 4 for each component provided in the flowchart diagram creation / drawing unit 11. In FIG. 4, the underlined code is a portion that can be changed by the user.

【0015】図5は画面遷手段制御装置を用いるため
に、ユーザが行う処理手順を示す流れ図である。図5に
示すようにユーザはまず始めに画面のFormを作成す
る(S1)。Formの作成は従来のVisual B
asicで行っていた方法と同様の方法及び手順で行う
ものとする。さらに、このS1の処理において、各画面
のForm Noを決定する。次に画面遷移モジュール
を作成する(S2)。画面遷移モジュールは図2に示し
たフローチャート部品群21を用いてフローチャート作
成描画部11により生成する。図6は、画面遷移モジュ
ールを作成する具体例を説明するために用いる画面遷移
図である。図6に示すように画面1 18は、「これが
好きです」ボタンをクリックすると画面2 19に遷移
する。また、画面1 18で「好きなものはありませ
ん」ボタンをクリックすると確認画面80を表示する。
また、画面2 19において、「はい」ボタンをクリッ
クすると画面1 18へ戻る。さらに、確認画面80に
おいて、「はい」ボタンをクリックすると処理が終了
し、「いいえ」ボタンをクリックすると画面1 18へ
戻る。ユーザは図6に示した画面1 18と画面2 1
9と確認画面80のうちメインの処理となる画面1 1
8と画面2 19の画面遷移処理について画面遷移モジ
ュールを作成する。確認画面80はこの発明の画面遷移
制御装置ではサブ画面という位置づけである。サブ画面
とは、メイン処理画面からの画面遷移によって表示され
る画面であるが、完全に別の処理の画面ではなく、メイ
ンの処理に対する仲介処理的な役割を持つサブ処理の画
面と考える。確認画面80の作成方法及び表示判定につ
いては後で詳細に説明する。
FIG. 5 is a flowchart showing a processing procedure performed by the user in order to use the screen transition means control device. As shown in FIG. 5, the user first creates a screen form (S1). Form is created using the conventional Visual B
The method and procedure are the same as those performed in the asic. Further, in the process of S1, Form No of each screen is determined. Next, a screen transition module is created (S2). The screen transition module is generated by the flowchart creation / drawing unit 11 using the flowchart parts group 21 shown in FIG. FIG. 6 is a screen transition diagram used to describe a specific example of creating a screen transition module. As shown in FIG. 6, the screen 118 changes to a screen 219 when the “I like this” button is clicked. Clicking the “I do not like this” button on the screen 118 displays a confirmation screen 80.
If the user clicks the “Yes” button on the screen 219, the screen returns to the screen 118. Further, on the confirmation screen 80, when the “Yes” button is clicked, the processing is completed, and when the “No” button is clicked, the screen returns to the screen 118. The user selects the screens 118 and 21 shown in FIG.
9 and the confirmation screen 80 which is the main processing screen 11
A screen transition module is created for the screen transition process between the screen transitions 8 and 219. The confirmation screen 80 is positioned as a sub-screen in the screen transition control device of the present invention. The sub screen is a screen displayed by a screen transition from the main processing screen, but is not a screen of completely different processing, but a screen of a sub processing having an intermediate processing role for the main processing. The method of creating the confirmation screen 80 and the display determination will be described later in detail.

【0016】以下に、図6における画面1 18と画面
2 19の画面遷移フローチャートの作成を説明する。
フローチャート図作成描画部11はVisual Ba
sic4.0のアドインメニューから『フローチャート
図作成描画』を選択してフローチャート図作成描画部1
1を起動する。図7にアドインメニューを選択して表示
される『フローチャート図作成描画』を含むプルダウン
メニューを示す。図7に示すプルダウンメニューより
『フローチャート図作成描画』を選択すると、図8に示
す画面遷移フローチャート作成のメインウィンドウ30
が表示される。ユーザは部品ウィンドウ38に表示され
ているフローチャート部品群より必要なフローチャート
部品を選択し、作業領域32にフローチャートを描画す
る。
The creation of a screen transition flowchart for screens 118 and 219 in FIG. 6 will be described below.
The flowchart diagram creation / drawing unit 11 uses Visual Ba
From the add-in menu of sic4.0, select “Draw Flowchart Diagram” to create a flowchart diagram drawing unit 1
Start 1 FIG. 7 shows a pull-down menu including “flowchart diagram creation drawing” displayed by selecting the add-in menu. When "Draw Flowchart Diagram" is selected from the pull-down menu shown in FIG. 7, the main window 30 for creating the screen transition flowchart shown in FIG.
Is displayed. The user selects necessary flowchart components from the flowchart component group displayed in the component window 38 and draws a flowchart in the work area 32.

【0017】図9は図6に示した画面遷移のメイン処理
の流れに従って作成したフローチャート図である。ユー
ザは図9に示すS11〜S16のフローチャート部品を
順に選択し、作業領域32に図9のような配置でフロー
チャート部品を配置する。図9のS12〜S15の部品
の中に表示されているのはパラメータであるが、これは
各部品に対してパラメータの設定を行うと図9に示した
ように表示される。パラメータの設定は部品を作業領域
に配置してから行う。
FIG. 9 is a flowchart created in accordance with the flow of the main processing of the screen transition shown in FIG. The user sequentially selects the flowchart components of S11 to S16 shown in FIG. 9 and arranges the flowchart components in the work area 32 in an arrangement as shown in FIG. The parameters displayed in the components of S12 to S15 in FIG. 9 are parameters. When parameters are set for each component, they are displayed as shown in FIG. The setting of the parameters is performed after the parts are arranged in the work area.

【0018】続いて、各部品におけるパラメータの設定
方法について説明する。始めに、画面表示部品24のパ
ラメータ設定について説明する。ユーザは、作業領域3
2に配置してあるフローチャート部品の中から画面表示
部品24に図10(A)のようにマウスを合わせダブル
クリックする。又は、メインウィンドウ30の設定メニ
ューをクリックして表示される図10(B)の設定メニ
ュー40から『パラメータ設定(T)』を選択する。そ
して、図10(C)の表示部品パラメータ設定画面41
を表示させる。表示部品パラメータ設定画面41には、
画面表示部品24に表示するForm名を入力するフォ
ーム名テキストボックス42と日本語名称を入力する日
本語名テキストボックス43とがある。また、設定ボタ
ン44とキャンセルボタン45がある。キャンセルボタ
ン45をクリックすると表示部品パラメータ設定画面4
1が消去され、メインウィンドウ30が表示される。設
定ボタン44をクリックするとフォーム名テキストボッ
クス42及び、日本語名テキストボックス43に入力し
た情報が確定される。フォーム名テキストボックス42
に入力するForm名は、Visual Basicに
おけるネームプロパティに設定したForm名が一覧表
示されるので、ユーザは一覧表示されているForm名
の中から該当するForm名を選択して、フォーム名テ
キストボックス42にセットする。日本語名テキストボ
ックス43は、ユーザが任意の日本語名を入力すること
ができる。また、日本語名テキストボックス43には、
フォーム名テキストボックス42にセットしたForm
名のCaptionプロパティに設定されている名称を
取得して表示することもできる。例えば、フォーム名テ
キストボックス42に「Form1」と設定し、日本語
名テキストボックス43に「画面1」と設定して設定ボ
タン44をクリックすると、図9のS12に示すよう
に、「Form1」と「画面1」が画面表示部品24に
表示される。また、図9のS14の画面表示部品24を
ダブルクリックして表示部品パラメータ設定画面41を
表示させ、フォーム名テキストボックス42に「For
m2」と設定し、日本語名テキストボックス43に「画
面2」と設定してから設定ボタン44をクリックする
と、図9のS14に示すように設定したパラメータが画
面表示部品24に表示される。
Next, a method of setting parameters for each component will be described. First, the parameter setting of the screen display component 24 will be described. The user is in the work area 3
The mouse is placed on the screen display component 24 from the flowchart components arranged in FIG. 2 as shown in FIG. Alternatively, “parameter setting (T)” is selected from the setting menu 40 of FIG. 10B displayed by clicking the setting menu of the main window 30. Then, the display component parameter setting screen 41 shown in FIG.
Is displayed. In the display component parameter setting screen 41,
There is a form name text box 42 for inputting a Form name displayed on the screen display component 24 and a Japanese name text box 43 for inputting a Japanese name. Further, there are a setting button 44 and a cancel button 45. Clicking the Cancel button 45 displays the display part parameter setting screen 4
1 is deleted, and the main window 30 is displayed. When the setting button 44 is clicked, the information entered in the form name text box 42 and the Japanese name text box 43 is determined. Form name text box 42
Is displayed as a list of the form names set in the name property in Visual Basic. The user selects a corresponding form name from the list of form names and displays the form name text box 42. Set to. In the Japanese name text box 43, the user can input an arbitrary Japanese name. In the Japanese name text box 43,
Form set in form name text box 42
It is also possible to acquire and display the name set in the Caption property of the name. For example, when "Form1" is set in the form name text box 42, "Screen 1" is set in the Japanese name text box 43, and the setting button 44 is clicked, as shown in S12 of FIG. “Screen 1” is displayed on the screen display component 24. Also, the display component parameter setting screen 41 is displayed by double-clicking the screen display component 24 in S14 of FIG.
When “m2” is set and “screen 2” is set in the Japanese name text box 43 and then the setting button 44 is clicked, the set parameters are displayed on the screen display component 24 as shown in S14 of FIG.

【0019】次に分岐部品25のパラメータ設定につい
て説明する。ユーザは、作業領域32に配置してあるフ
ローチャート部品の中の分岐部品25にマウスを合わせ
ダブルクリックする。又はメインウィンドウ30の設定
メニューをクリックして表示される図10(B)の設定
メニュー40から『パラメータ設定(T)』を選択す
る。そして、図12の分岐パラメータ設定画面50を表
示させる。図12の分岐パラメータ設定画面50には、
YES/NOの分岐スタイルを指定する分岐スタイル5
1と、アンロード比較値を指定するアンロード比較値コ
ンボボックス52と、図9の分岐部品25に表示する日
本語名称を指定する日本語名称テキストボックス53
と、設定ボタン54とキャンセルボタン55とがある。
キャンセルボタン55をクリックすると分岐パラメータ
設定画面50が消去され、メインウィンドウ30が表示
される。設定ボタン54をクリックすると設定したパラ
メータが登録される。分岐スタイル51には6種類のス
タイルがある。各分岐スタイルは図13に示す(A)〜
(F)のフローチャートに対応している。図9のS13
における分岐スタイルは図13の(D)と一致する。ま
た、アンロード比較値コンボボックス52には、次に表
示する画面を選択するための画面遷移番号を入力する。
図6の画面1では、「これが好きです」ボタンをクリッ
クすると画面2へ遷移する。このため、画面1の「これ
が好きです」ボタンに設定したアンロード比較値と同じ
値をこのアンロード比較値コンボボックス52に指定す
る。画面1の「これが好きです」ボタンに設定するアン
ロード比較値については、後で詳細な説明を行う。指定
した値は図9のフローチャート図には表示されない。日
本語名称テキストボックス53には、図9のS13の分
岐部品25に表示する日本語名称を入力する。ここで
は、「好きですボタン?」と入力する。
Next, the parameter setting of the branch part 25 will be described. The user places the mouse on the branch component 25 in the flowchart components arranged in the work area 32 and double-clicks the mouse. Alternatively, the user selects "Parameter Setting (T)" from the setting menu 40 of FIG. 10B displayed by clicking the setting menu of the main window 30. Then, a branch parameter setting screen 50 of FIG. 12 is displayed. In the branch parameter setting screen 50 of FIG.
Branch style 5 for specifying YES / NO branch style
1, an unload comparison value combo box 52 for specifying an unload comparison value, and a Japanese name text box 53 for specifying a Japanese name to be displayed on the branch part 25 in FIG.
And a setting button 54 and a cancel button 55.
When the cancel button 55 is clicked, the branch parameter setting screen 50 is deleted, and the main window 30 is displayed. When the setting button 54 is clicked, the set parameters are registered. The branch style 51 has six types of styles. Each branch style is shown in FIG.
This corresponds to the flowchart of FIG. S13 in FIG.
13 matches the branch style shown in FIG. In the unload comparison value combo box 52, a screen transition number for selecting a screen to be displayed next is input.
On the screen 1 in FIG. 6, when the “I like this” button is clicked, the screen transits to the screen 2. Therefore, the same value as the unload comparison value set in the “I like this” button on the screen 1 is designated in the unload comparison value combo box 52. The unload comparison value set on the “I like this” button on the screen 1 will be described later in detail. The specified value is not displayed in the flowchart of FIG. In the Japanese name text box 53, a Japanese name to be displayed on the branch part 25 in S13 of FIG. 9 is input. Here, "I like the button?"

【0020】次にジャンプ部品26のパラメータ設定に
ついて説明する。ユーザは作業領域32に配置してある
フローチャート部品の中のジャンプ部品26にマウスを
合わせダブルクリックする。又は、メインウィンドウ3
0の設定メニューをクリックして表示される図10
(B)の設定メニュー40から『パラメータ設定
(T)』を選択する。そして、図14のジャンプ部品パ
ラメータ設定画面56を表示させる。ジャンプ部品パラ
メータ設定画面56には部品名称テキストボックス57
と設定ボタン58とキャンセルボタン59とがある。部
品名称テキストボックス57にはジャンプする先の部品
に設定した日本語名称を指定するが、画面表示部品24
のパラメータに設定した日本語名称及び終了端子27が
一覧表示されるので、ユーザは該当する日本語名称を選
択して部品名称テキストボックス57に入力する。設定
ボタン58をクリックすると設定した部品名称が確定さ
れ、図9のジャンプ部品26であるS15には「画面
1」と表示される。図9のフローチャートには他にも開
始端子23と終了端子27があるが、この2つの端子に
はパラメータの設定はないものとする。また、矢印22
は各部品の処理の方向を示し、結合線28は、各部品を
結合するための線なのでパラメータの設定はないものと
する。
Next, the parameter setting of the jump part 26 will be described. The user moves the mouse to the jump part 26 in the flowchart parts arranged in the work area 32 and double-clicks. Or, main window 3
FIG. 10 displayed by clicking the setting menu of 0
"Parameter setting (T)" is selected from the setting menu 40 of (B). Then, a jump part parameter setting screen 56 of FIG. 14 is displayed. The part name text box 57 is displayed on the jump part parameter setting screen 56.
And a setting button 58 and a cancel button 59. In the part name text box 57, the Japanese name set for the part to which the user jumps is specified.
Are displayed in a list, and the user selects the corresponding Japanese name and inputs it to the component name text box 57. When the setting button 58 is clicked, the set component name is determined, and “screen 1” is displayed in S15, which is the jump component 26 in FIG. In the flowchart of FIG. 9, there are other start terminals 23 and end terminals 27, but it is assumed that no parameters are set for these two terminals. Arrow 22
Indicates the processing direction of each component, and since the connection line 28 is a line for connecting each component, no parameter is set.

【0021】ユーザは、図9のフローチャートにある各
部品についてパラメータ設定を行った後、フローチャー
トを基に画面遷移モジュールを生成する。モジュールの
生成は、メインウィンドウ30の『ファイル(F)』を
クリックして表示される図15のファイルメニュー29
の中から『生成(G)』を選択して行う。『生成
(G)』を選択すると、命令生成部12が起動され、図
9のフローチャート中の各部品は、命令生成部12によ
り図4に示した生成ソースに従い展開される。図9のフ
ローチャートを図4の生成ソースに従い展開して作成し
た画面遷移モジュールを図16に示す。図4に示したよ
うに命令生成部12はフローチャート中の各部品につい
てそれぞれLabelを付け、Label毎に各部品の
処理が閉じているようにソースを生成する。閉じている
というのは、各部品の処理の終わりに用意したGoTo
命令により、目的の部品の処理へ処理をジャンプさせる
ということである。但し、図9のS11の開始端子とS
16の終了端子は、処理内容及び処理に対するLabe
lを固定のソースで展開する。例えば、図9のS12の
処理は画面表示部品であるため、図4の画面表示部品2
4に基づいてソースを展開する。まずLabel_xx
1のxx1は、画面表示部品24のパラメータに設定し
たForm名と置き換える。設定したForm名は、
「Form1」であるためLabel名はLabel_
Form1となる。しかし、1つのフローチャートの中
に画面表示部品が多数あり、同じ画面を表示する処理が
多数ある場合は、Label_Form1というLab
elが多数存在してしまう。このため、画面表示部品2
4の出現順にForm1の後に識別子を追加する。従っ
て、図9のS12に対するLabelは、Label_
Form1_0となる。続いて画面を表示する命令Fo
rmShow xx2を展開する。xx2にはフォーム
名を代入する。画面表示部品24におけるパラメータ設
定ではフォーム名を「Form1」とした。このため、
FormShow xx2はFormShow For
m1となる。続いて、Label_xx3を展開する。
図9によると、S12はS13の分岐部品へ結合されて
いる。分岐部品に対するLabelは「If」で始まる
Labelを付けることにすると、Label_xx3
はLabel_Ifとなる。しかし、1つのフローチャ
ートの中に分岐部品が多数ある場合はLabel_If
というLabelが多数存在してしまう。このため、分
岐部品の出現順にIfの後に識別子を追加する。する
と、Label_xx3はLabel_If1となる。
また、1つの分岐部品の中に分岐条件が複数ある場合を
対処するため、Label_If1の後に更に識別子を
追加する。このため、Label_xx3はLabel
_If_0となる。
After setting parameters for each component in the flowchart of FIG. 9, the user generates a screen transition module based on the flowchart. The module is generated by clicking “File (F)” in the main window 30 and displaying the file menu 29 shown in FIG.
Is performed by selecting "Generate (G)" from. When “Generate (G)” is selected, the instruction generation unit 12 is activated, and each component in the flowchart of FIG. 9 is developed by the instruction generation unit 12 according to the generation source shown in FIG. FIG. 16 shows a screen transition module created by expanding the flowchart of FIG. 9 according to the generation source of FIG. As shown in FIG. 4, the instruction generation unit 12 attaches a Label to each component in the flowchart, and generates a source such that the processing of each component is closed for each Label. Closed means the GoTo prepared at the end of processing of each part
This means that the processing jumps to the processing of the target component by the instruction. However, the start terminal of S11 in FIG.
The termination terminal of 16 is the processing content and the Label for the processing.
Expand l with a fixed source. For example, since the process of S12 in FIG. 9 is a screen display component, the screen display component 2 in FIG.
4 based on the source. First, Label_xx
1 is replaced with the Form name set in the parameter of the screen display component 24. The set Form name is
Since it is "Form1," the Label name is Label_
Form1. However, if there are many screen display components in one flowchart and there are many processes for displaying the same screen, the Lab_Form1 Lab
There are many el. Therefore, the screen display component 2
The identifiers are added after Form1 in the order of appearance of No.4. Accordingly, Label for S12 in FIG. 9 is Label_
Form1_0. Next, a command to display the screen Fo
Expand rmShow xx2. The form name is substituted for xx2. In the parameter setting of the screen display component 24, the form name was “Form1”. For this reason,
FormShow xx2 is FormShow For
m1. Subsequently, Label_xx3 is expanded.
According to FIG. 9, S12 is coupled to the branch component of S13. Assuming that Labels starting with “If” are added to Labels for branch parts, Label_xx3
Becomes Label_If. However, when there are many branch parts in one flowchart, Label_If
Many Labels exist. Therefore, an identifier is added after If in the order of appearance of the branch parts. Then, Label_xx3 becomes Label_If1.
Further, in order to cope with a case where there is a plurality of branch conditions in one branch part, an identifier is further added after Label_If1. Therefore, Label_xx3 is the Label_xx3.
_If_0.

【0022】次にS13の分岐部品をソースに展開す
る。S13の分岐部品は、S12の画面表示部品と結合
されているため、分岐部品のLabelは、Label
_xx3と同じLabelになる。分岐条件は、先に設
定した分岐部品パラメータのアンロード比較値を用い
る。例えば、アンロード比較値に「1」を設定したもの
とすると、分岐条件はIf FormReturn =
1となる。FormReturnはアンロード比較値
の変数名である。続いて、分岐条件が真(Yes)であ
る時の飛び先のLabel名Label_xx6を展開
する。Label_xx6は、S13のYESと結合し
ている先の部品のLabel名となる。命令生成部12
は、分岐パラメータの分岐スタイルに指定されているス
タイルを基に、分岐条件がYESの場合にはS14の画
面表示部品に結合していることを認識する。このため、
xx6にはS14におけるForm名が代入されLab
el_xx6はLabel_Form2と展開される。
しかし、1つのフローチャートの中に同じ画面を表示す
る処理が複数ある場合はLabel_Form2という
Labelが多数存在してしまう。このため、画面表示
部品24の出現順にForm2の後に識別子を追加す
る。従って、Label_xx6は、Label_Fo
rm2_0となる。さらに、分岐条件が擬(NO)であ
る時の飛び先のLabel名Label_xx7を展開
する。Label_xx7はS13のNOと結合してい
る先の部品のLabel名となる。分岐スタイルによる
と、NOはS16の終了端子と結合している。終了端子
のLabelはLabel_Endと固定である。この
ため、Label_xx7は、Label_Endと展
開される。
Next, the branch component in S13 is developed in the source. Since the branch part in S13 is combined with the screen display part in S12, the Label of the branch part is Label
It becomes the same Label as _xx3. As the branch condition, the unload comparison value of the previously set branch component parameter is used. For example, if the unload comparison value is set to "1", the branch condition is If FormReturn =
It becomes 1. FormReturn is a variable name of the unload comparison value. Subsequently, the label name Label_xx6 of the jump destination when the branch condition is true (Yes) is expanded. Label_xx6 is the Label name of the part connected to YES in S13. Instruction generation unit 12
Recognizes, based on the style specified in the branch style of the branch parameter, that the image is linked to the screen display component in S14 if the branch condition is YES. For this reason,
The form name in S14 is substituted for xx6 and Lab
el_xx6 is expanded to Label_Form2.
However, when there are a plurality of processes for displaying the same screen in one flowchart, a large number of Labels called Label_Form2 exist. Therefore, an identifier is added after Form2 in the order in which the screen display components 24 appear. Therefore, Label_xx6 is equal to Label_Fo.
rm2_0. Further, the label name Label_xx7 of the jump destination when the branch condition is false (NO) is expanded. Label_xx7 is the Label name of the part connected to NO in S13. According to the branch style, NO is coupled to the end terminal of S16. Label of the end terminal is fixed to Label_End. Therefore, Label_xx7 is expanded to Label_End.

【0023】次に、S14の画面表示部品を展開する。
S14に対して生成するソースは、上記S12に対して
生成したソースと同じ方法で展開する。このため、La
bel名はLabel_Form2_0となる。また、
画面表示命令は、FormShow Form2とな
る。さらに、S14の画面表示部品は、S15のジャン
プ部品に結合している。このため、Label_xx3
はジャンプ部品のLabel名に展開される。ジャンプ
部品に対するLabel名は、Label_Jumpと
する。但し、1つのフローチャートの中にジャンプ部品
が多数存在する場合、Label_Jumpが多数存在
することになる。このため、Jumpの後ろにJump
部品の出現順に識別子を追加する。従って、Label
_xx3はLabel_Jump1となる。さらに、便
宜的に、画面表示部品や分岐部品のLabel名と同じ
ようにJump1の後に_0を追加する。そして、Ju
mp部品に対するLabel名をLabel_Jump
1_0とする。
Next, the screen display components in S14 are developed.
The source generated for S14 is developed in the same manner as the source generated for S12. For this reason, La
The label name is Label_Form2_0. Also,
The screen display command is FormShow Form2. Further, the screen display component of S14 is connected to the jump component of S15. Therefore, Label_xx3
Is expanded to the Label name of the jump part. The Label name for the jump component is Label_Jump. However, if there are many jump parts in one flowchart, there will be many Label_Jumps. For this reason, Jump after Jump
Add identifiers in the order in which the parts appear. Therefore, Label
_Xx3 is Label_Jump1. Further, for convenience, _0 is added after Jump1 similarly to the Label name of the screen display component or the branch component. And Ju
Label_Jump is the Label name for the mp part
1_0.

【0024】続いて、S15のJump部品を展開す
る。Jump部品のLabel名はS14の結合先であ
るため、Label_Jump1_0となる。また、ジ
ャンプ部品のパラメータ設定においてJumpする先の
部品名称を設定しておいた。ジャンプ部品の飛び先は、
「画面1」であり、画面1はS12の画面表示部品を示
している。このため、Label_xx9はLabel
_Form1_0となる。以上のように命令生成部12
は図9に示したようなフローチャートに基づいてフロー
チャートの各部品に対する図4の生成元ソースに従いソ
ースを展開し、図16に示したような画面遷移モジュー
ルを生成する。
Subsequently, the jump part in S15 is developed. The Label name of the Jump component is Label_Jump1_0 because it is the connection destination of S14. Also, in the parameter setting of the jump part, the name of the part to be jumped is set. Jump parts jump
This is “screen 1”, and screen 1 shows the screen display component of S12. For this reason, Label_xx9 is Label_xx9.
_Form1_0. As described above, the instruction generation unit 12
Expands the source based on the flow chart shown in FIG. 9 according to the generation source shown in FIG. 4 for each part in the flow chart, and generates a screen transition module as shown in FIG.

【0025】ここまでは、画面作成部7による画面のフ
ォーム設定と、画面遷移モジュール作成部10による画
面遷囲モジュールの作成について説明を行った。次に、
各画面に設けたボタンをクリックすることにより発生す
る処理の登録について以下に説明を行う。図17は、ボ
タンをクリックすることにより発生する処理を登録する
手順を示す流れ図である。図18(A)は、図6の画面
1のフォームの一部を示す図である。図18(B)はメ
インメニューのアドインを選択して表示されるプルダウ
ンメニューより処理モジュール作成部を選択する図であ
る。図19は図18(B)のメニューより処理モジュー
ル作成が選択されることにより表示されるイベント選択
画面を示す図である。図20は、図19の選択ボタンを
クリックすることにより表示される動作内容設定画面を
示す図である。図21は、図20の追加ボタンをクリッ
クすることにより表示される追加する動作選択画面を示
す図である。図22は、図21の追加処理選択リストボ
ックスよりアンロード処理を選択して表示されるアンロ
ード処理設定画面を示す図である。図23(A)は、ア
ンロード処理の生成元ソースを示す図である。図23
(B)は確認メッセージ処理の生成元ソースを示す図で
ある。図24は、図21の追加処理選択リストボックス
より確認メッセージ処理を選択して表示される確認メッ
セージ処理設定画面を示す図である。以下に、図18〜
図24を用いて図6に示した画面1 18と画面2 1
9に配置されているボタンに対するアンロード処理設定
と確認メッセージ処理設定について図17の流れ図に従
い設定動作を説明する。尚、アンロード処理とは所定の
画面から別の画面へ画面が遷移するとき、所定の画面を
消去して別の画面を表示する処理であり、処理の制御が
所定の画面から別の画面へ完全に移る処理をいう。ま
た、確認メッセージ処理とは、所定の画面から別の画面
へ画面が遷移するが、所定の画面は消去せず、所定の画
面とともに別の画面を表示する。そして、画面が遷移し
ても処理の制御は遷移しない処理である。図6の画面1
18から画面2 19へ遷移する処理はアンロード処
理となり画面1 18から確認画面80へ遷移する処理
は確認メッセージ処理となる。
Up to now, the screen form setting by the screen creation unit 7 and the creation of the screen transition module by the screen transition module creation unit 10 have been described. next,
The registration of processing that occurs when a button provided on each screen is clicked will be described below. FIG. 17 is a flowchart showing a procedure for registering a process generated by clicking a button. FIG. 18A is a diagram showing a part of the form on the screen 1 in FIG. FIG. 18B is a diagram in which a processing module creation unit is selected from a pull-down menu displayed by selecting an add-in in the main menu. FIG. 19 is a diagram showing an event selection screen displayed when processing module creation is selected from the menu of FIG. 18B. FIG. 20 is a diagram showing an operation content setting screen displayed by clicking the selection button in FIG. FIG. 21 is a diagram showing an operation selection screen to be added, which is displayed by clicking the add button in FIG. FIG. 22 is a diagram showing an unload processing setting screen displayed by selecting an unload processing from the additional processing selection list box in FIG. FIG. 23A is a diagram showing the source of the unload processing. FIG.
(B) is a figure which shows the generation source of confirmation message processing. FIG. 24 is a diagram showing a confirmation message processing setting screen displayed by selecting confirmation message processing from the additional processing selection list box of FIG. Below, FIG.
Screen 118 and screen 21 shown in FIG. 6 using FIG.
The setting operation of the unload processing setting and the confirmation message processing setting for the button arranged in FIG. 9 will be described with reference to the flowchart of FIG. The unload process is a process of deleting a predetermined screen and displaying another screen when the screen transitions from the predetermined screen to another screen, and the control of the processing is performed from the predetermined screen to another screen. It refers to the process of completely moving. In the confirmation message process, a screen transitions from a predetermined screen to another screen, but the predetermined screen is not erased and another screen is displayed together with the predetermined screen. Then, even if the screen changes, the control of the processing does not change. Screen 1 in FIG.
The process of transitioning from the screen 18 to the screen 219 is an unloading process, and the process of transitioning from the screen 118 to the confirmation screen 80 is a confirmation message process.

【0026】始めに、画面1 18のボタンに対する処
理を設定する。「これが好きです」ボタンは画面2 1
9へ処理の制御を遷移するイベントとなる。また、画面
219の画面は、画面1 18の画面を消去してから表
示する。従って、「これが好きです」ボタンにはアンロ
ード処理の設定を行う。また、画面1 18における
「好きなものはありません」ボタンは、確認画面80の
処理に遷移する。但し、確認画面80を表示するとき画
面1 18の画面は消去せずに画面1 18を表示する
と同時に確認画面80の表示を行う。このため「好きな
ものはありません」ボタンには確認メッセージ処理の設
定を行う。
First, processing for the buttons on the screen 118 is set. "I like this" button is on screen 21
9 is an event for transitioning the control of the process to 9. The screen 219 is displayed after the screen 118 is deleted. Therefore, the setting of the unload processing is performed for the “I like this” button. In addition, a “no favorite” button on the screen 118 transits to the processing of the confirmation screen 80. However, when the confirmation screen 80 is displayed, the screen 118 is displayed without deleting the screen 118, and the confirmation screen 80 is displayed at the same time. For this reason, confirmation message processing is set for the “I do not like this” button.

【0027】まず、「これが好きです」ボタンに対する
アンロード処理を設定する手順を説明する。図18
(A)の画面設定画面60より「好きです」ボタン61
をクリックして、図18(B)のメインメニュー62の
『アドイン』を選択する。『アドイン』を選択すると、
プルダウンメニュー63が表示されるので処理モジュー
ル作成64を更に選択する。処理モジュール作成64を
選択すると、図19のイベント選択画面70が表示され
る。イベント表示リストボックス71には、ボタンコン
トロールに設定されているイベントが表示される。「ボ
タンが押されたら」というイベントに対して処理を設定
する場合は、イベント表示リストボックス71の『Cl
ick』を選択し、選択ボタン72をクリックする。
尚、キャンセルボタン73をクリックすると図18
(A)の画面設定画面60が表示される。選択ボタン7
2をクリックすると図20の動作内容設定画面87が表
示される。連続処理内容リストボックス81には、追加
した処理が表示される。ここでは、追加する処理をまだ
選択していないため「(なし)」が表示されている。追
加ボタン82をクリックすると図21の追加する動作選
択画面90が表示される。追加する処理は、この追加す
る動作選択画面90の追加処理選択リストボックス91
より選択する。また、連続処理内容リストボックス81
に処理内容が表示されている場合、表示されている処理
の1つを選択し、編集ボタン83をクリックすると選択
した処理内容を変更することができる。また、連続処理
内容リストボックス81に表示されている処理の1つを
選択し、削除ボタン84をクリックすると、選択した処
理を削除できる。また、OKボタン85をクリックする
と連続処理内容リストボックス81に表示されている処
理を確定できる。キャンセルボタン86をクリックする
と、図19のイベント選択画面70が表示される。ここ
では「好きです」ボタン61にアンロード処理を追加す
るため、図20の追加ボタン82をクリックする。そし
て、追加する動作選択画面90が表示されるので、追加
処理選択リストボックス91より『アンロード処理』を
選択し、OKボタン92をクリックする。OKボタン9
2をクリックすると、図22のアンロード処理設定画面
100が表示される。アンロード処理設定画面100で
はアンロード比較値の設定を行う。アンロード比較値と
は画面1 18を消去し、画面2 19へ画面を遷移す
るか否かを判定するための値である。アンロード処理は
図23(A)に示すパターンで処理モジュール作成部1
がソースを生成する。図23(A)によると、アンロー
ド比較値に設定した値をFormReturnという変
数に格納している(Numberにはアンロード比較値
にセットした値が格納されているものとする)。先に説
明した分岐部品パラメータの設定(図12)では、アン
ロード比較値に設定する値については言及していなかっ
たが、ここでは「1」を設定する。アンロード比較値に
「1」を設定すると命令生成部12は、図9のS13を
図16のS13に示すようにIf FormRetur
n = 1 Then GoToLabel_Form
2_0と展開する。分岐部品25における上記Form
Returnは、画面1から画面2へ遷移するか否かを
判断するための値が設定されているグローバル変数であ
る。図18(A)の「好きです」ボタン61をクリック
すると画面2へ遷移する。このため、「好きです」ボタ
ン61に対するアンロード処理では、FormRetu
rnに「1」が設定されるように、アンロード比較値に
「1」をセットする。そして、OKボタン102をクリ
ックすることにより処理モジュール作成部1によりアン
ロード処理のソースを生成する。処理モジュール作成部
1が生成したソースを図25のソース120に示す。特
に、アンロード処理により生成されるソースは、画面消
去モジュール4とする。画面消去モジュール4は、アン
ロード比較値をFormReturnにセットする画面
遷移番号設定命令5と、「Unload Me」(図2
3(A))の消去命令6を備える。以上の手順に基づい
て「好きです」ボタン61に対してアンロード処理を設
定する。
First, the procedure for setting the unload processing for the "I like this" button will be described. FIG.
"I like" button 61 from the screen setting screen 60 of (A)
Is clicked and "Add-in" is selected in the main menu 62 of FIG. If you select "Add-in",
When a pull-down menu 63 is displayed, a process module creation 64 is further selected. When the process module creation 64 is selected, an event selection screen 70 of FIG. 19 is displayed. The event display list box 71 displays events set in the button control. To set a process for the event "when the button is pressed", the "Cl
ic "and click on the select button 72.
When the cancel button 73 is clicked, FIG.
The screen setting screen 60 of (A) is displayed. Select button 7
Clicking on 2 displays an operation content setting screen 87 in FIG. In the continuous processing content list box 81, the added processing is displayed. Here, "(none)" is displayed because the process to be added has not been selected yet. When the add button 82 is clicked, an operation selection screen 90 to be added shown in FIG. 21 is displayed. The processing to be added is performed in the additional processing selection list box 91 of the operation selection screen 90 to be added.
Choose more. In addition, the continuous processing content list box 81
When one of the displayed processes is selected and the edit button 83 is clicked, the selected process content can be changed. When one of the processes displayed in the continuous process content list box 81 is selected and the delete button 84 is clicked, the selected process can be deleted. Further, when the OK button 85 is clicked, the processing displayed in the continuous processing content list box 81 can be determined. When the cancel button 86 is clicked, an event selection screen 70 of FIG. 19 is displayed. Here, in order to add an unload process to the "I like" button 61, the user clicks an add button 82 in FIG. Then, an operation selection screen 90 to be added is displayed, and “unload processing” is selected from the additional processing selection list box 91, and an OK button 92 is clicked. OK button 9
Clicking on 2 displays the unload processing setting screen 100 of FIG. On the unload processing setting screen 100, an unload comparison value is set. The unload comparison value is a value for determining whether or not the screen 118 is deleted and the screen is shifted to the screen 219. The unload processing is performed in the processing module creation unit 1 in the pattern shown in FIG.
Generates the source. According to FIG. 23A, the value set as the unload comparison value is stored in a variable called FormReturn (the value set as the unload comparison value is stored in Number). Although the setting of the branch component parameter described above (FIG. 12) does not refer to the value to be set as the unload comparison value, “1” is set here. When the unload comparison value is set to “1”, the instruction generation unit 12 replaces S13 in FIG. 9 with If FormReturn as shown in S13 in FIG.
n = 1 Then GoToLabel_Form
Expand to 2_0. The above-mentioned form in the branch part 25
Return is a global variable in which a value for determining whether to transition from screen 1 to screen 2 is set. When the “I like” button 61 in FIG. Therefore, in the unload processing for the “I like” button 61, the FormRetu
The unload comparison value is set to "1" so that "1" is set to rn. Then, by clicking the OK button 102, the processing module creating unit 1 generates the source of the unload processing. The source generated by the processing module creation unit 1 is shown as a source 120 in FIG. In particular, the source generated by the unload processing is the screen erasing module 4. The screen erasing module 4 includes a screen transition number setting instruction 5 for setting the unload comparison value to FormReturn, and “Unload Me” (FIG. 2).
3 (A)). Based on the above procedure, unload processing is set for the "I like" button 61.

【0028】次に図6の画面1 18の「好きなものは
ありません」ボタンに対して確認メッセージ処理を設定
する処理手順を以下に説明する。まず、画面1 18を
表示して「好きなものはありません」ボタンをクリック
し、続いてアンロード処理の設定手順と同じ手順によ
り、図21の追加する動作選択画面90を表示する。そ
して、追加する動作選択画面90の追加処理選択リスト
ボックス91に確認メッセージ処理があるので選択し
て、OKボタン92をクリックする。そして、図24の
確認メッセージ処理設定画面110が表示されるので、
処理内容の設定を行う。始めに、画面タイトルをタイト
ルテキストボックス111に設定する。設定したタイト
ルは、図6の確認画面80に表示している画面タイトル
になる。また、メッセージ内容テキストボックス112
には、確認画面80に表示するメッセージ(図6の確認
画面80におけるメッセージは「本当ですか?」であ
る)を設定する。また、タイプ選択オプション群116
の中から確認画面80に表示するボタンの種類を選択す
る。選択したボタンのタイプがボタンコンボボックス1
13に表示される。また、タイプ選択オプション群の標
準ボタンは、確認画面80におけるデフォルトのボタン
を設定する。ここでいうデフォルトボタンとは、例え
ば、確認画面80を表示中に確認画面80上にあるボタ
ンを何もクリックせず、他の画面へ遷移した場合に、他
の画面に遷移する前にクリックされたことにするボタン
である。標準ボタンには第1ボタンが選択されている。
このため、デフォルトのボタンは「はい」ボタンになる
(「いいえ」ボタンは第2ボタンである)。ボタンコン
ボボックス113に表示されているボタンは、確認画面
80においてどのボタンがクリックされたかを通知して
ほしいボタンを指定する。例えば、図24のボタンコン
ボボックス113は「はい」が選択されている。確認メ
ッセージ処理では「はい」ボタンがクリックされると、
「はい」ボタンがクリックされた旨通知する。また、タ
イプ選択オプション群のアイコンの形状は、確認画面8
0に表示するアイコンの形状を指定する。確認画面80
では「?」のアイコンを表示しているので、問い合わせ
を選択している。設定終了後、OKボタン114をクリ
ックして処理内容を確定すると、確認メッセージ処理の
ソースが処理モジュール作成部1により図23(B)に
示すパターンで生成される。処理モジュール作成部1が
作成した確認メッセージ処理のソースを図25のソース
121に示す。図23(B)に示したように、確認メッ
セージ処理はVisual BasicにおけるMsg
Box命令を用いている。このため、処理の仕様はMs
gBoxの仕様に基づいている。従って、確認画面80
の「はい」または「いいえ」のいずれかのボタンが押さ
れると確認画面80が消去される仕様である。図23
(B)のSettingにはメッセージ内容テキストボ
ックス112に設定したメッセージ内容である「本当で
すか?」とボタンコンボボックス113に設定したボタ
ンの種類とタイプ選択オプション群116のアイコン形
状と(MsgBoxの仕様では「はい」ボタンと「いい
え」ボタンを表示し、問い合わせメッセージアイコンを
表示する場合「36」という値になる)とタイトルテキ
ストボックス111に設定したタイトルである「確認」
に基づいて生成した命令をセットする。これにより、
「If MsgBox(”本当ですか?”,36,”確
認”)」の命令が生成される。また、MsgBoxは押
されたボタンを示す値を返す。値はMsgBoxの仕様
により予め定められているので、これを使用する。従っ
て、図23(B)の「If MsgBox〜= Num
ber Then」は押されたボタンの種類を判断し、
「Then」以降の処理を行うか否かを決定する命令で
ある。図6の確認画面80では、「はい」ボタンがクリ
ックされると画面1を消去し、処理を終了する。このた
め、確認画面80の「はい」ボタンがクリックされた
時、画面1を消去するアンロード処理が必要になる。従
って、「好きなものはありません」ボタンには、確認メ
ッセージ処理の次に、アンロード処理を行うように設定
する。確認メッセージ処理の次にアンロード処理を行う
ように設定すると、図23(B)の「If〜Then」
の後に図23(A)の「FormReturn〜Unl
oad Me」が続いて挿入される。挿入済みのソース
を図25のソース121に示す。また、確認画面80の
「いいえ」ボタンがクリックされた時は、確認メッセー
ジ処理を終了し、画面1の処理へ戻る。従って、「If
〜Then」は「はい」ボタンがクリックされたかを確
認する命令であり、「Number」には、標準ボタン
として選択した「はい」ボタンであることを示す「6」
がセットされる。また、アンロード処理の設定は、「好
きです」ボタン61に対するアンロード処理の設定と同
様の手順で行う。「好きです」ボタン61のアンロード
処理では図12の分岐部品パラメータに設定したアンロ
ード比較値を設定していたが、「好きなものはありませ
ん」ボタンにおけるアンロード比較値は「1」以外の整
数値とする。これは、画面制御モジュールにおいて
「1」がセットされていると画面2を表示するように制
御してしまうためである。従って「好きなものはありま
せん」ボタンのアンロード処理におけるアンロード比較
値は「3」をセットする。「好きなものはありません」
ボタンのアンロード処理を図25のソース121の「F
ormReturn〜Unload Me」に示す。ソ
ース121において、Ifステートメントが確認メッセ
ージ処理に該当し、FormReturnとUnloa
dの命令がアンロード処理に該当する。
Next, the processing procedure for setting the confirmation message processing for the "I do not like" button on the screen 118 in FIG. 6 will be described below. First, the screen 118 is displayed, and the "I do not like" button is clicked. Then, the operation selection screen 90 to be added shown in FIG. 21 is displayed by the same procedure as the setting procedure of the unloading process. Then, since there is a confirmation message processing in the additional processing selection list box 91 of the operation selection screen 90 to be added, the user selects the processing and clicks an OK button 92. Then, the confirmation message processing setting screen 110 of FIG. 24 is displayed.
Set the processing details. First, a screen title is set in the title text box 111. The set title is the screen title displayed on the confirmation screen 80 in FIG. Also, the message content text box 112
, A message to be displayed on the confirmation screen 80 (the message on the confirmation screen 80 of FIG. 6 is “Is it true?”) Is set. Also, a type selection option group 116
Of the buttons to be displayed on the confirmation screen 80 are selected. The selected button type is button combo box 1
13 is displayed. The standard button of the type selection option group sets a default button on the confirmation screen 80. The default button referred to here is, for example, when the screen is switched to another screen without clicking any button on the confirmation screen 80 while the confirmation screen 80 is being displayed, the button is clicked before transitioning to another screen. It is a button to be done. The first button is selected as the standard button.
Thus, the default button is a "Yes" button (the "No" button is a second button). The button displayed in the button combo box 113 specifies a button to be notified of which button has been clicked on the confirmation screen 80. For example, “Yes” is selected in the button combo box 113 in FIG. In the confirmation message processing, if the "Yes" button is clicked,
Notifies that the "Yes" button has been clicked. The shape of the icon of the type selection option group is displayed on the confirmation screen 8
0 Specifies the shape of the icon to be displayed. Confirmation screen 80
Then, since the icon of "?" Is displayed, the inquiry is selected. After the setting is completed, when the OK button 114 is clicked to determine the processing content, the source of the confirmation message processing is generated by the processing module creating unit 1 in the pattern shown in FIG. The source of the confirmation message processing created by the processing module creating unit 1 is shown as a source 121 in FIG. As shown in FIG. 23 (B), the confirmation message processing is performed by using Msg in Visual Basic.
Box instruction is used. Therefore, the processing specification is Ms
It is based on the gBox specification. Therefore, the confirmation screen 80
The confirmation screen 80 is erased when any one of the “Yes” or “No” button is pressed. FIG.
In the setting of (B), “Is true?” Which is the message content set in the message content text box 112, the button type set in the button combo box 113, the icon shape of the type selection option group 116, and the (MsgBox specification) Then, when the "Yes" button and the "No" button are displayed and the inquiry message icon is displayed, the value becomes "36") and the title set in the title text box 111, "Confirm"
Set the instruction generated based on. This allows
An instruction "If MsgBox (" Is it true? ", 36," Confirmation ")" is generated. MsgBox returns a value indicating the pressed button. Since the value is predetermined according to the specification of MsgBox, it is used. Therefore, “If MsgBox〜 = Num” in FIG.
ber Then "determines the type of button pressed,
This is a command for determining whether or not to perform the processing after “Then”. In the confirmation screen 80 shown in FIG. 6, when the "Yes" button is clicked, the screen 1 is erased, and the processing ends. For this reason, when the "Yes" button on the confirmation screen 80 is clicked, an unload process for deleting the screen 1 is required. Therefore, the "I do not like" button is set to perform unload processing after confirmation message processing. When unload processing is set to be performed after the confirmation message processing, “If to Then” in FIG.
After the “FormReturn to Unl” in FIG.
“od Me” is subsequently inserted. The inserted source is shown as source 121 in FIG. When the “No” button on the confirmation screen 80 is clicked, the confirmation message processing ends, and the processing returns to the screen 1. Therefore, "If
“-Then” is an instruction to confirm whether the “Yes” button has been clicked, and “Number” has “6” indicating that the “Yes” button was selected as the standard button.
Is set. The setting of the unloading process is performed in the same procedure as the setting of the unloading process for the “I like” button 61. In the unload processing of the "I like" button 61, the unload comparison value set in the branch part parameter of FIG. 12 was set, but the unload comparison value of the "I do not like" button is other than "1". Take an integer value. This is because if "1" is set in the screen control module, the screen 2 is controlled to be displayed. Therefore, “3” is set as the unload comparison value in the unload processing of the “I do not like” button. "I don't like anything"
The button unload processing is performed by the source 121 shown in FIG.
ormReturn-Unload Me ". In the source 121, the If statement corresponds to the confirmation message processing, and the FormReturn and Unloa
The instruction d corresponds to the unload processing.

【0029】また、画面2 19に画面が遷移した後、
画面2 19の「はい」ボタンをクリックすると画面2
を消去し、画面1 18へ画面が遷移する。このため、
画面2 19の「はい」ボタンにもアンロード処理を設
定する。処理モジュール作成部1が生成したアンロード
処理のソースを図25のソース122に示す。また、図
25のソース123は、画面2に対するソースである
が、これは画面1で入力された「なまえ」に対する入力
値を画面2 19で表示するように、入力された値を取
り込む処理である。具体的には、図6の画面1 18で
「お猿さん」が入力され、「お猿さん」を画面2 19
でも表示するために「お猿さん」という値を画面2 1
9に取り込んでいる。「お猿さん」という値はGlob
alData(1)に格納される。ソース123におい
て、GlobalData(1)に格納されている値は
画面2 19のプロパティであるLabel2.Cap
tionに格納している。以上の手順により個々の画面
におけるイベントに対する処理の設定を行う。
After the screen is changed to the screen 219,
Click the "Yes" button on screen 219 to display screen 2
Is erased, and the screen transitions to screen 118. For this reason,
Unload processing is also set on the “Yes” button on the screen 219. The source of the unload processing generated by the processing module creation unit 1 is shown as a source 122 in FIG. The source 123 in FIG. 25 is a source for the screen 2, and is a process of capturing the input value so that the input value for “name” input on the screen 1 is displayed on the screen 219. . Specifically, “Monkey” is input on screen 118 in FIG. 6, and “Monkey” is displayed on screen 219.
But to display it, the value "Monkey" is displayed on screen 21.
9 The value "Monkey" is Glob
stored in alData (1). In the source 123, the value stored in GlobalData (1) is Label2. Cap
stored in the. The process for the event on each screen is set by the above procedure.

【0030】次に、実行部17による画面制御の流れを
説明する。図26は実行部による画面制御の流れを示す
流れ図である。図26において、実行部17は始めに画
面1 18を表示する。そして、画面1 18において
イベントが発生するのを待つ。又は、画面1 18がア
ンロードされるのを待つ(S30)。イベントは、画面
1 18において名前を入力されるか、あるいは、「こ
れが好きです」ボタンあるいは「好きなものはありませ
ん」ボタンがクリックされることによって発生する。イ
ベントが発生すると(S31)、ボタンに設定されてい
る処理に制御が移る(S32)。例えば、「これが好き
です」ボタンがクリックされた場合は(S33)、画面
1 18を消去し(S34)、画面2 19を表示す
る。そして、画面2がアンロードされるか、画面2 1
9における「はい」ボタンがクリックされイベントが発
生するのを待つ(S35)。上記S30〜S34では、
画面1 18を消去とするまでは、画面1 18に制御
がある。画面1 18を消去し画面2 19を表示した
時点で制御は画面2 19へ移る。画面2 19におい
てイベントが発生すると(S36)、画面2 19を消
去し(S37)、再び画面1 18を表示し、上記S3
0からの処理を繰り返し行う。画面1 18において
「好きなものはありません」がクリックされると、確認
画面80であるメッセージボックスを表示する。そし
て、確認画面80において「はい」ボタン、あるいは、
「いいえ」ボタンがクリックされるまで待つ(S3
8)。このとき、制御は画面1 18にそのまま残って
いる。確認画面80においてイベントが発生すると(S
39)、確認画面80であるメッセージボックスを消去
する(S40)。上記S39のイベントが、「はい」ボ
タンがクリックされたことにより発生している場合は
(S41)、画面1 18を消去し、処理を終了する
(S42)。上記S39におけるイベントの発生が、確
認画面80における「いいえ」ボタンをクリックされた
ことにより発生している場合は、再び画面1 18を表
示し、上記S30からの処理を繰り返し行う。このよう
に、実行部17は、画面遷移モジュール13に従って画
面遷移の処理を行う。
Next, the flow of screen control by the execution unit 17 will be described. FIG. 26 is a flowchart showing the flow of screen control by the execution unit. In FIG. 26, execution unit 17 first displays screen 118. Then, it waits for an event to occur on the screen 118. Alternatively, it waits until the screen 118 is unloaded (S30). The event is triggered by entering a name on screen 118 or clicking a "I like this" button or a "Nothing I like" button. When an event occurs (S31), control is transferred to the process set for the button (S32). For example, when the “I like this” button is clicked (S33), the screen 118 is deleted (S34), and the screen 219 is displayed. Then, screen 2 is unloaded or screen 2 1
The process waits until the “Yes” button in 9 is clicked and an event occurs (S35). In the above S30 to S34,
Until the screen 118 is erased, the screen 118 has control. When the screen 118 is erased and the screen 219 is displayed, the control moves to the screen 219. When an event occurs on the screen 219 (S36), the screen 219 is deleted (S37), the screen 118 is displayed again, and the above-mentioned S3 is executed.
The processing from 0 is repeated. When “Nothing likes” is clicked on the screen 118, a message box as a confirmation screen 80 is displayed. Then, on the confirmation screen 80, a "Yes" button or
Wait until the "No" button is clicked (S3
8). At this time, the control remains on the screen 118. When an event occurs on the confirmation screen 80 (S
39), the message box as the confirmation screen 80 is deleted (S40). If the event in S39 has occurred due to the “Yes” button being clicked (S41), the screen 118 is deleted, and the process ends (S42). If the occurrence of the event in S39 is caused by clicking the “No” button on the confirmation screen 80, the screen 118 is displayed again, and the processing from S30 is repeated. Thus, the execution unit 17 performs the screen transition processing according to the screen transition module 13.

【0031】また、本発明の画面遷移制御装置は、フロ
ーチャート図作成描画部11が作成した画面制御のフロ
ーチャートを表示装置に表示する機能を持つ。表示され
るイメージは図9に示すフローチャートと類似してい
る。また、本発明の画面遷移制御装置は画面遷移のフロ
ーチャートを印刷する機能を持つ。図27は、画面遷移
のフローチャートを印刷した例を示す図である。図27
に示したフローチャートは図9と類似しているが、「好
きですボタン?」の分岐処理のところに、画面1をアン
ロードするか否かを判断するFormReturnの値
を表示している(図27における「Unload =
1?」がこれに当たる)。
The screen transition control device of the present invention has a function of displaying a screen control flowchart created by the flowchart diagram creating / drawing unit 11 on a display device. The displayed image is similar to the flowchart shown in FIG. Further, the screen transition control device of the present invention has a function of printing a flowchart of screen transition. FIG. 27 is a diagram illustrating an example of printing a flowchart of screen transition. FIG.
Is similar to FIG. 9 except that the value of FormReturn for determining whether or not to unload the screen 1 is displayed at the branch process of “I like the button?” (FIG. 27). "Unload =
1? Is this).

【0032】以上のように、本発明の画面遷移制御装置
を用いることによって、画面遷移処理を画面遷移モジュ
ールによって一元管理することができる。このため、全
体の画面遷移処理を把握するのが容易になる。また、画
面遷移モジュールはフローチャート部品を用いてフロー
チャート図作成描画部によって構築することができ、作
成したフローチャート図を基に命令生成部がソースを生
成するので、ユーザは画面遷移モジュールを視覚的に生
成することができる。
As described above, the screen transition processing can be centrally managed by the screen transition module by using the screen transition control device of the present invention. Therefore, it is easy to grasp the entire screen transition process. In addition, the screen transition module can be constructed by the flowchart diagram creating / drawing unit using the flowchart components, and the instruction generating unit generates the source based on the created flowchart diagram, so that the user can visually generate the screen transition module. can do.

【0033】[0033]

【発明の効果】この発明における画面遷移制御装置は、
以上のように構成されている。このため、以下に示す効
果を奏する。
According to the present invention, the screen transition control device comprises:
The configuration is as described above. For this reason, the following effects are obtained.

【0034】複数の画面の遷移を制御する画面遷移モジ
ュールと、データ処理に用いる処理モジュールとを別々
に管理する。このため、画面遷移処理については全体を
一元的に管理できる効果がある。また、保守性の面にお
いては、画面遷移処理を一元的に管理することで、画面
遷移処理の順序を変更した場合に容易に変更箇所を特定
でき、開発コストや保守コストを軽減することができる
効果がある。
A screen transition module for controlling transition of a plurality of screens and a processing module used for data processing are separately managed. Therefore, there is an effect that the entire screen transition process can be managed in a unified manner. Further, in terms of maintainability, by centrally managing the screen transition processing, when the order of the screen transition processing is changed, a changed portion can be easily specified, and development costs and maintenance costs can be reduced. effective.

【0035】また、上記画面遷移モジュールをフローチ
ャート図を用いて視覚的に作成できる。このため、画面
遷移処理の全体の流れを容易に把握できる効果がある。
Further, the screen transition module can be visually created using a flowchart. Therefore, there is an effect that the entire flow of the screen transition process can be easily grasped.

【0036】また、フローチャート図は、予め定めた部
品より構成される。このため、画面遷移モジュールの作
成者以外のユーザは、フローチャート図を見ることによ
り、容易に画面処理の流れを把握することができる効果
がある。また、作成したフローチャート図は、自動的に
イベントドリブン型のプログラミング言語に展開され
る。このため、生成されるソースは標準化されており、
デバックを容易に行うことができる効果がある。
The flowchart is composed of predetermined parts. Therefore, there is an effect that a user other than the creator of the screen transition module can easily grasp the flow of the screen processing by looking at the flowchart. Further, the created flowchart is automatically developed into an event-driven programming language. For this reason, the generated source is standardized,
There is an effect that debugging can be easily performed.

【0037】また、各画面に発生するイベントに対する
処理は、画面遷移モジュールとは別の処理モジュールと
して作成し、管理する。そして、画面遷移モジュールの
画面制御順に従い、画面遷移処理を展開しながら、個々
の画面におけるイベントに対する処理を呼び出すように
実行する。例えば、あるイベント発生により所定の画面
を消去するような処理は、画面遷移モジュールとは別に
作成される。このように、画面遷移モジュールと処理モ
ジュールとを完全に分離して管理できるので、保守性を
向上することができる効果がある。
The processing for an event occurring on each screen is created and managed as a processing module separate from the screen transition module. Then, according to the screen control order of the screen transition module, the screen transition process is executed so as to call the process for the event on each screen while developing the screen transition process. For example, a process of deleting a predetermined screen when a certain event occurs is created separately from the screen transition module. As described above, since the screen transition module and the processing module can be completely separated and managed, there is an effect that maintainability can be improved.

【0038】また、画面遷移モジュールと消去処理モジ
ュールは、互いに参照可能な変数を持ち、上記変数に次
に表示すべき画面を選択するための判断基準となる画面
遷移番号を設定する。このため、画面毎にユニークにな
るような遷移番号を決めておけば、1つのプロジェクト
の中の画面遷移処理が統一された値に基づいて行われる
ことになり、プロジェクトの保守性を向上できる効果が
ある。
The screen transition module and the erasure processing module have variables that can be referred to each other, and set a screen transition number as a criterion for selecting a screen to be displayed next in the above variables. For this reason, if a transition number that is unique for each screen is determined, the screen transition processing in one project is performed based on a unified value, and the maintainability of the project can be improved. There is.

【0039】さらに、上記処理モジュールのソースは所
定のパターンに従い自動的に生成される。このため、作
成された処理モジュールのソースには、処理モジュール
を作成したユーザによる個人差がなく標準化されてい
る。従って、デバックがしやすくなり、保守性を向上で
きる効果がある。
Further, the source of the processing module is automatically generated according to a predetermined pattern. For this reason, the source of the created processing module is standardized without any individual differences among users who created the processing module. Therefore, there is an effect that debugging can be easily performed and maintainability can be improved.

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

【図1】 この発明における画面遷移制御装置の一構成
を示す図である。
FIG. 1 is a diagram showing a configuration of a screen transition control device according to the present invention.

【図2】 フローチャート図作成描画部を起動すると表
示される画面を示す図である。
FIG. 2 is a diagram showing a screen displayed when a flowchart diagram creation drawing unit is started.

【図3】 図2のフローチャート部品群それぞれの処理
内容を示す図である。
FIG. 3 is a diagram showing processing contents of each of the flowchart component groups in FIG. 2;

【図4】 図2のフローチャート部品群より展開される
ソースを示す図である。
FIG. 4 is a diagram showing sources developed from the flowchart component group of FIG. 2;

【図5】 この発明における画面遷移制御装置を用いる
ためにユーザが行う処理手順を示す流れ図である。
FIG. 5 is a flowchart showing a processing procedure performed by a user to use the screen transition control device according to the present invention.

【図6】 実施の形態1における画面の遷移を示す画面
遷移図である。
FIG. 6 is a screen transition diagram showing a screen transition according to the first embodiment.

【図7】 実施の形態1におけるフローチャート図作成
描画部をメニューより選択する図である。
FIG. 7 is a diagram in which a flowchart diagram drawing unit according to the first embodiment is selected from a menu.

【図8】 実施の形態1における画面遷移フローチャー
ト作成の画面を示す図である。
FIG. 8 is a diagram showing a screen for creating a screen transition flowchart according to the first embodiment.

【図9】 図6に示した画面遷移に基づいて作成したフ
ローチャートを示す図である。
FIG. 9 is a diagram showing a flowchart created based on the screen transition shown in FIG. 6;

【図10】 画面表示部品のパラメータの設定を示す図
である。
FIG. 10 is a diagram illustrating setting of parameters of a screen display component.

【図11】 図10におけるフォーム名のリストボック
スを示す図である。
11 is a diagram showing a list box of a form name in FIG.

【図12】 分岐部品のパラメータ設定画面を示す図で
ある。
FIG. 12 is a diagram showing a parameter setting screen of a branch part.

【図13】 図12における分岐スタイルをフローチャ
ートを用いて示す図である。
FIG. 13 is a diagram showing a branch style in FIG. 12 using a flowchart.

【図14】 ジャンプ部品のパラメータを設定する図で
ある。
FIG. 14 is a diagram for setting parameters of a jump component.

【図15】 図8におけるのファイルのプルダウンメニ
ューを示す図である。
FIG. 15 is a view showing a pull-down menu of a file shown in FIG. 8;

【図16】 実施の形態1における図9のフローチャー
ト図より展開された画面遷移モジュールのソースを示す
図である。
FIG. 16 is a diagram showing the source of the screen transition module developed from the flowchart of FIG. 9 in the first embodiment.

【図17】 実施の形態1における処理モジュール作成
部によるアンロード処理の設定手順を示す図である。
FIG. 17 is a diagram illustrating a setting procedure of an unloading process by the processing module creating unit according to the first embodiment.

【図18】 (A)は図6における画面1のフォームの
一部を示す図である。(B)は実施の形態1におけるメ
インメニューのアドインを選択して表示されるプルダウ
ンメニューの一例を示す図である。
FIG. 18A is a diagram showing a part of the form of the screen 1 in FIG. (B) is a diagram showing an example of a pull-down menu displayed by selecting an add-in of the main menu in the first embodiment.

【図19】 実施の形態1におけるイベント選択画面を
示す図である。
FIG. 19 is a diagram showing an event selection screen according to the first embodiment.

【図20】 実施の形態1における動作内容設定画面を
示す図である。
FIG. 20 is a diagram showing an operation content setting screen according to the first embodiment.

【図21】 実施の形態1追加する動作選択画面を示す
図である。
FIG. 21 is a diagram showing an operation selection screen to be added in the first embodiment.

【図22】 実施の形態1アンロード処理設定画面を示
す図である。
FIG. 22 is a diagram illustrating an unload processing setting screen according to the first embodiment;

【図23】 (A)はアンロード処理の生成元ソースを
示す図である。(B)は確認メッセージ処理の生成元ソ
ースを示す図である。
FIG. 23A is a diagram showing a source source of an unload process. (B) is a figure which shows the generation source of confirmation message processing.

【図24】 確認メッセージ処理設定画面を示す図であ
る。
FIG. 24 is a diagram showing a confirmation message processing setting screen.

【図25】 各画面のイベントに対する処理のソースを
示す図である。
FIG. 25 is a diagram showing a source of processing for an event on each screen.

【図26】 実行部における処理の手順を示す流れ図で
ある。
FIG. 26 is a flowchart showing a procedure of processing in an execution unit.

【図27】 画面遷移処理のフローチャートを印刷及び
画面表示したときのイメージを示す図である。
FIG. 27 is a diagram illustrating an image when a flowchart of a screen transition process is printed and displayed on a screen.

【図28】 従来例における画面遷移処理の設定を示す
図である。
FIG. 28 is a diagram showing setting of screen transition processing in a conventional example.

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

1 処理モジュール作成部、2 処理モジュールA、3
処理モジュールB、4 画面消去モジュール、5 画
面遷移番号設定命令、6 消去命令、7 画面作成部、
8 画面1、8a ボタン1、9 画面2、10 画面
遷移モジュール作成部、11 フローチャート図作成描
画部、12 命令生成部、13 画面遷移モジュール、
14 画面1表示命令、15 画面遷移番号判断処理、
16 画面2表示命令、17 実行部、18 画面1、
19 画面2、20 作業領域、21 フローチャート
部品群、22 矢印、23 開始端子、24 画面表示
部品、25 分岐部品、26 ジャンプ部品、27 終
了端子、28 結合線、29 ファイルメニュー、30
メインウィンドウ、31 部品ウィンドウ、32作業
領域、40 設定メニュー、41 表示部品パラメータ
設定画面、42フォーム名テキストボックス、43 日
本語名テキストボックス、44 設定ボタン、45 キ
ャンセルボタン、50 分岐パラメータ設定画面、51
分岐スタイル、52 アンロード比較値コンボボック
ス、53 日本語名称テキストボックス、54 設定ボ
タン、55 キャンセルボタン、56 ジャンプ部品パ
ラメータ設定画面、57 部品名称テキストボックス、
58 設定ボタン、59キャンセルボタン、60 画面
設定画面、61 「好きです」ボタン、62 メインメ
ニュー、63 プルダウンメニュー、64 処理モジュ
ール作成、70イベント選択画面、71 イベント表示
リストボックス、72 選択ボタン、73 キャンセル
ボタン、80 確認画面、81 連続処理内容リストボ
ックス、82 追加ボタン、83 編集ボタン、84
削除ボタン、85 OKボタン、86 キャンセルボタ
ン、87 動作内容設定画面、90 追加する動作選択
画面、91 追加処理選択リストボックス、92 OK
ボタン、93 キャンセルボタン、100 アンロード
処理設定画面、101 アンロード比較値コンボボック
ス、102 OKボタン、103 キャンセルボタン、
110 確認メッセージ処理設定画面、111 タイト
ルテキストボックス、112 メッセージ内容テキスト
ボックス、113 ボタンコンボボックス、114 O
Kボタン、115 キャンセルボタン、116 タイプ
選択オプション群、120〜123ソース。
1 processing module creation unit, 2 processing modules A, 3
Processing module B, 4 screen erase module, 5 screen transition number setting instruction, 6 erase instruction, 7 screen creation unit,
8 screen 1, 8a button 1, 9 screen 2, 10 screen transition module creation unit, 11 flowchart diagram creation drawing unit, 12 instruction generation unit, 13 screen transition module,
14 screen 1 display instruction, 15 screen transition number judgment processing,
16 screen 2 display instruction, 17 execution unit, 18 screen 1,
19 Screen 2, 20 Work area, 21 Flowchart parts group, 22 Arrow, 23 Start terminal, 24 Screen display part, 25 Branch part, 26 Jump part, 27 End terminal, 28 Connection line, 29 File menu, 30
Main window, 31 parts window, 32 work area, 40 setting menu, 41 display part parameter setting screen, 42 form name text box, 43 Japanese name text box, 44 setting button, 45 cancel button, 50 branch parameter setting screen, 51
Branch style, 52 unload comparison value combo box, 53 Japanese name text box, 54 setting button, 55 cancel button, 56 jump part parameter setting screen, 57 part name text box,
58 setting button, 59 cancel button, 60 screen setting screen, 61 "I like" button, 62 main menu, 63 pull-down menu, 64 processing module creation, 70 event selection screen, 71 event display list box, 72 selection button, 73 cancel Button, 80 confirmation screen, 81 continuous processing contents list box, 82 add button, 83 edit button, 84
Delete button, 85 OK button, 86 cancel button, 87 operation content setting screen, 90 operation selection screen to add, 91 additional processing selection list box, 92 OK
Button, 93 cancel button, 100 unload processing setting screen, 101 unload comparison value combo box, 102 OK button, 103 cancel button,
110 confirmation message processing setting screen, 111 title text box, 112 message content text box, 113 button combo box, 114 O
K button, 115 cancel button, 116 type selection options, 120-123 sources.

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 9/06 G06F 9/44 ──────────────────────────────────────────────────続 き Continued on the front page (58) Field surveyed (Int.Cl. 7 , DB name) G06F 9/06 G06F 9/44

Claims (5)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】(a)イベントドリブン型のプログラミン
グ方式を用いて、データ処理に用いる処理モジュールを
作成する処理モジュール作成部と、 (b)上記データ処理に用いる複数の画面を作成する画
面作成部と、 (c)上記複数の画面の遷移を制御する画面遷移モジュ
ールを作成する画面遷移モジュール作成部と、 (d)上記画面遷移モジュールに基づいて上記複数の画
面の遷移を制御すると共に、上記処理モジュールを用い
てデータ処理を実行する実行部とを備えた画面遷移制御
装置であって、 上記画面遷移モジュール作成部は、処理の開始を意味す
る部品と、画面の表示を意味する部品と、所定の条件に
よる処理の分岐を意味する部品と、無条件に処理を分岐
することを意味する部品と、処理の終了を意味する部品
の上記5つのフローチャート部品を有して、上記5つの
フローチャート部品のうち必要な部品を組み合わせて画
面遷移処理を視覚的に表す画面遷移のフローチャート図
を作成描画するフローチャート図作成描画部と、 上記画面遷移のフローチャート図を解読してフローチャ
ート部品に対応する画面遷移制御命令を生成する命令生
成部とを備えたことを特徴とする画面遷移制御 装置。
[Claim 1] with (a) event-driven programming method, screen creation section that creates a processing module creation unit for creating a processing module used for data processing, a plurality of screens to be used in (b) said data processing When the screen transition module creating unit that creates a screen transition module for controlling transitions of the (c) said plurality of screens, to control the transition of the plurality of screens based in (d) of the screen transition modules, the processing Screen transition control with an execution unit that executes data processing using a module
Device, wherein the screen transition module creation unit indicates the start of processing.
Parts, and parts that indicate screen display,
Parts that mean branching of processing by
And the end of processing
Having the above five flowchart parts,
Combine the necessary parts among the flowchart parts
Flow chart of screen transition that visually represents surface transition processing
A flowchart drawing and drawing section for drawing and drawing a screen ,
Command generator that generates screen transition control commands corresponding to
A screen transition control device, comprising:
【請求項2】 上記画面遷移モジュール作成部は、上記
画面遷移モジュールをフローチャート図から自動的に作
成することを特徴とする請求項1記載の画面遷移制御装
置。
2. The screen transition control device according to claim 1, wherein the screen transition module creation unit automatically creates the screen transition module from a flowchart.
【請求項3】 上記処理モジュール作成部は、処理モジ
ュールのひとつとして、表示された画面を消去する画面
消去モジュールを作成することを特徴とする請求項1又
は2記載の画面遷移制御装置。
3. The processing module creation unit according to claim 1 , wherein
A screen to delete the displayed screen as one of the modules
An erasing module is created.
Is a screen transition control device according to 2.
【請求項4】 上記画面消去モジュールは、上記画面を
消去する消去命令と、次に表示すべき画面を選択するた
めの画面遷移番号を上記画面遷移モジュールに出力する
画面遷移番号設定命令とを備え、上記画面遷移モジュー
ルは、上記画面遷移番号を入力し、上記画面遷移番号に
基づいて次に表示すべき画面を選択し て表示することを
特徴とする請求項3記載の画面遷移制御装置。
4. The screen erase module according to claim 1 , wherein
Erase command to erase and select the next screen to display
Output the screen transition number to the above screen transition module
A screen transition number setting instruction;
Enter the screen transition number and enter the screen transition number
That then selecting and displaying a screen to be displayed on the basis
The screen transition control device according to claim 3, wherein:
【請求項5】 上記処理モジュール作成部は、上記消去
命令と上記画面遷移番号設定命令を自動的に生成するこ
とを特徴とする請求項4記載の画面遷移制御装置。
5. The processing module creating unit according to claim 1 , wherein
Command and the screen transition number setting command
5. The screen transition control device according to claim 4, wherein
JP30487196A 1996-11-15 1996-11-15 Screen transition control device Expired - Fee Related JP3288939B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30487196A JP3288939B2 (en) 1996-11-15 1996-11-15 Screen transition control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30487196A JP3288939B2 (en) 1996-11-15 1996-11-15 Screen transition control device

Publications (2)

Publication Number Publication Date
JPH10143359A JPH10143359A (en) 1998-05-29
JP3288939B2 true JP3288939B2 (en) 2002-06-04

Family

ID=17938288

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30487196A Expired - Fee Related JP3288939B2 (en) 1996-11-15 1996-11-15 Screen transition control device

Country Status (1)

Country Link
JP (1) JP3288939B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001109620A (en) 1999-10-06 2001-04-20 Hitachi Ltd Picture display control method and generating method for picture transition program
WO2006025472A1 (en) * 2004-08-31 2006-03-09 Catena Corporation Processing path creating method on the basis of lyee methodology, creating device, software creating method, creating device, software, and development assisting software
JP5539921B2 (en) * 2011-03-31 2014-07-02 株式会社キャナリーリサーチ Program development tools

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
「Dr.Dobb’s Journal Japan」,日本,1996年 7月 1日,Vol.5,No.7,P.77−80

Also Published As

Publication number Publication date
JPH10143359A (en) 1998-05-29

Similar Documents

Publication Publication Date Title
US5875333A (en) Automatically generating source code for relating a dialog interface with a business object in a computing application
US5977967A (en) Object-oriented business object interface framework and method
US20040205691A1 (en) Interactive agent for a topological multi-tier business application composer
JPH07168710A (en) System and method for constitution of program
JPH06502752A (en) Visual programming of telephone network call processing logic
JPH07261969A (en) Method for constituting definition file for hierarchical structure menu
CN111506304A (en) Assembly line construction method and system based on parameter configuration
JP2011165208A (en) Method and system for developing image processing application
US20210271355A1 (en) Display control device, display control method, and display control program
JP3487644B2 (en) Graphical user interface creation device
JPH08328795A (en) Method for setting tool button and editing device
JP3288939B2 (en) Screen transition control device
JPH10154070A (en) User interface design device and method
US20030041311A1 (en) Topological multi-tier business application composer
JPH09237181A (en) Application developing device and application developing method
JP2003091471A (en) Information processing server, information processing program, computer readable recording medium with the program recorded and information processing system
JPH07219753A (en) Conversational program development support system
JP2606543B2 (en) Graph structure diagram data display management device
JP2003241965A (en) Programming support method, programming support program and programming support device
JPH0520046A (en) Method and device for program development assistance
JP2004325818A (en) Menu display device, program and recording medium
JPH10222356A (en) Application generating device and application generating method
JPH05216641A (en) Graphical user interface control program generator
JP3810704B2 (en) Object-oriented programming device and object combination program storage medium
JP2005309978A (en) Gui design apparatus and program

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20040520

LAPS Cancellation because of no payment of annual fees