📄 proformagui.m
字号:
function proformagui()% This is the machine-generated representation of a MATLAB object% and its children. Note that handle values may change when these% objects are re-created. This may cause problems with some callbacks.% The command syntax may be supported in the future, but is currently % incomplete and subject to change.%% To re-open this system, just type the name of the m-file at the MATLAB% prompt. The M-file and its associtated MAT-file must be on your path.load proformagui a = figure('Color',[0.95 0.9 0.8], ... 'Colormap',mat0, ... 'MenuBar','none', ... 'PaperPosition',[0.634517 6.34517 20.3046 15.2284], ... 'PaperType','a4letter', ... 'PaperUnits','centimeters', ... 'Position',[10 22 560 420], ... 'Tag','Fig1');b = uicontrol('Parent',a, ... 'Units','points', ... 'BackgroundColor',[0.701961 0.701961 0.701961], ... 'FontSize',12, ... 'Position',[110 280.376 60 18.6353], ... 'String','Name:', ... 'Style','text', ... 'Tag','StaticText1');b = uicontrol('Parent',a, ... 'Units','points', ... 'BackgroundColor',[0.701961 0.701961 0.701961], ... 'FontSize',12, ... 'Position',[175.341 280.376 246.494 18.6353], ... 'Style','edit', ... 'Tag','EditText1');b = uicontrol('Parent',a, ... 'Units','points', ... 'BackgroundColor',[0.701961 0.701961 0.701961], ... 'FontSize',12, ... 'Position',[110 261.741 60 18.6353], ... 'String','Address:', ... 'Style','text', ... 'Tag','StaticText1');b = uicontrol('Parent',a, ... 'Units','points', ... 'BackgroundColor',[0.701961 0.701961 0.701961], ... 'FontSize',12, ... 'Position',[110 243.106 60 18.6353], ... 'String','Sex:', ... 'Style','text', ... 'Tag','StaticText1');b = uicontrol('Parent',a, ... 'Units','points', ... 'BackgroundColor',[0.701961 0.701961 0.701961], ... 'FontSize',12, ... 'Position',[175.341 261.741 246.494 18.6353], ... 'Style','edit', ... 'Tag','EditText1');b = uicontrol('Parent',a, ... 'Units','points', ... 'BackgroundColor',[0.701961 0.701961 0.701961], ... 'FontSize',12, ... 'Position',[175.341 243.106 121.129 18.6353], ... 'String','Male', ... 'Style','radiobutton', ... 'Tag','EditText1');b = uicontrol('Parent',a, ... 'Units','points', ... 'BackgroundColor',[0.701961 0.701961 0.701961], ... 'FontSize',12, ... 'Position',[300.706 243.106 121.129 18.6353], ... 'String','Female', ... 'Style','radiobutton', ... 'Tag','EditText1');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -