www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgnode/creategui.m

    function [lyt,tblyt,data]= creategui(nd,info)
%CREATEGUI  Create a view layout for the node
%
%  [lyt,tblyt,data]= creategui(nd,info);
%

%  Copyright 2000-2011 The MathWorks, Inc. and Ford Global Technologies, Inc.



sc=xregGui.SystemColorsDbl;

lyt = uipanel(...
    'Parent', info.Figure, ...
    'BackgroundColor', sc.CTRL_SHADOW, ...
    'Units', 'pixels', ...
    'BorderType', 'beveledin');

tblyt=[];
data=[];