HDR*PowerBuilder0500oÎ=FRE*˙üüNOD*n ^8ENT*0500žc ‘oÎ=orca_test.aplENT*0500` ‘oÎ=orca_test.sraENT*0500QĹoÎ=orca_test.praDAT*öforward global transaction sqlca global dynamicdescriptionarea sqlda global dynamicstagingarea sqlsa global error error global message message end forward global type orca_test from application end type global orca_test orca_test on orca_test.create appname = "orca_test" message = create message sqlca = create transaction sqlda = create dynamicdescriptionarea sqlsa = create dynamicstagingarea error = create error end on on orca_test.destroy destroy( sqlca ) destroy( sqldDAT*öa ) destroy( sqlsa ) destroy( error ) destroy( message ) end on on open;/******************************************************* * Application Open Script * Selects start-up file according to Operating System * Populates sqlca from start-up file * Connects to DB (if uncommented) * Opens frame */ environment env // holds environment information string startupfile // holds name of start-up file /* Get the environment information */ IF ( GetEnvironment(env) <> 1 ) THDAT*öEN MessageBox( "Application: Open", "Unable to get environment information.~nHalting ..." ) HALT END IF /* Select start-up file by operating system */ CHOOSE CASE env.OSType CASE Windows!, WindowsNT! startupfile = "pb.ini" CASE Sol2!, AIX!, OSF1!, HPUX! startupfile = ".pb.ini" CASE Macintosh! startupfile = "PowerBuilder Preferences" CASE ELSE MessageBox( "Application: Open", "Unrecognized operating system.~nHalting ..." ) HALT END CHOOSE /* Populate sqlca from current PBDAT*ö.INI settings */ sqlca.DBMS = ProfileString (startupfile, "database", "dbms", "") sqlca.database = ProfileString (startupfile, "database", "database", "") sqlca.userid = ProfileString (startupfile, "database", "userid", "") sqlca.dbpass = ProfileString (startupfile, "database", "dbpass", "") sqlca.logid = ProfileString (startupfile, "database", "logid", "") sqlca.logpass = ProfileString (startupfile, "database", "LogPassWord", "") sqlca.servernamDAT*ˆe = ProfileString (startupfile, "database", "servername", "") sqlca.dbparm = ProfileString (startupfile, "database", "dbparm", "") /* Uncomment the following for actual DB connection */ //connect; // //if sqlca.sqlcode <> 0 then // MessageBox ("Cannot Connect to Database", sqlca.sqlerrtext) // return //end if /* Open MDI frame window */ Open (w_genapp_frame) end on DAT*Q@ë°˙DšówXĘów˙˙˙˙˙˙˙˙řO4DB €¸8Żd<@Ż€–Ć|¸ŘëÖë$%.ěěÜé$%> ˆ¸.ěÜé¸Xřö˙"Arialö˙"Arialö˙"Arialö˙"Arial˙˙˙DAT*Q ę°˙DšówXĘów˙˙˙˙˙˙˙˙řO¨ěË€ęä0ýꀖL|¤|ä0ëýęd”ä0Lˆ¸ëd”¸Xřö˙"Arialö˙"Arialö˙"Arialö˙"Arial˙˙˙DAT* öGenerated MDI frame menuforward global type m_genapp_frame from menu end type type m_file from menu within m_genapp_frame end type type m_new from menu within m_file end type type m_open from menu within m_file end type type m_close from menu within m_file end type type m_- from menu within m_file end type type m_print from menu within m_file end type type m_printersetup from menu within m_file end type type m_-2 from menu within m_file end type type m_toolbars from menu within DAT*"öm_file end type type m_-1 from menu within m_file end type type m_exit from menu within m_file end type type m_file from menu within m_genapp_frame m_new m_new m_open m_open m_close m_close m_- m_- m_print m_print m_printersetup m_printersetup m_-2 m_-2 m_toolbars m_toolbars m_-1 m_-1 m_exit m_exit end type type m_help from menu within m_genapp_frame end type type m_helpindex from menu within m_help end type type m_search from menu within m_help end type type m_-3 from menuDAT*$ö within m_help end type type m_aboutquickapp from menu within m_help end type type m_help from menu within m_genapp_frame m_helpindex m_helpindex m_search m_search m_-3 m_-3 m_aboutquickapp m_aboutquickapp end type end forward global type m_genapp_frame from menu m_file m_file m_help m_help end type global m_genapp_frame m_genapp_frame on m_genapp_frame.create m_genapp_frame=this this.m_file=create m_file this.m_help=create m_help this.Item[]={this.m_file, & this.m_help} DAT*&öend on on m_genapp_frame.destroy destroy(this.m_file) destroy(this.m_help) end on type m_file from menu within m_genapp_frame m_new m_new m_open m_open m_close m_close m_- m_- m_print m_print m_printersetup m_printersetup m_-2 m_-2 m_toolbars m_toolbars m_-1 m_-1 m_exit m_exit end type on m_file.create this.Text="&File" this.m_new=create m_new this.m_open=create m_open this.m_close=create m_close this.m_-=create m_- this.m_print=create m_print this.m_printersetup=creaDAT*(öte m_printersetup this.m_-2=create m_-2 this.m_toolbars=create m_toolbars this.m_-1=create m_-1 this.m_exit=create m_exit this.Item[]={this.m_new, & this.m_open, & this.m_close, & this.m_-, & this.m_print, & this.m_printersetup, & this.m_-2, & this.m_toolbars, & this.m_-1, & this.m_exit} end on on m_file.destroy destroy(this.m_new) destroy(this.m_open) destroy(this.m_close) destroy(this.m_-) destroy(this.m_print) destroy(this.m_printersetup) destroy(this.m_-2) destroy(thiDAT**ös.m_toolbars) destroy(this.m_-1) destroy(this.m_exit) end on type m_new from menu within m_file end type on clicked;/* Create a new sheet */ w_genapp_frame.wf_newsheet () end on on m_new.create this.Text="&New~tCtrl+N" this.Microhelp="Create new sheet" this.ToolBarItemName="Window!" this.ToolBarItemText="New" this.Shortcut=334 end on type m_open from menu within m_file end type on m_open.create this.Text="&Open...~tCtrl+O" this.Microhelp="Open existing sheet" this.EnDAT*,öabled=false this.Shortcut=335 end on type m_close from menu within m_file end type on clicked;/* Close active sheet */ w_genapp_frame.wf_closesheet () end on on m_close.create this.Text="&Close" this.Microhelp="Close active sheet" end on type m_- from menu within m_file end type on m_-.create this.Text="-" end on type m_print from menu within m_file end type on clicked;long l_Job window lw_Sheet /* Print active sheet */ lw_Sheet = w_genapp_frame.GetActiveShDAT*.öeet () if IsValid (lw_Sheet) then w_genapp_frame.SetMicroHelp ("Printing active sheet...") l_Job = PrintOpen () lw_Sheet.Print (l_Job, 1, 1) PrintClose (l_Job) w_genapp_frame.SetMicroHelp ("") end if end on on m_print.create this.Text="&Print~tCtrl+P" this.Microhelp="Print active sheet" this.ToolBarItemName="Print!" this.ToolBarItemText="Print" this.Enabled=false this.Shortcut=336 end on type m_printersetup from menu within m_file end type on clicked;/* Do prinDAT*0öter setup */ PrintSetup () end on on m_printersetup.create this.Text="Print &Setup..." this.Microhelp="Setup printer" end on type m_-2 from menu within m_file end type on m_-2.create this.Text="-" end on type m_toolbars from menu within m_file end type on clicked;/* Configure toolbars */ OpenWithParm (w_genapp_toolbars, w_genapp_frame) end on on m_toolbars.create this.Text="&Toolbars..." this.Microhelp="Configure toolbars" end on type m_-1 from menu within m_fileDAT*2ö end type on m_-1.create this.Text="-" end on type m_exit from menu within m_file end type on clicked;Close (w_genapp_frame) end on on m_exit.create this.Text="E&xit" this.Microhelp="Exit program" this.ToolBarItemName="Exit!" this.ToolBarItemText="Exit" this.MenuItemType=MenuItemTypeExit! this.ToolBarItemSpace=2 end on type m_help from menu within m_genapp_frame m_helpindex m_helpindex m_search m_search m_-3 m_-3 m_aboutquickapp m_aboutquickapp end type on m_helpDAT*4ö.create this.Text="&Help" this.ShiftToRight=true this.m_helpindex=create m_helpindex this.m_search=create m_search this.m_-3=create m_-3 this.m_aboutquickapp=create m_aboutquickapp this.Item[]={this.m_helpindex, & this.m_search, & this.m_-3, & this.m_aboutquickapp} end on on m_help.destroy destroy(this.m_helpindex) destroy(this.m_search) destroy(this.m_-3) destroy(this.m_aboutquickapp) end on type m_helpindex from menu within m_help end type on clicked;/* Display help conDAT*6ötents */ /* ShowHelp ("myapp.hlp", Index!) */ end on on m_helpindex.create this.Text="Help &Index~tF1" this.Microhelp="Display Help index" this.Enabled=false this.Shortcut=112 end on type m_search from menu within m_help end type on clicked;/* Search for Help topic */ /* ShowHelp ("myapp.hlp", Keyword!, "") */ end on on m_search.create this.Text="&Search for Help on..." this.Microhelp="Search for Help topic" this.Enabled=false end on type m_-3 from menu within m_help DAT*Pend type on m_-3.create this.Text="-" end on type m_aboutquickapp from menu within m_help end type on clicked;/* Invoke copyright response window */ Open (w_genapp_about) end on on m_aboutquickapp.create this.Text="&About..." this.Microhelp="Display ~"About~" window" this.MenuItemType=MenuItemTypeAbout! end on DAT*:öGenerated MDI sheet menuforward global type m_genapp_sheet from m_genapp_frame end type type m_edit from menu within m_genapp_sheet end type type m_undo from menu within m_edit end type type m_-4 from menu within m_edit end type type m_cut from menu within m_edit end type type m_copy from menu within m_edit end type type m_paste from menu within m_edit end type type m_clear from menu within m_edit end type type m_edit from menu within m_genapp_sheet m_undo m_undo m_-4 m_-4 m_cuDAT*<öt m_cut m_copy m_copy m_paste m_paste m_clear m_clear end type type m_window from menu within m_genapp_sheet end type type m_tilevertical from menu within m_window end type type m_tilehorizontal from menu within m_window end type type m_layer from menu within m_window end type type m_cascade from menu within m_window end type type m_-5 from menu within m_window end type type m_arrangeicons from menu within m_window end type type m_window from menu within m_genapp_sheet m_tileveDAT*>örtical m_tilevertical m_tilehorizontal m_tilehorizontal m_layer m_layer m_cascade m_cascade m_-5 m_-5 m_arrangeicons m_arrangeicons end type end forward global type m_genapp_sheet from m_genapp_frame m_edit m_edit m_window m_window end type global m_genapp_sheet m_genapp_sheet on m_genapp_sheet.create m_genapp_sheet=this call m_genapp_frame::create this.m_edit=create m_edit this.m_window=create m_window this.Item[UpperBound(this.item)+1]=this.m_edit this.Item[UpperBound(thisDAT*@ö.item)+1]=this.m_window end on on m_genapp_sheet.destroy call m_genapp_frame::destroy destroy(this.m_edit) destroy(this.m_window) end on on m_file.create call m_genapp_frame`m_file::create this.Tag="" end on on m_new.create call m_genapp_frame`m_new::create this.Tag="" this.ToolBarItemName="" end on on m_open.create call m_genapp_frame`m_open::create this.Tag="" end on on m_close.create call m_genapp_frame`m_close::create this.Tag="" end on on m_-.create call mDAT*Bö_genapp_frame`m_-::create this.Tag="" end on on m_print.create call m_genapp_frame`m_print::create this.Tag="" this.ToolBarItemName="" this.Enabled=true end on on m_printersetup.create call m_genapp_frame`m_printersetup::create this.Tag="" end on on m_-2.create call m_genapp_frame`m_-2::create this.Tag="" end on on m_toolbars.create call m_genapp_frame`m_toolbars::create this.Tag="" end on on m_-1.create call m_genapp_frame`m_-1::create this.Tag="" end on on m_DAT*Döexit.create call m_genapp_frame`m_exit::create this.Tag="" this.ToolBarItemName="" end on on m_help.create call m_genapp_frame`m_help::create this.Tag="" this.ShiftToRight=true end on on m_helpindex.create call m_genapp_frame`m_helpindex::create this.Tag="" end on on m_search.create call m_genapp_frame`m_search::create this.Tag="" end on on m_-3.create call m_genapp_frame`m_-3::create this.Tag="" end on on m_aboutquickapp.create call m_genapp_frame`m_aboutquickapp:DAT*Fö:create this.Tag="" end on type m_edit from menu within m_genapp_sheet m_undo m_undo m_-4 m_-4 m_cut m_cut m_copy m_copy m_paste m_paste m_clear m_clear end type on m_edit.create this.Text="&Edit" this.m_undo=create m_undo this.m_-4=create m_-4 this.m_cut=create m_cut this.m_copy=create m_copy this.m_paste=create m_paste this.m_clear=create m_clear this.Item[]={this.m_undo, & this.m_-4, & this.m_cut, & this.m_copy, & this.m_paste, & this.m_clear} end on on m_edit.deDAT*Höstroy destroy(this.m_undo) destroy(this.m_-4) destroy(this.m_cut) destroy(this.m_copy) destroy(this.m_paste) destroy(this.m_clear) end on type m_undo from menu within m_edit end type on m_undo.create this.Text="&Undo~tCtrl+Z" this.Microhelp="Undo last operation" this.Enabled=false this.Shortcut=346 end on type m_-4 from menu within m_edit end type on m_-4.create this.Text="-" end on type m_cut from menu within m_edit end type on m_cut.create this.Text="Cu&t~tCtrDAT*Jöl+X" this.Microhelp="Cut text to clipboard" this.Enabled=false this.Shortcut=344 end on type m_copy from menu within m_edit end type on m_copy.create this.Text="&Copy~tCtrl+C" this.Microhelp="Copy text to clipboard" this.Enabled=false this.Shortcut=323 end on type m_paste from menu within m_edit end type on m_paste.create this.Text="&Paste~tCtrl+V" this.Microhelp="Paste text from clipboard" this.Enabled=false this.Shortcut=342 end on type m_clear from menu within m_eDAT*Lödit end type on m_clear.create this.Text="C&lear~tDel" this.Microhelp="Clear text" this.Enabled=false this.Shortcut=46 end on type m_window from menu within m_genapp_sheet m_tilevertical m_tilevertical m_tilehorizontal m_tilehorizontal m_layer m_layer m_cascade m_cascade m_-5 m_-5 m_arrangeicons m_arrangeicons end type on m_window.create this.Text="&Window" this.m_tilevertical=create m_tilevertical this.m_tilehorizontal=create m_tilehorizontal this.m_layer=create m_layer DAT*Nö this.m_cascade=create m_cascade this.m_-5=create m_-5 this.m_arrangeicons=create m_arrangeicons this.Item[]={this.m_tilevertical, & this.m_tilehorizontal, & this.m_layer, & this.m_cascade, & this.m_-5, & this.m_arrangeicons} end on on m_window.destroy destroy(this.m_tilevertical) destroy(this.m_tilehorizontal) destroy(this.m_layer) destroy(this.m_cascade) destroy(this.m_-5) destroy(this.m_arrangeicons) end on type m_tilevertical from menu within m_window end type on m_tiDAT*Pölevertical.create this.Text="Tile &Vertical" this.Microhelp="Arrange all as vertically tiled" end on on clicked;/* Tile sheets vertically */ w_genapp_frame.ArrangeSheets (Tile!) end on type m_tilehorizontal from menu within m_window end type on m_tilehorizontal.create this.Text="Tile &Horizontal" this.Microhelp="Arrange all as horizontally tiled" end on on clicked;/* Tile sheets horizontally */ w_genapp_frame.ArrangeSheets (TileHorizontal!) end on type m_layer from menu wDAT*Röithin m_window end type on m_layer.create this.Text="&Layer" this.Microhelp="Arrange all as layered" end on on clicked;/* Layer sheets */ w_genapp_frame.ArrangeSheets (Layer!) end on type m_cascade from menu within m_window end type on m_cascade.create this.Text="&Cascade" this.Microhelp="Arrange all as cascaded" end on on clicked;/* Cascade sheets */ w_genapp_frame.ArrangeSheets (Cascade!) end on type m_-5 from menu within m_window end type on m_-5.create this.TDAT* ext="-" end on type m_arrangeicons from menu within m_window end type on m_arrangeicons.create this.Text="Arrange &Icons" this.Microhelp="Arrange all icons" end on on clicked;/* Arrange iconic sheets */ w_genapp_frame.ArrangeSheets (Icons!) end on DAT*VöGenerated about windowforward global type w_genapp_about from Window end type type st_1 from statictext within w_genapp_about end type type cb_ok from commandbutton within w_genapp_about end type end forward global type w_genapp_about from Window int X=874 int Y=429 int Width=1166 int Height=569 boolean TitleBar=true string Title="About" boolean ControlMenu=true WindowType WindowType=response! st_1 st_1 cb_ok cb_ok end type global w_genapp_about w_genapp_about on w_genapp_DAT*Xöabout.create this.st_1=create st_1 this.cb_ok=create cb_ok this.Control[]={ this.st_1,& this.cb_ok} end on on w_genapp_about.destroy destroy(this.st_1) destroy(this.cb_ok) end on type st_1 from statictext within w_genapp_about int X=183 int Y=105 int Width=787 int Height=97 boolean Enabled=false string Text="" Alignment Alignment=Center! boolean FocusRectangle=false long TextColor=16711680 int TextSize=-10 int Weight=700 string FaceName="Arial" FontFamilyDAT*Ž FontFamily=Swiss! FontPitch FontPitch=Variable! end type type cb_ok from commandbutton within w_genapp_about int X=430 int Y=277 int Width=279 int Height=109 int TabOrder=1 string Text="OK" boolean Default=true int TextSize=-10 int Weight=700 string FaceName="MS Sans Serif" FontFamily FontFamily=Swiss! FontPitch FontPitch=Variable! end type on clicked;/* Close "About" window */ Close (Parent) end on DAT*\öGenerated MDI frame windowforward global type w_genapp_frame from Window end type type mdi_1 from mdiclient within w_genapp_frame end type end forward global type w_genapp_frame from Window int X=257 int Y=133 int Width=2410 int Height=1573 boolean TitleBar=true string Title="Frame" string MenuName="m_genapp_frame" long BackColor=268435456 boolean ControlMenu=true boolean MinBox=true boolean MaxBox=true boolean Resizable=true WindowState WindowState=maximized! WindowType WindDAT*^öowType=mdihelp! event enableprint pbm_custom01 mdi_1 mdi_1 end type global w_genapp_frame w_genapp_frame forward prototypes public subroutine wf_closesheet () public function integer wf_newsheet () public function integer wf_getsheetcount () public subroutine wf_setmenutext (m_genapp_frame menu_reference) public subroutine wf_enableprint (boolean enable) end prototypes on enableprint;boolean lb_enable m_genapp_frame lm_genapp_frame /* Enable or disable printing */ lm_genapp_DAT*`öframe = menuid if message.wordparm <> 0 then lb_enable = true lm_genapp_frame.m_file.m_print.enabled = lb_enable end on public subroutine wf_closesheet ();window lw_Sheet /* Close active sheet */ lw_Sheet = this.GetActiveSheet () if IsValid (lw_Sheet) then Close (lw_Sheet) end if end subroutine public function integer wf_newsheet ();w_genapp_sheet lw_Sheet /* Enable printing */ wf_enableprint (true) /* Open a new instance of a sheet */ return OpenSheet (lw_ShDAT*böeet, this, 3, layered!) end function public function integer wf_getsheetcount ();int li_Count window lw_Sheet /* Return number of open sheets */ lw_Sheet = this.GetFirstSheet () if IsValid (lw_Sheet) then do li_Count += 1 lw_Sheet = this.GetNextSheet (lw_Sheet) loop while IsValid (lw_Sheet) end if return li_count end function public subroutine wf_setmenutext (m_genapp_frame menu_reference);Environment lenv_env /* Change menu "Exit" text based on platfDAT*döorm */ GetEnvironment (lenv_env) if lenv_env.ostype = Windows! then menu_reference.m_file.m_exit.text = "E&xit" elseif lenv_env.ostype = Macintosh! then menu_reference.m_file.m_exit.text = "Quit" end if end subroutine public subroutine wf_enableprint (boolean enable);/* Enable or disable printing */ if enable then TriggerEvent ("enableprint", 1, 0) else PostEvent ("enableprint", 0, 0) end if end subroutine on open;/* Modify menu text for platform */ wf_setmenutextDAT*Ş (menuid) /* Create the initial sheet */ wf_newsheet () end on on w_genapp_frame.create if this.MenuName = "m_genapp_frame" then this.MenuID = create m_genapp_frame this.mdi_1=create mdi_1 this.Control[]={ this.mdi_1} end on on w_genapp_frame.destroy if IsValid(MenuID) then destroy(MenuID) destroy(this.mdi_1) end on type mdi_1 from mdiclient within w_genapp_frame long BackColor=268435456 end type DAT*höGenerated MDI sheet windowforward global type w_genapp_sheet from Window end type end forward global type w_genapp_sheet from Window int X=673 int Y=265 int Width=1582 int Height=1065 boolean TitleBar=true string Title="Sheet" string MenuName="m_genapp_sheet" boolean ControlMenu=true boolean MinBox=true boolean MaxBox=true boolean Resizable=true end type global w_genapp_sheet w_genapp_sheet on open;int li_Count /* Sheet opening - reflect sheet count in title */ li_CountDAT*jö = w_genapp_frame.wf_getsheetcount () this.Title = "Sheet:" + string (li_Count) /* Modify menu text for platform */ w_genapp_frame.wf_setmenutext (menuid) end on on w_genapp_sheet.create if this.MenuName = "m_genapp_sheet" then this.MenuID = create m_genapp_sheet end on on w_genapp_sheet.destroy if IsValid(MenuID) then destroy(MenuID) end on on close;/* Disable printing if last sheet */ if w_genapp_frame.wf_getsheetcount () = 1 then w_genapp_frame.wf_enableprint (false) DAT* end if end on DAT*nöGenerated toolbar configuration windowforward global type w_genapp_toolbars from Window end type type rb_floating from radiobutton within w_genapp_toolbars end type type rb_bottom from radiobutton within w_genapp_toolbars end type type rb_right from radiobutton within w_genapp_toolbars end type type rb_top from radiobutton within w_genapp_toolbars end type type rb_left from radiobutton within w_genapp_toolbars end type type cb_2 from commandbutton within w_genapp_toolbars end type tDAT*pöype cb_visible from commandbutton within w_genapp_toolbars end type type cbx_showtips from checkbox within w_genapp_toolbars end type type cbx_showtext from checkbox within w_genapp_toolbars end type type gb_1 from groupbox within w_genapp_toolbars end type end forward global type w_genapp_toolbars from Window int X=851 int Y=469 int Width=1157 int Height=857 boolean TitleBar=true string Title="Toolbars" long BackColor=12632256 boolean ControlMenu=true WindowType WindowType=resDAT*röponse! rb_floating rb_floating rb_bottom rb_bottom rb_right rb_right rb_top rb_top rb_left rb_left cb_2 cb_2 cb_visible cb_visible cbx_showtips cbx_showtips cbx_showtext cbx_showtext gb_1 gb_1 end type global w_genapp_toolbars w_genapp_toolbars type variables /* Current application */ application iapp_application /* Owning toolbar window */ window iw_window end variables on open;/* Owning toolbar window is passed as reference */ iw_window = message.powerobjectparm /* DAT*töNote the current application */ iapp_application = GetApplication () /* Set toolbar alignment status */ choose case iw_window.toolbaralignment case alignatbottom! rb_bottom.checked = true case alignatleft! rb_left.checked = true case alignatright! rb_right.checked = true case alignattop! rb_top.checked = true case floating! rb_floating.checked = true end choose /* Set toolbar visible status */ if iw_window.toolbarvisible then cb_visible.text = "&Hide" else DAT*vö cb_visible.text = "&Show" end if /* Set toolbar text mode status */ cbx_showtext.checked = iapp_application.toolbartext /* Set toolbar tips mode status */ cbx_showtips.checked = iapp_application.toolbartips end on on w_genapp_toolbars.create this.rb_floating=create rb_floating this.rb_bottom=create rb_bottom this.rb_right=create rb_right this.rb_top=create rb_top this.rb_left=create rb_left this.cb_2=create cb_2 this.cb_visible=create cb_visible this.cbx_showtips=create DAT*xöcbx_showtips this.cbx_showtext=create cbx_showtext this.gb_1=create gb_1 this.Control[]={ this.rb_floating,& this.rb_bottom,& this.rb_right,& this.rb_top,& this.rb_left,& this.cb_2,& this.cb_visible,& this.cbx_showtips,& this.cbx_showtext,& this.gb_1} end on on w_genapp_toolbars.destroy destroy(this.rb_floating) destroy(this.rb_bottom) destroy(this.rb_right) destroy(this.rb_top) destroy(this.rb_left) destroy(this.cb_2) destroy(this.cb_visible) destroy(this.cbx_showtips) deDAT*zöstroy(this.cbx_showtext) destroy(this.gb_1) end on type rb_floating from radiobutton within w_genapp_toolbars int X=119 int Y=477 int Width=334 int Height=73 string Text="&Floating" BorderStyle BorderStyle=StyleLowered! long TextColor=33554432 long BackColor=12632256 int TextSize=-10 int Weight=700 string FaceName="Arial" FontFamily FontFamily=Swiss! FontPitch FontPitch=Variable! end type on clicked;/* Make toolbar float */ iw_window.toolbaralignment = floating! end on tDAT*|öype rb_bottom from radiobutton within w_genapp_toolbars int X=119 int Y=389 int Width=316 int Height=73 string Text="&Bottom" BorderStyle BorderStyle=StyleLowered! long TextColor=33554432 long BackColor=12632256 int TextSize=-10 int Weight=700 string FaceName="Arial" FontFamily FontFamily=Swiss! FontPitch FontPitch=Variable! end type on clicked;/* Align toolbar at bottom */ iw_window.toolbaralignment = alignatbottom! end on type rb_right from radiobutton within w_genapp_toolbDAT*~öars int X=119 int Y=301 int Width=261 int Height=73 string Text="&Right" BorderStyle BorderStyle=StyleLowered! long TextColor=33554432 long BackColor=12632256 int TextSize=-10 int Weight=700 string FaceName="Arial" FontFamily FontFamily=Swiss! FontPitch FontPitch=Variable! end type on clicked;/* Align toolbar at right */ iw_window.toolbaralignment = alignatright! end on type rb_top from radiobutton within w_genapp_toolbars int X=119 int Y=213 int Width=247 int Height=73 DAT*€östring Text="&Top" BorderStyle BorderStyle=StyleLowered! long TextColor=33554432 long BackColor=12632256 int TextSize=-10 int Weight=700 string FaceName="Arial" FontFamily FontFamily=Swiss! FontPitch FontPitch=Variable! end type on clicked;/* Align toolbar at top */ iw_window.toolbaralignment = alignattop! end on type rb_left from radiobutton within w_genapp_toolbars int X=119 int Y=117 int Width=247 int Height=73 string Text="&Left" BorderStyle BorderStyle=StyleLowered! loDAT*‚öng TextColor=33554432 long BackColor=12632256 int TextSize=-10 int Weight=700 string FaceName="Arial" FontFamily FontFamily=Swiss! FontPitch FontPitch=Variable! end type on clicked;/* Align toolbar at left */ iw_window.toolbaralignment = alignatleft! end on type cb_2 from commandbutton within w_genapp_toolbars int X=663 int Y=217 int Width=334 int Height=109 int TabOrder=30 string Text="&Done" int TextSize=-10 int Weight=700 string FaceName="Arial" FontFamily FontFamily=SwDAT*„öiss! FontPitch FontPitch=Variable! end type on clicked;/* Close toolbar configuration window */ Close (parent) end on type cb_visible from commandbutton within w_genapp_toolbars int X=659 int Y=73 int Width=334 int Height=109 int TabOrder=20 string Text="&Hide" boolean Default=true int TextSize=-10 int Weight=700 string FaceName="Arial" FontFamily FontFamily=Swiss! FontPitch FontPitch=Variable! end type on clicked;/* Indicate opposite toolbar visible status */ if this.teDAT*†öxt = "&Hide" then iw_window.toolbarvisible = False this.text = "&Show" else iw_window.toolbarvisible = True this.text = "&Hide" end if end on type cbx_showtips from checkbox within w_genapp_toolbars int X=618 int Y=617 int Width=439 int Height=73 string Text="Show Ti&ps" BorderStyle BorderStyle=StyleLowered! long TextColor=33554432 long BackColor=12632256 int TextSize=-10 int Weight=700 string FaceName="Arial" FontFamily FontFamily=Swiss! FontPitch FontPitch=Variable! eDAT*ˆönd type on clicked;/* Set toolbar tips mode */ iapp_application.toolbartips = this.checked end on type cbx_showtext from checkbox within w_genapp_toolbars int X=55 int Y=617 int Width=458 int Height=73 string Text="Show Te&xt" BorderStyle BorderStyle=StyleLowered! long TextColor=33554432 long BackColor=12632256 int TextSize=-10 int Weight=700 string FaceName="Arial" FontFamily FontFamily=Swiss! FontPitch FontPitch=Variable! end type on clicked;/* Set toolbar text mode *DAT*¤/ iapp_application.toolbartext = this.checked end on type gb_1 from groupbox within w_genapp_toolbars int X=55 int Y=45 int Width=508 int Height=545 int TabOrder=10 string Text="Move" BorderStyle BorderStyle=StyleLowered! long TextColor=33554432 long BackColor=12632256 int TextSize=-10 int Weight=700 string FaceName="Arial" FontFamily FontFamily=Swiss! FontPitch FontPitch=Variable! end type DAT*ŒöOę*k2+k2 Š@Š@Š@€‰j@j@7@7@+6@6@€Řj@€Ř€çj@€ ç€ůj@€ ů€ m_genapp_framemenuwindowmenumergeoptionmenuitemtype€ |h€ |h€ ʈ€ ʈ€ ʈ€ ź˜€ ź˜DAT*Žö€ ź˜€ ̨€ |Đ€ |Đ€ |Đ€ Œŕ€ Œŕ€ Œŕ€ Ě € Ě € Ě € Ü0€ DAT*ö\H€ \H€ Ź‘€ \H€ Ź‘€ \H€ Ź‘€ \H€ Ź‘€ \H€ Ź‘€ \H€ Ź‘DAT*’ö€ \H€ Ź‘€ \H€ Ź‘w_genapp_framew_genapp_toolbarsw_genapp_about8`ˆ°Ř(Px Čđ@h¸ŕ0X€¨Đř Hp˜Ŕč8`ˆ°DAT*”ö2m_genapp_frameap˙˙ €+create+destroy+clicked xő_initsrcmenum_genapp_framewindowmenumergeoptionmenuitemtypem_filem_newm_openm_closem_-m_printm_printersetupm_-2m_toolbarsm_-1m_exitm_helpm_helpindexm_searchm_-3m_aboutquickappw_genapp_framew_genapp_toolbarsw_genapp_aboutôbars˙˙40ď˙˙ _g@p_ab˙˙T*Ŕ˙˙@napp˙˙$E@400˙˙42@_gen˙˙AwiT*DAT*–ö04˙˙Hô*m_˙˙NetENT˙˙UŹ˙˙]?˙˙aČv˙˙i w˙˙x K˙˙}  ˙˙ˆ Dw˙˙ 8˙˙” Y˙˙›|w˙˙§˙˙°˙˙ľ˙˙Ĺ@˙˙Ô@˙˙ć @đ…€€€€€ € € € € €€€€,Œ €á´€@}ąŽ€DAT*˜ö€€€Ŕ˙˙€€˙˙€€˙˙€€˙˙€€˙˙€€˙˙€€˙˙€€˙˙€€˙˙€€˙˙€€˙˙€€˙˙€€˙˙€€˙˙€€˙˙€€DAT*šö˙˙€€˙˙l‡*‡ *(‡8@$H$˛€ |  6dP8m_file€€”m_help€€”item0Š@€€  (8 @ H "$$d m_file €m_help€  €€2 DAT*œö+create+destroy(˙˙Ŕ˙˙Ŕ2 m_filem_help(ex˙˙ €tc˙˙ €]  @0€1€ € @   €€ € €˙˙˙˙€˙˙˙˙˙˙€˙˙Œ 80…*$‡4*<‡L*T‡`*hDAT*žö‡x*€‡˜* ‡°*¸‡Ě*ԇä*ě‡ü*‡$$$,$4$<$D$L$T$\$d$˛€ |0F\rˆ ž ´ Ę ŕ ödltext§&Filem_new€€”m_open,€,€”m_closeD €D €”m_-\ €\ €”m_printp €p €”m_priDAT* öntersetupˆ €ˆ €”m_-2X@¨ €¨ €”m_toolbarsŔ€Ŕ€”m_-1܀܀”m_exitô€ô€”itemç Š@€,€D €\ €p €ˆ €¨ €Ŕ€Ü€ô€  $4 <L T` hx €˜  ° ¸Ě Ôä ěü   $ , 4 < D L T \ d ’ $DAT*˘ö$($4$D$\$l$€$$ $*8FT b p ~d¨Pm_new˜€m_open€m_close  €m_-0 €m_print< €m_printersetup@L €m_-2d €m_toolbarst€m_-1ˆ€m_exit˜€  ( 4 D \ l €    €€2 +create+destroy(˙˙DAT*¤öŔ˙˙Ŕ2 Lm_newm_openm_closem_-m_printm_printersetupm_-2m_toolbarsm_-1m_exitČ˙˙ €˙˙ €K˙˙ €˙˙ €ě˙˙ €˙˙! €˙˙0 €˙˙5 €˙˙@ €˙˙E €]  @X€1€ € @   €€ € €DAT*Śö € € € € € € € €˙˙˙˙€˙˙˙˙˙˙€˙˙,) 8dw_genapp_framege˙˙@€wf_newsheetcŔ ˆ80…(800…T8\0…t8|0…Œ1N‹}4Nhd”(text˙&New Ctrl+Nmicrohelp Create neDAT*¨öw sheettoolbaritemname˙˙˙A Window!toolbaritemtextd Newshortcut€ ( T t Œ €€2 +clicked+create(˙˙8Ŕ0˙˙ Ŕ2 ]  @€€1€ € @   €€˙˙˙˙€˙˙˙˙˙˙€˙˙h80…DAT*Şö,840…P9}d1O‹}4Hdl textX@&Open... Ctrl+Omicrohelp Open existing sheetenabledHshortcut˙˙˙X , P d €2 +create˙˙Ŕ2 ]  @¨€1€ € @   €€˙˙˙˙DAT*Źö€˙˙,)8dw_genapp_framelp˙˙@€wf_closesheetbŔ :80…$8,0…d?text˙&ClosemicrohelpŠ@ Close active sheet $  € €2 +clicked+create(˙˙Ŕ˙˙ Ŕ2 ]  @Đ€1€DAT*Žö € @   €€˙˙˙˙€˙˙˙˙˙˙€˙˙ 80…dtext*€-  €2 +create@˙˙Ŕ2 ]  @ř€1€ € @   €€˙DAT*°ö˙˙˙€˙˙Â,)8‡•ź,80)@8źÁž@˝Á$1‹1‹)P8ź´ž@˝´8,8X0)\8$B Z † ždl_joblw_sheetw_genapp_frame<pp˙˙pr˙˙ €ub˙˙@€d getactivesheett4ŔPrinting active sheet...setmicrohelptiWŔ1printblPŔHrueWŔ1 @ P DAT*˛ö\ œ80…(800…T8\0…t8|0…Œ9} 1P‹}4Nh|d¨0text&Print Ctrl+Pmicrohelp Print active sheettoolbaritemnameC Print!toolbaritemtextc Printenabled˙‚shortcut” ( T t Œ    € €2 +clicked+create(č˙˙ŔDAT*´ö˙˙ Ŕ2 ]  @ €1€ € @   €€˙˙˙˙€˙˙˙˙˙˙€˙˙źżž@˝ż$d:80…,840…dBtextPrint &Setup...microhelp Setup printer DAT*śö,  € €2 +clicked+create(˙˙˙˙Ŕ˙˙˙˙ Ŕ2 ]  @H€1€ € @   €€˙˙˙˙€˙˙˙˙˙˙€˙˙ 80…dtextX@-  €2 +createŒŕ˙˙Ŕ2 DAT*¸ö]  @p€1€ € @   €€˙˙˙˙€˙˙&Ś ,źžž@˝žś8d!w_genapp_toolbarsw_genapp_frame(˙˙ @€˙˙@€:80…(800…dCtextX@&Toolbars...microhelp@ DAT*şöConfigure toolbars ( €€2 +clicked+create(˙˙Ŕ˙˙ Ŕ2 ]  @˜€1€ € @   €€˙˙˙˙€˙˙˙˙˙˙€˙˙ 80…dtextX@- €2 +createDAT*źö˙˙Ŕ2 ]  @Ŕ€1€ € @   €€˙˙˙˙€˙˙,ź ž@˝ 8dw_genapp_frame˙˙@€ž80… 8(0…H8P0…h8p0…„:6@‰ 1‹}DAT*žö4Nh~d¨0textE&xitmicrohelp Exit programtoolbaritemname5 Exit!toolbaritemtextV Exitmenuitemtype€u6@toolbaritemspaceŒ  H h „   €€2 +clicked+create(ppli˙˙ Ŕ˙˙ ÔŔ2 ]  @č€1€ € @   DAT*Ŕö€€˙˙˙˙€˙˙˙˙˙˙€˙˙Ô80…$9}8*@‡T*\‡l*t‡Œ*”‡¤Ź$´$ź$Ä$˛€ |.DZp†dĚxtextX@&Helpshifttorightm_helpindex,€,€”m_search˙H€H€”m_-3 €d€d€”DAT*Âöm_aboutquickapp|€|€”itemœŠ@,€H€d€|€ $ 8 @T \l tŒ ”¤ Ź ´ ź Ä > $ $0$H$*dP m_helpindex€m_search\@€m_-3Š@(€m_aboutquickapp8€  0 H €€2 +create+destroy(˙˙Ŕ˙˙DAT*ÄöŔ2 *m_helpindexm_searchm_-3m_aboutquickappP˙˙ €X@˙˙ €˙˙ €X@˙˙ €]  @€1€ € @   €€ € € € €˙˙˙˙€˙˙˙˙˙˙€˙˙dh80…,840DAT*Ćö…P9}d1p‹}4Hdl textX@Help &Index F1microhelp Display Help indexenabledhGshortcut€”X , P d €€2 +clicked+create(˙˙Ŕ˙˙  €Ŕ2 ]  @8€1€ € @   €DAT*Čö€˙˙˙˙€˙˙˙˙˙˙€˙˙dN80…48<0…\9}4ddtext&Search for Help on...microhelp' Search for Help topicenabled2R 4 \ €€2 +clicked+create(˙˙Ŕ˙˙ Ŕ2 ]  @DAT*Ęö`€1€ € @   €€˙˙˙˙€˙˙˙˙˙˙€˙˙ 80…dtextX@- €2 +create˙˙Ŕ2 ]  @ˆ€1€ € @   DAT*Ěö€€˙˙˙˙€˙˙"Ś ź~ž@˝~ś8dw_genapp_about˙˙ @€P80…$8,0…P:6@‰4dXtext&About...microhelp Display "About" windowmenuitemtypeC6@ $ P €€2 +clicked+create(olor˙˙nuŔdowt˙˙ atŔ2 DAT*ç]  @°€1€ € @   €€˙˙˙˙€˙˙˙˙˙˙€˙˙DAT*ĐöOę*k2+k2 Š@€Š@€ŠaŠ@Š@p#j@j@*7@7@q:6@6@af €gČj@€1Čth5€_×€m_genapp_sheetm_genapp_framemenuwindowmenumergeoptionmenuitemtype€ ÜÄ€ ÜÄ€ ěÔ€ ěÔ€ üä€ üä€ üä€ DAT*Ňö ő€  ő€  ő€  ő€ ä€ ä€ € € € € € Ź}€ Ź}DAT*Ôö€ ź€ ź€ ź€ ̝€ ̝€ ̝€ \g€ \g€ \g€ \g€ \g€ Dš € DAT*ÖöDš € ¤€ Dš € ¤€ Dš € ¤€ Dš € ¤€ Dš € ¤€ Dš € ¤€ Dš DAT*Řö€ ¤€ Dš € ¤w_genapp_frameHp˜Ŕč8`ˆ°Ř(Px Čđ@h¸ŕ0X€¨Đř Hp˜Ŕč8`ˆ°Ř(PDAT*Úöx 2m_genapp_sheet˙˙ €0+create+destroy+clicked xÖ_initsrcm_genapp_framem_genapp_sheetmenuwindowmenumergeoptionmenuitemtypem_genapp_frame`m_filem_filem_genapp_frame`m_newm_newm_genapp_frame`m_openm_openm_genapp_frame`m_closem_closem_genapp_frame`m_-m_-m_genapp_frame`m_printm_printm_genapp_frame`m_printersetupm_printersetupm_genapp_frame`m_-2m_-2m_genapp_frame`m_toolbarsm_toolbarsm_genapp_frDAT*Üöame`m_-1m_-1m_genapp_frame`m_exitm_exitm_genapp_frame`m_helpm_helpm_genapp_frame`m_helpindexm_helpindexm_genapp_frame`m_searchm_searchm_genapp_frame`m_-3m_-3m_genapp_frame`m_aboutquickappm_aboutquickappm_editm_undom_-4m_cutm_copym_pastem_clearm_windowm_tileverticalm_tilehorizontalm_layerm_cascadem_-5m_arrangeiconsw_genapp_frame8đ˙˙Ô˙˙˙ @˙˙ţ˙˙'@˙˙,@Đ%˙˙3@˙˙C@x%DAT*Ţö˙˙P€˙˙f”˙˙m€˙˙‚˙˙ˆ€˙˙ž˙˙Ľ€˙˙ź ˙˙Ä €˙˙× ˙˙Ű €˙˙ň ˙˙ú€˙˙˙˙'€˙˙;˙˙@€˙˙Z˙˙e€˙˙y˙˙~€˙˙”˙˙›€˙˙ą˙˙¸€DAT*ŕö˙˙Ó˙˙߀˙˙÷˙˙€˙˙˙˙ €˙˙8!˙˙H"˙˙O#˙˙˙˙V$˙˙[%Ě,˙˙a&0$ ˙˙h'(# ˙˙p(˙˙x)#˙˙*#˙˙+€ ä,˙˙Ą,˙˙Š-˙˙ł.˙˙¸/˙˙Ç@đ…l€ en €otot p€€€€on e a €€€t €oole nDAT*âö €€€b € m_ e € €€`€ lm_ € €€€ € €€€ € €€€ € €€€ €€€€ p€€€n€p_fr m€€€r€m_cl s€€€`€_fra e€€€, €_gen p!€€€`"€prin #€€€$€ %€€€&€'€(€)€*€+€,€-€.€/€0€1€2€3€4€€Ŕ˙˙€€˙˙ €€˙˙ €€˙˙ €€˙˙€€DAT*äö˙˙€€˙˙€€˙˙€€˙˙€€˙˙€€˙˙€€˙˙€€˙˙€€˙˙!€€˙˙#€€˙˙%€€˙˙€€˙˙€'€˙˙€'€˙˙€'€˙˙DAT*ćö€'€˙˙€'€˙˙€'€˙˙€€˙˙€.€˙˙€.€˙˙€.€˙˙€.€˙˙€.€˙˙€.€˙˙ś‡€8*‡,*4‡DL$š1RŻĐT$‡\d$š1RŻĐDAT*čöl$‡ 2H|dtPcreatem_editX@'€'€”m_window˙ .€ .€”item˙<Š@<Š@'€<Š@<Š@ .€ , 4D L T \ d l 4€8$$$ d,destroym_edit€'€m_window˙.€ $ €€2 +create+destroy(€˙˙Ŕ˙˙ŔDAT*ęö2 m_editm_window(Ŕ˙˙ '€˙˙ .€]  @p€1€ € @   €€ € € '€ .€˙˙˙˙€˙˙˙˙˙˙€˙˙2€8 80…dcreatetag €2 +create˙˙DAT*ěöŔ2 ]  @Ř€1€ € @   €€ € € € € € € € € € €˙˙˙˙€˙˙L €8 80…(80…,d0createtagtoolbaritemnameX@  (  €2 DAT*îö+create˙˙Ŕ2 ]  @H€1€ € @   €€˙˙˙˙€˙˙2 €8 80…dcreatetag  €2 +createú˙˙Ŕ2 ]  @pDAT*đö€1€ € @   €€˙˙˙˙€˙˙2 €8 80…dcreatetag  €2 +create̝˙˙Ŕ2 ]  @˜€1€ € @   €€DAT*ňö˙˙˙˙€˙˙2€8 80…dcreatetag €2 +create̝˙˙Ŕ2 ]  @Ŕ€1€ € @   €€˙˙˙˙€˙˙`€8 80…(80…DAT*ôö89},Fd@createtagtoolbaritemnameX@ enabled0 ( 8 €2 +create˙˙Ŕ2 ]  @č€1€ € @   €€˙˙˙˙€˙˙2€8 80…dDAT*ööcreatetag €2 +create˙˙Ŕ2 ]  @€1€ € @   €€˙˙˙˙€˙˙2€8 80…dcreatetag €2 +create˙˙Ŕ2 ] DAT*řö  @8€1€ € @   €€˙˙˙˙€˙˙2€8 80…dcreatetag €2 +create˙˙Ŕ2 ]  @`€1€ € @   DAT*úö€€˙˙˙˙€˙˙2€8 80…dcreatetag €2 +createj@˙˙>Ŕ2 ]  @ˆ€1€ € @   €€˙˙˙˙€˙˙L€8 DAT*üö80…(80…,d0createtagtoolbaritemnameX@  ( €2 +create˙˙Ŕ2 ]  @°€1€ € @   €€˙˙˙˙€˙˙F€8 80…$9}DAT*ţö,d,createtagshifttoright $ €2 +create˙˙Ŕ2 ]  @ €1€ € @   €€ € "€ $€ &€˙˙˙˙€˙˙2€8 80…dcreatetagDAT*ö  €2 +create˙˙Ŕ2 ]  @€1€ € @   €€˙˙˙˙€˙˙2!€8 80…dcreatetag "€2 +create˙˙Ŕ2 ]  DAT*ö@(€1€ € @   €€˙˙˙˙€˙˙2#€8 80…dcreatetag $€2 +create˙˙Ŕ2 ]  @P€1€ € @   DAT*ö€€˙˙˙˙€˙˙2%€8 80…dcreatetag &€2 +create˙˙Ŕ2 ]  @x€1€ € @   €€˙˙˙˙€˙˙80… *(DAT*ö‡8*@‡P*X‡h*p‡€*ˆ‡˜* ‡°¸$Ŕ$Č$Đ$Ř$ŕ$˛€ |0F\rˆ ždč textX@&Editm_undo\@(€(€”m_-4Š@0)€0)€”m_cutŠ@H*€H*€”m_copy`+€`+€”m_pastex,€x,€”m_clear-€-€”item¨Š@(€0)€H*€`+€x,€DAT*ö-€  (8 @P Xh p€ ˆ˜  ° ¸ Ŕ Č Đ Ř ŕ Z$$($8$H$X$*8Fd`0m_undo@(€m_-4X@)€m_cut\@ *€m_copy@0+€m_paste@,€m_clearP-€  ( 8 H X '€'€2 +create+destroy(˙˙DAT* öŔ˙˙Ŕ2 )m_undom_-4m_cutm_copym_pastem_clearx˙˙ (€˙˙ )€˙˙ *€˙˙ +€˙˙ ,€˙˙! -€]  @˜€1€ € @   €€ (€ )€ *€ +€ ,€ -€˙˙˙˙€˙˙˙˙˙˙€˙˙hDAT* ö80…(800…L9}`1Z‹}4Hdh textX@&Undo Ctrl+Zmicrohelp@ Undo last operationenabledDshortcutŠ@T ( L ` (€2 +create˙˙Ŕ2 ]  @Ŕ€1€ € @   DAT*ö€€˙˙˙˙€˙˙ 80…dtextX@- )€2 +create˙˙Ŕ2 ]  @č€1€ € @   €€˙˙˙˙€˙˙h80…(800…P9}dDAT*ö1X‹}4Hdl textX@Cu&t Ctrl+Xmicrohelp\@ Cut text to clipboardenabledŠ@Fshortcut˙˙˙X ( P d *€2 +createDAT*˙˙Ŕ2 ]  @€1€ € @   €€˙˙˙˙€˙˙h80DAT*ö…(800…P9}d1C‹}4Hdl text˙ &Copy Ctrl+Cmicrohelp Copy text to clipboardenabledGshortcutŠ@X ( P d +€2 +create˙˙Ŕ2 ]  @8€1€ € @   €€˙DAT*ö˙˙˙€˙˙h80…(800…T9}h1V‹}4Hdp textX@&Paste Ctrl+Vmicrohelp Paste text from clipboardenabledJshortcut\ ( T h ,€2 +create€˙˙X@Ŕ2 ]  @`€1€ € @  DAT*ö €€˙˙˙˙€˙˙h80…(800…D9}X1.‹}4Hd` textX@C&lear Delmicrohelp\@ Clear textenabled;shortcutŠ@L ( D X -€2 +create˙˙Ŕ2 ]  @ˆ€DAT*ö1€ € @   €€˙˙˙˙€˙˙80…(*0‡L*T‡d*l‡€*ˆ‡˜* ‡¸*Ŕ‡ĐŘ$ŕ$č$đ$ř$$˛€ |0F\rˆ žd textX@&Windowm_tilevDAT*öertical@/€/€”m_tilehorizontal˙80€80€”m_layer\1€\1€”m_cascadet2€t2€”m_-53€3€”m_arrangeicons¨4€¨4€”itemČŠ@/€80€\1€t2€3€¨4€ ( 0L Td l€ ˆ˜  ¸ ŔĐ Ř ŕ č đ ř  Z$,$<$P$`$x$DAT*ö*8Fd€0m_tilevertical/€m_tilehorizontal0€m_layer41€m_cascadeD2€m_-5X3€m_arrangeiconsh4€ , < P ` x .€.€2 +create+destroy(˙˙Ŕ˙˙Ŕ2 Fm_tileverticalm_tilehorizontalm_layerm_cascadem_-5m_arrangeiconsx˙˙ /€˙˙ 0€@˙˙ 1€˙˙( 2€˙˙2 3€˙˙7 4€DAT*ö]  @°€1€ € @   €€ /€ 0€ 1€ 2€ 3€ 4€˙˙˙˙€˙˙˙˙˙˙€˙˙:80…,840…dTtextX@Tile &Verticalmicrohelp˙ Arrange all as vertically tiled ,  ,:@DAT* ö)8dw_genapp_frame˙˙@5€arrangesheets0Ŕ /€/€2 +create+clicked(˙˙Ŕ˙˙Ŕ2 ]  @Ř€1€ € @   €€˙˙˙˙€˙˙˙˙˙˙€˙˙:80…,DAT*"ö840…dVtextX@Tile &Horizontalmicrohelp! Arrange all as horizontally tiled ,  ,:@)8dw_genapp_frame˙˙@5€arrangesheets0Ŕ 0€0€2 +create+clicked(˙˙Ŕ˙˙rcŔ2 ]  @€1€ € @   DAT*$ö€€˙˙˙˙€˙˙˙˙˙˙€˙˙:80…$8,0…dCtextX@&Layermicrohelp˙ Arrange all as layered $  ,:@)8dw_genapp_frameT*˙˙@5€arrangesheetsws0Ŕ 1€1€2 +create+clicked(˙˙DAT*&öŔ˙˙Ŕ2 ]  @(€1€ € @   €€˙˙˙˙€˙˙˙˙˙˙€˙˙:80…$8,0…dDtextX@&Cascademicrohelp Arrange all as cascaded $  ,:@)8DAT*(ödw_genapp_frame˙˙@5€arrangesheets0Ŕ 2€2€2 +create+clicked( f@˙˙YŔsu@˙˙cŔ2 ]  @P€1€ € @   €€˙˙˙˙€˙˙˙˙˙˙€˙˙ 80…dtexDAT**ötX@- 3€2 +create˙˙Ŕ2 ]  @x€1€ € @   €€˙˙˙˙€˙˙:80…,840…dFtextX@Arrange &Iconsmicrohelp˙ Arrange all icons ,  ,:@)DAT*˝8dw_genapp_frame˙˙@5€arrangesheets0Ŕ 4€4€2 +create+clicked(˙˙Ŕ˙˙Ŕ2 ]  @ €1€ € @   €€˙˙˙˙€˙˙˙˙˙˙€˙˙DAT*.öOé*k2+k2j@j@dj@€ŠaŠ@Š@!V@V@a&U@U@a2]@]@q?P@P@!x{@{@`ƒ@@q@@™@@a¤@@QŽ@@ş@@!Ć}@}@`re€ ,^@^@!7p@p@a7tr€r?w_genapp_aboutwindowmenuwindowtypewindowstatewindowobjecttoolbaralignment€ ,statictextfontcharsetfontpitchfontfamilyalignmentfillpatternborderstylecommandbuttonAbout€ DAT*0öhHArialOKMS Sans SerifdragobjectmessagePÜ2w_genapp_aboutR*˙˙ €+create+destroy+clicked xÓ_initsrcwindoww_genapp_aboutmenuwindowtypewindowstatewindowobjecttoolbaralignmentstatictextst_1fontcharsetfontpitchfontfamilyalignmentfillpatternborderstylecommandbuttoncb_okdragobjectmessagepe ˙˙ronu w˙˙ le@d ty˙˙_efrom˙˙in@ileDAT*2ö ˙˙$ t@m_fi˙˙/nu@hin ˙˙;fr@ance˙˙Hen@ m_o˙˙Y_o@epor˙˙dpo˙˙i@˙˙u @˙˙ @˙˙Š ˙˙@˙˙˙˙˙˙” ˙˙@˙˙˙˙˙˙  ˙˙@˙˙ü˙˙˙Źý˙@˙˙˙˙˙˙ş˙˙˙˙˙˙˙˙Ŕ˙˙@˙˙˙˙˙˙Ë@đ…c€trin<€SN=sl €e;UI<€min;€Ŕ˙˙aB(&€€˙˙+€€˙˙* b*‡DAT*4ö *(‡8@$H$˛€ |,dP8st_1˙ & € €”cb_ok'€€”control0]@& €'€  (8 @ H "$$d st_1˙& €cb_ok'€  €€2 +create+destroy(˙˙Ŕ˙˙˙˙Ŕ2 BxywidthheighttitlebartitlecontroDAT*6ölmenuwindowtypest_1cb_okČ˙˙j˙˙­˙˙Ž˙˙ 9˙˙^@˙˙Ԁ˙˙ ^@˙˙,€˙˙7 €˙˙< €] j­Ž9€Ԁ  €€€€Ü€1€@  @@€DAT*8ö@ € €˙˙˙˙€˙˙˙˙˙˙€˙˙2 2 oxywidthheightenabledtextalignmentfocusrectangletextcolortextsizeweightfacenamefontfamilyfontpitchgr˙˙ˇÓ˙˙ile˙˙–˙˙ ast˙˙.m˙˙€˙˙ €st˙˙(T*˙˙7˙˙˙Aö˙˙˙ma˙˙Jź`˙˙Q€ty˙DAT*:ö˙Z €sr˙˙e €] ˇia ö˙˙˙ź € € €€ ˙@€ €€@€Jź ž@˝ 8,•01>,$d ::message˙˙@€˙˙ €2 +clicked ˙˙ŔDAT*<ö2 Uxywidthheighttabordertextdefaulttextsizeweightfacenamefontfamilyfontpitchđ˙˙Ž˙˙K˙˙˙˙ mp ˙˙˙˙€˙˙˙˙'ö˙˙˙˙˙0ź˙˙7€˙˙@ €˙˙K €] Žm ö˙˙˙ź € € €€ DAT*?@€˙˙˙˙€DAT*@öOę*k2+k2j@j@j@€‰Š@Š@V@V@&U@U@2]@]@?P@P@x‰@‰@€ˆŠ@€Ŕp@p@qŔ_g €rČj@€™×e@e@ăw_genapp_framewindowmenuwindowtypewindowstatewindowobjecttoolbaralignment€ ,mdiclientFramem_genapp_frame€ |Hmessagew_genapp_sheetenvironmentP˜2w_genapp_frame˙˙ €ĄDAT*Böwparamlparam+enableprintwf_closesheetwf_newsheetwf_getsheetcountmenu_referencewf_setmenutextenablewf_enableprint+wparam+lparam+open+create+destroy0˙˙ ˙˙F˙˙ €d˙˙$ x›_initsrcwindoww_genapp_framemenuwindowtypewindowstatewindowobjecttoolbaralignmentmdiclientmdi_1m_genapp_framemessagew_genapp_sheetenvironment (lw˙˙endo ˙˙ t @ ˙˙ =s.Ge˙˙ (@heetDAT*Dö˙˙$wh@IsVa˙˙/ee@ end˙˙;tu@i_co˙˙H f@ion ˙˙Ysu@tine˙˙cutile,˙˙i _h@ en˙˙x m@app_˙˙€ ro@estr˙˙ fi@đ…€Á€ €€Ŕ ˙˙gG  '&€€ ˜Š$ˆ, $1ľ:9} $0$@}, •~1Œ, H$DAT*Fö: dd<+wparam+lparamlb_enablelm_genapp_framemessage::messagexR*˙˙ ]ş˙˙˙˙˙˙ €˙˙* @ €˙˙2 @ €P0menuid Š@˙˙m_file€m_print( €enabled8˙˙   0 @ H @)8‡•:ź ž@˝ 8"d lw_sheet˙˙ €getactivesheet@4ŔDAT*Hö N9)8Š1‹:@ź†ž@˝†ś8d lw_sheet˙˙ €wf_enableprintfŔ t)8‡•d1<R‹})(8‡•"" > Z ddli_countlw_sheet(˙˙˙˙ €0getfirstsheet5Ŕgetnextsheet6Ŕ ( şŠź<ž@˝<śDAT*Jö8$:?@˛j$ $0880…´@$:?@˛´H$P$X8`0…6f „dmenu_referencelenv_env(˙˙ €˙˙ €e@˙˙?@m_file€€m_exitQ€text(E&xit€˙˙?@€€(Quit   0 @ H P X b48011)8\8DAT*Lö011)0804denable˙˙8enableprinttriggerevent˙6 Ŕ posteventj@Ŕ$ 0 d$) 8)48, •J1X, <$0d ::message˙˙ @ €D menuid@ Š@wf_setmenutext@eŔwf_newsheetcŔ(˙˙  4 < r $8Ş2,j4DAT*Nö‡D*L‡\d$˛€ |2Hdl8menunamej@ m_genapp_framemenuidj@# Š@ €”mdi_1j@<& €< €”controlT]@<& € , 4D L\ d 4$• $ $ d(menuid@ Š@ Š@mdi_1X@& €   €€#€a€b€c€d€e€f€OaŽ#2 m+eDAT*Pönableprintwf_closesheetwf_newsheetwf_getsheetcountwf_setmenutextwf_enableprint+open+create+destroy´˙˙Ŕ˙˙ Ŕ@K˙˙°Ŕ+˙˙'ŔL˙˙8Ŕ˙˙GŔ˙˙VŔ˙˙\Ŕ˙˙dŔ2 txywidthheighttitlebartitlemenunamebackcolorcontrolmenuminboxmaxboxresizablewindowstatewindowtypemdi_1,˙˙˙˙…˙˙j ˙˙ %DAT*Rö˙˙˙˙‚€˙˙ ˆ€˙˙)˙˙3˙˙?˙˙F˙˙M˙˙W€˙˙c€˙˙n €] …j %€‚€ˆ€ €€€€˜€1€  @@€DAT*Í@ €˙˙a€O˙˙˙˙b€˙˙)˙˙˙˙c€˙˙5˙˙˙˙d€˙˙U˙˙e€˙˙k$˙˙f€˙˙Š˙˙˙˙#€Ž˙˙˙˙€˙˙˜˙˙˙˙€˙˙2 2 backcolor˙˙] DAT*VöOë*k2+k2 j@j@dj@€‰Š@Š@qV@V@a&U@U@a2]@]@?P@P@s€ˆ¸j@€`¸al€Çp@p@ÇPŁ €~Š@€Ďw_genapp_sheetwindowmenuwindowtypewindowstatewindowobjecttoolbaralignment€ lXSheetm_genapp_sheet€ "w_genapp_framemessageP2w_genapp_sheet˙˙ €+open+create+destroy+clDAT*Xöose x_initsrcwindoww_genapp_sheetmenuwindowtypewindowstatewindowobjecttoolbaralignmentw_genapp_framemessagem_genapp_sheetÜ p ˙˙| D!˙˙ @˜ ˙˙‚˙˙@@K˙˙$Ě @x!˙˙/@”˙˙;ô @˙˙H@@K˙˙Y @Č!˙˙h @˙˙p @đ…i€d€&Lay€Ŕ˙˙aB&&ž, )8}$8DAT*Zö,źúž@˝ú8z'…, <$)T8, •„1’, \$J jd"li_countw_genapp_frame::message< ˙˙j@˙˙ @€˙˙ @ €d(wf_getsheetcounth dŔtitle° Sheet:menuid3 Š@wf_setmenutexteŔD˙˙ $ < T \ 8 $8Ş2,j4‡d<menuname˙ DAT*\öm_genapp_sheetmenuid# Š@ €” , 4&$• $dmenuid Š@ Š@  n, )81<Ľ:, 9),8, •T1b, 4$":dw_genapp_frame::message(˙˙ @€˙˙ @ €<wf_getsheetcountj@dŔwf_enableprint@fŔ˙˙ , 4 €€€#€DAT*^öFŽ#2 +open+create+destroy+closePShee˙˙geŔ_she˙˙€Ŕ˙˙ŔH˙˙¤Ŕ2 MxywidthheighttitlebartitlemenunamecontrolmenuminboxmaxboxresizableÜ˙˙Ą˙˙ ˙˙.˙˙ )˙˙˙˙x€˙˙ ~€˙˙)˙˙5˙˙<˙˙C] Ą .)DAT*y€x€~€ €€€€€€1€@  @@€@˙˙˙˙#€Ž˙˙˙˙€˙˙˙˙˙˙€˙˙˙˙˙˙€FDAT*böOë*k2+k2j@j@j@€‰Š@Š@V@V@)U@U@5]@]@BP@P@|“@“@ˆ@@”@@ž@@Š@@ľ}@}@Ă|@|@̂@‚@€b@b@p@p@€•^@^@ w_genapp_toolbarswindowmenuwindowtypewindowstatewindowobjecttoolbaralignment€ lXradiobuttonfontcharsetfontpitchfontfamilyborderstylecommandbuttoncheckboxgroupboxToolbars€DAT*dö ě0application€ üP&FloatingArial&Bottom&Right&Top&Left&Done&HideShow Ti&psShow Te&xtMovemessagedragobjectTŕ2w_genapp_toolbars˙˙ € +open+create+destroy+clicked x1_initsrcwindoww_genapp_toolbarsmenuwindowtypewindowstatewindowobjecttoolbaralignmentradiobuttonrb_floatingfontcharsetfontpitchfontfamilyborderstylerb_bottomDAT*förb_rightrb_toprb_leftcommandbuttoncb_2cb_visiblecheckboxcbx_showtipscbx_showtextgroupboxgb_1applicationmessagedragobjectDj@˙˙2˙˙3˙˙ j@@j@˙˙7˙˙8˙˙"j@@j@˙˙'<@˙˙=˙˙2j@@j@˙˙>A@˙˙B˙˙Kj@@j@˙˙\F@˙˙G˙˙hj@˙˙t@˙˙€ @˙˙Š @˙˙• @˙˙Ą˙˙Ť˙˙´˙˙ť˙DAT*hö˙Ă @˙˙Ń˙˙Ö˙˙á @˙˙ę ˙˙÷ ˙˙@˙˙  ˙˙@˙˙@˙˙&@đ…:€enuiĄ€3 €wf_st€nutet€eŔ€˙˙€ €€€€ €estrx€his.€Ŕ˙˙aB2&€€˙˙* €€˙˙* €€˙˙* €€˙˙* €€˙DAT*jö˙* €€˙˙* €€˙˙* €€˙˙* €€˙˙* €€˙˙L ,$ˆ0ź7ž@˝7$‡8$@$‰:P@˛ŽT$d9}R:P@˛Ŕt$|9}R:P@˛ň$˜9}R:P@˛$¨$°9}R:P@˛DAT*löRÄ$Ě9}Ô$Ü$”đ$80…¸$8 0…4$<D$L$}d$lt$|$},•21@,„$> \ l Š ž źĐî 4Rl”¸ č"dmessagecase8::message<ob˙˙@€oo˙˙€ i˙˙@€Œđiw_window 1€˙˙ X@iaDAT*nöpp_applicationj@0€1€˙˙P@rb_bottomH'€checked\rb_leftl*€\rb_right„(€\rb_top )€\rb_floating¸& €\1€˙˙cb_visibleä,€text:ř&Hideä,€ř&Showcbx_showtext@&.€\0€˙˙cbx_showtipsj@T-€\0€˙˙˙˙  0 8 @ T d t |  ˜ ¨ ° Ä Ě Ô Ü DAT*pöđ    4 < D L d l t | „ r  *‡(*0‡D*L‡\*d‡t*|‡Œ*”‡¨*°‡Č*Їč*đ‡*‡ $($0$8$@$H$P$X$`$h$˛€ |,BXDAT*rön„ š ° Ć Üdpřrb_floating& € €”rb_bottomX@'€€”rb_right˙8(€8€”rb_topT)€T€”rb_leftl*€l€”cb_2j@„+€„€”cb_visibleœ,€œ€”cbx_showtips˙?¸-€¸€”cbx_showtextb_vŘ.€Ř€”gb_1:ř/€ř€”control]@& €'€8(€T)€l*€„+€œ,€¸-€Ř.€ř/€ ( 0D L\ dt |Œ DAT*tö”¨ °Č Đč đ    ( 0 8 @ H P X ` h ’  $ $4$D$T$d$x$$¨$¸$*8FT b p ~dŔPrb_floating& €rb_bottom'€rb_right€((€rb_top@<)€rb_leftL*€cb_2j@\+€cb_visiblel,DAT*vö€cbx_showtips€-€cbx_showtext˜.€gb_1°/€  4 D T d x  ¨ ¸ €€#€Ž#2 +open+create+destroy<˙˙Ŕ˙˙Ŕ€˙˙Ŕ2 šxywidthheighttitlebartitlebackcolorcontrolmenuwindowtyperb_floatingrb_bottomrb_rightrb_toprb_leftcb_2cb_visiblecbx_showtipscbx_showtextgb_1iapp_applicationiw_window¤˙˙S˙˙ŐDAT*xö˙˙…˙˙ Y˙˙˙˙Հ˙˙ ŔŔŔ˙˙*Ŕ˙˙6Ŕ€˙˙A €˙˙M €˙˙W €˙˙` €˙˙g €˙˙o € ˙˙t €˙˙ €˙˙Œ €˙˙™ €˙˙ž€˙˙Ż€] SŐ…Y€Հ  €ŔDAT*zö€Ŕ€€€1€ŔŔŔ  @@€@ € € € € € € € € € €€€˙˙˙˙#€Ž˙˙˙˙€˙˙˙˙˙˙€˙˙T $:P@‰,•:1H,$ d ::meDAT*|össage˙˙@€$iw_window^@1€˙˙P@˙˙    €2 +clickedX@˙˙Ŕ2 dxywidthheighttextborderstyletextcolorbackcolortextsizeweightfacenamefontfamilyfontpitch˙˙wX@˙˙Ý˙˙NX@˙˙ I ˙˙<€X@˙˙ €˙˙"\@˙˙,ŔŔŔ˙˙6ö˙˙˙j@˙˙?ź˙˙FF€j@˙˙ODAT*~ö € ˙˙Z €] wÝNI ö˙˙˙ź € € €F€ ŔŔŔ@<€@ €˙˙˙˙€T $:P@‰,•:1H,$ d ::messageon˙˙@€$iw_window1€˙˙P@˙˙  DAT*€ö €2 +clicked˙˙Ŕ2 dxywidthheighttextborderstyletextcolorbackcolortextsizeweightfacenamefontfamilyfontpitch˙˙w˙˙…„˙˙<˙˙ I€˙˙L€˙˙ €˙˙"S˙˙,ŔŔŔ˙˙6ö˙˙˙˙˙?ź˙˙FF€˙˙O €˙˙Z €] w…<IDAT*‚ö ö˙˙˙ź € € €F€ ŔŔŔ@L€@ €˙˙˙˙€T $:P@‰,•:1H,$ d ::message˙˙@€$iw_window]@1€˙˙P@˙˙   €2 +clicked˙˙Ŕ2 dxywidthheightDAT*„ötextborderstyletextcolorbackcolortextsizeweightfacenamefontfamilyfontpitch˙˙w˙˙-˙˙˙˙ I˙˙T€˙˙ €˙˙"˙˙,ŔŔŔ˙˙6ö˙˙˙˙˙?ź˙˙FF€˙˙O €˙˙Z €] w-I ö˙˙˙ź € € €F€DAT*†ö ŔŔŔ@T€@ €˙˙˙˙€T $:P@‰,•:1H,$ d ::message˙˙@€$iw_window1€˙˙P@˙˙   €2 +clicked˙˙Ŕ2 dxywidthheighttextborderstyletextcolorbackcolortextsizeweightfacenamefontfamilyfontpitch˙˙DAT*ˆöwX@˙˙Ő˙˙÷X@˙˙ I ˙˙[€X@˙˙ €˙˙"\@˙˙,ŔŔŔ˙˙6ö˙˙˙^@˙˙?ź˙˙FF€^@˙˙O € ˙˙Z €] wŐ÷I ö˙˙˙ź € € €F€ ŔŔŔ@[€@ €˙˙˙˙DAT*Šö€T $:P@‰,•:1H,$ d ::message˙˙@€$iw_window1€˙˙P@˙˙   €2 +clickedtype˙˙omŔ2 dxywidthheighttextborderstyletextcolorbackcolortextsizeweightfacenamefontfamilyfontpitch˙˙w˙˙u˙˙÷˙˙ I˙˙`€DAT*Œö˙˙ €˙˙"˙˙,ŔŔŔ˙˙6ö˙˙˙˙˙?ź˙˙FF€˙˙O €˙˙Z €] wu÷I ö˙˙˙ź € € €F€ ŔŔŔ@`€@ €˙˙˙˙€Jź ž@˝ 8,•01>,$DAT*Žöd ::message˙˙@€˙˙ €2 +clicked˙˙Ŕ2 MxywidthheighttabordertexttextsizeweightfacenamefontfamilyfontpitchÜ˙˙—˙˙ŮK˙˙N˙˙ mô˙˙˙˙f€˙˙ö˙˙˙˙˙(ź˙˙/F€˙˙8 €˙˙C €] —ŮNDAT*öm ö˙˙˙ź € € €F€ @f€˙˙˙˙€Ä$8ŞX $(9}0880…@$H9}P80…,•Ş1¸,X$:TXv d ::message˙˙@€`@text€&Hideiw_windowDAT*’ö1€˙˙&Show}@1€˙˙˙˙  ( 0 @ H P X €2 +clicked˙˙Ŕ2 Uxywidthheighttabordertextdefaulttextsizeweightfacenamefontfamilyfontpitchđ˙˙“˙˙I˙˙N˙˙ m˙˙˙˙l€˙˙˙˙'ö˙˙˙˙˙0ź˙˙7F€˙˙@ DAT*”ö€˙˙K €] “INm ö˙˙˙ź € € €F€ @l€˙˙˙˙€Z$,$},•@1N,4$&d ::message˙˙@€< iapp_application˙0€˙˙checked$˙˙  , 4 DAT*–ö€2 +clickedtype˙˙ipŔ2 dxywidthheighttextborderstyletextcolorbackcolortextsizeweightfacenamefontfamilyfontpitch˙˙j˙˙i˙˙ˇ˙˙ I˙˙r€˙˙ €˙˙"˙˙,ŔŔŔ˙˙6ö˙˙˙˙˙?ź˙˙FF€˙˙O €˙˙Z €] jiˇI DAT*˜öö˙˙˙ź € € €F€ ŔŔŔ@r€@ €˙˙˙˙€Z$,$},•@1N,4$&d ::message˙˙@€< iapp_application˙0€˙˙checked$˙˙  , 4 €2 +clickedDAT*šö˙˙Ŕ2 dxywidthheighttextborderstyletextcolorbackcolortextsizeweightfacenamefontfamilyfontpitch˙˙7˙˙iK˙˙Ę˙˙ I0˙˙}€˙˙ €˙˙"˙˙,ŔŔŔ˙˙6ö˙˙˙˙˙?ź˙˙FF€˙˙O €˙˙Z €] 7iĘI ö˙˙˙źDAT*œö € € €F€ ŔŔŔ@}€@ €˙˙˙˙€2 2 mxywidthheighttabordertextborderstyletextcolorbackcolortextsizeweightfacenamefontfamilyfontpitch˙˙7˙˙-˙˙ü˙˙ !˙˙ ˙˙ˆ€˙˙ €˙˙+ăC˙˙5ŔŔŔ˙˙DAT*,?ö˙˙˙˙˙Hź˙˙OF€ ˙˙X € ˙˙c €] 7-ü!  ö˙˙˙ź € € €F€ ŔŔŔ@ˆ€ €DAT* öO‘oÎ=‘oÎ= k@k@€l@l@3€9m@m@L€Rn@n@R€Xp@p@X€`b@b@„b@€‰n€tle@e@!x?@?@€j@€ € €sorca_testtransactionsqlcadynamicdescriptionareasqldadynamicstagingareasqlsaerrormessageapplicationenvironmentostypesw_genapp_frame2*sqlcasqldasqlsaerrormessageorca_testx˙˙ €˙˙ €˙˙ €DAT*˘ö˙˙ €˙˙ €˙˙ €$+create+destroy+commandline+open ˙˙ x†_initsrctransactiondynamicdescriptionareadynamicstagingareaerrormessageapplicationorca_testenvironmentostypesw_genapp_frameÜ˙˙8˙˙ w_@yle_˙˙ma@rwE˙˙,@+š1˙˙?@_det˙˙E@˙˙M š1@w_pb˙˙Yde˙˙c 50@B˙˙o_p@˙˙w0@DAT*¤öđ…€€€Ŕ˙˙ f80…j$‡j8‡jX‡jt‡j„‡(6DRdŒ0appnameorca_testmessage€transaction,€dynamicdescriptionarea@@€dynamicstagingareaa`€errorNT|€ $8Xt„$ dDAT*Śö´Šź<ž@˝<ś81<ľV8080źsž@˝s8H$‰:?@˛:?@˛" 8P0…B:?@˛:?@˛":?@˛":?@˛"đ8W0…B:?@˛8_0…B808x0źsž@˝s8¤68Ź08ľ08ş0ź͞@˝Í8…ź68Ź08Ź08ş0ź͞@˝Í8…Ä6DAT*¨ö8Ź08Ě08ş0ź͞@˝Í8…Ô68Ź08Ü08ş0ź͞@˝Í8…ä68Ź08ě08ş0ź͞@˝Í8…ô68Ź08ü08ş0ź͞@˝Í8…68Ź0808ş0ź͞@˝Í8…68Ź08$08ş0ź͞@˝Í8…Śź~ž@˝~ś8 *RVlŠœÚěDAT*Şö>B Œ!Ö" #j$´%ţ&H1’d4+commandlineenvstartupfilecase18w_genapp_framed˙˙ ˙˙  €˙˙ ˙˙˙˙ €˙˙%@ €+HApplication: OpenUnable to get environment information. Halting ...ď˙˙?@pb.ini.pb.iniPowerBuilder PreferencesUnrecognized operating system. Halting ...˙˙databasedbms˙˙˙˙userid˙˙dbpass˙˙logid˛˙˙LogPassWord˙˙servernamDAT*Ÿe˙˙dbparmH ¤ ź Ä Ô ä ô   €€€2 +create+destroy+open<˙˙Ŕ˙˙Ŕ˙˙Ŕ2       ˙˙˙˙€˙˙˙˙˙˙€˙˙˙˙€˙˙