JPH0239323A - Producing device for form design information - Google Patents

Producing device for form design information

Info

Publication number
JPH0239323A
JPH0239323A JP19001188A JP19001188A JPH0239323A JP H0239323 A JPH0239323 A JP H0239323A JP 19001188 A JP19001188 A JP 19001188A JP 19001188 A JP19001188 A JP 19001188A JP H0239323 A JPH0239323 A JP H0239323A
Authority
JP
Japan
Prior art keywords
information
definition
design
attribute information
attribute
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
JP19001188A
Other languages
Japanese (ja)
Inventor
Takushi Fujimura
藤村 琢司
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP19001188A priority Critical patent/JPH0239323A/en
Publication of JPH0239323A publication Critical patent/JPH0239323A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To easily produce the form design information with reuse of the existing information by resolving the form defining information and the fixed form defining information into the form constitution information and the form attribute information respectively and recomposing them. CONSTITUTION:The form defining information 11 described in a program language and the fixed form defining information 14 described in a parameter form are resolved into the form constitution information 12 and 15 and the form attribute information 13 and 16 by a form definition resolving means 1 and a fixed form definition resolving means 2 respectively. then the information 12 and 15 are composed and stored in a form constitution information memory 3. While the information 13 and 16 are composed and stored in a form attribute information memory 4. These stored form constitution information 17 and the form attribute information 18 are composed into the form design information 19 by a form information composing means 5.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、情報処理装置のプログラム開発支援装置に利
用される。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Field of Application] The present invention is utilized in a program development support device for an information processing device.

本発明は、プログラム開発支援装置におけるフオーム設
計方式に関し、プログラム言語で記述された情報をもと
に対話的にフオームを作成するフオーム設計情報作成装
置に関する。
The present invention relates to a form design method in a program development support device, and more particularly to a form design information creation device that interactively creates a form based on information written in a programming language.

〔概要〕〔overview〕

本発明は、プログラム言語で記述されたフオーム定義情
報とパラメータ形式で記述された固定フオーム定義情報
とを入力し、所定のフオーム設計情報を作成するフオー
ム設計情報作成装置において、 前記フオーム定義情報と前記固定フオーム定義情報とを
それぞれフオーム構成情報とフオーム属性情報とに分解
し、この分解されたフオーム構成情報およびフオーム属
性情報同士をそれぞれ合成し、この合成されたフオーム
構成情報とフオーム属性情報とを合成してフオーム設計
情報を作成できるようにすることにより、 自動的にフオーム設計情報が作成でき、これにより既存
の情報を再利用してフオーム構造の設計が容易に行える
ようにしたものである。
The present invention provides a form design information creation device that inputs form definition information written in a programming language and fixed form definition information written in a parameter format to create predetermined form design information, comprising the steps of: Fixed form definition information is decomposed into form configuration information and form attribute information, respectively, the decomposed form configuration information and form attribute information are combined, and the combined form configuration information and form attribute information are combined. By making it possible to create form design information automatically, it is possible to reuse existing information and easily design the form structure.

〔従来の技術〕[Conventional technology]

従来、プログラム言語で記述されたフオームの構造に関
する情報は実際の形に変換して利用しているのではなく
、プログラム言語レベルで利用されているに過ぎなかっ
た。また、既に作成されているプログラム言語で記述さ
れたフオームの構造に関する情報をプログラム開発支援
のためにそのままフオーム設計に利用するのではなく、
フオーム設計支援装置に対して利用者が自身でデータを
解釈して入力作業を行っていた。
Conventionally, information regarding the structure of a form written in a programming language has not been converted into an actual form and used, but has only been used at the programming language level. In addition, instead of directly using information about the structure of a form written in a programming language that has already been created to support program development,
Users had to interpret and input data themselves into the form design support device.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

このため、計算機で処理可能なプログラム言語が記述さ
れた既存のフオームの構造に関する情報をそのままフオ
ーム設計支援装置で利用することな(、新規設計と同様
な入力手順を踏まなければならない欠点があった。
For this reason, information about the structure of an existing form written in a computer-processable programming language cannot be used as is in a form design support device (this has the disadvantage of requiring the same input procedure as for a new design). .

また、プログラム言語で記述された情報はプログラム実
行時には利用可能であるが、再利用によるプログラム開
発や複数の情報を合成して利用するような形態のプログ
ラム開発には容易に適用できない欠点があった。
In addition, although information written in a programming language can be used when executing a program, it has the disadvantage that it cannot be easily applied to program development that involves reusing or combining multiple pieces of information. .

本発明の目的は、前記の欠点を除去することにより、プ
ログラム言語で記述されたフオームの構造に関する情報
から必要な情報を自動的に抽出し、また他の抽出された
フオームに関する情報と合成することにより新たなフオ
ームの作成を支援するフオーム設計情報作成装置を提供
することにある。
An object of the present invention is to automatically extract necessary information from information about the structure of a form written in a programming language and to synthesize it with information about other extracted forms by eliminating the above-mentioned drawbacks. An object of the present invention is to provide a form design information creation device that supports creation of new forms.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、プログラム言語で記述されたフオーム定義情
報およびパラメータ形式で記述された固定フオーム定義
情報を入力し所定のフオーム設計情報を作成するフオー
ム設計情報作成手段を備えたフオーム設計情報作成装置
において、前記フオーム設計情報作成手段は、前記フオ
ーム定義情報を入力して、第一のフオーム構成情報と第
一のフオーム属性情報とに分解するフオーム定義分解手
段と、前記固定フオーム定義情報を入力して、第二のフ
オーム構成情報と第二のフオーム属性情報とに分解する
固定フオーム定義分解手段と、前記第一および第二のフ
オーム構成情報を入力し合成して記憶するフオーム構成
情報記憶手段と、前記第一および第二のフオーム属性情
報を入力し合成して記憶するフオーム属性情報記憶手段
と、前記フオーム構成情報記憶手段に記憶された合成フ
オーム構成情報および前記フオーム属性情報記憶手段に
記憶された合成フオーム属性情報を読み出し合成しフオ
ーム設計情報を出力するフオーム情報合成手段とを含む
ことを特徴とする。
The present invention provides a form design information creation device comprising form design information creation means for inputting form definition information written in a programming language and fixed form definition information written in a parameter format to create predetermined form design information. The form design information creation means inputs the form definition information and decomposes it into first form configuration information and first form attribute information, and inputs the fixed form definition information, fixed form definition decomposition means for decomposing into second form configuration information and second form attribute information; form configuration information storage means for inputting, combining and storing the first and second form configuration information; Form attribute information storage means for inputting, combining and storing first and second form attribute information; combined form configuration information stored in the form configuration information storage unit; and composite form configuration information stored in the form attribute information storage unit; The present invention is characterized in that it includes a form information synthesizing means for reading and synthesizing form attribute information and outputting form design information.

〔作用〕[Effect]

本発明の装置でフオーム設計情報を作成する場合は、既
存のプログラムソースを入力すると、プログラム言語で
記述されたフオーム定義情報を分解するフオーム定義分
解手段と、パラメータ形式で記述された固定フオーム定
義情報を分解する固定フオーム定義分解手段とでフオー
ム構成情報とフオーム属性情報が自動的に生成される。
When creating form design information using the apparatus of the present invention, when an existing program source is input, a form definition decomposition means that decomposes form definition information written in a programming language and fixed form definition information written in a parameter format are generated. Form configuration information and form attribute information are automatically generated by a fixed form definition decomposition means that decomposes the fixed form definition decomposition means.

フオーム構成情報記憶手段は生成されたフオーム構成情
報を一つにまとめて記憶する。またフオーム属性情報記
憶手段は、生成されたフオーム属性情報を一つにまとめ
て記憶する。フオーム情報合成手段は合成フオーム構成
情報と合成フオーム属性情報とを合成してフオーム設計
情報を生成する。
The form configuration information storage means stores the generated form configuration information together. Further, the form attribute information storage means stores the generated form attribute information together. The form information synthesizing means synthesizes the synthesized form configuration information and the synthesized form attribute information to generate form design information.

従って、従来のように利用者が自身で新規にデータを入
力する必要はなく、自動的に所定のフォ−ム設計情報を
作成することが可能となる。これにより、既存の情報を
再利用したフオーム構造の設計を容易に行うことができ
る。
Therefore, there is no need for the user to input new data by himself as in the past, and it becomes possible to automatically create predetermined form design information. Thereby, it is possible to easily design a form structure that reuses existing information.

〔実施例〕〔Example〕

以下、本発明の実施例について図面を参照して説明する
Embodiments of the present invention will be described below with reference to the drawings.

第1図は本発明の一実施例の要部を示すブロック構成図
である。
FIG. 1 is a block diagram showing the main parts of an embodiment of the present invention.

本実施例は、プログラム言語で記述されたフオーム定義
情報11およびパラメータ形式で記述された固定フオー
ム定義情報14を入力し所定のフオーム設計情報を作成
するフオーム設計情報作成手段を備えたフオーム設計情
報作成装置において、前記フオーム設計情報作成手段は
、フオーム定義情報11を入力して、第一のフオーム構
成情報12と第一のフオーム属性情報13とに分解する
フオーム定義分解手段1と、固定フオーム定義情報14
を入力して、第二のフオーム構成情報15と第二のフオ
ーム属性情報16とに分解する固定フオーム定義分解手
段2と、第一および第二のフオーム構成情報12および
15を入力し合成して記憶するフオーム構成情報記憶手
段3と、第一および第二のフオーム属性情報13および
16を入力し合成して記憶するフオーム属性情報記憶手
段4と、フオーム構成情報記憶手段3に記憶された合成
フオーム構成情報17およびフオーム属性情報記憶手段
4に記憶された合成フオーム属性情報18を読み出し合
成しフオーム設計情報19を出力するフオーム情報合成
手段5とを含んでいる。
This embodiment is a form design information creation system that is equipped with a form design information creation means that inputs form definition information 11 written in a programming language and fixed form definition information 14 written in a parameter format to create predetermined form design information. In the apparatus, the form design information creation means includes a form definition decomposition means 1 that inputs form definition information 11 and decomposes it into first form configuration information 12 and first form attribute information 13, and fixed form definition information. 14
The fixed form definition decomposition means 2 inputs and decomposes into second form configuration information 15 and second form attribute information 16, and inputs and synthesizes first and second form configuration information 12 and 15. A form configuration information storage means 3 for storing, a form attribute information storage means 4 for inputting, combining and storing first and second form attribute information 13 and 16, and a composite form stored in the form configuration information storage means 3. It includes a form information synthesizing means 5 which reads and synthesizes the configuration information 17 and the synthetic form attribute information 18 stored in the form attribute information storage means 4 and outputs form design information 19.

なお、6はフオーム情報合成手段5から入力されたフオ
ーム設計情報19をデイスプレィ装置に表示するフオー
ム設計情報表示手段であり、7は設計情報表示手段6か
ら入力られたフオーム設計情報19を外部ファイルやプ
リンタ装置に出力するフオーム設計情報出力手段である
6 is a form design information display means for displaying the form design information 19 input from the form information synthesis means 5 on a display device, and 7 is a form design information display means for displaying the form design information 19 input from the design information display means 6 into an external file or This is form design information output means for outputting to a printer device.

また、フオーム構成情報記憶手段3に記憶されるフオー
ム構成情報は、固定の文字列からなる見出しと、可変の
文字列からなるフィールドと、データの入出力に関する
情報とを含み、フオーム属性情報記憶手段4に記憶され
るフオーム属性情報は、罫線と、見出しに対する属性情
報と、フィールドに対する属性情報と、図形情報とを含
んでいる。
The form configuration information stored in the form configuration information storage means 3 includes a heading consisting of a fixed character string, a field consisting of a variable character string, and information regarding data input/output. The form attribute information stored in 4 includes ruled lines, attribute information for headings, attribute information for fields, and graphic information.

次に本実施例の動作について第2図ないし第6図の処理
手順を示す流れ図に基づいて説明する。
Next, the operation of this embodiment will be explained based on the flowcharts showing the processing procedure in FIGS. 2 to 6.

第2図において、フオーム定義データ11がフオーム定
義分解手段1に入力された場合の処理手順を説明する。
Referring to FIG. 2, the processing procedure when the form definition data 11 is input to the form definition decomposition means 1 will be explained.

フオーム定義分解手段1において入力されたフオーム定
義情報11のデータを読み取り、そのデータが終了であ
ればフオーム定義分解処理を終了する(ステップA1、
A2)。そうでなければその入力データをフオーム構成
情報12とフオーム属性情報13とに分解し、それぞれ
出力する(ステップA3)。出力されたフオーム構成情
報12は、フオーム構成情報記憶手段3により記憶され
る(ステップA4)。同様に出力されたフオーム属性情
報13は、フオーム属性情報手段4により記憶される 
(ステップA5)。
The form definition decomposition means 1 reads the input form definition information 11 data, and if the data is completed, the form definition decomposition process ends (step A1,
A2). If not, the input data is decomposed into form configuration information 12 and form attribute information 13, and each is output (step A3). The output form configuration information 12 is stored in the form configuration information storage means 3 (step A4). The form attribute information 13 outputted in the same manner is stored by the form attribute information means 4.
(Step A5).

第3図において、固定フオーム定義情報14が固定フオ
ーム定義分解手段2に入力された場合の処理手順を説明
する。
Referring to FIG. 3, the processing procedure when the fixed form definition information 14 is input to the fixed form definition decomposition means 2 will be explained.

固定フオーム定義分解手段2において入力された固定フ
オーム定義情報14のデータを読み取り、そのデータが
終了であれば固定フオーム定義分解処理を終了する(ス
テップB1、B2)。そうでなければその入力されたデ
ータをフオーム構成情報15とフオーム属性情報16と
に分解し、それぞれ出力する(ステップB3)。出力さ
れたフオーム構成情報15は、フオーム構成情報記憶手
段3により記憶される(ステップB4)。同様に出力さ
れたフオーム属性情報16は、フオーム属性情報記憶手
段4により記憶される(ステップB5)。
The fixed form definition decomposition means 2 reads the data of the input fixed form definition information 14, and if the data is complete, the fixed form definition decomposition process is ended (steps B1 and B2). If not, the input data is decomposed into form configuration information 15 and form attribute information 16, and each is output (step B3). The output form configuration information 15 is stored in the form configuration information storage means 3 (step B4). Similarly, the output form attribute information 16 is stored in the form attribute information storage means 4 (step B5).

第4図において、合成フオーム構成情報17および合成
フオーム属性情報18とがフオーム情報合成手段5に入
力された場合の処理手順を説明する。
Referring to FIG. 4, the processing procedure when the composite form configuration information 17 and the composite form attribute information 18 are input to the form information synthesizing means 5 will be described.

フオーム情報合成毛&5において、フオーム構成情報記
憶手段3より入力された合成フオーム構成情報17のデ
ータを読み取り、そのデータが終了であればフオーム属
性情報記憶手段4より入力される合成フオーム属性情報
18の処理に移る(ステツブC1、C2)。そうでなけ
ればその入力データについてフオームの位置情報が定義
されているかどうかのチエツクを行う(ステップC3)
。未定義の位置情報がある場合には、位置を固定するた
めの処理を行う(ステップC4)。次に既にセットされ
たフオーム設計情報と位置が重複するかどうかをチエツ
クする(ステップC5)。重複する場合は、廃棄する情
報を選択する処理を行う(ステップC6)。この情報を
選択する処理については、第5図で説明する。この手順
を踏んで作成対象のフオーム設計情報19を更新する(
ステップC7)。
In the form information synthetic hair &5, the data of the synthetic form configuration information 17 input from the form configuration information storage means 3 is read, and when the data is completed, the data of the synthetic form attribute information 18 input from the form attribute information storage means 4 is read. The process moves on to processing (steps C1 and C2). If not, check whether form position information is defined for the input data (step C3).
. If there is undefined position information, processing for fixing the position is performed (step C4). Next, it is checked whether the position overlaps with the form design information that has already been set (step C5). If there are duplicates, processing is performed to select information to be discarded (step C6). The process of selecting this information will be explained with reference to FIG. Follow these steps to update the form design information 19 to be created (
Step C7).

合成フオーム構成情報17に関する処理が終了した後、
入力された合成フオーム属性情報18のデータを読み取
り、そのデータが終了であればフオーム設計情報表示手
段6へ進む(ステップD1、D2)。そうでなければそ
の入力データについて位置情報が定義されているかどう
かのチエツクを行う(ステップD3)。未定義の位置情
報がある場合には、位置を固定するための処理を行う(
ステップD4)。次に既にセットされたフオーム設計情
報と位置が重複するかどうかをチエツクする(ステップ
D5)。重複する場合は、廃棄する情報を選択する処理
を行う(ステップD6)。この手順を踏んで作成対象の
フオーム設計情報19を更新する (ステップD7)。
After the processing regarding the synthesis form configuration information 17 is completed,
The input composite form attribute information 18 data is read, and if the data is complete, the process advances to the form design information display means 6 (steps D1 and D2). If not, it is checked whether position information is defined for the input data (step D3). If there is undefined location information, perform processing to fix the location (
Step D4). Next, it is checked whether the position overlaps with the form design information that has already been set (step D5). If there are duplicates, processing is performed to select information to be discarded (step D6). By following this procedure, the form design information 19 to be created is updated (step D7).

第5図において、入力した情報が既に作成されているフ
オーム設計と位置が重複する場合に、入力した情報を選
択するのかまたは廃棄するのかを利用者に指定させる(
ステップEL)。後から入力したデータを選択する場合
は、既に登録されている情報を削除する(ステップE2
)。後から入力したデータを廃棄する場合は、入力デー
タを削除する(ステップE3)。この処理を実行した後
に作成しているフオーム設計情報自身の更新処理へ進む
In Figure 5, if the input information overlaps the position of an already created form design, the user is asked to specify whether to select or discard the input information (
Step EL). If you want to select data entered later, delete the information that has already been registered (step E2).
). If the data input later is to be discarded, the input data is deleted (step E3). After executing this process, proceed to update process of the form design information itself that is being created.

第6図において、フオーム設計情報表示手段6およびフ
オーム設計情報出力手段7の処理手順を説明する。フオ
ーム設計情報表示手段6は、フオーム情報合成手段5か
らのフオーム設計情報19を入力して画面に表示する(
ステップFl)。次に、フオーム設計情報出力手段Tは
、フオーム設計情報19をドキュメントとして利用する
ためにプリンタ装置に出力するかどうかを利用者に問い
合わせて、出力が選択された場合にはプリンタ出力処理
を実行する(ステップF、2、F3)。次に、フオーム
設計情報19を外部ファイルに出力するかどうかを利用
者に問い合わせて、出力が選択された場合には外部ファ
イルへの出力処理を実行する(ステップF4、F5)。
Referring to FIG. 6, the processing procedure of the form design information display means 6 and the form design information output means 7 will be explained. The form design information display means 6 inputs the form design information 19 from the form information synthesis means 5 and displays it on the screen (
Step Fl). Next, the form design information output means T inquires of the user whether or not to output the form design information 19 to a printer device for use as a document, and if output is selected, executes printer output processing. (Steps F, 2, F3). Next, the user is asked whether or not to output the form design information 19 to an external file, and if output is selected, output processing to the external file is executed (steps F4 and F5).

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明は、プログラム開発工程の
フオーム設計において、既に開発されプログラム言悟で
記述されたフオームの構造に関する情報を入力し、自動
的に解析してフオーム設計情報を作成することができ、
これにより既存の情報を再利用したフオーム構造の設計
が容易に行えるという効果がある。
As explained above, in the form design of the program development process, the present invention inputs information regarding the structure of a form that has already been developed and is described in program language, and automatically analyzes the information to create form design information. is possible,
This has the effect of easily designing a form structure that reuses existing information.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例を示すブロック、構成図。 第2図はそのフオーム定義情報入力時の処理手順を示す
流れ図。 第3図はその固定フオーム定義情報入力時の処理手順を
示す流れ図。 第4図および第5図はそのフオーム情報合成手段の処理
手順を示す流れ図。 第6図はそのフオーム設計情報の表示および出力時の処
理手順を示す流れ図。 1・・・フオーム定義分解手段、2・・・固定フオーム
定義分解手段、3・・・フオーム構成情報記憶手段、4
・・・フオーム属性情報記憶手段、5・・・フオーム情
報合成手段、6・・・フオーム設計情報表示手段、7・
・・フオーム設計情報出力手段、11・・・フオーム定
義情報、12.15・・・フオーム構成情報、13.1
6・・・フオーム属性情報、14・・・固定フオーム定
義情報、17・・・合成フオーム構成情報、18・・・
合成フオーム属性情報、19・・・フオーム設計情報、
A1〜A5.81〜B5、 C1〜C7、 D1〜D7、 E1〜E3、 1〜F5・・・ステップ。
FIG. 1 is a block diagram showing an embodiment of the present invention. FIG. 2 is a flowchart showing the processing procedure when inputting the form definition information. FIG. 3 is a flowchart showing the processing procedure when inputting the fixed form definition information. FIGS. 4 and 5 are flowcharts showing the processing procedure of the form information synthesis means. FIG. 6 is a flowchart showing the processing procedure when displaying and outputting the form design information. DESCRIPTION OF SYMBOLS 1... Form definition decomposition means, 2... Fixed form definition decomposition means, 3... Form configuration information storage means, 4
... Form attribute information storage means, 5. Form information synthesis means, 6. Form design information display means, 7.
... Form design information output means, 11... Form definition information, 12.15... Form configuration information, 13.1
6... Form attribute information, 14... Fixed form definition information, 17... Synthetic form configuration information, 18...
Synthetic form attribute information, 19... form design information,
A1-A5. 81-B5, C1-C7, D1-D7, E1-E3, 1-F5...step.

Claims (1)

【特許請求の範囲】 1、プログラム言語で記述されたフォーム定義情報およ
びパラメータ形式で記述された固定フォーム定義情報を
入力し所定のフォーム設計情報を作成するフォーム設計
情報作成手段を備えたフォーム設計情報作成装置におい
て、 前記フォーム設計情報作成手段は、 前記フォーム定義情報を入力して、第一のフォーム構成
情報と第一のフォーム属性情報とに分解するフォーム定
義分解手段(1)と、 前記固定フォーム定義情報を入力して、第二のフォーム
構成情報と第二のフォーム属性情報とに分解する固定フ
ォーム定義分解手段(2)と、前記第一および第二のフ
ォーム構成情報を入力し合成して記憶するフォーム構成
情報記憶手段(3)と、 前記第一および第二のフォーム属性情報を入力し合成し
て記憶するフォーム属性情報記憶手段(4)と、 前記フォーム構成情報記憶手段に記憶された合成フォー
ム構成情報および前記フォーム属性情報記憶手段に記憶
された合成フォーム属性情報を読み出し合成しフォーム
設計情報を出力するフォーム情報合成手段(5)と を含むことを特徴とするフォーム設計情報作成装置。
[Claims] 1. Form design information provided with form design information creation means for inputting form definition information written in a programming language and fixed form definition information written in a parameter format to create predetermined form design information. In the creation device, the form design information creation means includes: a form definition decomposition means (1) that inputs the form definition information and decomposes it into first form configuration information and first form attribute information; and the fixed form. fixed form definition decomposition means (2) that inputs definition information and decomposes it into second form configuration information and second form attribute information; and inputs and combines the first and second form configuration information. Form configuration information storage means (3) for storing the information; Form attribute information storage means (4) for inputting, combining and storing the first and second form attribute information; A form design information creation device comprising a form information synthesis means (5) for reading and synthesizing synthetic form configuration information and synthetic form attribute information stored in the form attribute information storage means and outputting form design information.
JP19001188A 1988-07-29 1988-07-29 Producing device for form design information Pending JPH0239323A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19001188A JPH0239323A (en) 1988-07-29 1988-07-29 Producing device for form design information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19001188A JPH0239323A (en) 1988-07-29 1988-07-29 Producing device for form design information

Publications (1)

Publication Number Publication Date
JPH0239323A true JPH0239323A (en) 1990-02-08

Family

ID=16250889

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19001188A Pending JPH0239323A (en) 1988-07-29 1988-07-29 Producing device for form design information

Country Status (1)

Country Link
JP (1) JPH0239323A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5485443A (en) * 1991-06-19 1996-01-16 Mitsubishi Denki Kabushiki Kaisha Recording and reproducing system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5485443A (en) * 1991-06-19 1996-01-16 Mitsubishi Denki Kabushiki Kaisha Recording and reproducing system

Similar Documents

Publication Publication Date Title
US4864516A (en) Method for implementing an on-line presentation in an information processing system
EP1517248A2 (en) Information processing apparatus, its control method, and program
JPH07219754A (en) Request definition support device using screen transition diagram
JPH0239323A (en) Producing device for form design information
JP4276393B2 (en) Program production support device and program production support program
JP5082971B2 (en) A speech synthesizer and a reading system using the same.
JPH0969041A (en) Generation support method for software component
JPH07129382A (en) Spiral type object oriented software development supporting system and software developing method
JP2000148738A (en) Device and method for mathematical expression input and display, and recording medium where mathematical input and display program is recorded
JPH0744343A (en) Automatic generating device for operation support information
JP2018128543A (en) Sign language cg editing device and program
JP3048186B2 (en) Method and apparatus for automatic creation and conversion of drawing drawing output command information
JPH05257665A (en) Hcp chart/source program interlocking editing device
JP3422863B2 (en) CAD equipment
JPH06266545A (en) Gui parts library development support device
JPH07282280A (en) Method for automatic character composition into image
JPS62145424A (en) Program managing method
JPH10116279A (en) Document processor
JPH11134336A (en) Document processor and method therefor and medium for recording document processing program
JP2978178B2 (en) Document creation apparatus and control method thereof
JPH05204621A (en) Device and method for automatically generating software
JPH04195426A (en) Program development backup device
JPS6255729A (en) Designing device for processing procedure
JPH03111934A (en) Program flow chart and table design book processor
JPS60221831A (en) Cobol source program generating system