JP2008140330A - Screen creation apparatus and screen creation program - Google Patents
Screen creation apparatus and screen creation program Download PDFInfo
- Publication number
- JP2008140330A JP2008140330A JP2006328473A JP2006328473A JP2008140330A JP 2008140330 A JP2008140330 A JP 2008140330A JP 2006328473 A JP2006328473 A JP 2006328473A JP 2006328473 A JP2006328473 A JP 2006328473A JP 2008140330 A JP2008140330 A JP 2008140330A
- Authority
- JP
- Japan
- Prior art keywords
- screen
- input
- data input
- display
- item
- 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
Links
Images
Landscapes
- Stored Programmes (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
Description
本発明は、コンピュータシステムのデータ入力画面を作成する画面作成装置、及びコンピュータ上での前記データ入力画面作成機能を実現させるための画面作成プログラムに関する。 The present invention relates to a screen creation device for creating a data entry screen of a computer system, and a screen creation program for realizing the data entry screen creation function on a computer.
コンピュータシステム上で動作するアプリケーションプログラムによりデータ入力を伴う場合のデータ入力方法としては、ディスプレイに所定のデータ入力画面を表示させ、キーボード等の入力装置によって当該入力画面上に入力されたデータを取込む方法が一般的である。そして、このようなデータ入力方法を実現するためには、アプリケーションプログラムを開発する際に所望のデータ入力画面を作成する必要がある。通常、データ入力画面は、ベースとなる画面上にエディットボックス,ボタン等の各種の画面部品を適宜配置することによって作成される。 As a data input method when data is input by an application program operating on a computer system, a predetermined data input screen is displayed on the display, and data input on the input screen by an input device such as a keyboard is captured. The method is common. In order to realize such a data input method, it is necessary to create a desired data input screen when developing an application program. Usually, a data input screen is created by appropriately arranging various screen parts such as an edit box and a button on a base screen.
従来、この種のデータ入力画面を作成する場合において、プログラム開発者の画面設計に要する時間や労力を抑制する方法は、種々提案されている(例えば、特許文献1参照)。
ところで、データ入力画面を作成する場合において、ベース画面上に画面部品を配置する際には、プログラム開発者によって部品毎に表示位置やサイズ等の表示属性が設定されるが、その設定内容は、部品毎に画面上で確認することができる。そこで、例えば同一サイズの画面部品が複数配置されたデータ入力画面を作成する際、プログラム開発者は、ベース画面上に各画面部品を配置した後、各画面部品の設定内容を一つ一つ画面に表示させ比較することによって、サイズにずれがないか確認していた。 By the way, when creating a data entry screen, when placing screen parts on the base screen, display attributes such as display position and size are set for each part by the program developer. Each part can be confirmed on the screen. So, for example, when creating a data input screen in which multiple screen parts of the same size are arranged, the program developer arranges each screen part on the base screen and then displays the setting contents of each screen part one by one. It was confirmed that there was no shift in size by displaying and comparing them.
また、複数のデータ入力画面にそれぞれ配置された画面部品に統一性を持たせる場合も、プログラム開発者は同様に、画面上に各画面部品の設定内容を表示させ比較することによって、統一性の有無を確認していた。 In addition, when the screen components placed on multiple data input screens are made to be consistent, the program developer can also display the settings of each screen component on the screen and compare them. The presence or absence was confirmed.
このように、従来の技術においては、データ入力画面に配置された画面部品の設定内容を画面に表示させ、プログラム開発者が比較照合することで、画面部品の表示位置,サイズ等の表示属性のずれを確認していたので、比較対象となる部品数や画面数が増加すればするほど手間と時間がかかり、画面作成作業の効率を低下させる問題があった。 As described above, in the conventional technique, the setting contents of the screen parts arranged on the data input screen are displayed on the screen, and the program developer compares and collates the display attributes such as the display position and size of the screen parts. Since the deviation has been confirmed, there is a problem that the more the number of parts and the number of screens to be compared increases, the more time and effort it takes, and the efficiency of screen creation work decreases.
本発明はこのような事情に基づいてなされたもので、その目的とするところは、データ入力画面に配置された複数の画面部品に統一性をもたせるための確認作業に要する手間と時間を簡略化でき、画面作成作業の効率を高めることができる画面作成装置及び画面作成プログラムを提供しようとするものである。 The present invention has been made based on such circumstances, and the purpose thereof is to simplify the labor and time required for confirmation work to make the plurality of screen parts arranged on the data input screen uniform. The present invention is intended to provide a screen creation device and a screen creation program that can improve the efficiency of screen creation work.
本発明の画面作成装置は、ベース画面上に各種の画面部品を配置することによりコンピュータシステムのデータ入力画面を作成する装置であって、データ入力画面毎に形成され、その画面上に配置された各画面部品の位置,サイズ等の表示属性に関する情報を格納してなる入力画面情報ファイルを記憶する記憶部と、記憶部から任意のデータ入力画面の入力画面情報ファイルを読み出すファイル読出し手段と、このファイル読出し手段により読み出された入力画面情報ファイルの情報に基づきデータ入力画面を表示する画面表示手段と、この画面表示手段により表示されたデータ入力画面を構成する各種の画面部品について、少なくとも一部の属性項目が共通する部品を他と区別して表示させる表示制御手段とを備えたものである。 The screen creation device of the present invention is a device for creating a data input screen of a computer system by arranging various screen components on a base screen, and is formed for each data input screen and arranged on the screen. A storage unit that stores an input screen information file that stores information about display attributes such as the position and size of each screen component; a file reading unit that reads an input screen information file of an arbitrary data input screen from the storage unit; and At least a part of the screen display means for displaying the data input screen based on the information of the input screen information file read by the file reading means and the various screen components constituting the data input screen displayed by the screen display means Display control means for displaying parts having the same attribute item in distinction from others.
本発明の画面作成プログラムは、コンピュータ上で動作し、ベース画面上に各種の画面部品を配置してコンピュータシステムのデータ入力画面を作成するプログラムであって、コンピュータに、データ入力画面毎にその画面上に配置された各画面部品の位置,サイズ等の表示属性に関する情報を格納してなる入力画面情報ファイルを形成し当該コンピュータに接続された記憶部に記憶させる機能と、記憶部から任意のデータ入力画面の入力画面情報ファイルを読み出す機能と、記憶部から読み出された入力画面情報ファイルの情報に基づき当該コンピュータに接続された表示部にデータ入力画面を表示させる機能と、表示部に表示されたデータ入力画面を構成する各種の画面部品について、少なくとも一部の属性項目が共通する部品を他と区別して表示させる機能とを実現させるものである。 The screen creation program according to the present invention is a program that operates on a computer and arranges various screen components on a base screen to create a data input screen of a computer system. A function for forming an input screen information file storing information related to display attributes such as the position and size of each screen component arranged above and storing it in a storage unit connected to the computer, and arbitrary data from the storage unit A function for reading the input screen information file of the input screen, a function for displaying the data input screen on the display unit connected to the computer based on the information of the input screen information file read from the storage unit, and a display unit For the various screen components that make up the data entry screen, the components that share at least some of the attribute items are distinguished from others. It is used for realizing a function to display to.
かかる手段を講じた本発明によれば、データ入力画面に配置された複数の画面部品に統一性をもたせるための確認作業に要する手間と時間を簡略化でき、画面作成作業の効率を高めることができる画面作成装置及び画面作成プログラムを提供できる。 According to the present invention in which such measures are taken, it is possible to simplify the labor and time required for the confirmation work for making the plurality of screen parts arranged on the data input screen uniform, and to improve the efficiency of the screen creation work. Screen creation apparatus and screen creation program can be provided.
以下、本発明を実施するための最良の形態について図面を用いて説明する。
図1は、コンピュータシステムのデータ入力画面を作成する画面作成装置1の要部構成を示すブロック図である。図示するように画面作成装置1は、CPU(Central Processing Unit)を主体としてコンピュータを構成する制御部10と、この制御部10に接続される主記憶部11、補助記憶部12、プログラム実行部13、入力部14及び表示部15で構成されている。
The best mode for carrying out the present invention will be described below with reference to the drawings.
FIG. 1 is a block diagram showing a main configuration of a
主記憶部11は、ROM(Read Only Memory)及びRAM(Random Access Memory)で構成されている。RAM領域には、画面情報バッファ16としてのエリアが確保されている。
The
補助記憶部12は、ハードディスク,光ディスク,光磁気ディスク等の大容量記憶媒体とそのドライブ装置とによって構成されている。補助記憶部12には、画面作成プログラム等の種々のプログラムデータが保存されたプログラムファイルの他、データ入力画面毎に形成され、その画面上に配置された各画面部品の位置,サイズ等の表示属性に関する情報を格納してなる複数n(n>1)の入力画面情報ファイル17(17-1〜17-n)等が記憶されている。
The
プログラム実行部13は、プログラムファイルに保存されたプログラムを実行する。入力部14は、キーボード,マウス等のコンピュータ用の入力デバイスとして機能するものである。表示部15は、液晶ディスプレイ,CRTディスプレイ等のコンピュータ用の表示デバイスとして機能するものである。
The
図2は、本実施の形態の画面作成装置1で作成されるデータ入力画面の一例を示している。このデータ入力画面20を構成する各種画面部品の配置及び名称は、図3に示すように設定されている。
FIG. 2 shows an example of a data input screen created by the
すなわちデータ入力画面20は、「年月日」及び「得意先名」の入力欄からなるヘッダ部21と、5行分の「商品名」,「数量」,「単価」及び「金額」の各入力欄からなる明細部22と、「締め」及び「終了」の各ボタンが配置されたボタン部23とから構成されている。
That is, the
ヘッダ部21は、年月日を示すテキストデータを編集するためのエディットボックスEdit1と、得意先名を示すテキストデータを編集するためのエディットボックスEdit2とから構成されている。
The
明細部22は、それぞれ商品名を示すテキストデータを編集するための5行分のエディットボックスEdit11〜Edit15と、それぞれ数量を示すテキストデータを編集するための5行分のエディットボックスEdit21〜Edit25と、それぞれ単価を示すテキストデータを編集するための5行分のエディットボックスEdit31〜Edit35と、それぞれ金額を示すテキストデータを編集するための5行分のエディットボックスEdit41〜Edit45とから構成されている。
The
ボタン部23は、明細入力の終了を宣言する「締め」のコマンドボタンButton1と、プログラムの終了を宣言する「終了」のコマンドボタンButton2とから構成されている。
The
因みに、各エディットボックスは、コンピュータシステムの入力デバイスであるキーボードのテキストキー入力等を受付けるものである。各コマンドボタンは、同じくコンピュータシステムの入力デバイスであるマウスのクリック入力等を受付けるものである。 Incidentally, each edit box accepts text key input of a keyboard which is an input device of a computer system. Each command button accepts a mouse click input, which is also an input device of the computer system.
このようなデータ入力画面20に対応した入力画面情報ファイル17の主要なデータ構造を図4に示す。図示するように、入力画面情報ファイル17には、データ入力画面20を構成する画面部品数(この場合は24個)までの1からの連続番号にそれぞれ対応して、各画面部品の表示属性項目(名称,種別,X座標,Y座標,幅,高さ等)に関するデータが記憶されている。
The main data structure of the input
ここで、画面部品の名称は、各画面部品にそれぞれ付されたユニークな名称(Edit1,Edit2等)である。種別は、対応する画面部品の種類(エディットボックス,コマンドボタン等)である。X座標及びY座標は、対応する画面部品のデータ入力画面20上の位置座標である。幅及び高さは、対応する画面部品の表示サイズである。
Here, the name of the screen component is a unique name (Edit1, Edit2, etc.) assigned to each screen component. The type is the type of the corresponding screen component (edit box, command button, etc.). The X coordinate and the Y coordinate are position coordinates on the
次に、本実施の形態における画面作成装置1の主要な動作手順について、図2に示したデータ入力画面20を作成(編集・確認)する場合を例に図7の流れ図を用いて説明する。なお、この動作は、前記プログラム実行部13において前記画面作成プログラムが実行されることによって制御されるものである。
Next, the main operation procedure of the
すなわち前記画面作成プログラムが起動すると、制御部10は、先ず、ステップS1として初期化処理を行う。具体的には、主記憶部11,プログラム実行部13,入力部14及び表示部15を初期化する。
That is, when the screen creation program is activated, the
初期化を終了すると、制御部10は、ステップS2として、補助記憶部12に記憶されている各入力画面情報ファイル17-1〜17-nのなかからいずれか1つの入力画面情報ファイル17-i(1≦i≦n)の読出しが指令されるのを待機する。ここで、入力部14を介していずれか1つの入力画面情報ファイル17が選択され、その読出しが指令されたならば、制御部10は、ステップS3として補助記憶部12からその入力画面情報ファイル17を読み出し、画面情報バッファ16に格納する(ファイル読出し手段)。そして、ステップS4としてこの画面情報バッファ16内の入力画面情報ファイル17に記憶されたデータに基づき、表示部15にデータ入力画面20を表示させる(画面表示手段)。
When the initialization is completed, the
今、図3に示した入力画面情報ファイル17の読出しが指令されたとする。この場合、表示部15には、図2及び図3に示す如く、ベース画面上に、エディットボックスEdit1,Edit2,Edit11〜Edit15,Edit21〜Edit25,Edit31〜Edit35,Edit41〜Edit45及びコマンドボタンButton1,Button2の各画面部品が、それぞれヘッダ部21、明細部22及びボタン部23を形成するように配置されたデータ入力画面20が表示される。
Now, it is assumed that reading of the input
しかる後、制御部10は、ステップS5として入力受付状態となる。この場合の入力としては、表示中のデータ入力画面20に対する編集入力と、このデータ入力画面20を構成する画面部品のうちいずれか1つの画面部品に対する設定比較入力と、画面作成業務の終了入力とがある。制御部10は、入力部14を介していずれかの入力があると、ステップS6としてその入力内容を判定する。
Thereafter, the
ここで、入力内容が編集入力であった場合には、制御部10は、ステップS7としてデータ入力画面20の編集処理を実行する。編集処理には、ベース画面上に各種の画面部品を貼り付けて配置する処理、ベース画面上の画面部品を移動,削除またはコピーする処理、画面部品毎に合わせ位置,文字色,背景色,文字サイズ,文字修飾等を設定する処理等が含まれる。この編集処理は、入力部14からの入力に基づいて処理する。また、この編集処理に応じて、画面情報バッファ16内の画面情報ファイル17を更新する。編集処理を終了すると、制御部10は、ステップS5に戻り、次の入力を受付ける。
If the input content is an edit input, the
一方、制御部10は、ステップS5の入力受付状態において、表示部15に表示されたデータ入力画面20を構成する各種画面部品の中からいずれか1つの画面部品が指定されるのを受付けている(部品受付手段)。そして、例えば入力部14の操作により表示部15に表示されているポインタがいずれかの画面部品上で操作入力されると、その画面部品が指定されたものとみなす。そして、メニュー項目リストが表示される。以後、指定された画面部品を基準画面部品と称する。この状態で、入力部14を介してメニュー項目リストの中から「設定比較」が選択入力されると、制御部10は、ステップS8として設定比較項目の選択入力を受付ける(項目受付手段)。
On the other hand, the
具体的には、制御部10は、図5に示すように、X座標,Y座標,幅,高さ,合わせ位置,文字色,背景色,文字サイズ,立体表示,枠線表示等の画面部品に関する各種表示属性項目と、そのチェックボックスとを対応付けて表示した設定比較項目選択画面30を表示部15に表示させる。そして、少なくとも1つの項目に対応するチェックボックスがチェックされ、OKボタンが操作入力されるのを待機する。
Specifically, as shown in FIG. 5, the
入力部14を介してOKボタンが操作入力されたならば、制御部10は、ステップS9として画面情報バッファ16内の入力画面情報ファイル17を検索する。そして、チェックボックスにチェックが入っている項目のデータに関して、基準画面部品とその他の画面部品との間で比較する。その結果、ステップS10として、基準画面部品とチェック項目のデータが完全に一致する画面部品が存在したならば、その画面部品を一致しない他の画面部品と区別して表示する(表示制御手段)。区別表示の例については後述する。しかる後、制御部10は、ステップS5に戻り、次の入力を受付ける。
If the OK button is input through the
ステップS5において、入力内容が終了入力であった場合には、制御部10は、ステップS11として画面情報バッファ16内の入力画面情報ファイル17を補助記憶部12に保存する。しかる後、制御部10は、ステップS12として主記憶部11,プログラム実行部13,入力部14及び表示部15の終了処理を行う。以上で、画面作成プログラムが終了する。
If the input content is an end input in step S5, the
このように本実施の形態においては、図2に示すデータ入力画面20が表示部15に表示されている状態、すなわち、図4に示す内容の入力画面情報ファイル17が画面情報バッファ16に記憶されている状態で、明細部22の左上のエディットボックスEdit11を指定し、続いてメニュー項目リストから「設定比較」を選択すると、図5に示す設定比較項目選択画面30が表示部15に表示される。
As described above, in the present embodiment, the
ここで、項目「幅」と「高さ」にチェックを入れ、OKボタンを操作すると、入力画面情報ファイル17が検索され、エディットボックスEdit11と幅[10]及び高さ[1]が一致する画面部品が選択される。この場合は、エディットボックスEdit12,エディットボックスEdit13,エディットボックスEdit14及びエディットボックスEdit15の各画面部品が選択される。そして、図6に示すように、これらのエディットボックスEdit11〜Edit15に対してのみ選択状態を示すマーク(黒四角)が表示されて、選択されていない他の画面部品と区別される。なお、図6の画面例において、枠31内には、基準画面部品の選択属性項目(この場合は幅と高さ)のデータが表示されている。
Here, when the items “width” and “height” are checked and the OK button is operated, the input
その結果、オペレータは、選択した画面部品(エディットボックスEdit11)と、同一のマークが表示された画面部品(エディットボックスEdit12〜Edit15)とは、幅と高さが一致していることを容易に認識することができる。 As a result, the operator can easily recognize that the width and height of the selected screen component (edit box Edit11) and the screen components (edit boxes Edit12 to Edit15) on which the same mark is displayed match. can do.
上記例において、設定比較項目選択画面30で項目「Y座標」にチェックを入れ、OKボタンを操作すると、入力画面情報ファイル17が検索され、エディットボックスEdit11とY座標[6]が一致する画面部品が選択される。この場合は、エディットボックスEdit21,エディットボックスEdit31及びエディットボックスEdit41の各画面部品が選択される。そして、これらのエディットボックスEdit11,Edit21,Edit31及びEdit41に対してのみ選択状態を示すマークが表示されて、選択されていない他の画面部品と区別される。
In the above example, when the item “Y coordinate” is checked on the setting comparison
その結果、オペレータは、選択した画面部品(エディットボックスEdit11)と、同一のマークが表示された画面部品(エディットボックスEdit21,Edit31及びEdit41)とは、画面上のY座標が一致していることを容易に認識することができる。 As a result, the operator confirms that the Y coordinate on the screen matches the selected screen part (edit box Edit11) and the screen parts (edit boxes Edit21, Edit31, and Edit41) on which the same mark is displayed. It can be easily recognized.
このように本実施の形態によれば、作成中のデータ入力画面20において、基準画面部品と比較対象となる画面部品とが、画面位置やサイズ等の表示属性項目について統一されているか否かを確認する作業を簡単に行なうことができる。したがって、画面作成作業の効率を向上させることができる。特に、比較対象となる部品数や画面数が増加しても、その手間と時間は変わらないので、作業効率向上の効果は極めて大きいものとなる。
As described above, according to the present embodiment, whether or not the reference screen component and the screen component to be compared are unified for display attribute items such as the screen position and size in the
なお、この発明は前記実施形態そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化できる。 The present invention is not limited to the above-described embodiment as it is, and can be embodied by modifying the constituent elements without departing from the scope of the invention in the implementation stage.
例えば前記実施の形態では、図7のステップS2の処理で読み出される入力画面情報ファイル17の数を1つとしたが、2つ以上を読み出して同様に処理するようにしてもよい。 For example, in the above embodiment, the number of input screen information files 17 read out in the process of step S2 in FIG. 7 is one, but two or more input screen information files 17 may be read out and processed in the same manner.
図8は、2つのデータ入力画面20A,20Bにそれぞれ対応した入力画面情報ファイル17-1,17-2を選択した場合の表示部15の表示例である。この状態で、前述した具体例と同様に、一方のデータ入力画面20AのエディットボックスEdit11を指定し、さらに設定比較項目選択画面30において項目「幅」と「高さ」にチェックを入れてOKボタンを操作する。そうすると、図8に示す如く、双方のデータ入力画面20A,20Bにおいて、項目「幅」と「高さ」がエディットボックスEdit11一致する全てのエディットボックスに対して選択状態を示すマーク(黒四角)が表示されて、他の画面部品と区別される。その結果、複数のデータ入力画面に跨って、基準画面部品と比較対象となる画面部品とが表示属性項目について統一されているか否かを確認する作業を簡単に行なうことができるようになる。
FIG. 8 is a display example of the
コンピュータシステム上で動作するアプリケーションプログラムにおいて、複数のデータ入力画面を必要とする場合、画面表示形式の統一は操作性の観点から大変重要である。本実施の形態によれば、同時に複数のデータ入力画面20A,20Bについて、各画面部品の統一性を簡単に評価できるので、そのメリットは非常に大きいものとなる。
When an application program operating on a computer system requires a plurality of data input screens, unification of the screen display format is very important from the viewpoint of operability. According to the present embodiment, since the uniformity of each screen component can be easily evaluated for a plurality of
なお、前記実施の形態では、データ入力画面を構成する画面部品の中からいずれか1つの画面部品が指定されるのを受付ける部品受付手段と、画面部品の表示属性項目の中から少なくとも一項目が選択されるのを受付ける項目受付手段とを設けたが、いずれか一方の手段あるいは両手段を省略したものも、本発明に含まれるものである。 In the above-described embodiment, at least one item is selected from the component accepting means for accepting that any one of the screen components constituting the data input screen is designated, and the display attribute item of the screen component. Item accepting means for accepting selection is provided, but one or both means are also included in the present invention.
例えば、部品受付手段を省略する実施形態としては、図5に示す設定比較項目選択画面において所望の項目が選択入力されると、表示部15に表示されているデータ入力画面20上において、選択入力された項目のデータが一致する画面部品どうしをそれぞれ識別可能なように表示させる画面作成装置が考えられる。なお、識別可能なように表示させる方法としては、一致する画面部品どうしを同一色として色で区別する方法や、同一のマークで囲ってマークで区別する方法等が考えられる。
For example, as an embodiment in which the component receiving unit is omitted, when a desired item is selected and input on the setting comparison item selection screen illustrated in FIG. 5, the selection input is performed on the
また、項目受付手段を省略する実施形態としては、図2に示すデータ入力画面20上において、いずれか1つの画面部品が指定されると、その指定された画面部品と任意の表示属性項目が一致する画面部品を他の画面部品と区別させて表示させる画面作成装置が考えられる。
Further, as an embodiment in which the item receiving unit is omitted, when any one screen component is specified on the
さらに、部品受付手段及び項目受付手段を省略する実施形態としては、図2に示すデータ入力画面20を表示させた際に、自動的に任意の表示属性項目が一致する画面部品どうしをそれぞれ識別可能なように表示させる画面作成装置が考えられる。
Furthermore, as an embodiment in which the component receiving unit and the item receiving unit are omitted, when the
また、本実施の形態では補助記憶部12に画面作成プログラムが予め記憶されているものとして説明をしたが、これに限らず画面作成プログラムをネットワークから装置にダウンロードしても良いし、同様の機能を記録媒体に記憶させたものを装置にインストールしてもよい。記録媒体としては、CD−ROM等プログラムを記憶でき、かつ装置が読み取り可能な記録媒体であれば、その形態は何れの形態であっても良い。またこのように予めインストールやダウンロードにより得る機能は装置内部のOS(オペレーティング・システム)等と協働してその機能を実現させるものであってもよい。
In this embodiment, the screen creation program is stored in the
この他、前記実施形態に開示されている複数の構成要素の適宜な組合せにより種々の発明を形成できる。例えば、実施形態に示される全構成要素から幾つかの構成要素を削除してもよい。さらに、異なる実施形態に亘る構成要素を組合わせてもよい。 In addition, various inventions can be formed by appropriately combining a plurality of constituent elements disclosed in the embodiment. For example, some components may be deleted from all the components shown in the embodiment. Furthermore, the constituent elements over different embodiments may be combined.
1…画面作成装置、10…制御部、11…主記憶部、12…補助記憶部、13…プログラム実行部、14…入力部、15…表示部、16…画面情報バッファ、17…入力画面情報ファイル、20,20A,20B…データ入力画面、30…設定比較項目選択画面。
DESCRIPTION OF
Claims (10)
前記データ入力画面毎に形成され、その画面上に配置された各画面部品の位置,サイズ等の表示属性に関する情報を格納してなる入力画面情報ファイルを記憶する記憶部と、
前記記憶部から任意のデータ入力画面の入力画面情報ファイルを読み出すファイル読出し手段と、
このファイル読出し手段により読み出された入力画面情報ファイルの情報に基づきデータ入力画面を表示する画面表示手段と、
この画面表示手段により表示されたデータ入力画面を構成する各種の画面部品について、少なくとも一部の属性項目が共通する部品を他と区別して表示させる表示制御手段と、
を具備したことを特徴とする画面作成装置。 In a screen creation device that creates a data entry screen of a computer system by arranging various screen components on a base screen,
A storage unit that stores an input screen information file that is formed for each data input screen and stores information about display attributes such as the position and size of each screen component arranged on the screen;
File reading means for reading an input screen information file of an arbitrary data input screen from the storage unit;
Screen display means for displaying a data input screen based on information in the input screen information file read by the file reading means;
Display control means for displaying various screen parts constituting the data input screen displayed by the screen display means in such a manner that at least some of the common attribute items are displayed separately from others.
A screen creation device characterized by comprising:
前記表示制御手段は、前記部品受付手段により指定入力を受付けた画面部品と同一種類で少なくとも一部の属性項目が共通する部品を他と区別して表示させることを特徴とする請求項1記載の画面作成装置。 A component accepting means for accepting that any one of the screen components constituting the data input screen is designated;
The screen according to claim 1, wherein the display control unit displays a component that is the same type as the screen component that has received a designation input by the component reception unit and that has at least some of the attribute items in common with each other. Creation device.
前記表示制御手段は、前記項目受付手段により選択入力を受付けた項目が共通する部品を他と区別して表示させることを特徴とする請求項1記載の画面作成装置。 An item receiving means for receiving that at least one item is selected from the display attribute items of the screen component;
2. The screen creation apparatus according to claim 1, wherein the display control unit displays a component having a common item for which selection input has been received by the item reception unit in distinction from others.
前記表示制御手段は、前記部品受付手段により指定入力を受付けた画面部品と同一種類で、かつ前記項目受付手段により選択入力を受付けた項目が共通する部品を他と区別して表示させることを特徴とする請求項2記載の画面作成装置。 Item receiving means for receiving selection input of at least one item from the display attribute items of the screen parts,
The display control means displays a part that is the same type as a screen part that has received a designation input by the part reception means and that has a common item for which a selection input has been received by the item reception means. The screen creation device according to claim 2.
複数のデータ入力画面の入力画面情報ファイルが読み出された場合は、画面表示手段は、同時にその複数の入力画面情報ファイルの情報に基づくデータ入力画面を表示可能であり、
前記表示制御手段は、複数のデータ入力画面について、少なくとも一部の属性項目が共通する部品を他と区別して表示させることを特徴とする請求項1記載の画面作成装置。 The file reading means is capable of reading input screen information files of a plurality of data input screens simultaneously,
When input screen information files of a plurality of data input screens are read, the screen display means can simultaneously display data input screens based on the information of the plurality of input screen information files,
2. The screen creation apparatus according to claim 1, wherein the display control means displays a part having at least a part of common attribute items in a plurality of data input screens separately from others.
前記コンピュータに、
前記データ入力画面毎にその画面上に配置された各画面部品の位置,サイズ等の表示属性に関する情報を格納してなる入力画面情報ファイルを形成し当該コンピュータに接続された記憶部に記憶させる機能と、
前記記憶部から任意のデータ入力画面の入力画面情報ファイルを読み出す機能と、
前記記憶部から読み出された入力画面情報ファイルの情報に基づき当該コンピュータに接続された表示部にデータ入力画面を表示させる機能と、
前記表示部に表示されたデータ入力画面を構成する各種の画面部品について、少なくとも一部の属性項目が共通する部品を他と区別して表示させる機能と、
を実現させるための画面作成プログラム。 A screen creation program that operates on a computer and arranges various screen components on a base screen to create a data input screen of a computer system,
In the computer,
A function of forming an input screen information file storing information on display attributes such as the position and size of each screen component arranged on the screen for each data input screen and storing it in a storage unit connected to the computer When,
A function of reading an input screen information file of an arbitrary data input screen from the storage unit;
A function of displaying a data input screen on a display unit connected to the computer based on information of the input screen information file read from the storage unit;
For various screen components constituting the data input screen displayed on the display unit, a function to display at least a part having a common attribute item in distinction from others,
A screen creation program to achieve this.
当該コンピュータに接続された入力部を介して前記データ入力画面を構成する画面部品の中からいずれか1つの画面部品が指定されるのを受付ける機能をさらに実現させ、
前記入力部を介して指定入力を受付けた画面部品と同一種類で少なくとも一部の属性項目が共通する部品を他と区別して表示させるようにしたことを特徴とする請求項6記載の画面作成プログラム。 In the computer,
Further realizing a function of accepting that any one screen component is designated from among screen components constituting the data input screen via an input unit connected to the computer,
7. The screen creation program according to claim 6, wherein a part having the same type and at least a part of attribute items in common with the screen part that has received the designation input via the input unit is displayed separately from others. .
当該コンピュータに接続された入力部を介して画面部品の表示属性項目の中から少なくとも一項目が選択されるのを受付ける機能をさらに実現させ、
前記入力部を介して選択入力を受付けた項目が共通する部品を他と区別して表示させるようにしたことを特徴とする請求項6記載の画面作成プログラム。 In the computer,
Further realizing the function of accepting that at least one item is selected from the display attribute items of the screen parts via the input unit connected to the computer,
The screen creation program according to claim 6, wherein parts having common items for which selection input is received via the input unit are displayed separately from others.
当該コンピュータに接続された入力部を介して画面部品の表示属性項目の中から少なくとも一項目が選択されるのを受付ける機能をさらに実現させ、
前記入力部を介して指定入力を受付けた画面部品と同一種類で、かつ前記入力部を介して選択入力を受付けた項目が共通する部品を他と区別して表示させるようにしたことを特徴とする請求項7記載の画面作成プログラム。 In the computer,
Further realizing the function of accepting that at least one item is selected from the display attribute items of the screen parts via the input unit connected to the computer,
A part that is the same type as a screen part that receives a specified input via the input unit and that has a common item that receives a selection input via the input part is displayed separately from other parts. The screen creation program according to claim 7.
複数のデータ入力画面の入力画面情報ファイルが読み出された場合は、同時にその複数の入力画面情報ファイルの情報に基づくデータ入力画面を表示部に表示させ、
複数のデータ入力画面について、少なくとも一部の属性項目が共通する部品を他と区別して表示させるようにしたことを特徴とする請求項6記載の画面作成プログラム。 The function of reading the input screen information file from the storage unit enables reading of the input screen information file of a plurality of data input screens simultaneously,
When input screen information files of a plurality of data input screens are read, the data input screen based on the information of the plurality of input screen information files is displayed on the display unit at the same time.
7. The screen creation program according to claim 6, wherein, for a plurality of data input screens, at least a part having a common attribute item is displayed separately from other parts.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006328473A JP2008140330A (en) | 2006-12-05 | 2006-12-05 | Screen creation apparatus and screen creation program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006328473A JP2008140330A (en) | 2006-12-05 | 2006-12-05 | Screen creation apparatus and screen creation program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2008140330A true JP2008140330A (en) | 2008-06-19 |
Family
ID=39601678
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006328473A Pending JP2008140330A (en) | 2006-12-05 | 2006-12-05 | Screen creation apparatus and screen creation program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2008140330A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6452870B1 (en) * | 2018-02-21 | 2019-01-16 | 株式会社創建 | Computer system for supporting decision on purchase or rental of real estate property, method and program executed in the computer system |
-
2006
- 2006-12-05 JP JP2006328473A patent/JP2008140330A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6452870B1 (en) * | 2018-02-21 | 2019-01-16 | 株式会社創建 | Computer system for supporting decision on purchase or rental of real estate property, method and program executed in the computer system |
JP2019144896A (en) * | 2018-02-21 | 2019-08-29 | 株式会社創建 | Computer system for assisting in determining to purchase or rent real estate property, and method and program implemented in that computer system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4825594B2 (en) | Parts selection device | |
JP5377481B2 (en) | Table display and manipulation program | |
JP2005004489A (en) | Device and program for creating component catalog | |
US20070011101A1 (en) | Work support system, work support method, computer-readable recording medium storing a work support program thereon, work support information creating system, work support information creating method, and computer-readable recording medium storing a work support information creating program thereon | |
JP2009053958A (en) | Information processor and control method | |
JP2008140330A (en) | Screen creation apparatus and screen creation program | |
JP4693167B2 (en) | Form search device, form search method, program, and computer-readable storage medium | |
JP4718530B2 (en) | Screen creation device and screen creation program | |
JP4033606B2 (en) | Page component layout device, page component layout method, and recording medium | |
JP2009064347A (en) | Work support information display, and work support information display method | |
JP5244936B2 (en) | Screen creation device and screen creation program | |
JP2006209516A (en) | Electronic filing system | |
JP2002287964A (en) | Screen input/output specification designing system, method and program | |
JP2007122530A (en) | Unit information processor, unit information processing method and unit information processing program | |
JP6206463B2 (en) | Information processing apparatus, control method and program thereof, and information processing system, control method and program thereof | |
JP2024094938A (en) | Information processing apparatus, information processing method, and program | |
JP2002149296A (en) | Information terminal and recording medium with continuous performance program recorded thereon | |
JP5353871B2 (en) | Form search device, form search system, control method, and program | |
JP5067041B2 (en) | Document processing apparatus and document processing program | |
JP6265523B2 (en) | Content data management system and content data management method | |
JP5894461B2 (en) | Data search system and method | |
JPH11203031A (en) | Data input device and its control method and storage medium | |
JP5244370B2 (en) | Screen design specification creation method, screen design specification creation program, and screen design specification creation device | |
JP2010128682A (en) | Graphic component search system, method, and program | |
JP2001249743A (en) | Electronic equipment having visual expression function and method for controlling its display |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20090113 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090120 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090323 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20091222 |