JP3978939B2 - Display control apparatus and program recording medium thereof - Google Patents

Display control apparatus and program recording medium thereof Download PDF

Info

Publication number
JP3978939B2
JP3978939B2 JP18721599A JP18721599A JP3978939B2 JP 3978939 B2 JP3978939 B2 JP 3978939B2 JP 18721599 A JP18721599 A JP 18721599A JP 18721599 A JP18721599 A JP 18721599A JP 3978939 B2 JP3978939 B2 JP 3978939B2
Authority
JP
Japan
Prior art keywords
screen
vertical
storage means
drawing object
horizontal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP18721599A
Other languages
Japanese (ja)
Other versions
JP2001014131A (en
Inventor
好章 湯山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co 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 Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP18721599A priority Critical patent/JP3978939B2/en
Publication of JP2001014131A publication Critical patent/JP2001014131A/en
Application granted granted Critical
Publication of JP3978939B2 publication Critical patent/JP3978939B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
この発明は、表示画面が横型画面/縦型画面に変更された際あるいは表示画面の解像度が変更された際に、それに応じた表示制御を行う表示制御装置およびそのプログラム記録媒体に関する。
【0002】
【従来の技術】
従来、例えば、縦横比が異なる表示画面を縦長状態に設置した縦型画面あるいは横長状態に設置した横型画面に切り替えるスピン時あるいは800×600ドット、1024×768ドット等のように1画面分の縦横ドット数を変更する解像度変更時に行われる表示制御には以下に示すような方式のものが知られている。すなわち、横型画面、縦型画面あるいは解像度別に業務アプリケーションの画面フォーマットを作成しておき、現在の画面状態に応じて、それに該当する画面フォーマットを選択して表示する方法。また、横型画面、縦型画面にかかわらず、あるいは解像度の種類にかかわらず、どのような画面状態であっても予め決められている画面フォーマットを単に表示する方式。この場合、スピンや解像度の変更によって非表示となった部分(画面からはみ出した部分)についてはそのスクロールが可能となっている。
【0003】
【発明が解決しようとする課題】
しかしながら、前者の方法にあっては、画面毎に画面フォーマットを作成しておかなくてはならず、フォーマット設計が複雑化し、ユーザの負担を増大させる。このことは画面フォーマットをカスタマイズする場合においても同様であった。また、後者の方法にあっては、一覧性や視読性が悪くなると共に解像度が変更された場合、精細な表示となる反面、全体が縮小表示されてしまう。
第1の発明の課題は、1種類の画面フォーマットを作成しておくだけで、この画面フォーマットを基準として横型画面、縦型画面のように現在の画面状態に合った画面フォーマットを生成することができ、画面状態別に多くの画面フォーマットを作成しておく必要がなくなり、その作成やカスタマイズを大幅に簡素化できるようにすることである。
第2の発明の課題は、1種類の画面フォーマットを作成しておくだけで、現在の画面の解像度に合った画面フォーマットを生成することができ、解像度別に多くの画面フォーマットを作成しておく必要がなくなり、その作成やカスタマイズを大幅に簡素化できるようにすることである。
【0004】
【課題を解決するための手段】
請求項1記載の発明(第1の発明)は、予め設定されている1種類の基準画面の横幅サイズおよび縦幅サイズを基準画面フォーマットとして記憶する基準フォーマット記憶手段と、現画面の横幅サイズおよび縦幅サイズを記憶する現画面情報記憶手段と、前記基準画面に対する画面フォーマットとして各描画オブジェクト毎に始点座標,終点座標および文字のフォントサイズを定義する画面フォーマット記憶手段と、前記現画面情報記憶手段から取得した前記現画面の横幅サイズおよび縦幅サイズと前記基準フォーマット記憶手段から取得した前記基準画面の横幅サイズおよび縦幅サイズとに基づいて基準画面に対する現画面の横幅伸長率および縦幅伸長率を算出する比率算出手段と、前記画面フォーマット記憶手段に定義された前記各描画オブジェクトの始点座標のX成分に前記算出された横幅伸長率を掛け、前記各描画オブジェクトの始点座標のY成分に前記算出された縦幅伸長率を掛けることにより新たな始点座標を求めると共に、前記各描画オブジェクトの終点座標のX成分に前記算出された横幅伸長率を掛け、前記各描画オブジェクトの終点座標のY成分に前記算出された縦幅伸長率を掛けることにより新たな終点座標を求める座標変換手段と、前記画面フォーマット記憶手段に記憶された前記各描画オブジェクトの文字のフォントサイズを前記算出された横幅伸長率および縦幅伸長率に基づいて変換するフォントサイズ変換手段と、前記座標変換手段および前記フォントサイズ変換手段によって変換された各描画オブジェクト毎の始点座標,終点座標および文字のフォントサイズにしたがって現画面表示を行う表示制御手段と、を具備したことを特徴とする。
【0005】
請求項2記載の発明(第2の発明)は、予め設定されている1種類の基準画面の横解像度および縦解像度を基準画面フォーマットとして記憶する基準フォーマット記憶手段と、 現画面の横解像度および縦解像度を記憶する現画面情報記憶手段と、前記基準画面に対する画面フォーマットとして各描画オブジェクト毎に始点座標,終点座標および文字のフォントサイズを定義する画面フォーマット記憶手段と、前記現画面情報記憶手段から取得した前記現画面の横解像度および縦解像度と前記基準フォーマット記憶手段から取得した前記基準画面の横解像度および縦解像度とに基づいて基準画面に対する現画面の横幅伸長率および縦幅伸長率を算出する比率算出手段と、前記画面フォーマット記憶手段に定義された前記各描画オブジェクトの始点座標のX成分に前記算出された横幅伸長率を掛け、前記各描画オブジェクトの始点座標のY成分に前記算出された縦幅伸長率を掛けることにより新たな始点座標を求めると共に、前記各描画オブジェクトの終点座標のX成分に前記算出された横幅伸長率を掛け、前記各描画オブジェクトの終点座標のY成分に前記算出された縦幅伸長率を掛けることにより新たな終点座標を求める座標変換手段と、前記画面フォーマット記憶手段に記憶された前記各描画オブジェクトの文字のフォントサイズを前記算出された横幅伸長率および縦幅伸長率に基づいて変換するフォントサイズ変換手段と、前記座標変換手段および前記フォントサイズ変換手段によって変換された各描画オブジェクト毎の始点座標,終点座標および文字のフォントサイズにしたがって現画面表示を行う表示制御手段と、を具備したことを特徴とする。
【0006】
【発明の実施の形態】
(第1実施形態)
以下、図1〜図18を参照してこの発明の第1実施形態を説明する。
図1はデータ処理装置の全体構成を示したブロック図である。
CPU1は各種プログラムにしたがってこのデータ処理装置の全体動作を制御する中央演算処理装置である。記憶装置2はオペレーティングシステムや各種アプリケーションソフト、データベース、文字フォントデータ等が予め格納されている記憶媒体3やその駆動系を有している。この記憶媒体3は固定的に設けたもの、もしくは着脱自在に装着可能なものであり、フロッピーディスク、ハードディスク、光ディスク、RAMカード等の磁気的・光学的記憶媒体、半導体メモリによって構成されている。また、記憶媒体3内のプログラムやデータは、必要に応じてCPU1の制御により、RAM4にロードされる。更に、CPU1は通信回線等を介して他の機器側から送信されて来たプログラム、データを受信して記憶媒体3に格納したり、他の機器側に設けられている記憶媒体に格納されているプログラム、データを通信回線等を介して使用することもできる。また、CPU1にはその入出力周辺デバイスである入力装置5、表示装置6がバスラインを介して接続されており、入出力プログラムにしたがってCPU1はそれらの動作を制御する。
入力装置5は文字列データ等を入力したり、各種コマンドを入力するキーボード、マウス等のポインティングデバイスを有している。なお、表示装置6は液晶表示装置やCRT表示装置あるいはプラズマ表示装置等であり、縦横比が異なる表示画面を縦長状態に設置した縦型画面あるいは横長状態に設置した横型画面として切り替え可能となっている。ここで、この実施形態においては、縦型画面用、横型画面用として2種類の画面フォーマットを用意しておかず、1種類の画面フォーマットを基準として他の画面フォーマットを作成するようにしている。
【0007】
図2は記憶装置2内の一部を示したもので、基準フォーマットテーブル2−1は予め設定されている基準画面の横幅サイズおよび縦幅サイズを基準画面フォーマットとして記憶するもので、図3(A)はこの基準フォーマットテーブル2−1のデータ構造を示している。ここで、基準画面としてこの実施形態においては、所定のアプリケーション画面を12インチ横型画面(画面最大)をベースにしたもので、その基準サイズ(物理サイズ)として最大横幅サイズX0、最大縦幅サイズY0の他、文字フォントのサイズとして基準フォントサイズF、最小フォントサイズFminが格納されている。ここで、図3の右側に示す図表は、各種データの具体的数値を示し、この横型画面は最大横幅サイズX0が「800」、最大縦幅サイズY0が「600」の画面であり、この基準画面内に表示される文字フォントの基準サイズは「12」ポイントで、それを最小8ポイントまで縮小できることを示している。
現画面情報テーブル2−2は表示装置6から取得した現在の画面状態を示す現画面情報を記憶するもので、図3(B)はこの現画面情報テーブル2−2の内容を例示している。ここで、現在の画面状態が12インチ横型画面であれば、その現画面横幅X01、現画面縦幅Y01がセットされ、12インチ縦型画面であれば、この現画面横幅X01、現画面縦幅Y01がセットされる。
【0008】
画面フォーマットファイル2−3は各種アプリケーション毎に基準画面に対する画面フォーマットを定義するもので、タイトル領域、テキスト入力領域、コントロール領域等の各オブジェクト毎に、その表示位置や表示サイズを定義する他、各オブジェクト内に表示される文字フォントサイズ等を定義する。なお、図中、ユーザ明細領域に対応して設定されている明細列始点、明細行始点、明細列終点、明細行終点はユーザ明細領域の表示位置および表示サイズを定義する。同様に、グループコントロール表示領域に対応して設定されている始点位置(XY座標)、終点位置(XY座標)はそのコントロール領域の表示位置および表示サイズを定義する。また、各オブジェクトのフォントサイズの他、文字の修飾情報も定義されている。
図15は12インチ横型画面をアプリケーションの基準画面として設計した場合の表示例で、横型画面全体を使用する最大表示となるようにアプリケーション画面の設計を行った場合であり、図6はこの横型画面をスピンして12インチの縦型画面に切り替えた場合の表示例である。ここで、横型画面と同様に縦型画面においても画面全体を使用した最大表示となるように各オブジェクトは最大画面に応じて伸長/圧縮される。この場合、横型画面から縦型画面への切り替えが指示された際に、基準画面(横型画面)の横幅サイズおよび縦幅サイズと現画面(縦型画面)の横幅サイズおよび縦幅サイズとに基づいて基準画面に対する現画面の横幅伸長率および縦幅伸長率を求め、この伸長率に基づいて現画面サイズを変更した現画面フォーマットを生成し、この生成フォーマットにしたがって現画面表示が行われる。
【0009】
次に、このデータ処理装置の動作を図7に示すフローチャートにしたがって説明する。ここで、このフローチャートに記述されている各機能を実現するためのプログラムは、読み取り可能なプログラムコードの形態で記憶媒体3に格納されており、CPU1はこのプログラムコードにしたがった動作を逐次実行する。このことは、後述する他の実施形態についても同様である。
図7は表示画面をスピンした際の表示制御を示したフローチャートである。
先ず、CPU1は基準フォーマットテーブル2−1をアクセスし、基準画面サイズを取得する(ステップA1)。この場合基準画面は12インチ横型画面で、その最大画面幅である横幅基準サイズX0「800」、縦幅基準サイズY0「600」を取得する。次に、現画面情報テーブル2−2をアクセスして現画面サイズを取得する(ステップA2)。この場合、縦型画面への切り替えが指示されたので12インチ縦型画面のサイズ情報として現画面情報テーブル2−2から現画面横幅X01「600」、現画面縦幅Y01「800」を所得する。そして、この基準画面のサイズ情報と現画面のサイズ情報とに基づいて横幅伸長率、縦幅伸長率を算出する(ステップA3)。すなわち、基準画面に対する現画面の横幅伸長率Xx、縦幅伸長率Yxは次式にしたがって算出される。横幅伸長率Xx=現画面の横幅(X01)÷基準画面の横幅(X0)、縦幅伸長率Yx=現画面の縦幅(Y01)÷基準画面の縦幅(Y0)
ここで基準画面は横幅基準サイズX0=800、縦幅基準サイズY0=600であるので、横型画面から縦型画面へスピンした場合には、Xx=X01÷X0=600÷800=0.7500、Yx=Y01÷Y0=800÷600÷=1.3333となる。また、縦型画面から横型画面へスピンした場合には、Xx=X01÷X0=800÷800=1.0000、Yx=Y01÷Y0=600÷600=1.0000となる。
【0010】
このようにして横型画面に対する縦型画面の横幅伸長率Xxおよび縦幅伸長率Yxを求めたのち、CPU1は画面フォーマットファイル2−3をアクセスし、その先頭オブジェクトからそのデータを読み出し(ステップA4)、オブジェクトが有るかをチェックする(ステップA5)。ここで、オブジェクトが有れば、そのオブジェクトに対応する始点(X1、Y1)、終点(X2、Y2)座標を取り込み、この始点座標のX成分に横幅伸長率、Y成分に縦幅伸長率を掛けることにより新たな始点座標(NX1、NY1)、終点座標(NX2、NY2)を求める(ステップA6)。つまり、NX1=X1*Xx、NY1=Y1*Yx、NX2=X2*Xx、NY2=Y2*Yxの計算によって縦型画面上におけるそのオブジェクトの表示位置およびサイズを定義する始点、終点をそのオブジェクトの画面フォーマットとして生成する。
【0011】
次に当該オブジェクト内に文字データは有るかを画面フォーマットファイル2−3を参照することによってチェックし(ステップA7)、無ければ、次のオブジェクトを指定するためにステップA4に戻るが、有れば、フォントサイズの変更を行う(ステップA8)。すなわち、CPU1は基準フォーマットテーブル2−1をアクセスして基準フォントサイズF(12ポイント)を読み出し、この基準フォントサイズFに横幅伸長率Xxあるいは縦幅伸長率Yxを掛けることによってフォントサイズの変換を行う。この場合、横幅伸長率Xx≦縦幅伸長率Yxの場合には、基準フォントサイズFに横幅伸長率Xxを掛けて新たなフォントサイズNFを求めるが、横幅伸長率Xx>縦幅伸長率Yxの場合には基準フォントサイズFに縦幅伸長率Yxを掛けて新たなフォントサイズNFを求める。以下、ステップA4に戻り、上述の動作を各オブジェクト毎に順次繰り返す。これによってステップA5でオブジェクト終了が検出された場合には、ステップA9に進み、各オブジェクトを再描定する。これによって図5、図6で示した横型画面から縦型画面、縦型画面から横型画面への切り替えが行われる。
【0012】
なお、横幅伸長率XxにフォントサイズFを乗じた結果、その値NFが基準フォーマットテーブル2−1に定義されている下限リミッタMinを下回る場合には、NF=Minとし、Xx=NF/Fに改変し、各オブジェクトの再計算を行うようにしてもよい。この場合、画面からはみ出した部分については、通常と同様にスクロールするようにしてもよい。
【0013】
以上のようにこの第1実施形態においては、予め基準画面の横幅サイズおよび縦幅サイズが基準画面フォーマットとして設定されている場合において、現画面の横幅サイズおよび縦幅サイズと基準画面の横幅サイズおよび縦幅サイズとに基づいて基準画面に対する現画面の横幅伸長率および縦幅伸長率を求め、現画面サイズおよび現画面内の文字フォントサイズを縦横伸長率に基づいて変更した現画面フォーマットを生成し、この生成フォーマットにしたがって現画面表示を行うようにしたから、現画面が縦型画面、横型画面かに拘らず、1種類の画面フォーマットを設計しておくだけで、現画面の向きに応じた表示が可能となる。したがって、画面の向きに応じて複数の画面フォーマットを用意しておく必要がなくなり、アプリケーション設計の工数を大幅に削減することができる他、そのカスタマイズも有利なものとなる。また、基準画面は12インチ横型画面の画面最大をベースとして設計されたものであるため、アプリケーション画面を横型画面から縦型画面に切り替えた場合であっても、縦型画面は画面全体を使用した最大表示となる。また、現画面内の文字や各オブジェクトも伸長率に応じて変更されるので、現画面に対して各オブジェクトやフォントサイズを等倍伸長することができる。すなわち、図8に示すように、縦横比3:4の12インチ横型画面において、あるオブジェクトの領域は、始点座標(10、10)、終点座標(50、12)、フォントサイズ12Pである場合に、それを縦型画面に切り替えると、そのオブジェクトは始点座標(7.5、13.2)、終点座標(37.5、16)、フォントサイズ9Pとなり、現画面に対してオブジェクト、フォントサイズとも等倍伸長される。
(第2実施形態)
以下、図9〜図12を参照してこの発明の第2実施形態を説明する。なお、上述した第1実施形態においては、縦型画面、横型画面との切り替え時に縦横の伸長率を求めて、伸長するようにしたが、この第2実施形態においては、現在使用中の表示画面の解像度が変更された際に、その解像度に応じてアプリケーション画面を縦横等倍伸長するようにしたものである。
図9(A)は基準フォーマットテーブル2−11を示した図である。この基準フォーマットテーブル2−11は基準画面の横解像度X0pt、縦解像度Y0ptを基準画面フォーマットとして記憶するもので、上述した第1実施形態と同様に基準画面とは、所定のアプリケーション画面を12インチ横型画面(画面最大)をベースにし、その解像度はその横幅サイズ、縦幅サイズと同等となっている。なお、この実施形態の基準フォーマットテーブル2−11においてもフォントサイズ(基準フォントサイズF、縮小フォントサイズFmin)が格納されている。図9(B)は基準フォーマットテーブル2−12を示した図で、表示装置6から取得した現在の画面解像度を記憶するもので、現在の画面が12インチ横型画面であれば、その横解像度X1pt、縦解像度Y1pt、縦型画面であれば、その横解像度X1pt、縦解像度Y1pt、同様に14インチ横型画面であればその横解像度X1pt、縦解像度Y1pt縦型画面であれば、その横解像度X1pt、縦解像度Y1ptが現画面情報テーブル2−12にセットされる。なお、この第2実施形態においても上述した画面フォーマットファイル2−3が設けられる。
【0014】
次に、第2実施形態の動作を図10に示すフローチャートにしたがって説明する。図10は画面解像度が変更された場合に実行開始されるフローチャートで、先ず、基準フォーマットテーブル2−11から横解像度X0pt、縦解像度Y0ptを取得すると共に(ステップB1)、現画面情報テーブル2−12から現画面の横解像度X1pt、縦解像度Y1ptを取得する(ステップB2)。ここで、X0pt≠X1ptあるいはY0pt≠Y1ptでないことを条件に(ステップB3)、現画面の横幅伸長率および縦幅伸長率を算出する処理に移る(ステップB4)、つまり、伸長率算出処理は、横解像度あるいは縦解像度が異なる他の画面に変更されたことを条件に実行される。先ず、現画面の横幅伸長率Xx=現画面の横解像度X1pt÷基準画面の横解像度X0pt、現画面の縦幅伸長率Yx=現画面の縦解像度Y1pt÷基準画面の縦解像度Y0ptの計算を行って伸長率Xx、Yxを求める(ステップB4)。以下、第1実施形態と同様に、画面フォーマットファイル2−3からオブジェクトデータを読み出し(ステップB5)、オブジェクトが有れば(ステップB6)、各オブジェクトの始点(X1、Y1)、終点(X2、Y2)に伸長率Xx、Yxを乗ずることで、新たな始点(NX1、NY1)、終点(NX2、NY2)を求める(ステップB7)。そして、そのオブジェクト内に文字があれば(ステップB8)、フォントサイズを伸長率にしたがって変更する処理が行われる(ステップB9)。このようにして全てのオブジェクトに対して同様の処理が行われた場合には、各オブジェクトを再描画する(ステップB10)。
【0015】
図11はこの場合の表示例で、図11(A)は12インチ縦型画面、(B)は14ンチ縦型画面を示し、その画面内容は縦横等倍伸長されたものとなる。ここで、12インチ縦型画面から14インチ縦型画面に変更した場合、あるいは14インチ縦型画面から12インチ縦型画面に変更した場合においても、画面全体を使用した最大表示となると共に、図12に示すように、画面内のオブジェクトやフォントサイズも縦横等倍伸長されることになる。このことは図示しないが12インチ横型画面、14インチ横型画面との間においても全く同様である。
以上のようにこの第2実施形態においても、複数の画面フォーマットを用意しておかなくとも1つの画面フォーマットを設計しておくだけで足りるため、アプリケーションの設計工数を大幅に削減することができ、そのカスタマイズも有利なものとなる他、画面解像度を変更したとしてもその最大表示が可能であり、しかも画面内の各オブジェクトや文字フォントのサイズも等倍伸長することができる。
(第3実施形態)
以下、図13および図14を参照してこの発明の第3実施形態を説明する。
この第3実施形態は上述した第1実施形態および第2実施形態を組み合わせたもので、1つの基準画面フォーマットを設計しておくだけで、画面を横型画面、縦型画面にスピンした場合や画面の解像度を変更した場合でもそれに応じた画面変換ができるようにしたものである。この場合、基準フォーマットテーブル2−21は図13(A)に示すように基準サイズ(横幅基準サイズX0、縦幅基準サイズY0)、解像度(横解像X0pt、縦解像度Y0pt)を設定しておけばよい。また、現画面情報テーブル2−22においても図13(B)に示すように、現画面横幅X01、現画面縦幅Y01、横解像度X1pt、縦解像度Y1ptを表示装置6から取り込んでセットしておけばよい。なお、この第3実施形態における表示制御は上述した第1および第2実施形態と同様であるので、このフローチャートは図示省略するが、この第3実施形態においては画面スピンに伴う画面変換処理の他、解像度変更に伴う画面変換処理が行われる。
図14は第3実施形態における画面の変換状態を示した図で、12インチ横型画面と14インチ縦型画面との相互変更、12インチ縦型画面と14インチ横型画面との相互変更も可能となる。
(第4実施形態)
以下、図15および図16を参照してこの発明の第4実施形態を説明する。この第4実施形態は第1実施形態と同様に画面スピン時における画面変換を示したもので、基本的には上述した第1実施形態と同様であるが、それに加えて特定オブジェクト(明細領域)における明細行数を画面スピン時に制御するようにしたものである。
図15は横型画面から縦型画面へ切り替えられた際に実行開始されるフローチャートで、基準フォーマットテーブル2−1から基準画面の横幅基準サイズX0、縦幅基準サイズY0を取得すると共に(ステップC1)、現画面テーブル2−2から現画面の現画面横幅X01、現画面縦幅Y01を取得する(ステップC2)。この場合、基準画面は第1実施形態と同様、12インチ横型画面をベースにしたもので、この基準画面に対して縦型画面の伸長率を求める(ステップC3)。なお、横幅伸長率Xxについては上述した第1実施形態と同様に、Xx=X01÷X0の計算によって求められるが、縦幅伸長率Yxについては「1」に固定しておく。
【0016】
そして、次のステップC4では横型画面から縦型画面の切り替えに応じてヘッダ領域オブジェクト、集計領域オブジェクト、集計領域オブジェクトの縦方向の座標変換(Y成分の始点、終点の座標変換)を行うと共に、明細領域の行数を増加する処理が行われる。この場合、横型画面のヘッダ領域、集計領域の縦幅は変更せず、ヘッダ領域は縦型画面の上端部に合わせて割り当て、集計領域は縦型画面の下端部に合わせて割り当てるように座標変換を行うため、縦型画面上においてヘッダ領域と集計領域の間に割り当てられる明細領域は横型画面よりもその縦幅が増大するようになる。すなわち、図16に示すように、横型画面のY座標成分Y10、Y11、Y12、Y13によってその画面内の各オブジェクトの縦幅が特定されている場合において、この横型画面の各オブジェクトを縦型画面に割り付けると、縦型画面の各オブジェクトのY座標成分はY20、Y21、Y22、Y23(Y2x)となる。ここで、明細領域オブジェクトの座標変換はY11=Y21、Y22=Y23−(Y13−Y12)、集計領域オブジェクトの座標変換はY22=Y2x−(Y13−Y12)、Y23=Y2xによって行われる。
ここで、Y13=600、Y23=800であり、また、Y11=100、Y12=500とすると、Y21=Y=100、Y22=Y23−(Y13−Y12)=−(600−500)=700となる。したがって、明細領域オブジェクトの縦幅はY22−Y21によって700−100=600となる。この場合、明細行1行当たりの高さYaとすると、明細行数は(Y22−Y21)÷Yaによって求められる。
【0017】
そして、画面フォーマットファイル2−3からオブジェクトデータを読み出し(ステップC5)、オブジェクトが有れば(ステップC6)、その領域オブジェクトの始点、終点座標を変換する(ステップC7)。この場合、上述した第1実施形態と同様に、始点(X1、Y1)、終点(X2、Y2)に横幅伸長率Xx、縦幅伸長率Yxを乗ずることによって縦型画面上の始点(NX1、NY1)、終点(NX2、NY2)を求めるが、この場合、縦幅伸長率Yxは“1”に固定されているので、領域の縦幅は変わらず、横幅のみが横幅伸長率に応じて縮小される。ここで、明細領域の始点座標はNY1=Y11となり、集計領域の終点座標はNY1=Y22となる。更に、明細領域の終点座標はNY2=Y22、集計領域の終点座標はNY2=Y23となる。そして、そのオブジェクト内に文字が含まれている場合には(ステップC8)、フォントサイズの変換を行うが、この場合、NF=F*Xxの計算式によってサイズの変換が行われるため、横幅サイズが縮小される(ステップC9)。このようにして各オブジェクトの変換が終ると、ステップC10に進み、明細領域オブジェクトが有れば、ステップC4で求めた明細行数と明細1行当たりの高さYaとに基づいて明細行数分新たな明細行を自動生成する。つまり、明細領域オブジェクトの横幅はその伸長率に応じて縮小されるが、その縦幅は始点Y21、終点Y22によって特定され、横幅画面の縦幅Y11、Y12よりも拡大されるため、その拡大幅に応じた行数分新たな明細行が追加生成される。なお、明細行の1行当たりの高さは横幅画面、縦幅画面は共に、同じ大きさとなる。そして、各オブジェクトの再描画が行われる(ステップC11)。
【0018】
以上のようにこの第4実施形態においては、上述した第1実施形態と同様の効果を有する他に、画面の物理的制約上、画面上で表示できる明細行数には限りがあるが、横幅画面から縦幅画面にすることで、明細行数を大幅に増加することができ、それに応じて情報量が増えても画面スクロールを行う必要はなく、作業性の向上を期待することができる。
なお、上述した例は横幅画面から縦幅画面に切り替えた場合に明細行数を増加するようにしたが、これと同様の手法によって、縦幅画面から横幅画面に切り替えられた際に、明細領域の列項目数を増やすようにしてもよい。更に、12インチ横幅画面から14インチ縦幅画面への切り替え、12インチ縦幅画面から12インチ横幅画面への切り替えを行った場合であっても同様であることは勿論である。
図17は他の表示例を示し、この例では画面切り替えの前後において、明細行が8行分増加された場合である。
【0019】
【発明の効果】
第1の発明によれば、現画面の横幅サイズおよび縦幅サイズと基準画面の横幅サイズおよび縦幅サイズとに基づいて基準画面に対する現画面の横幅伸長率および縦幅伸長率を算出し、それによって、1種類の画面フォーマットから、横型画面、縦型画面のように現在の画面状態に合った画面フォーマットを生成することができ、画面状態別に多くの画面フォーマットを作成しておく必要がなくなり、その作成やカスタマイズを大幅に簡素化することができる。
第2の発明によれば、現画面の横解像度および縦解像度と基準画面の横解像度および縦解像度とに基づいて基準画面に対する現画面の横幅伸長率および縦幅伸長率を算出し、それによって、1種類の画面フォーマットから、現在の画面の解像度に合った画面フォーマットを生成することができ、解像度別に多くの画面フォーマットを作成しておく必要がなくなり、その作成やカスタマイズを大幅に簡素化することができる。
【図面の簡単な説明】
【図1】データ処理装置の全体構成を示したブロック図。
【図2】記憶装置2内の一部を示した図。
【図3】(A)は基準フォーマットテーブル2−1の内容を示した図、(B)は現画面情報テーブル2−2の内容を示した図。
【図4】画面フォーマットファイル2−3の内容を示した図。
【図5】12インチ横型画面の表示例を示した図。
【図6】12インチ縦型画面の表示例を示した図。
【図7】画面スピンイベント発生時に実行される表示制御処理を示した図。
【図8】横型画面、縦型画面との切り替え時に画面内のオブジェクトの表示状態との切り替えに応じて変化する様子を示した図。
【図9】第2実施形態において、(A)は基準フォーマットテーブル2−11の内容を示した図、(B)は現画面情報テーブル2−12の内容を示した図。
【図10】画面解像度の変更時に実行される表示制御処理を示したフローチャート。
【図11】第2実施形態の表示例を示した図で、(A)は12インチ縦型画面、(B)は14インチ縦型画面を示した図。
【図12】画面解像度の変更時に画面内のオブジェクトの表示状態もその変更に応じて変化する様子を示した図。
【図13】第3実施形態において(A)は基準フォーマットテーブル2−21の内容を示した図、(B)は現画面情報テーブル2−22の内容を示した図。
【図14】第3実施形態における画面の変換状態を示した図。
【図15】第3実施形態において、横型画面から縦型画面へ切り替えられた際に実行開始されるフローチャート。
【図16】横型画面を縦型画面に変更した場合に明細領域がどのように変更されるかを示した図。
【図17】第4実施形態の他の表示例を示した図。
【符号の説明】
1 CPU
2 記憶装置
2−1、2−11、2−21 基準フローフォーマットテーブル
2−2、2−12、2−22 現画面情報テーブル
2−3画面フォーマットファイル
3 記憶媒体
4 RAM
5 入力装置
6 表示装置
X0 横幅基準サイズ
Y0 縦幅基準サイズ
X01 現画面横幅
Y01 現画面縦幅
X0pt、X1pt 横解像度
Y0pt、Y1pt 縦解像度
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a display control apparatus that performs display control in accordance with a change in display screen to a horizontal screen / vertical screen or when the resolution of the display screen is changed, and a program recording medium thereof.
[0002]
[Prior art]
Conventionally, for example, when a display screen having a different aspect ratio is switched to a vertical screen in a vertically long state or a horizontal screen in a horizontally long state when spinning or 800 × 600 dots, 1024 × 768 dots, etc. As a display control performed when the resolution is changed to change the number of dots, the following method is known. That is, a screen format for business applications is created for each horizontal screen, vertical screen, or resolution, and the screen format corresponding to the current screen state is selected and displayed. A method of simply displaying a predetermined screen format regardless of the screen state regardless of the horizontal screen, the vertical screen, or the type of resolution. In this case, it is possible to scroll the portion that has not been displayed due to the spin or resolution change (the portion that protrudes from the screen).
[0003]
[Problems to be solved by the invention]
However, in the former method, it is necessary to create a screen format for each screen, which complicates the format design and increases the burden on the user. The same was true when customizing the screen format. Further, in the latter method, when the list property and the legibility are deteriorated and the resolution is changed, the display is fine, but the whole is reduced and displayed.
An object of the first invention is to generate a screen format suitable for the current screen state, such as a horizontal screen or a vertical screen, based on this screen format by creating only one type of screen format. It is not necessary to create many screen formats for each screen state, and the creation and customization can be greatly simplified.
The subject of the second invention is that it is possible to generate a screen format suitable for the resolution of the current screen only by creating one type of screen format, and it is necessary to create many screen formats for each resolution. Is to make it much easier to create and customize it.
[0004]
[Means for Solving the Problems]
The invention according to claim 1 (first invention) includes reference format storage means for storing a preset horizontal width size and vertical width size of a reference screen as a reference screen format, a horizontal width size of the current screen, and Current screen information storage means for storing the vertical width size, screen format storage means for defining start point coordinates, end point coordinates, and font size of characters for each drawing object as a screen format for the reference screen, and the current screen information storage means The width expansion ratio and the vertical width expansion ratio of the current screen with respect to the reference screen based on the width size and the vertical width size of the current screen acquired from the width size and the vertical width size of the reference screen acquired from the reference format storage means A ratio calculating means for calculating the image data, and each drawing option defined in the screen format storage means. A new start point coordinate is obtained by multiplying the X component of the start point coordinate of the object by the calculated horizontal width expansion rate, and multiplying the Y component of the start point coordinate of each drawing object by the calculated vertical width expansion rate. Coordinates for obtaining a new end point coordinate by multiplying the X component of the end point coordinate of each drawing object by the calculated horizontal width expansion rate and the Y component of the end point coordinate of each drawing object by the calculated vertical width expansion rate. Conversion means; font size conversion means for converting the font size of the character of each drawing object stored in the screen format storage means based on the calculated horizontal width expansion ratio and vertical width expansion ratio; and the coordinate conversion means And the start point coordinates, end point coordinates, and character font for each drawing object converted by the font size conversion means And display control means for displaying the current screen according to the size.
[0005]
The invention according to claim 2 (the second invention) includes a reference format storage means for storing a preset horizontal resolution and vertical resolution of a reference screen as a reference screen format, and a horizontal resolution and a vertical resolution of the current screen. Current screen information storage means for storing resolution, screen format storage means for defining start point coordinates, end point coordinates and font size of characters for each drawing object as a screen format for the reference screen, and obtained from the current screen information storage means A ratio for calculating a horizontal width expansion ratio and a vertical width expansion ratio of the current screen with respect to the reference screen based on the horizontal resolution and vertical resolution of the current screen and the horizontal resolution and vertical resolution of the reference screen acquired from the reference format storage unit A calculation means; and a starting point of each drawing object defined in the screen format storage means A new start point coordinate is obtained by multiplying the X component of the mark by the calculated horizontal width expansion rate and the Y component of the start point coordinate of each drawing object by the calculated vertical width expansion rate, and each drawing object A coordinate conversion means for obtaining a new end point coordinate by multiplying the X component of the end point coordinate by the calculated horizontal width expansion rate, and multiplying the Y component of the end point coordinate of each drawing object by the calculated vertical width expansion rate; Font size conversion means for converting the font size of the character of each drawing object stored in the screen format storage means based on the calculated horizontal width expansion ratio and vertical width expansion ratio; the coordinate conversion means and the font According to the start point coordinates, end point coordinates, and font size of each character converted by the size conversion means Characterized by comprising a display control means for performing the current screen display Te.
[0006]
DETAILED DESCRIPTION OF THE INVENTION
(First embodiment)
Hereinafter, a first embodiment of the present invention will be described with reference to FIGS.
FIG. 1 is a block diagram showing the overall configuration of the data processing apparatus.
The CPU 1 is a central processing unit that controls the overall operation of the data processing device according to various programs. The storage device 2 includes a storage medium 3 in which an operating system, various application software, a database, character font data, and the like are stored in advance, and a drive system thereof. The storage medium 3 is fixedly provided or detachably mountable, and is constituted by a magnetic / optical storage medium such as a floppy disk, a hard disk, an optical disk, or a RAM card, and a semiconductor memory. The program and data in the storage medium 3 are loaded into the RAM 4 under the control of the CPU 1 as necessary. Further, the CPU 1 receives a program and data transmitted from another device via a communication line or the like and stores them in the storage medium 3 or stored in a storage medium provided on the other device. Existing programs and data can be used via a communication line or the like. An input device 5 and a display device 6 which are input / output peripheral devices are connected to the CPU 1 via a bus line, and the CPU 1 controls their operations in accordance with the input / output program.
The input device 5 has a pointing device such as a keyboard or a mouse for inputting character string data or inputting various commands. The display device 6 is a liquid crystal display device, a CRT display device, a plasma display device, or the like, and a display screen having a different aspect ratio can be switched as a vertical screen installed in a vertically long state or a horizontal screen installed in a horizontally long state. Yes. Here, in this embodiment, two types of screen formats are not prepared for the vertical screen and the horizontal screen, but other screen formats are created based on one type of screen format.
[0007]
FIG. 2 shows a part of the storage device 2, and the reference format table 2-1 stores the preset horizontal width and vertical width of the reference screen as a reference screen format. A) shows the data structure of the reference format table 2-1. Here, in this embodiment, the reference screen is based on a 12-inch horizontal screen (maximum screen), and the maximum horizontal width X0 and the maximum vertical width Y0 are used as the reference size (physical size). In addition, a reference font size F and a minimum font size Fmin are stored as character font sizes. Here, the chart shown on the right side of FIG. 3 shows specific numerical values of various data. This horizontal screen is a screen having a maximum horizontal width size X0 of “800” and a maximum vertical width size Y0 of “600”. The reference size of the character font displayed in the screen is “12” points, which indicates that it can be reduced to a minimum of 8 points.
The current screen information table 2-2 stores current screen information indicating the current screen state acquired from the display device 6, and FIG. 3B illustrates the contents of the current screen information table 2-2. . Here, if the current screen state is a 12-inch horizontal screen, the current screen width X01 and the current screen vertical width Y01 are set. If the current screen state is a 12-inch vertical screen, the current screen width X01 and the current screen vertical width are set. Y01 is set.
[0008]
The screen format file 2-3 defines the screen format for the reference screen for each application. In addition to defining the display position and display size for each object such as the title area, text input area, and control area, Defines the character font size etc. displayed in the object. In the figure, the detail column start point, detail row start point, detail column end point, and detail row end point set corresponding to the user detail area define the display position and display size of the user detail area. Similarly, the start point position (XY coordinate) and end point position (XY coordinate) set corresponding to the group control display area define the display position and display size of the control area. In addition to the font size of each object, character modification information is also defined.
FIG. 15 shows a display example when a 12-inch horizontal screen is designed as a reference screen for an application. The application screen is designed so that the maximum display using the entire horizontal screen is achieved. FIG. 6 shows this horizontal screen. Is a display example when the screen is switched to a 12-inch vertical screen. Here, each object is expanded / compressed in accordance with the maximum screen so that the maximum display using the entire screen can be obtained on the vertical screen as well as the horizontal screen. In this case, when switching from the horizontal screen to the vertical screen is instructed, based on the horizontal size and vertical size of the reference screen (horizontal screen) and the horizontal size and vertical size of the current screen (vertical screen) Thus, the horizontal width expansion ratio and the vertical width expansion ratio of the current screen with respect to the reference screen are obtained, a current screen format in which the current screen size is changed based on the expansion ratio is generated, and the current screen display is performed according to the generation format.
[0009]
Next, the operation of this data processing apparatus will be described with reference to the flowchart shown in FIG. Here, a program for realizing each function described in this flowchart is stored in the storage medium 3 in the form of a readable program code, and the CPU 1 sequentially executes operations according to the program code. . The same applies to other embodiments described later.
FIG. 7 is a flowchart showing display control when the display screen is spun.
First, the CPU 1 accesses the reference format table 2-1, and acquires the reference screen size (step A1). In this case, the reference screen is a 12-inch horizontal screen, and the horizontal width reference size X0 “800” and the vertical width reference size Y0 “600”, which are the maximum screen width, are acquired. Next, the current screen size is acquired by accessing the current screen information table 2-2 (step A2). In this case, since switching to the vertical screen is instructed, the current screen width X01 “600” and the current screen vertical width Y01 “800” are obtained from the current screen information table 2-2 as the size information of the 12-inch vertical screen. . Then, the horizontal width expansion ratio and the vertical width expansion ratio are calculated based on the size information of the reference screen and the size information of the current screen (step A3). That is, the horizontal width expansion ratio Xx and the vertical width expansion ratio Yx of the current screen with respect to the reference screen are calculated according to the following equations. Width expansion ratio Xx = Horizontal width of current screen (X01) ÷ Horizontal width of reference screen (X0), Vertical expansion ratio Yx = Vertical width of current screen (Y01) ÷ Vertical width of reference screen (Y0)
Here, since the reference screen has the horizontal width reference size X0 = 800 and the vertical width reference size Y0 = 600, when spinning from the horizontal screen to the vertical screen, Xx = X01 ÷ X0 = 600 ÷ 800 = 0.7500, Yx = Y01 / Y0 = 800/600 / = 1.3333. Further, when spinning from a vertical screen to a horizontal screen, Xx = X01 ÷ X0 = 800 ÷ 800 = 1.0000 and Yx = Y01 ÷ Y0 = 600 ÷ 600 = 1.0000.
[0010]
After obtaining the horizontal width expansion ratio Xx and the vertical width expansion ratio Yx of the vertical screen with respect to the horizontal screen in this way, the CPU 1 accesses the screen format file 2-3 and reads the data from the head object (step A4). It is checked whether there is an object (step A5). Here, if there is an object, the start point (X1, Y1) and end point (X2, Y2) coordinates corresponding to the object are taken in, and the horizontal width expansion rate and the vertical width expansion rate are set in the X component and Y component of the start point coordinate, respectively. By multiplying, new start point coordinates (NX1, NY1) and end point coordinates (NX2, NY2) are obtained (step A6). That is, the start point and end point defining the display position and size of the object on the vertical screen are calculated by calculating NX1 = X1 * Xx, NY1 = Y1 * Yx, NX2 = X2 * Xx, NY2 = Y2 * Yx. Generate as screen format.
[0011]
Next, whether or not there is character data in the object is checked by referring to the screen format file 2-3 (step A7). If not, the process returns to step A4 to specify the next object. Then, the font size is changed (step A8). That is, the CPU 1 accesses the reference format table 2-1, reads the reference font size F (12 points), and converts the font size by multiplying the reference font size F by the horizontal width expansion rate Xx or the vertical width expansion rate Yx. Do. In this case, when the horizontal width expansion ratio Xx ≦ the vertical width expansion ratio Yx, a new font size NF is obtained by multiplying the reference font size F by the horizontal width expansion ratio Xx, but the horizontal width expansion ratio Xx> the vertical width expansion ratio Yx. In this case, a new font size NF is obtained by multiplying the reference font size F by the vertical width expansion rate Yx. Thereafter, returning to step A4, the above-described operation is sequentially repeated for each object. If the end of the object is detected in step A5, the process proceeds to step A9 to redraw each object. Thereby, switching from the horizontal screen shown in FIGS. 5 and 6 to the vertical screen and from the vertical screen to the horizontal screen is performed.
[0012]
If the value NF falls below the lower limit limiter Min defined in the standard format table 2-1, as a result of multiplying the width expansion ratio Xx by the font size F, NF = Min, and Xx = NF / F It may be modified so that each object is recalculated. In this case, the portion that protrudes from the screen may be scrolled as usual.
[0013]
As described above, in the first embodiment, when the horizontal width size and vertical width size of the reference screen are set in advance as the reference screen format, the horizontal width size and vertical width size of the current screen and the horizontal width size of the reference screen Based on the vertical size, obtain the current screen width expansion ratio and vertical width expansion ratio relative to the reference screen, and generate the current screen format by changing the current screen size and the character font size in the current screen based on the vertical and horizontal expansion ratio. Since the current screen is displayed according to this generation format, it is possible to respond to the orientation of the current screen by designing only one type of screen format regardless of whether the current screen is a vertical screen or a horizontal screen. Display is possible. Therefore, it is not necessary to prepare a plurality of screen formats according to the orientation of the screen, and the man-hour for application design can be greatly reduced, and customization thereof is also advantageous. In addition, since the reference screen is designed based on the maximum screen of a 12-inch horizontal screen, the vertical screen uses the entire screen even when the application screen is switched from the horizontal screen to the vertical screen. Maximum display. In addition, since characters and objects in the current screen are also changed according to the expansion rate, each object and font size can be expanded to the same size as the current screen. That is, as shown in FIG. 8, in a 12-inch horizontal screen with an aspect ratio of 3: 4, an object area has start point coordinates (10, 10), end point coordinates (50, 12), and font size 12P. When it is switched to the vertical screen, the object becomes the start point coordinates (7.5, 13.2), the end point coordinates (37.5, 16), and the font size 9P. It is expanded by the same magnification.
(Second Embodiment)
Hereinafter, a second embodiment of the present invention will be described with reference to FIGS. In the first embodiment described above, the vertical and horizontal expansion ratios are obtained and expanded when switching between the vertical screen and the horizontal screen. In the second embodiment, the display screen currently in use is used. When the resolution of the application is changed, the application screen is expanded at the same magnification in the vertical and horizontal directions according to the resolution.
FIG. 9A shows the reference format table 2-11. The reference format table 2-11 stores the horizontal resolution X0pt and the vertical resolution Y0pt of the reference screen as the reference screen format. Like the above-described first embodiment, the reference screen is a 12-inch horizontal type of a predetermined application screen. Based on the screen (maximum screen), its resolution is the same as its horizontal size and vertical size. In the reference format table 2-11 of this embodiment, font sizes (reference font size F, reduced font size Fmin) are also stored. FIG. 9B shows the standard format table 2-12, which stores the current screen resolution acquired from the display device 6. If the current screen is a 12-inch horizontal screen, the horizontal resolution X1pt is stored. If the vertical resolution Y1pt is a vertical screen, the horizontal resolution X1pt is the vertical resolution Y1pt. Similarly, if the screen is a 14-inch horizontal screen, the horizontal resolution X1pt is vertical. If the vertical resolution Y1pt is a vertical screen, the horizontal resolution X1pt is The vertical resolution Y1pt is set in the current screen information table 2-12. Note that the screen format file 2-3 described above is also provided in the second embodiment.
[0014]
Next, the operation of the second embodiment will be described with reference to the flowchart shown in FIG. FIG. 10 is a flowchart that starts when the screen resolution is changed. First, the horizontal resolution X0pt and the vertical resolution Y0pt are obtained from the reference format table 2-11 (step B1), and the current screen information table 2-12. To obtain the horizontal resolution X1pt and the vertical resolution Y1pt of the current screen (step B2). Here, on condition that X0pt ≠ X1pt or Y0pt ≠ Y1pt is not satisfied (step B3), the process proceeds to a process of calculating the horizontal width expansion ratio and the vertical width expansion ratio of the current screen (step B4). It is executed on the condition that the screen is changed to another screen having a different horizontal resolution or vertical resolution. First, the current screen width expansion ratio Xx = current screen horizontal resolution X1pt ÷ reference screen horizontal resolution X0pt, the current screen height expansion ratio Yx = current screen vertical resolution Y1pt ÷ reference screen vertical resolution Y0pt is calculated. Thus, the expansion rates Xx and Yx are obtained (step B4). Thereafter, as in the first embodiment, the object data is read from the screen format file 2-3 (step B5). If there is an object (step B6), the start point (X1, Y1) and end point (X2, By multiplying Y2) by the expansion rates Xx and Yx, new start points (NX1, NY1) and end points (NX2, NY2) are obtained (step B7). If there is a character in the object (step B8), a process of changing the font size according to the expansion rate is performed (step B9). When the same processing is performed on all objects in this way, each object is redrawn (step B10).
[0015]
FIG. 11 shows a display example in this case. FIG. 11A shows a 12-inch vertical screen, and FIG. 11B shows a 14-inch vertical screen. Here, even when the 12-inch vertical screen is changed to the 14-inch vertical screen, or when the 14-inch vertical screen is changed to the 12-inch vertical screen, the maximum display using the entire screen is obtained. As shown in FIG. 12, the object and font size in the screen are also expanded at the same magnification in the vertical and horizontal directions. Although not shown, this is exactly the same between a 12-inch horizontal screen and a 14-inch horizontal screen.
As described above, even in the second embodiment, it is only necessary to design one screen format without preparing a plurality of screen formats, so that the design man-hours for the application can be greatly reduced. In addition to the advantage of customization, the maximum display is possible even if the screen resolution is changed, and the size of each object and character font in the screen can be expanded by the same magnification.
(Third embodiment)
Hereinafter, a third embodiment of the present invention will be described with reference to FIGS.
This third embodiment is a combination of the first embodiment and the second embodiment described above, and only when a single reference screen format is designed and the screen is spun into a horizontal screen or a vertical screen, Even if the resolution is changed, the screen can be converted accordingly. In this case, the reference format table 2-21 can set the reference size (horizontal width reference size X0, vertical width reference size Y0) and resolution (horizontal resolution X0pt, vertical resolution Y0pt) as shown in FIG. That's fine. Also in the current screen information table 2-22, as shown in FIG. 13B, the current screen horizontal width X01, the current screen vertical width Y01, the horizontal resolution X1pt, and the vertical resolution Y1pt can be fetched from the display device 6 and set. That's fine. Since the display control in the third embodiment is the same as that in the first and second embodiments described above, this flowchart is omitted. In this third embodiment, in addition to the screen conversion process associated with the screen spin, Then, a screen conversion process accompanying the resolution change is performed.
FIG. 14 is a diagram showing a screen conversion state in the third embodiment, and a mutual change between a 12-inch horizontal screen and a 14-inch vertical screen and a mutual change between a 12-inch vertical screen and a 14-inch horizontal screen are possible. Become.
(Fourth embodiment)
Hereinafter, a fourth embodiment of the present invention will be described with reference to FIGS. 15 and 16. This fourth embodiment shows screen conversion during screen spinning as in the first embodiment, and is basically the same as the first embodiment described above, but in addition to that, a specific object (detailed area) The number of detail lines in is controlled when the screen is spun.
FIG. 15 is a flowchart which is started when the screen is switched from the horizontal screen to the vertical screen. The horizontal width reference size X0 and the vertical width reference size Y0 of the reference screen are acquired from the reference format table 2-1 (step C1). Then, the current screen horizontal width X01 and the current screen vertical width Y01 of the current screen are acquired from the current screen table 2-2 (step C2). In this case, as in the first embodiment, the reference screen is based on a 12-inch horizontal screen, and the expansion ratio of the vertical screen is obtained with respect to this reference screen (step C3). The horizontal width expansion rate Xx is obtained by the calculation of Xx = X01 ÷ X0 as in the first embodiment described above, but the vertical width expansion rate Yx is fixed to “1”.
[0016]
Then, in the next step C4, in accordance with the switching from the horizontal screen to the vertical screen, the vertical coordinate conversion of the header area object, the total area object, and the total area object (the Y component start point and end point coordinate conversion) is performed. A process for increasing the number of lines in the detail area is performed. In this case, the horizontal width of the header area and the total area of the horizontal screen is not changed, the header area is allocated according to the top edge of the vertical screen, and the total area is allocated according to the bottom edge of the vertical screen. Therefore, the vertical width of the detail area allocated between the header area and the total area on the vertical screen is larger than that of the horizontal screen. That is, as shown in FIG. 16, when the vertical width of each object in the screen is specified by the Y coordinate components Y10, Y11, Y12, and Y13 of the horizontal screen, each object of the horizontal screen is displayed as the vertical screen. When assigned to Y, the Y coordinate component of each object on the vertical screen is Y20, Y21, Y22, Y23 (Y2x). Here, the coordinate conversion of the detail area object is performed by Y11 = Y21, Y22 = Y23− (Y13−Y12), and the coordinate conversion of the total area object is performed by Y22 = Y2x− (Y13−Y12), Y23 = Y2x.
Here, if Y13 = 600 and Y23 = 800, and Y11 = 100 and Y12 = 500, then Y21 = Y = 100, Y22 = Y23− (Y13−Y12) = − (600−500) = 700. Become. Therefore, the vertical width of the detail area object becomes 700-100 = 600 by Y22-Y21. In this case, if the height Ya per detail line is assumed, the number of detail lines is obtained by (Y22−Y21) ÷ Ya.
[0017]
Then, the object data is read from the screen format file 2-3 (step C5). If there is an object (step C6), the start point and end point coordinates of the area object are converted (step C7). In this case, similarly to the first embodiment described above, the start point (NX1, Y1) on the vertical screen is obtained by multiplying the start point (X1, Y1) and end point (X2, Y2) by the horizontal width expansion rate Xx and the vertical width expansion rate Yx. NY1) and end point (NX2, NY2) are obtained. In this case, since the vertical width expansion rate Yx is fixed to “1”, the vertical width of the area is not changed, and only the horizontal width is reduced according to the horizontal width expansion rate. Is done. Here, the start point coordinates of the detail area are NY1 = Y11, and the end point coordinates of the total area are NY1 = Y22. Further, the end point coordinates of the detail area are NY2 = Y22, and the end point coordinates of the total area are NY2 = Y23. If a character is included in the object (step C8), the font size is converted. In this case, the size is converted by the calculation formula of NF = F * Xx. Is reduced (step C9). When the conversion of each object is thus completed, the process proceeds to step C10. If there is a detail area object, the number of detail lines is determined based on the number of detail lines obtained in step C4 and the height Ya per detail line. A new detail line is automatically generated. In other words, the horizontal width of the detail area object is reduced according to the expansion ratio, but the vertical width is specified by the start point Y21 and the end point Y22 and is expanded more than the vertical widths Y11 and Y12 of the horizontal width screen. New detail lines are additionally generated for the number of lines corresponding to the number of lines. Note that the height of each detail line is the same for both the horizontal screen and the vertical screen. Then, each object is redrawn (step C11).
[0018]
As described above, the fourth embodiment has the same effects as those of the first embodiment described above, and the number of detailed lines that can be displayed on the screen is limited due to physical restrictions on the screen. By changing the screen to a vertical screen, the number of detailed lines can be increased significantly, and even if the amount of information increases accordingly, it is not necessary to scroll the screen, and improvement in workability can be expected.
In the above example, the number of detail lines is increased when switching from the width screen to the portrait screen. However, when the screen is switched from the portrait screen to the landscape screen by the same method, the detail area is changed. The number of column items may be increased. Further, it goes without saying that the same applies even when switching from a 12-inch horizontal screen to a 14-inch vertical screen or from a 12-inch vertical screen to a 12-inch horizontal screen.
FIG. 17 shows another display example. In this example, the detail lines are increased by 8 lines before and after the screen switching.
[0019]
【The invention's effect】
According to the first invention, the horizontal width expansion ratio and the vertical width expansion ratio of the current screen with respect to the reference screen are calculated based on the horizontal width size and vertical width size of the current screen and the horizontal width size and vertical width size of the reference screen. Can generate a screen format that matches the current screen state, such as a horizontal screen or a vertical screen, from one type of screen format, eliminating the need to create many screen formats for each screen state. Its creation and customization can be greatly simplified.
According to the second invention, the horizontal width expansion ratio and the vertical width expansion ratio of the current screen with respect to the reference screen are calculated based on the horizontal resolution and vertical resolution of the current screen and the horizontal resolution and vertical resolution of the reference screen, thereby A screen format that matches the current screen resolution can be generated from a single screen format, eliminating the need to create many screen formats for each resolution, greatly simplifying the creation and customization Can do.
[Brief description of the drawings]
FIG. 1 is a block diagram showing the overall configuration of a data processing apparatus.
FIG. 2 shows a part of the storage device 2;
3A is a diagram showing the contents of a standard format table 2-1, and FIG. 3B is a diagram showing the contents of a current screen information table 2-2.
FIG. 4 is a view showing the contents of a screen format file 2-3.
FIG. 5 is a diagram showing a display example of a 12-inch horizontal screen.
FIG. 6 is a diagram showing a display example of a 12-inch vertical screen.
FIG. 7 is a diagram showing a display control process executed when a screen spin event occurs.
FIG. 8 is a diagram showing a state of changing according to switching of a display state of an object in a screen when switching between a horizontal screen and a vertical screen.
9A is a diagram showing the contents of a reference format table 2-11 in the second embodiment, and FIG. 9B is a diagram showing the contents of a current screen information table 2-12.
FIG. 10 is a flowchart showing display control processing executed when the screen resolution is changed.
11A and 11B are diagrams showing a display example of the second embodiment, in which FIG. 11A shows a 12-inch vertical screen, and FIG. 11B shows a 14-inch vertical screen.
FIG. 12 is a diagram showing how the display state of an object in the screen changes in accordance with the change when the screen resolution is changed.
13A is a diagram showing the contents of a standard format table 2-21 in the third embodiment, and FIG. 13B is a diagram showing the contents of a current screen information table 2-22.
FIG. 14 is a diagram showing a screen conversion state in the third embodiment.
FIG. 15 is a flowchart for starting execution when switching from a horizontal screen to a vertical screen in the third embodiment;
FIG. 16 is a diagram showing how a detail area is changed when a horizontal screen is changed to a vertical screen;
FIG. 17 is a view showing another display example of the fourth embodiment.
[Explanation of symbols]
1 CPU
2 storage devices
2-1, 21-1, 21-21 Standard flow format table
2-2, 2-12, 2-22 Current screen information table
2-3 Screen format file
3 storage media
4 RAM
5 input devices
6 Display device
X0 width standard size
Y0 vertical width reference size
X01 Current screen width
Y01 Current screen height
X0pt, X1pt Horizontal resolution
Y0pt, Y1pt Vertical resolution

Claims (4)

予め設定されている1種類の基準画面の横幅サイズおよび縦幅サイズを基準画面フォーマットとして記憶する基準フォーマット記憶手段と、
現画面の横幅サイズおよび縦幅サイズを記憶する現画面情報記憶手段と、
前記基準画面に対する画面フォーマットとして各描画オブジェクト毎に始点座標,終点座標および文字のフォントサイズを定義する画面フォーマット記憶手段と、
前記現画面情報記憶手段から取得した前記現画面の横幅サイズおよび縦幅サイズと前記基準フォーマット記憶手段から取得した前記基準画面の横幅サイズおよび縦幅サイズとに基づいて基準画面に対する現画面の横幅伸長率および縦幅伸長率を算出する比率算出手段と、
前記画面フォーマット記憶手段に定義された前記各描画オブジェクトの始点座標のX成分に前記算出された横幅伸長率を掛け、前記各描画オブジェクトの始点座標のY成分に前記算出された縦幅伸長率を掛けることにより新たな始点座標を求めると共に、前記各描画オブジェクトの終点座標のX成分に前記算出された横幅伸長率を掛け、前記各描画オブジェクトの終点座標のY成分に前記算出された縦幅伸長率を掛けることにより新たな終点座標を求める座標変換手段と、
前記画面フォーマット記憶手段に記憶された前記各描画オブジェクトの文字のフォントサイズを前記算出された横幅伸長率および縦幅伸長率に基づいて変換するフォントサイズ変換手段と、
前記座標変換手段および前記フォントサイズ変換手段によって変換された各描画オブジェクト毎の始点座標,終点座標および文字のフォントサイズにしたがって現画面表示を行う表示制御手段と、
を具備したことを特徴とする表示制御装置。
A reference format storage means for storing a horizontal size and a vertical width size of one type of reference screen set in advance as a reference screen format;
Current screen information storage means for storing the horizontal size and vertical size of the current screen;
Screen format storage means for defining start point coordinates, end point coordinates and font size of characters for each drawing object as a screen format for the reference screen;
Width expansion of the current screen with respect to the reference screen based on the width size and height width size of the current screen acquired from the current screen information storage means and the width size and height width size of the reference screen acquired from the reference format storage means A ratio calculating means for calculating a rate and a vertical width expansion rate;
The X component of the starting point coordinate of each drawing object defined in the screen format storage means is multiplied by the calculated horizontal width expansion rate, and the Y component of the starting point coordinate of each drawing object is multiplied by the calculated vertical width expansion rate. A new start point coordinate is obtained by multiplying the X component of the end point coordinate of each drawing object by the calculated horizontal width expansion rate, and the Y component of the end point coordinate of each drawing object is multiplied by the calculated vertical width expansion. A coordinate conversion means for finding a new end point coordinate by multiplying by a rate;
Font size conversion means for converting the font size of the character of each drawing object stored in the screen format storage means based on the calculated horizontal width expansion ratio and vertical width expansion ratio;
Display control means for performing current screen display in accordance with the start point coordinates, end point coordinates and font size of characters for each drawing object converted by the coordinate conversion means and the font size conversion means ;
A display control apparatus comprising:
予め設定されている1種類の基準画面の横解像度および縦解像度を基準画面フォーマットとして記憶する基準フォーマット記憶手段と、
現画面の横解像度および縦解像度を記憶する現画面情報記憶手段と、
前記基準画面に対する画面フォーマットとして各描画オブジェクト毎に始点座標,終点座標および文字のフォントサイズを定義する画面フォーマット記憶手段と、
前記現画面情報記憶手段から取得した前記現画面の横解像度および縦解像度と前記基準フォーマット記憶手段から取得した前記基準画面の横解像度および縦解像度とに基づいて基準画面に対する現画面の横幅伸長率および縦幅伸長率を算出する比率算出手段と、
前記画面フォーマット記憶手段に定義された前記各描画オブジェクトの始点座標のX成分に前記算出された横幅伸長率を掛け、前記各描画オブジェクトの始点座標のY成分に前記算出された縦幅伸長率を掛けることにより新たな始点座標を求めると共に、前記各描画オブジェクトの終点座標のX成分に前記算出された横幅伸長率を掛け、前記各描画オブジェクトの終点座標のY成分に前記算出された縦幅伸長率を掛けることにより新たな終点座標を求める座標変換手段と、
前記画面フォーマット記憶手段に記憶された前記各描画オブジェクトの文字のフォントサイズを前記算出された横幅伸長率および縦幅伸長率に基づいて変換するフォントサイズ変換手段と、
前記座標変換手段および前記フォントサイズ変換手段によって変換された各描画オブジェクト毎の始点座標,終点座標および文字のフォントサイズにしたがって現画面表示を行う表示制御手段と、
を具備したことを特徴とする表示制御装置。
Reference format storage means for storing a horizontal resolution and a vertical resolution of one preset reference screen as a reference screen format;
Current screen information storage means for storing the horizontal resolution and vertical resolution of the current screen;
Screen format storage means for defining start point coordinates, end point coordinates and font size of characters for each drawing object as a screen format for the reference screen;
Based on the horizontal resolution and vertical resolution of the current screen acquired from the current screen information storage means and the horizontal resolution and vertical resolution of the reference screen acquired from the reference format storage means, A ratio calculating means for calculating the vertical width expansion rate;
The X component of the starting point coordinate of each drawing object defined in the screen format storage means is multiplied by the calculated horizontal width expansion rate, and the Y component of the starting point coordinate of each drawing object is multiplied by the calculated vertical width expansion rate. A new start point coordinate is obtained by multiplying the X component of the end point coordinate of each drawing object by the calculated horizontal width expansion rate, and the Y component of the end point coordinate of each drawing object is multiplied by the calculated vertical width expansion. A coordinate conversion means for finding a new end point coordinate by multiplying by a rate;
Font size conversion means for converting the font size of the character of each drawing object stored in the screen format storage means based on the calculated horizontal width expansion ratio and vertical width expansion ratio;
Display control means for performing current screen display in accordance with the start point coordinates, end point coordinates and font size of characters for each drawing object converted by the coordinate conversion means and the font size conversion means ;
A display control apparatus comprising:
コンピュータ
予め設定されている1種類の基準画面の横幅サイズおよび縦幅サイズを基準画面フォーマットとして記憶する基準フォーマット記憶手段、
現画面の横幅サイズおよび縦幅サイズを記憶する現画面情報記憶手段、
前記基準画面に対する画面フォーマットとして各描画オブジェクト毎に始点座標,終点座標および文字のフォントサイズを定義する画面フォーマット記憶手段、
前記現画面情報記憶手段から取得した前記現画面の横幅サイズおよび縦幅サイズと前記基準フォーマット記憶手段から取得した前記基準画面の横幅サイズおよび縦幅サイズとに基づいて基準画面に対する現画面の横幅伸長率および縦幅伸長率を算出する比率算出手段、
前記画面フォーマット記憶手段に定義された前記各描画オブジェクトの始点座標のX成分に前記算出された横幅伸長率を掛け、前記各描画オブジェクトの始点座標のY成分に前記算出された縦幅伸長率を掛けることにより新たな始点座標を求めると共に、前記各描画オブジェクトの終点座標のX成分に前記算出された横幅伸長率を掛け、前記各描画オブジェクトの終点座標のY成分に前記算出された縦幅伸長率を掛けることにより新たな終点座標を求める座標変換手段、
前記画面フォーマット記憶手段に記憶された前記各描画オブジェクトの文字のフォントサイズを前記算出された横幅伸長率および縦幅伸長率に基づいて変換するフォントサイズ変換手段、
前記座標変換手段および前記フォントサイズ変換手段によって変換された各描画オブジェクト毎の始点座標,終点座標および文字のフォントサイズにしたがって現画面表示を行う表示制御手段、
として機能させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体。
The computer,
A reference format storage means for storing, as a reference screen format, a horizontal width size and a vertical width size of one preset reference screen;
Current screen information storage means for storing the horizontal width size and vertical width size of the current screen;
Screen format storage means for defining start point coordinates, end point coordinates and font size of characters for each drawing object as a screen format for the reference screen;
Width expansion of the current screen with respect to the reference screen based on the width size and height width size of the current screen acquired from the current screen information storage means and the width size and height width size of the reference screen acquired from the reference format storage means Ratio calculating means for calculating the rate and the vertical width expansion rate;
The X component of the starting point coordinate of each drawing object defined in the screen format storage means is multiplied by the calculated horizontal width expansion rate, and the Y component of the starting point coordinate of each drawing object is multiplied by the calculated vertical width expansion rate. A new start point coordinate is obtained by multiplying the X component of the end point coordinate of each drawing object by the calculated horizontal width expansion rate, and the Y component of the end point coordinate of each drawing object is multiplied by the calculated vertical width expansion. A coordinate conversion means for finding a new end point coordinate by multiplying the rate,
Font size conversion means for converting the font size of the character of each drawing object stored in the screen format storage means based on the calculated horizontal width expansion ratio and vertical width expansion ratio;
Display control means for performing current screen display according to the start point coordinates, end point coordinates, and character font size for each drawing object converted by the coordinate conversion means and the font size conversion means;
A computer-readable recording medium in which a program for functioning as a computer is recorded.
コンピュータ
予め設定されている1種類の基準画面の横解像度および縦解像度を基準画面フォーマットとして記憶する基準フォーマット記憶手段、
現画面の横解像度および縦解像度を記憶する現画面情報記憶手段、
前記基準画面に対する画面フォーマットとして各描画オブジェクト毎に始点座標,終点座標および文字のフォントサイズを定義する画面フォーマット記憶手段、
前記現画面情報記憶手段から取得した前記現画面の横解像度および縦解像度と前記基準フォーマット記憶手段から取得した前記基準画面の横解像度および縦解像度とに基づいて基準画面に対する現画面の横幅伸長率および縦幅伸長率を算出する比率算出手段、
前記画面フォーマット記憶手段に定義された前記各描画オブジェクトの始点座標のX成分に前記算出された横幅伸長率を掛け、前記各描画オブジェクトの始点座標のY成分に前記算出された縦幅伸長率を掛けることにより新たな始点座標を求めると共に、前記各描画オブジェクトの終点座標のX成分に前記算出された横幅伸長率を掛け、前記各描画オブジェクトの終点座標のY成分に前記算出された縦幅伸長率を掛けることにより新たな終点座標を求める座標変換手段と、
前記画面フォーマット記憶手段に記憶された前記各描画オブジェクトの文字のフォントサイズを前記算出された横幅伸長率および縦幅伸長率に基づいて変換するフォントサイズ変換手段、
前記座標変換手段および前記フォントサイズ変換手段によって変換された各描画オブジェクト毎の始点座標,終点座標および文字のフォントサイズにしたがって現画面表示を行う表示制御手段、
として機能させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体。
The computer,
Reference format storage means for storing a horizontal resolution and a vertical resolution of a preset reference screen as a reference screen format;
Current screen information storage means for storing the horizontal resolution and vertical resolution of the current screen;
Screen format storage means for defining start point coordinates, end point coordinates and font size of characters for each drawing object as a screen format for the reference screen;
Based on the horizontal resolution and vertical resolution of the current screen acquired from the current screen information storage means and the horizontal resolution and vertical resolution of the reference screen acquired from the reference format storage means, Ratio calculating means for calculating the vertical width expansion rate,
The X component of the starting point coordinate of each drawing object defined in the screen format storage means is multiplied by the calculated horizontal width expansion rate, and the Y component of the starting point coordinate of each drawing object is multiplied by the calculated vertical width expansion rate. A new start point coordinate is obtained by multiplying the X component of the end point coordinate of each drawing object by the calculated horizontal width expansion rate, and the Y component of the end point coordinate of each drawing object is multiplied by the calculated vertical width expansion. A coordinate conversion means for finding a new end point coordinate by multiplying by a rate;
Font size conversion means for converting the font size of the character of each drawing object stored in the screen format storage means based on the calculated horizontal width expansion ratio and vertical width expansion ratio;
Display control means for performing current screen display according to the start point coordinates, end point coordinates, and character font size for each drawing object converted by the coordinate conversion means and the font size conversion means;
A computer-readable recording medium in which a program for functioning as a computer is recorded.
JP18721599A 1999-07-01 1999-07-01 Display control apparatus and program recording medium thereof Expired - Fee Related JP3978939B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18721599A JP3978939B2 (en) 1999-07-01 1999-07-01 Display control apparatus and program recording medium thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18721599A JP3978939B2 (en) 1999-07-01 1999-07-01 Display control apparatus and program recording medium thereof

Publications (2)

Publication Number Publication Date
JP2001014131A JP2001014131A (en) 2001-01-19
JP3978939B2 true JP3978939B2 (en) 2007-09-19

Family

ID=16202097

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18721599A Expired - Fee Related JP3978939B2 (en) 1999-07-01 1999-07-01 Display control apparatus and program recording medium thereof

Country Status (1)

Country Link
JP (1) JP3978939B2 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100726663B1 (en) * 2005-07-18 2007-06-12 엘지전자 주식회사 Making Method of Plasma Display Panel
WO2008087912A1 (en) * 2007-01-15 2008-07-24 Panasonic Corporation Display processing device, display processing method, and display processing program
JP5021531B2 (en) * 2008-03-14 2012-09-12 株式会社リコー Screen display system, information processing apparatus, screen display method, screen display program, and recording medium
JP6357843B2 (en) * 2014-04-10 2018-07-18 凸版印刷株式会社 Application inspection system, application inspection apparatus, and application inspection program
JP6062984B2 (en) * 2015-03-16 2017-01-18 株式会社ソニー・インタラクティブエンタテインメント Information processing apparatus and information display method
CN116661723B (en) * 2023-06-09 2024-01-12 深圳市黑金工业制造有限公司 Information evaluation management system and method applied to intelligent display screen

Also Published As

Publication number Publication date
JP2001014131A (en) 2001-01-19

Similar Documents

Publication Publication Date Title
US8225211B2 (en) Display control apparatus, display control method, and computer-readable recording medium storing display control program
EP0327781A2 (en) Method to automatically vary displayed object size with variations in window size
JP4776995B2 (en) Computer apparatus and control method and program thereof
JP2002251241A (en) Information display method and information processor using the same method and medium and program
JP3978939B2 (en) Display control apparatus and program recording medium thereof
US8935608B2 (en) Information processing method and apparatus
JP4812077B2 (en) DATA DISPLAY METHOD, DATA DISPLAY DEVICE, AND PROGRAM
JP4961797B2 (en) Server device of computer system
JP3083314B2 (en) Document processing method and apparatus
JP6287498B2 (en) Electronic whiteboard device, electronic whiteboard input support method, and program
JP3741587B2 (en) Document image display apparatus and method, and computer-readable recording medium storing a document image display program
JP2996933B2 (en) Drawing display device
JP2002108323A (en) Information terminal and storage medium
JP3951492B2 (en) Image processing device
JP4381484B2 (en) Image display control apparatus and method
CN111638881A (en) Method for adjusting chart and instrument panel
JP2004013610A (en) Display data production apparatus, display data production method, display data production program, and computer-readable storage medium storing production program
JP2759260B2 (en) Window display
JP2825816B2 (en) Document logical structure editing device
JP6536666B2 (en) Drawing control device, control program therefor, and drawing control method
JP2721661B2 (en) Display method
JPH08255010A (en) Comment display device for programming device
JP2001184052A (en) Display controller and its program recording medium
JPH05134800A (en) Method and device for character input
JP2002269486A (en) Html file generation method for electronic business form and html file generation program

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20051104

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051108

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20051226

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20060203

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20060414

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061024

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061219

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20070605

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070618

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100706

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110706

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110706

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120706

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120706

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130706

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees