JPH1195991A - Customize method for screen processing program and recording medium therefor - Google Patents

Customize method for screen processing program and recording medium therefor

Info

Publication number
JPH1195991A
JPH1195991A JP25962397A JP25962397A JPH1195991A JP H1195991 A JPH1195991 A JP H1195991A JP 25962397 A JP25962397 A JP 25962397A JP 25962397 A JP25962397 A JP 25962397A JP H1195991 A JPH1195991 A JP H1195991A
Authority
JP
Japan
Prior art keywords
screen
customizing
program
processing
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP25962397A
Other languages
Japanese (ja)
Inventor
Tatsuya Shimizu
龍哉 清水
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Information Systems Ltd
Original Assignee
Hitachi Information Systems Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Information Systems Ltd filed Critical Hitachi Information Systems Ltd
Priority to JP25962397A priority Critical patent/JPH1195991A/en
Publication of JPH1195991A publication Critical patent/JPH1195991A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To easily perform a customize work without necessity to well know the contents or language specification of a basic module to be a base, by generating a source an a screen image after the customize of an input screen from registered property information and generating a customized execution module by compiling them. SOLUTION: In a screen customize processing step 3, the property information of a form related to an entire processing screen is read from a data base 2 and displayed on an operating screen 4. In a picture customize processing step 24, the correspondent basic screen processing execution module and correspondent screen definition information are read from respective storage devices 2 and 5 and a selectively instructed customize object screen 6 is displayed. A customized source code file 10 and a screen image file are inputted in a compile work step 11 and compiled so that the final customized module for execution is generated.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、オブジェクト指向
言語で作成された画面処理プログラムのカスタマイズ方
法およびその方法をプログラムに変換したものを記録し
た記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for customizing a screen processing program created in an object-oriented language, and a recording medium for recording the method converted into a program.

【0002】[0002]

【従来の技術】従来、ユーザ業務に応じて汎用のプログ
ラムパッケージをカスタマイズする方法としては、例え
ば、特開平4−140832号公報に記載のカスタマイ
ズ装置では、ユーザプログラムを生成するための種々の
プログラムパッケージを格納しておく格納手段と、プロ
グラムパッケージの予め定められた可変項目について各
ユーザの業務に対する固有情報を入力する入力手段と、
前記固有情報からプログラムパッケージに対するカスタ
マイズ情報をカスタマイズ情報ファイルに生成する生成
手段と、前記カスタマイズによりプログラムパッケージ
をユーザプログラムにカスタマイズするカスタマイズ展
開手段と、前記展開手段によってカスタマイズされた結
果のユーザプログラムをユーザプログラムファイルに出
力する出力手段とを具備し、利用者が新たな標準パター
ン等を登録した場合には、プログラムの生成に画一的で
ない最適な入力操作を行うことができ、プログラム開発
作業を効率化している。
2. Description of the Related Art Conventionally, as a method of customizing a general-purpose program package according to a user task, for example, in a customizing apparatus described in Japanese Patent Application Laid-Open No. 4-140832, various program packages for generating a user program are used. And input means for inputting unique information for each user's business with respect to predetermined variable items of the program package,
Generating means for generating customization information for a program package in the customization information file from the unique information; customizing and developing means for customizing the program package into a user program by the customization; and a user program for customizing the user program by the developing means. Output means for outputting to a file, and when the user registers a new standard pattern, etc., it is possible to perform an optimal input operation that is not uniform for generating a program, thereby improving the efficiency of program development work. ing.

【0003】また、特開平4−142622号公報に記
載のプログラムジェネレータでは、ユーザが指定するパ
ラメータの入力処理自体をパターン化したプログラムを
用意して、パラメータの入力処理プログラムを生成し、
利用者の使いやすいパラメータ入力画面を登録し、目的
のプログラム生成を容易にしている。また、特開平6−
161733号公報に記載のプログラム生成方法では、
必要とされる特定業務システム作成の基礎となるデータ
ベース或いは表計算といった汎用アプリケーションプロ
グラム又は汎用プログラミング言語を利用した第1プロ
グラムの支援の下に実行される第2プログラムを生成し
ている。これによれば、パラメータの入力を促すメニュ
ーが表示手段に表示され、これにしたがって入力された
パラメータが解析されるとともに、記憶装置から読込ま
れたスケルトンに前記解析結果に基づいたパラメータが
はめ込まれ、第1プログラムの支援の下に実行可能な第
2プログラムが生成される。これによって、特定業務シ
ステムの作成を、必要最小限のパラメータ入力によって
容易に行うことが出来るとしている。
In the program generator disclosed in Japanese Patent Application Laid-Open No. 4-142622, a program in which a parameter input process specified by a user is patterned is prepared, and a parameter input process program is generated.
A parameter input screen that is easy for the user to use is registered, making it easy to generate the desired program. In addition, Japanese Unexamined Patent Publication No.
In the program generation method described in Japanese Patent No. 161733,
A second program that is executed with the support of a general-purpose application program such as a database or a spreadsheet or a first program using a general-purpose programming language as a basis for creating a required specific business system is generated. According to this, a menu for prompting the input of the parameter is displayed on the display means, the input parameter is analyzed in accordance with the menu, and the parameter based on the analysis result is fitted into the skeleton read from the storage device, A second program executable with the assistance of the first program is generated. It is stated that this makes it possible to easily create a specific business system by inputting the minimum necessary parameters.

【0004】[0004]

【発明が解決しようとする課題】近年、パーソナルコン
ピュータ及びWindowsシステムの普及により、例
えば、在庫管理システム、販売管理システム等に代表さ
れる業務アプリケーションシステムもグラフィカルな画
面で対話処理を行う、いわゆるGUI(Graphic
al User Interface)化が進んでおり、
ユーザの業務に応じてカスタマイズする可変部分として
画面処理プログラムをカスタマイズする必要が有る。画
面処理プログラムのカスタマイズにおいては、ウインド
ウ枠を持つ画面(以降、フォームと言う)、及びそのフ
ォーム上に配置される見出し項目、入出力項目、ボタ
ン、グリッド(表枠組み)、パネル、等の部品(以降、
コンポーネントと言う)の属性情報(項目の画面上での
位置、高さ、幅、文字種とその色、3次元表示の有無、
項目名称等、コンポーネントの画面上での振舞いを規定
するもので、以降、プロパティと言う)を、パラメータ
として入力する必要がある。
In recent years, with the spread of personal computers and Windows systems, a business application system represented by, for example, an inventory management system, a sales management system, etc., also performs interactive processing on a graphical screen, so-called GUI ( Graphic
al User Interface) is progressing,
It is necessary to customize the screen processing program as a variable part to be customized according to the work of the user. In customizing a screen processing program, a screen having a window frame (hereinafter referred to as a form) and components such as a heading item, an input / output item, a button, a grid (table framework), and a panel arranged on the form ( Or later,
Attribute information (position on the screen, height, width, character type and color, presence or absence of three-dimensional display,
It defines the behavior of the component on the screen, such as the item name, and is hereinafter referred to as a property).

【0005】これら画面処理プログラムのカスタマイズ
に必要なパラメータの入力を、上記の従来技術の方法で
入力し、ユーザプログラムを生成することは可能である
が、入力したパラメータの内容がユーザの意図した画面
処理となっているかどうかは、カスタマイズされて生成
されたユーザプログラムを実行してみないと確認できな
いという問題がある。前述の特開平6−161733号
公報に記載のプログラム生成方法では、データレコード
の原始枠組みと、これに対応するコードの原始枠組みに
ついては、パラメータ入力しながら認識出来るように表
示手段を有しているものの、それは画面処理の一部分で
あり、画面処理カスタマイズの結果確認にはやはり最終
の生成プログラムを実行する必要がある。また、上記に
示した従来のカスタマイズの方法は、何れもカスタマイ
ズのベースとなる汎用プログラムパッケージ、或いはパ
ターン化したプログラム、或いは、スケルトンと呼ぶ骨
格を成すひな型のプログラムに対して、直接、カスタマ
イズ情報を与えて、或いは埋め込んで目的のプログラム
を生成するため、カスタマイズ操作を行う者が、それら
ベースのプログラム内容を意識、熟知しておく必要があ
った。
Although it is possible to generate a user program by inputting the parameters required for customizing these screen processing programs by the above-mentioned conventional technique, the contents of the input parameters are displayed on the screen intended by the user. There is a problem that whether or not the processing has been performed cannot be confirmed unless the user program generated and customized is executed. In the program generation method described in the above-mentioned Japanese Patent Application Laid-Open No. 6-161733, a display means is provided so that the original framework of a data record and the original framework of a corresponding code can be recognized while inputting parameters. However, it is a part of the screen processing, and the final generation program must be executed to confirm the result of the screen processing customization. In addition, in the conventional customization methods described above, the customization information is directly transmitted to a general-purpose program package or a patterned program or a model program that forms a skeleton called a skeleton. In order to generate a target program by giving or embedding it, it is necessary for a person who performs a customizing operation to be conscious and familiar with the contents of these base programs.

【0006】本発明の目的は、これら従来の課題を解決
し、オブジェクト指向に基づいた言語で作成されたGU
Iを有する画面処理プログラムのカスタマイズにおい
て、そのベースとなる基本モジュールのソースコードを
直接、操作することなく、容易にカスタマイズでき、ま
たカスタマイズの情報をパラメータとして登録あるいは
変更することができるのみならず、パラメータを入力し
た時点でカスタマイズされた画面を確認することができ
る画面処理プログラムのカスタマイズ方法およびその記
録媒体を提供することである。
[0006] An object of the present invention is to solve these conventional problems and to provide a GU created in a language based on object orientation.
In customizing the screen processing program having I, not only can the source code of the basic module serving as the base be easily customized without directly operating it, and the customization information can be registered or changed as a parameter, It is an object of the present invention to provide a method of customizing a screen processing program capable of confirming a customized screen when parameters are input, and a recording medium for the method.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するた
め、本発明の画面処理プログラムのカスタマイズ方法で
は、オブジェクト指向プログラミングでいうところのオ
ブジェクト(データとコードを一まとめにしたデータ
型)に含まれるプロパティに着目し、カスタマイズの対
象となるフォーム及びフォーム上のコンポーネントのプ
ロパティ情報をデータベース化し、その情報をカスタマ
イズすることにより使用者に合致した入力画面処理プロ
グラムを生成させる。具体的には、標準的な画面処理プ
ログラムとそのプロパティ情報をデータベース化したも
のを標準提供する。この情報をカスタマイズするため、
データベース内のプロパティ情報をパラメタとして専用
画面において登録・変更するステップと、標準提供の画
面処理モジュールを仮実行(画面上の入出力項目のソー
スデータ対象となるデータベース及びテーブルが存在し
ていない状態で、あたかも実際に実行しているかのよう
に仮の実行状態)することにより実際の画面上で直接コ
ンポーネントの登録・変更を行うステップを設ける。こ
れらの処理ステップを設けたことにより、登録されたプ
ロパティ情報により入力画面のカスタマイズ後のソース
及び画面イメージを生成し、コンパイルさせることによ
り、カスタマイズされた実行モジュールを生成すること
ができる。
In order to achieve the above object, in the method for customizing a screen processing program according to the present invention, the object is included in an object (a data type in which data and code are put together) in object-oriented programming. Focusing on the properties, a database of the property information of the form to be customized and the components on the form is created, and an input screen processing program suitable for the user is generated by customizing the information. Specifically, a standardized screen processing program and its property information in a database are provided as standard. To customize this information,
Registering and changing the property information in the database as parameters on the dedicated screen, and temporarily executing the screen processing module provided as standard (without the database and table that are the source data target of input / output items on the screen) , A step of registering and changing components directly on the actual screen by performing a temporary execution state as if the component is actually being executed. By providing these processing steps, it is possible to generate a customized execution module by generating a source and a screen image of the input screen after the customization based on the registered property information and compiling the source and the screen image.

【0008】本発明によれば、まず標準提供の入力画面
に対するプロパティ情報がデータベースより読み込ま
れ、情報登録画面に表示される。情報登録画面はフォー
ム全体に関わる部分(画面のサイズ、表示位置など)の
プロパティ情報を有する部分と、フォーム上の各コンポ
ーネント毎の情報を有する部分とに分けられる。全体情
報をパラメタとして登録(標準的なプロパティを提供す
るため、大半は値の変更となる。)した後、詳細定義と
してフォーム上の各コンポーネントのプロパティ情報登
録(全体情報と同様に変更が主体)画面に遷移し、そこ
で表示される各コンポーネントのプロパティ情報(コン
ポーネントの位置、名前、保持する値の桁や属性、連結
するテーブルや項目、フォントサイズ等)をデータ入力
イメージで登録・変更させるか、または当該画面(フォ
ーム)を仮実行し、実際の入力画面を表示し、マウス操
作により既存のコンポーネント(標準提供)の位置移動
や新規のコンポーネント追加(必要なコンポーネントを
選択し、動的に実行中の記憶域に生成させる)を行うこ
とにより、プロパティの情報を登録する。尚、仮実行に
よる追加の際は画面終了時にフォーム上の各コンポーネ
ントの情報がデータベースに一括で更新される。その
後、プロパティ情報の登録完了指示により標準的に提供
される入力画面のソース及び画面イメージ(または仮実
行で出力された画面イメージ)をバイナリ形式からテキ
スト形式に変換した画面イメージソースを、登録された
プロパティ情報でカスタマイズし、コンパイルすること
により、目的の画面処理モジュールを生成することがで
きる。
According to the present invention, first, property information for a standard input screen is read from a database and displayed on an information registration screen. The information registration screen is divided into a part having property information of a part relating to the entire form (screen size, display position, etc.) and a part having information for each component on the form. After registering the general information as a parameter (most of the values are changed to provide standard properties), then register the property information of each component on the form as a detailed definition (mainly the change as well as the general information) Move to the screen and register or change the property information (component position, name, retained value digits and attributes, linked tables and items, font size, etc.) with the data input image, Or temporarily execute the screen (form), display the actual input screen, move the position of the existing component (provided as standard) or add a new component (select the required component, dynamically Is generated in the storage area of) to register property information. In addition, at the time of addition by provisional execution, information of each component on the form is updated in the database at once at the end of the screen. Then, the screen image source obtained by converting the input screen source and the screen image (or the screen image output in the provisional execution), which are provided as standard by the property information registration completion instruction, from the binary format to the text format is registered. By customizing with the property information and compiling, a target screen processing module can be generated.

【0009】[0009]

【発明の実施の形態】以下、本発明の実施例を、図面に
より詳細に説明する。図1は、本発明の一実施例を示す
画面処理プログラムのカスタマイズ方法の全体構成図で
ある。図1において、円および円柱枠の部分はファイル
等の記憶装置であり、矩形部分は処理ステップを示して
いる。1はCD ROM、2は各業務処理に対応する各
入力画面に関するプロパティ情報(=画面定義情報)
が、複数登録されているデータベース、5はGUI操作
時のマウス操作に対応した処理を行う画面処理実行基本
モジュールを格納するファイル、7は前記画面処理実行
基本モジュール5の基本ソースコードを格納するファイ
ルである。また、4,6はそれぞれカスタマイズ処理結
果を表示する表示画面である。前記のデータベース2、
画面処理実行基本モジュール群ファイル5、および基本
ソースコード群ファイル7は、いずれもカスタマイズの
ベースとなる標準仕様として提供されるものであり、こ
れらはCD−ROM1等の可搬性の記録媒体に格納され
て提供され、HD(ハードディスク)等の固定記憶媒体
に複写されて使用される。本発明のカスタマイズ方法
は、画面カスタマイズ処理ステップ3、画面カスタマイ
ズ処理ステップ24、カスタマイズソース生成処理ステ
ップ9、およびコンパイル作業ステップ11の各ステッ
プから構成される。
Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is an overall configuration diagram of a method for customizing a screen processing program according to an embodiment of the present invention. In FIG. 1, circles and cylinder frames are storage devices for files and the like, and rectangles indicate processing steps. 1 is a CD ROM, 2 is property information (= screen definition information) on each input screen corresponding to each business process
A plurality of registered databases, 5 a file storing a screen processing execution basic module for performing processing corresponding to a mouse operation at the time of GUI operation, and 7 a file storing basic source code of the screen processing execution basic module 5 It is. Reference numerals 4 and 6 denote display screens each displaying a result of the customization process. The database 2,
The screen processing execution basic module group file 5 and the basic source code group file 7 are both provided as standard specifications as a basis for customization, and are stored in a portable recording medium such as the CD-ROM 1. And used by being copied to a fixed storage medium such as an HD (hard disk). The customizing method according to the present invention includes screen customizing step 3, screen customizing step 24, customizing source generating step 9, and compiling step 11.

【0010】まず、画面カスタマイズ処理ステップ3
は、処理画面全体に関するフォームのプロパティ情報を
データベース2より読込み、これを操作画面4に表示す
る。ここで処理画面4のサイズや位置の変更を行う場合
は、表示されたパラメタを変更する。次に、フォーム上
の各コンポーネントのプロパティ情報を登録・変更する
ために詳細定義画面4を表示し、データベース2より標
準仕様部分の各コンポーネントのプロパティ情報を、コ
ンポーネントを横軸に、プロパティ情報を縦軸とした表
形式で表示する。ここで処理画面全体の定義と同様に、
各コンポーネントのプロパティの値をテキスト情報で直
接、変更する。
First, screen customization processing step 3
Reads the property information of the form regarding the entire processing screen from the database 2 and displays it on the operation screen 4. Here, when changing the size or position of the processing screen 4, the displayed parameters are changed. Next, the detailed definition screen 4 is displayed to register and change the property information of each component on the form. Display in a table format with axes. Here, like the definition of the entire processing screen,
Change the property value of each component directly with text information.

【0011】次の画面カスタマイズ処理ステップ24で
は、カスタマイズの対象とする入力画面を選択する選択
指示情報を基に、対応する画面処理実行基本モジュール
と、対応する画面定義情報を、それぞれの記憶装置2,
5から読込み、表示装置に選択指示されたカスタマイズ
対象画面6を表示する。この表示された画面6に対し
て、マウスおよびキーボードを操作することにより、コ
ンポーネントの位置移動等の変更や追加を行う。画面カ
スタマイズ処理ステップ24における画面表示は、画面
6上に表示される入出力項目のデータ値を仮の値として
表示し、その仮のデータ値を使って必要な変更、追加操
作を行った後、本画面6を閉じることにより、フォーム
上のプロパティ情報(フォーム及び各コンポーネント)
をデータベースに更新・追加し、かつ、そのフォームを
画面イメージファイル8に格納する。一方、カスタマイ
ズソース生成処理ステップ9は、基本ソースコード群フ
ァイル7およびカスタマイズされた画面イメージファイ
ル8を読み込み、カスタマイズされたプロパティ情報2
を参照して、カスタマイズソースコード(画面イメージ
ファイルを含む)10を生成する。次に、コンパイル作
業ステップ11は、生成されたカスタマイズソースコー
ド10をコンパイイルし、実行可能なカスタマイズ後の
入力画面処理モジュール12を生成する。
In the next screen customization processing step 24, based on the selection instruction information for selecting the input screen to be customized, the corresponding screen processing execution basic module and the corresponding screen definition information are stored in each storage device 2. ,
5 and displays the customization target screen 6 selected and instructed on the display device. By operating a mouse and a keyboard on the displayed screen 6, a change or addition of component position movement or the like is performed. The screen display in the screen customization processing step 24 displays the data value of the input / output item displayed on the screen 6 as a provisional value, performs necessary changes and addition operations using the provisional data value, By closing this screen 6, the property information on the form (form and each component)
Is updated / added to the database, and the form is stored in the screen image file 8. On the other hand, the customized source generation processing step 9 reads the basic source code group file 7 and the customized screen image file 8 and
, A customized source code (including a screen image file) 10 is generated. Next, a compiling step 11 compiles the generated customization source code 10 to generate an executable customized input screen processing module 12.

【0012】図2は、図1における画面カイタマイズ処
理ステップの詳細なフローチャートである。図2を用い
て、画面カスタマイズ処理ステップ24の処理手順詳細
を説明する。まず、基本モジュール群ファイル5から標
準提供された入力画面モジュールをロードし、これを実
行する(ステップ20)。次に、データベース2よりプ
ロパティ情報を読み込み、フォームやコンポーネントの
プロパティに値をセットし、画面に最新のプロパティ情
報を反映したコンポーネントを表示させる(ステップ2
1)。これにより、最新の画面を即座に確認しながらカ
スタマイズ操作を行うことが出来る。次に、表示された
画面上で、マウスの右クリック操作で新しいコンポーネ
ントを追加させたり、左クリック操作でドラッグするこ
とでコンポーネントを移動させたりする。また、右クリ
ック操作で追加したコンポーネントの名前や数値の位置
指定も可能とする。テーブルとのリンクが必要な場合に
は、テーブル名や項目名の設定も行う(一覧選択によ
る)(ステップ24)。なお、画面を閉じる場合には
(ステップ23)、直ちにデータベース2を更新して新
たなデータベース2aとし、イメージファイル作成処理
を行って(ステップ25)、処理結果を画面イメージフ
ァイル8に格納する。前記ステップ24の操作を必要な
だけ繰り返し、終了時には、フォームおよびコンポーネ
ントのプロパティの値をデータベース2aに格納すると
ともに、その時点の画面イメージを画面イメージファイ
ル8に格納する(ステップ25)。
FIG. 2 is a detailed flowchart of the screen customize processing step in FIG. The processing procedure of the screen customization processing step 24 will be described in detail with reference to FIG. First, an input screen module provided as a standard from the basic module group file 5 is loaded and executed (step 20). Next, the property information is read from the database 2, the value is set to the property of the form or the component, and the component reflecting the latest property information is displayed on the screen (step 2).
1). Thereby, the customizing operation can be performed while immediately checking the latest screen. Next, on the displayed screen, a new component is added by a right-click operation of the mouse, or a component is moved by dragging by a left-click operation. It is also possible to specify the name and numerical position of the component added by right-clicking. If a link to the table is required, a table name and an item name are set (by selecting a list) (step 24). When the screen is closed (step 23), the database 2 is immediately updated to a new database 2a, an image file creation process is performed (step 25), and the processing result is stored in the screen image file 8. The operation of step 24 is repeated as necessary. At the end of the operation, the values of form and component properties are stored in the database 2a, and the screen image at that time is stored in the screen image file 8 (step 25).

【0013】図3は、図1におけるカスタマイズソース
生成処理ステップの詳細フローチャートである。カスタ
マイズソース生成処理ステップ9について、図3で詳細
に説明する。まず、カスタマイズソース生成処理ステッ
プ9では、標準仕様として提供される基本ソース群ファ
イル7を読込み、カスタマイズ処理対象のコーディング
部分を削除し、データベース2に格納された変更・追加
されたプロパティ情報によりコンポーネントの宣言を追
加・変更し、作業用ディレクトリにカスタマイズ後のソ
ースコードファイル10として出力する。次に、標準提
供または画面カスタマイズ処理ステップ24で生成され
たバイナリ形式の画面イメージファイル8を、一旦テキ
スト形式ファイル35に変換し、ソースコード化した画
面イメージファイル36を作成する。このソースコード
化した画面イメージファイル36は、前記ソースコード
ファイル10と同様にカスタマイズソース生成処理ステ
ップ9で、変更・追加されたデータベース2のプロパテ
ィ情報により、フォームやコンポーネントのプロパティ
定義部分を追加・変更し、作業用ディレクトリにカスタ
マイズ後のテキスト形式の画面イメージファイル37と
して出力する。このテキスト形式の画面イメージファイ
ル37は、その後、ソースコードのイメージ化(バイナ
リ化)を行い(38)、バイナリ形式の画面イメージフ
ァイル39に変換される。
FIG. 3 is a detailed flowchart of the customization source generation processing step in FIG. The customization source generation processing step 9 will be described in detail with reference to FIG. First, in the customization source generation processing step 9, the basic source group file 7 provided as a standard specification is read, the coding part to be customized is deleted, and the component information is changed based on the changed / added property information stored in the database 2. The declaration is added / changed, and output as a customized source code file 10 to a working directory. Next, the binary-format screen image file 8 generated in the standard provision or screen customization processing step 24 is once converted into a text format file 35 to create a screen image file 36 in source code. The screen image file 36 converted into the source code is added / changed in the property definition part of the form or the component according to the property information of the database 2 changed / added in the customized source generation processing step 9 in the same manner as the source code file 10. Then, it outputs the customized screen image file 37 to the work directory. The text-format screen image file 37 is then converted (binary) into an image of the source code (38), and is converted to a binary-format screen image file 39.

【0014】カスタマイズ後のソースコードファイル1
0と、バイナリ形式の画面イメージファイル39とをコ
ンパイル作業ステップ11に入力してコンパイルを行う
ことにより、最終のカスタマイズされた実行用モジュー
ルを生成する。以上述べたように、コンポーネントに対
するプロパティ情報のカスタマイズは、パラメタ方式、
ビジュアル方式の2つの処理方式を有しており、これら
を組み合わせて使用することも可能である。
Source code file 1 after customization
0 and the binary-format screen image file 39 are input to the compiling work step 11 to compile, thereby generating a final customized execution module. As described above, customization of property information for a component is based on the parameter method,
It has two processing methods of the visual method, and these can be used in combination.

【0015】なお、図1に示す処理ステップをプログラ
ムに変換した画面処理プログラムのカスタマイズ方法
を、フレキシブルディスクまたはCD等の記録媒体に格
納すれば、これを携帯または搬送した行先において、ど
こででも本発明のカスタマイズ方法を実現することがで
きる。
If the method of customizing the screen processing program obtained by converting the processing steps shown in FIG. 1 into a program is stored in a recording medium such as a flexible disk or a CD, the present invention can be carried anywhere on a portable or transported destination. Can be realized.

【0016】[0016]

【発明の効果】以上説明したように、本発明によれば、
GUIを有する画面処理プログラムのカスタマイズにお
いて、そのベースとなる基本モジュールのソースコード
を直接操作するという意識がなくカスタマイズ作業を行
うことができるので、ベースとなる基本モジュールの内
容や言語仕様を熟知しておく必要がなく、熟練者でなく
とも容易にカスタマイズ作業を行うことが出来る。ま
た、画面を用いてビジュアルに実行出来るため、カスタ
マイズ後の画面イメージを確認しながらコンポーネント
の配置ができ、ソースやモジュールを確認のためにその
都度これらを生成するという面倒な作業を省くことがで
きる。
As described above, according to the present invention,
When customizing a screen processing program having a GUI, customization can be performed without the need to directly operate the source code of the basic module as the base. There is no need to keep it, and it is possible to easily perform customization work even by a non-expert. Also, since it can be executed visually using the screen, components can be arranged while checking the screen image after customization, and the troublesome work of generating these each time to check the source and module can be omitted. .

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

【図1】本発明の一実施例を示す画面処理プログラムの
カスタマイズ方法の全体構成図である。
FIG. 1 is an overall configuration diagram of a method for customizing a screen processing program according to an embodiment of the present invention.

【図2】図1における画面カスタマイズ処理ステップの
詳細フローチャートである。
FIG. 2 is a detailed flowchart of a screen customization processing step in FIG. 1;

【図3】図1におけるカスタマイズソース生成処理ステ
ップの詳細フローチャートである。
FIG. 3 is a detailed flowchart of a customization source generation processing step in FIG. 1;

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

1…可搬性の記憶媒体(CD ROM)、2…データベ
ース、3…画面のカスタマイズ処理ステップ、4…表示
画面、5…基本モジュール群、 6…表示画面、7…基本ソース群ファイル、8…カスタ
マイズされた画面イメージファイル、9…カスタマイズ
ソース生成処理ステップ、10…カスタマイズされたソ
ースファイル、11…コンパイル作業ステップ、12…
実行用アプリケーションモジュール、35…ソースコー
ド化ステップ、36…ソースコード化された画面イメー
ジファイル、37…画面ソースコード、 38…画面のソースコードのイメージ化処理ステップ、
39…画面イメージファイル。
DESCRIPTION OF SYMBOLS 1 ... Portable storage medium (CD ROM), 2 ... Database, 3 ... Screen customization processing step, 4 ... Display screen, 5 ... Basic module group, 6 ... Display screen, 7 ... Basic source group file, 8 ... Customization Screen image file, 9 ... Customized source generation processing step, 10 ... Customized source file, 11 ... Compilation work step, 12 ...
Application module for execution, 35: source code conversion step, 36: screen image file converted to source code, 37: screen source code, 38: image source code conversion step of screen,
39 Screen image file.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 プログラムされたGUIによる画面処理
プログラムのカスタマイズ方法であって、 オブジェクト指向に基づいて記述ないし記録された標準
提供画面のソースファイル及び実行可能なモジュールフ
ァイルの記憶媒体と、標準提供されるオブジェクト上の
プロパティ情報を格納したデータベースを記録した記憶
媒体とを用い、 該データベースの情報を直接専用画面により登録あるい
は変更する第一の画面カスタマイズ処理ステップと、 前記標準提供された実行可能なモジュールを擬似的に実
行し、実際の画面上でポインティングデバイスを使用し
たビジュアル操作により登録あるいは変更する第二の画
面カスタマイズ処理ステップとを併せ持つことを特徴と
する画面処理プログラムのカスタマイズ方法。
1. A method for customizing a screen processing program by a programmed GUI, comprising: a storage medium for a standard providing screen source file and an executable module file described or recorded on an object-oriented basis; Screen customization processing step of directly registering or changing the information of the database on a dedicated screen using a storage medium storing a database storing property information on an object to be stored, and the standardly provided executable module And a second screen customizing step of registering or changing the actual screen by a visual operation using a pointing device on an actual screen.
【請求項2】 請求項1に記載の画面処理プログラムの
カスタマイズ方法において、 前記標準提供された画面のソースファイルと、標準提供
されたプロパティ情報を格納したデータベースと、情報
を登録あるいは変更する前記第二の画面カスタマイズ処
理ステップによって格納された情報とを用いて、 カスタマイズされたオブジェクト指向言語ソースを生成
するカスタマイズ生成処理ステップを有することを特徴
とする画面処理プログラムのカスタマイズ方法。
2. The method for customizing a screen processing program according to claim 1, wherein a source file of the standard provided screen, a database storing property information provided as standard, and information registered or changed are registered. A method for customizing a screen processing program, comprising: a customization generation processing step of generating a customized object-oriented language source using information stored in the second screen customization processing step.
【請求項3】 請求項1または2に記載の画面処理プロ
グラムのカスタマイズ方法をプログラムに変換し、該プ
ログラムを格納したことを特徴とする記録媒体。
3. A recording medium, wherein the method for customizing the screen processing program according to claim 1 or 2 is converted into a program, and the program is stored.
JP25962397A 1997-09-25 1997-09-25 Customize method for screen processing program and recording medium therefor Pending JPH1195991A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25962397A JPH1195991A (en) 1997-09-25 1997-09-25 Customize method for screen processing program and recording medium therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25962397A JPH1195991A (en) 1997-09-25 1997-09-25 Customize method for screen processing program and recording medium therefor

Publications (1)

Publication Number Publication Date
JPH1195991A true JPH1195991A (en) 1999-04-09

Family

ID=17336657

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25962397A Pending JPH1195991A (en) 1997-09-25 1997-09-25 Customize method for screen processing program and recording medium therefor

Country Status (1)

Country Link
JP (1) JPH1195991A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006172183A (en) * 2004-12-16 2006-06-29 Canon Marketing Japan Inc Information processing apparatus, installer setting method, program and recording medium
JP2012048353A (en) * 2010-08-25 2012-03-08 Ricoh Co Ltd Business management system, business management server and business management program
JP6075908B2 (en) * 2014-07-04 2017-02-08 三菱電機株式会社 Positioning control device synchronous control setting method, program, and positioning control device control setting device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006172183A (en) * 2004-12-16 2006-06-29 Canon Marketing Japan Inc Information processing apparatus, installer setting method, program and recording medium
JP2012048353A (en) * 2010-08-25 2012-03-08 Ricoh Co Ltd Business management system, business management server and business management program
JP6075908B2 (en) * 2014-07-04 2017-02-08 三菱電機株式会社 Positioning control device synchronous control setting method, program, and positioning control device control setting device

Similar Documents

Publication Publication Date Title
US8170901B2 (en) Extensible framework for designing workflows
US7636894B2 (en) Mapping tool graphical user interface
US6804686B1 (en) System and methodology for providing fixed UML layout for an object oriented class browser
Ahmed et al. Model-based user interface engineering with design patterns
US8386919B2 (en) System for displaying an annotated programming file
US20060074735A1 (en) Ink-enabled workflow authoring
Buchmann et al. Valkyrie: A UML-based Model-driven Environment for Model-driven Software Engineering.
US20050015746A1 (en) Orchestration designer
Lumertz et al. User interfaces metamodel based on graphs
JPH10254689A (en) Application constitution design supporting system for client/server system
JP3577400B2 (en) System design equipment and data warehouse design system
Schramm et al. Rapid UI development for enterprise applications: Combining manual and model-driven techniques
JPH1195991A (en) Customize method for screen processing program and recording medium therefor
JPH0588863A (en) Program development supporting system
JP2001273125A (en) Method and system for automatically generating source program, and program recording medium therefor
JP3254793B2 (en) Control method of interactive processing system
JP2007094453A (en) Program development support system, program development support method and program
JP2019139675A (en) Source code optimization device, program, and method
JPH0683594A (en) Graphical user interface, wherein withy-wig type edditer and compiler are integrated
JP2001134423A (en) Method for outputting picture information of new system using interactive existing system
Kasperowski et al. for Automatic Diagramming of Complex
Tung et al. Multiple views of an executable software specification language
JPH10260961A (en) Method and device for html file for www
JP2004078375A (en) Information processing apparatus, business form processing method, computer-readable storage medium, and program
JP2720768B2 (en) Program customization equipment