// // DVIEW_DLG // Copyright (C) 2001 by Four Dimension Technologies, Singapore-India // Author : Rakesh Rao // Date : March 22, 2001 // Description : Dialog for the DataView function // (C) 1999-2004, Four Dimension Technologies, Bangalore // e-mail : rakesh.rao@4d-technologies.com // Web : www.4d-technologies.com // dview_dlg : dialog { label = ""; key="title"; initial_focus="row1"; : boxed_column { : row { : text { width = 25; key = "row1_title"; } : edit_box { label = ""; key = "row1"; edit_width = 30; edit_limit = 60; } } spacer_0; : row { : text { width = 25; key = "row2_title"; } : edit_box { label = ""; key = "row2"; edit_width = 30; edit_limit = 60; } } spacer_0; : row { : text { width = 25; key = "row3_title"; } : edit_box { label = ""; key = "row3"; edit_width = 30; edit_limit = 60; } } spacer_0; : row { : text { width = 25; key = "row4_title"; } : edit_box { label = ""; key = "row4"; edit_width = 30; edit_limit = 60; } } spacer_0; : row { : text { width = 25; key = "row5_title"; } : edit_box { label = ""; key = "row5"; edit_width = 30; edit_limit = 60; } } spacer_0; : row { : text { width = 25; key = "row6_title"; } : edit_box { label = ""; key = "row6"; edit_width = 30; edit_limit = 60; } } spacer_0; : row { : text { width = 25; key = "row7_title"; } : edit_box { label = ""; key = "row7"; edit_width = 30; edit_limit = 60; } } spacer_0; : row { : text { width = 25; key = "row8_title"; } : edit_box { label = ""; key = "row8"; edit_width = 30; edit_limit = 60; } } spacer_0; : row { : text { width = 25; key = "row9_title"; } : edit_box { label = ""; key = "row9"; edit_width = 30; edit_limit = 60; } } spacer_0; : row { : text { width = 25; key = "row10_title"; } : edit_box { label = ""; key = "row10"; edit_width = 30; edit_limit = 60; } } spacer_0; : row { : text { width = 25; key = "row11_title"; } : edit_box { label = ""; key = "row11"; edit_width = 30; edit_limit = 60; } } spacer_0; : row { : text { width = 25; key = "row12_title"; } : edit_box { label = ""; key = "row12"; edit_width = 30; edit_limit = 60; } } } ok_cancel_previous_next; errtile; } // // OK_CANCEL_PREV_NEXT_DLG // Copyright (C) 2001 by Four Dimension Technologies, Singapore-India // Author : Rakesh Rao // Description : Dialog for the OK_CANCEL_PREV_NEXT in DataView ok_cancel_previous_next : row { alignment=centered; fixed_width=true; ok_button; : button { label = "Next"; key = "next"; } : button { label = "Previous"; key = "previous"; } cancel_button; }