JPH05100832A - Additional coding diversion system at the time of generating program - Google Patents

Additional coding diversion system at the time of generating program

Info

Publication number
JPH05100832A
JPH05100832A JP26152691A JP26152691A JPH05100832A JP H05100832 A JPH05100832 A JP H05100832A JP 26152691 A JP26152691 A JP 26152691A JP 26152691 A JP26152691 A JP 26152691A JP H05100832 A JPH05100832 A JP H05100832A
Authority
JP
Japan
Prior art keywords
program
additional coding
additional
coding
pattern
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
JP26152691A
Other languages
Japanese (ja)
Inventor
Masaharu Kuwajima
政春 桑島
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.)
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe Ltd
Original Assignee
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by KOBE NIPPON DENKI SOFTWARE KK, NEC Software Kobe Ltd filed Critical KOBE NIPPON DENKI SOFTWARE KK
Priority to JP26152691A priority Critical patent/JPH05100832A/en
Publication of JPH05100832A publication Critical patent/JPH05100832A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To divert processing coding in an existed program to the structure of a program so as to complete the program. CONSTITUTION:A basic pattern 1 is edited and the structure 5 of the program is prepared. The program edited from the same pattern and additional coding in the program are extracted from an existed program group 8 by referring to a related information data base. An extracted extraction additional coding content 12 is displayed in a screen, and a user gives the instruction of recognition and selection. Thus, selected selection additional coding 18 is incorporated in an appropriate position in the structure 5 of the program and the program 19 which is already added is prepared. The user only corrects and alters a part of the additional coding which is incorporated in the added program 19. Thus, a target program can be completed and program preparation can be made efficient.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、基本パターンを編集し
て作成したプログラムの骨組みに追加コーディングを追
加する方法に関し、特に、同じ基本パターンを利用して
作成された既存のプログラムの追加コーディングの流用
を目的とし、既存のプログラム群から自動的に追加コー
ディングの抽出と内容表示を行い、選択されたものを追
加箇所に組み込む方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of adding additional coding to a framework of a program created by editing a basic pattern, and more particularly, to a method of adding additional coding of an existing program created using the same basic pattern. For the purpose of diversion, it relates to a method of automatically extracting additional coding from an existing program group and displaying the content, and incorporating the selected one into an additional location.

【0002】[0002]

【従来の技術】従来、この種の追加コーディングの作成
は、既存のプログラムを探し、そのプログラムを解読し
て追加コーディングを抽出し、それをプログラム作成者
自身が参考にして流用したり、流用を最初から考慮せず
追加コーディングを新規に作成していたのがほとんどで
ある。
2. Description of the Related Art Conventionally, the creation of this kind of additional coding involves searching for an existing program, deciphering the program, extracting the additional coding, and diverting or diverting it by referring to it. In most cases, new additional coding was created without considering it from the beginning.

【0003】[0003]

【発明が解決しようとする課題】上述した従来の基本パ
ターンを利用してプログラムの骨組みを作成し、追加コ
ーディングを追加する方法は、既存のプログラムから追
加コーディンを探し出すのに時間がかかったり、流用で
きる対象が探し出せたものだけとなり流用範囲が狭く、
新規に追加コーディングを作成するケースが多くなるの
で、作成する工数やテストが必要となり、生産性と品質
が低下するという欠点がある。
The method of creating a skeleton of a program using the above-mentioned conventional basic pattern and adding additional coding takes time to find an additional codein from an existing program or diverts it. Only the ones that can be found can be found, the diversion range is narrow,
Since there are many cases in which additional coding is newly created, there is a drawback in that man-hours and tests for creating the additional coding are required, which lowers productivity and quality.

【0004】[0004]

【課題を解決するための手段】本発明のプログラム作成
時の追加コーディング流用方式は、あらかじめ用意した
プログラムの骨組みの基本パターンを編集して目的プロ
グラムの骨組みを作成し、それに必要とする処理のコー
ディングを追加してプログラムを完成させる方式におい
て、パターンの編集時にパターンと編集されたプログラ
ムの関連情報およびプログラムに追加すべき箇所の一覧
を登録する手段と、そのパターンを利用して作成された
既存のプログラムを探す手段と、既存のプログラムソー
スの中から追加コーディングをを抽出する手段と、この
抽出手段により抽出した追加コーディングの一覧および
内容を表示する手段と、この表示手段による表示内容か
ら適当な追加コーディングを選択する手段と、この選択
手段により選択した追加コーディングを追加場所に組み
込む手段とを具備することを特徴とする。
The additional coding diversion method when creating a program according to the present invention is to edit a basic pattern of a skeleton of a program prepared in advance to create a skeleton of a target program, and to code processing required for it. In the method of completing a program by adding a pattern, a means for registering the pattern and the related information of the edited program and a list of locations to be added to the program when the pattern is edited, and an existing method created by using the pattern. A means for searching a program, a means for extracting additional coding from an existing program source, a means for displaying a list and contents of the additional coding extracted by this extracting means, and an appropriate addition from the contents displayed by this displaying means. The means of choosing the coding and the choice Characterized by comprising a means for incorporating additional coding additional locations.

【0005】[0005]

【実施例】次に、本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.

【0006】図1は本発明の一実施例の構成図である。
図2は本発明の一実施例のパターン編集により生成され
たプログラムの骨組みと追加コーディング箇所の関係図
である。図3は本発明の一実施例の関連情報データベー
スの格納形式図である。図4は本発明の一実施例の追加
箇所別追加コーディング一覧と内容表示および修正の手
順図である。
FIG. 1 is a block diagram of an embodiment of the present invention.
FIG. 2 is a diagram showing the relationship between the skeleton of a program generated by pattern editing according to the embodiment of the present invention and additional coding points. FIG. 3 is a storage format diagram of a related information database according to an embodiment of the present invention. FIG. 4 is a procedure diagram of an additional coding list for each additional location and contents display and correction according to an embodiment of the present invention.

【0007】図1はパターン編集と追加コーディングを
流用する方式を示し、図2はパターン編集により生成さ
れたプログラムの骨組みと追加コーディングの必要な箇
所の関係を示し、図3は関連情報データベースに格納さ
れているパターン・プログラム関連情報とプログラム・
追加箇所関連情報の例を示し、図4は既存プログラムの
追加コーディングの追加箇所別一覧とその内容表示の画
面を示し、さらに、目的プログラムに合ったコーディン
グに修正する手順を示す。
FIG. 1 shows a method in which pattern editing and additional coding are diverted, FIG. 2 shows the relationship between the framework of a program generated by pattern editing and the location where additional coding is required, and FIG. 3 is stored in a related information database. Pattern-related information and programs
FIG. 4 shows an example of additional location related information, FIG. 4 shows a screen for listing additional locations of additional coding of an existing program and a screen for displaying the content thereof, and further shows a procedure for correcting the coding suitable for the target program.

【0008】本発明の一実施例の処理方式は、図1で示
すように、あらかじめ用意した基本パターン1と、パタ
ーンを編集するための編集情報2と、基本パターン1を
編集情報8により編集するパターン編集部3と、パター
ンの編集時に利用したパターンと生成したプログラムお
よびプログラムへの処理の追加箇所の関連情報を関連情
報データベース6に登録する関連情報登録部4と、登録
された関連情報であるパターン・プログラム関連情報6
1と、プログラム・追加箇所関連情報62と、パターン
編集により作成された既存プログラム群8と、関連情報
データベース6を基に同一パターンを利用して作成され
た既存プログラムを選択する既存プログラム選択部9
と、選択された情報である既存プログラム一覧情報10
と、既存プログラムから追加コーディングの内容を抽出
する追加コーディング抽出部11と、抽出された抽出追
加コーディング内容12と、追加コーディング内容を追
加箇所別に一覧表示や内容を画面表示する表示部13
と、追加箇所別追加コーディング一覧と追加コーディン
グ内容を表示する追加箇所別追加コーディング一覧/内
容表示画面14と、追加コーディングを選択するための
指示である選択指示15と、選択指示に従い追加コーデ
ィングを選択する選択部16と、選択された選択追加コ
ーディング内容17と、プログラムの骨組みに選択した
追加コーディングを必要な追加箇所に組み込むための組
み込み部18と、追加コーディングが組み込まれた追加
済みプログラム19と、追加済みプログラムを従来の編
集方法により最終的に編集する従来の編集処理20とか
ら構成されている。
As shown in FIG. 1, the processing method of one embodiment of the present invention edits the basic pattern 1 prepared in advance, the editing information 2 for editing the pattern, and the basic pattern 1 by the editing information 8. A pattern editing unit 3, a related information registration unit 4 for registering in the related information database 6 the related information of the pattern used at the time of editing the pattern, the generated program, and the location where processing is added to the program, and the registered related information. Pattern / program related information 6
1, a program / addition location related information 62, an existing program group 8 created by pattern editing, and an existing program selection unit 9 for selecting an existing program created using the same pattern based on the related information database 6.
And the existing program list information 10 which is the selected information
An additional coding extraction unit 11 that extracts the contents of additional coding from the existing program, the extracted additional coding contents 12 that have been extracted, and a display unit 13 that displays a list of the additional coding contents by addition location and displays the contents on the screen.
And an additional coding list for each additional location and an additional coding list / content display screen 14 for displaying additional coding content, a selection instruction 15 that is an instruction for selecting the additional coding, and an additional coding is selected according to the selection instruction. A selection unit 16, a selected additional coding content 17, a built-in unit 18 for incorporating the additional coding selected in the skeleton of the program into a necessary additional location, and an added program 19 including the additional coding, It comprises a conventional editing process 20 for finally editing the added program by a conventional editing method.

【0009】以下に図1について、その動作を図2、図
3および図4を参照して説明する。
The operation of FIG. 1 will be described below with reference to FIGS. 2, 3 and 4.

【0010】あらかじめ用意された基本パターンを編集
し目的とするプログラムの骨組み5を生成し、それに必
要な処理を追加してプログラムを完成させるには、基本
パターン1から目的とするプログラムの骨組みを得るた
めの編集情報2をパターン編集部3が入力しプログラム
の骨組み5を編集結果として生成する。このときの例を
図2で説明する。
In order to complete a program by editing a basic pattern prepared in advance to generate a skeleton 5 of the desired program and adding necessary processing thereto, the skeleton of the desired program is obtained from the basic pattern 1. The pattern editing unit 3 inputs the editing information 2 for the above to generate the skeleton 5 of the program as the editing result. An example of this case will be described with reference to FIG.

【0011】図2で示す基本パターンにはモジュール化
された処理と、それぞれの処理がプログラムを構成する
のに必須か任意かを示す情報と、さらにはその処理が追
加コーディングが必要か不要かを示す情報とを持ってい
る。編集のために与えられた編集情報は任意と任意
のモジュールである照合処理2とプリント処理を選択す
る指示であり、その結果として、必須のモジュールと、
選択された任意のモジュールとから構成されるプログラ
ムの骨組みが生成される。その生成されたプログラムの
骨組みを構成するモジュールにはそのとき追加コーディ
ングが必要なモジュールかどうかの情報も受け継がれ
る。
The basic pattern shown in FIG. 2 shows modularized processing, information indicating whether each processing is indispensable or not necessary for constructing a program, and whether the processing requires additional coding or not. It has information to show. The edit information given for editing is an instruction to select the collation process 2 and the print process, which are arbitrary and arbitrary modules, and as a result, an essential module,
A skeleton of the program composed of the selected arbitrary modules is generated. The modules that form the framework of the generated program also carry the information as to whether or not the modules require additional coding.

【0012】次に、パターン編集部3の処理が終わると
制御は情報登録部4に渡されパターン編集処理のときに
収集された情報であるどのパターンを利用して生成され
たプログラムであるか、生成されたプログラムの中には
追加コーディングを必要とするモジュールは何か等の情
報を関連情報データベースにパターン・プログラム関連
情報6および、プログラム・追加箇所関連情報7として
登録する。このときのそれぞれの関連情報の例を図3で
説明する。
Next, when the processing of the pattern editing unit 3 is completed, the control is passed to the information registration unit 4, and which pattern is the information collected during the pattern editing process is used to generate the program. Information such as what modules require additional coding in the generated program is registered in the related information database as the pattern / program related information 6 and the program / additional part related information 7. An example of each related information at this time will be described with reference to FIG.

【0013】図3で示す関連情報データベースの例で
は、利用したパターン名はPAT01であり、生成され
たプログラム名はPRG−01である。そして2つの関
連情報であるパターン・プログラム関連情報とプログラ
ム・追加箇所関連情報は既存の情報に追加登録される。
In the example of the related information database shown in FIG. 3, the pattern name used is PAT01 and the generated program name is PRG-01. Then, the two pieces of related information, that is, the pattern / program related information and the program / additional part related information are additionally registered to the existing information.

【0014】次に、関連情報データベースの登録が終わ
ると既存プログラム選択部9により関連情報データベー
スの中のパターン・プログラム関連情報6をもとに同じ
パターンを利用して生成された既存プログラムの一覧で
ある既存プログラム一覧情報10を作成する。追加コー
ディング抽出部11では既存プログラム一覧情報10と
関連情報データベースの中のプログラム・追加箇所関連
情報7をもとに既存プログラム群から追加コーディング
の内容を抽出しプログラム毎の追加箇所と追加コーディ
ングの内容を含んだ抽出追加コーディング内容12を作
成する。
Next, when the registration of the related information database is completed, a list of existing programs generated by the existing program selecting section 9 using the same pattern based on the pattern / program related information 6 in the related information database is displayed. The existing program list information 10 is created. The additional coding extraction unit 11 extracts the content of the additional coding from the existing program group based on the existing program list information 10 and the program / additional location related information 7 in the relevant information database, and adds the additional location for each program and the content of the additional coding. The extracted additional coding content 12 including the above is created.

【0015】必要情報が採取できると制御が表示部13
に移り抽出追加コーディング内容12を入力し追加箇所
別追加コーディング一覧/内容表示画面14が表示され
る。表示内容は追加コーディングの一覧とその内容であ
る。
When the necessary information can be collected, the control is performed by the display unit 13.
The extracted additional coding content 12 is input, and the additional coding list / content display screen 14 for each additional location is displayed. The displayed contents are a list of additional codings and their contents.

【0016】次に選択部16により目的プログラムに一
番類似する追加コーディングを得るための指示である選
択指示15を繰り返し、利用者が内容確認することで最
終的な追加コーディングが決定され、選択追加コーディ
ング内容17を作成する。
Next, the selection unit 16 repeats the selection instruction 15 which is an instruction for obtaining the additional coding most similar to the target program, and the user confirms the content to determine the final additional coding, and the selection addition Create the coding content 17.

【0017】選択された追加コーディングは既に生成さ
れているプログラムの骨組み5の中に、組み込み部18
によって適切な追加箇所に組み込まれ追加済みプログラ
ム19を作成する。この追加済みプログラム19はさら
に一般の編集処理20により最終的な目的プログラムを
完成させることができる。図4では追加コーディングの
選択から組み込みそして目的プログラムの完成までの例
を説明する。
The selected additional coding is incorporated in the skeleton 5 of the program which has already been generated.
Is added to an appropriate additional location to create the added program 19. This added program 19 can further complete a final target program by a general editing process 20. FIG. 4 illustrates an example from selection of additional coding to incorporation and completion of the target program.

【0018】図4で示す一覧表示ではプログラムPR
G−01の中で追加コーディングが必要な処理である初
期処理と、これに類似する処理とを持つプログラムが表
示されている。ここで、プログラム名PRG−Bを選択
するとプログラムPRG−Bの追加モジュールである初
期処理の内容が内容表示の形式で表示され流用できる
かどうか確認できる。流用できる追加コーディングが決
定したならプログラムの骨組みの適切な位置に組み込ま
れる。利用者はさらに、目的プログラムに合った内容に
修正し、目的プログラムを完成させる。
In the list display shown in FIG. 4, the program PR
A program having an initial process which is a process requiring additional coding in G-01 and a process similar to this is displayed. Here, when the program name PRG-B is selected, it is possible to confirm whether the contents of the initial processing, which is an additional module of the program PRG-B, are displayed in the content display format and can be used. Once additional coding that can be diverted is determined, it will be incorporated in the appropriate position in the program framework. The user further corrects the contents to suit the target program and completes the target program.

【0019】ここでは、ファイル名である商品マスタフ
ァイルを商品在庫ファイルに修正した例である。
In this example, the product master file, which is the file name, is modified into a product inventory file.

【0020】[0020]

【発明の効果】以上説明したように本発明は、プログラ
ム作成方法の一つとして、あらかじめ用意したプログラ
ムの骨組みの基本パターンを編集して目的プログラムの
骨組みを作成し、必要とする処理のコーディングを追加
してプログラムを完成させる方式において、同じ基本パ
ターンから編集して作成された既存プログラムの追加コ
ーディングを流用するとき、既存プログラムを自動的に
探し出し、追加コーディングを抽出して一覧と内容表示
を行い一番流用したいコーディングイメージに類似する
追加コーディングの選択と追加場所への組み込みをする
ことにより、追加コーディング作成の工数削減と類似コ
ーディングからの流用のため一部の修正で追加コーディ
ングを完成することができ、検査範囲が狭くなりより生
産性と品質の向上ができる効果がある。
As described above, according to the present invention, as one of the program creating methods, the basic pattern of the skeleton of the prepared program is edited to create the skeleton of the target program, and the coding of the necessary processing is performed. In the method of adding and completing a program, when diverting the additional coding of the existing program created by editing from the same basic pattern, the existing program is automatically found, the additional coding is extracted, and the list and the content display are performed. By selecting additional coding that is similar to the coding image that you want to divert most and incorporating it in the additional location, you can complete the additional coding with some modifications to reduce the man-hours for creating the additional coding and divert it from similar coding. Yes, the inspection range is narrowed and productivity and quality are improved. There can be effectively.

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

【図1】本発明の一実施例の構成図である。FIG. 1 is a configuration diagram of an embodiment of the present invention.

【図2】本発明の一実施例のパターン編集により生成さ
れたプログラムの骨組みと追加コーディング箇所の関係
図である。
FIG. 2 is a relationship diagram between a skeleton of a program generated by pattern editing and an additional coding portion according to an embodiment of the present invention.

【図3】本発明の一実施例の関連情報データベースの格
納形式図である。
FIG. 3 is a storage format diagram of a related information database according to an embodiment of the present invention.

【図4】本発明の一実施例の追加箇所別追加コーディン
グ一覧と内容表示および修正の手順図である。
FIG. 4 is a procedure diagram of a list of additional coding for each additional location, content display, and correction according to an embodiment of the present invention.

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

1 基本パターン 2 編集情報 3 パターン編集部 4 関連情報登録部 5 プログラムの骨組み 6 パターン・プログラム関連情報 7 プログラム・追加箇所関連情報 8 既存プログラム群 9 既存プログラム選択部 10 既存プログラム一覧情報 11 追加コーディング抽出部 12 抽出追加コーディング内容 13 表示部 14 追加箇所別追加コーディング一覧/内容表示画
面 15 選択指示 16 選択部 17 選択追加コーディング内容 18 組み込み部 19 追加済みプログラム 20 従来の編集処理
1 basic pattern 2 edit information 3 pattern edit section 4 related information registration section 5 program framework 6 pattern / program related information 7 program / additional area related information 8 existing program group 9 existing program selection section 10 existing program list information 11 additional coding extraction Part 12 Extracted additional coding content 13 Display part 14 Additional coding list / content display screen for each additional location 15 Selection instruction 16 Selection section 17 Selected additional coding content 18 Embedded section 19 Added program 20 Conventional editing processing

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 あらかじめ用意したプログラムの骨組み
の基本パターンを編集して目的プログラムの骨組みを作
成し、それに必要とする処理のコーディングを追加して
プログラムを完成させる方式において、パターンの編集
時にパターンと編集されたプログラムの関連情報および
プログラムに追加すべき箇所の一覧を登録する手段と、
そのパターンを利用して作成された既存のプログラムを
探す手段と、既存のプログラムソースの中から追加コー
ディングをを抽出する手段と、この抽出手段により抽出
した追加コーディングの一覧および内容を表示する手段
と、この表示手段による表示内容から適当な追加コーデ
ィングを選択する手段と、この選択手段により選択した
追加コーディングを追加場所に組み込む手段とを具備す
ることを特徴とするプログラム作成時の追加コーディン
グ流用方式。
1. A method for creating a skeleton of a target program by editing a basic pattern of a skeleton of a program prepared in advance and adding coding of necessary processing thereto to complete the program. A means to register the related information of the edited program and a list of places to be added to the program,
Means for searching for an existing program created using the pattern, means for extracting additional coding from the existing program source, and means for displaying a list and contents of the additional coding extracted by this extracting means An additional coding diversion method at the time of program creation, comprising means for selecting an appropriate additional coding from the contents displayed by the display means, and means for incorporating the additional coding selected by the selection means into an additional location.
【請求項2】 前記基本パターンが、モジュール化され
た処理と、それぞれの処理がプログラムを構成するのに
必須か任意かを示す情報と、その処理が追加コーディン
グが必要か不要かを示す情報とを持っていることを特徴
とする請求項1記載のプログラム作成時の追加コーディ
ング流用方式。
2. The basic pattern includes modularized processing, information indicating whether each processing is indispensable or optional for constructing a program, and information indicating whether the processing requires additional coding or not. The additional coding diversion method at the time of creating a program according to claim 1, characterized in that:
JP26152691A 1991-10-09 1991-10-09 Additional coding diversion system at the time of generating program Pending JPH05100832A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26152691A JPH05100832A (en) 1991-10-09 1991-10-09 Additional coding diversion system at the time of generating program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26152691A JPH05100832A (en) 1991-10-09 1991-10-09 Additional coding diversion system at the time of generating program

Publications (1)

Publication Number Publication Date
JPH05100832A true JPH05100832A (en) 1993-04-23

Family

ID=17363126

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26152691A Pending JPH05100832A (en) 1991-10-09 1991-10-09 Additional coding diversion system at the time of generating program

Country Status (1)

Country Link
JP (1) JPH05100832A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011040059A (en) * 2009-08-11 2011-02-24 Fisher-Rosemount Systems Inc Method and system for configuring process control, module template, and process control system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011040059A (en) * 2009-08-11 2011-02-24 Fisher-Rosemount Systems Inc Method and system for configuring process control, module template, and process control system
US9256219B2 (en) 2009-08-11 2016-02-09 Fisher-Rosemount Systems, Inc. System configuration using templates

Similar Documents

Publication Publication Date Title
EP1650619A1 (en) Sequence program editing apparatus
JPH05100832A (en) Additional coding diversion system at the time of generating program
JPH05257439A (en) Character image composition and display device
JP2004157927A (en) Creating system for business form input, creating program and creating method
JP2000099545A (en) Manufacture of recording medium
CN115374500B (en) Rapid design method, device, equipment and storage medium for shoe body componentization
JPH11175370A (en) Program testing method
JPH0588863A (en) Program development supporting system
JPH0731309Y2 (en) Information processing device having simulation function
JPS60200346A (en) Production of program test data
JPH09330107A (en) Comment adding method of ladder chart generation cad system for programmable controller
JP2908184B2 (en) Text file editing method and apparatus
JP2500632B2 (en) Program pattern customization method
JPH07271539A (en) Production system for graphical user interface screen
JPH01300376A (en) Simple partitioning and editing system for data
JP3022113B2 (en) Text data editing processing method
JP2580984B2 (en) Netlist splitter
JP2801603B2 (en) Bending order input method and apparatus in bending data creating apparatus
JPH08202888A (en) Symbol drawing method in drawing reading device
JPH06180768A (en) Code/image display system in correcting processing
JP2001222417A (en) Data base access part preparation supporting system and program recording medium for the same
JPS61131069A (en) Forming device of assembly drawing information
JPS62232019A (en) Input system for mixed information of alpha-numeric and japanese language
JPS63247823A (en) Screen defining system
JPH096815A (en) Facility arrangement drawing generating method