forked from KolibriOS/kolibrios
add new version editbox in programs
git-svn-id: svn://kolibrios.org@833 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e1f26406b7
commit
94e7e92eb7
@ -1 +1 @@
|
||||
__CPU_type fix p5
|
||||
__CPU_type fix p6
|
||||
|
@ -3,7 +3,7 @@ include '..\..\develop\examples\editbox\trunk\editbox.inc'
|
||||
include 'txtbut.inc'
|
||||
;include 'gp.inc'
|
||||
include 'label.inc'
|
||||
;include '..\..\develop\examples\checkbox\trunk\checkbox.inc'
|
||||
;include '..\..\develop\examples\checkbox\trunk\check.inc'
|
||||
include 'check.inc'
|
||||
include 'file_sys.inc'
|
||||
include 'textwork.inc'
|
||||
|
@ -1,4 +1,5 @@
|
||||
; €¢â®à ¯à®£à ¬¬ë …¢â¨å®¢ Œ ªá¨¬ (Maxxxx32)
|
||||
; 24.07.2008 <Lrz> <20>⑭←キ editbox
|
||||
; 01.02.07 - ®¡®¢«ñ editbox
|
||||
; 31.01.07 - ¢áñ ⥯¥àì à¨áã¥âáï ®â®á¨â¥«ì® ª«¨¥â᪮© ®¡« áâ¨
|
||||
macro draw_status text_ptr
|
||||
@ -13,7 +14,7 @@ include 'macros.inc' ;
|
||||
meos_header cmdstr ; ¢áâ ¢«ï¥¬ § £®«®¢®ª ¯à®£à ¬¬ë
|
||||
include 'scrwin.inc' ; ¢áâ ¢«ï¥¬ ª®¤ ®ª ¯à¤¯à®á¬®âà
|
||||
include 'scrsavef.inc'; ¢áâ ¢«ï¥¬ ¯à®æ¥¤ãàã á®åà ¥¨ï ä ©«
|
||||
use_edit_box structure_of_potock,22,5 ; \
|
||||
use_edit_box ; \
|
||||
use_txt_button ; |
|
||||
use_label ; |-- GUI ª®¬¯®¥âë ¨ ¥ª®â®àë¥ ¯à®æ¥¤ãàë
|
||||
use_check_box ; |
|
||||
|
@ -20,13 +20,13 @@ version equ '1.2'
|
||||
dd 0x01 ; ¢¥àá¨ï § £®«®¢ª (¢á¥£¤ 1)
|
||||
dd START ; ¤à¥á ¯¥à¢®© ª®¬ ¤ë
|
||||
dd I_END ; à §¬¥à ¯à®£à ¬¬ë
|
||||
dd 0x2000 ; ª®«¨ç¥á⢮ ¯ ¬ïâ¨
|
||||
dd 0x2000 ; ¤à¥á ¢¥àè¨ë áâíª
|
||||
dd I_END ; ª®«¨ç¥á⢮ ¯ ¬ïâ¨
|
||||
dd I_END ; ¤à¥á ¢¥àè¨ë áâíª
|
||||
dd 0x0 ; ¤à¥á ¡ãä¥à ¤«ï ¯ à ¬¥â஢ (¥ ¨á¯®«ì§ã¥âáï)
|
||||
dd 0x0 ; § १¥à¢¨à®¢ ®
|
||||
|
||||
include '..\..\..\develop\examples\editbox\trunk\editbox.inc'
|
||||
use_edit_box procinfo,22,5
|
||||
use_edit_box
|
||||
al equ eax ; \ decrease kpack'ed size
|
||||
purge mov ; /
|
||||
|
||||
@ -170,7 +170,7 @@ draw_window:
|
||||
mov edi,title ; ‡€ƒŽ‹Ž‚ŽŠ ŽŠ<C5BD>€
|
||||
mcall
|
||||
|
||||
draw_edit_box editbox,use_f9,procinfo ;à¨á®¢ ¨¥ edit box'®¢
|
||||
draw_edit_box editbox ;à¨á®¢ ¨¥ edit box
|
||||
|
||||
mov al,13 ;®âà¨á®¢ª ⥥© ª®¯®ª
|
||||
mov ebx,194 shl 16 + 60
|
||||
@ -316,12 +316,11 @@ path3 db '/hd0/1/kolibri.img',0
|
||||
path4 db '/hd0/1/kolibri/kolibri.img',0 ;¤«ï १¥à¢®£® á®åà ¥¨ï
|
||||
|
||||
;---------------------------------------------------------------------
|
||||
I_END: ; ¬¥âª ª®æ ¯à®£à ¬¬ë
|
||||
|
||||
rb 514
|
||||
|
||||
sc system_colors
|
||||
|
||||
procinfo process_information
|
||||
|
||||
|
||||
align 4
|
||||
rb 0x100 ; for stack
|
||||
I_END: ; ¬¥âª ª®æ ¯à®£à ¬¬ë
|
||||
|
@ -1,3 +1,4 @@
|
||||
; 24.07.2008 <Lrz> <20>⑭←キ Edit `<>
|
||||
; 01.02.07 - ®¡®¢«ñ editbox
|
||||
; 31.01.07 - ¨á¯à ¢«¥ ¥ª®à४â ï ®âà¨á®¢ª ¯à¨ ¡®«ì讬 § 票¨ ¢ëá®âë ᪨
|
||||
; ¢ëà ¢¨¢ ¨¥ ᨧ㠮â®á¨â¥«ì® à ¡®ç¥© ®¡« á⨠íªà
|
||||
@ -13,7 +14,7 @@ include '../../../macros.inc'
|
||||
include 'run.mac'
|
||||
include 'lang.inc'
|
||||
meos_app_start
|
||||
use_edit_box procinfo,22,5
|
||||
use_edit_box
|
||||
use_txt_button
|
||||
code
|
||||
cmp [par],byte 0
|
||||
|
Loading…
Reference in New Issue
Block a user