📄 proformatax.m
字号:
function fig = proformatax()
% This is the machine-generated representation of a Handle Graphics object
% and its children. Note that handle values may change when these objects
% are re-created. This may cause problems with any callbacks written to
% depend on the value of the handle at the time the object was saved.
%
% To reopen this object, just type the name of the M-file at the MATLAB
% prompt. The M-file and its associated MAT-file must be on your path.
load proformatax
h0 = figure('Color',[0.8 0.8 0.8], ...
'Colormap',mat0, ...
'MenuBar','none', ...
'PaperType','a4letter', ...
'PointerShapeCData',mat1, ...
'Position',[471 36 560 420], ...
'Tag','Fig1');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[27 82.5 316.5 197.25], ...
'Style','frame', ...
'Tag','Frame2');
h1 = uicontrol('Parent',h0, ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[59 258 371 89], ...
'Style','frame', ...
'Tag','Frame1');
h1 = uicontrol('Parent',h0, ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[58 146 373 90], ...
'Style','frame', ...
'Tag','Frame1');
h1 = uicontrol('Parent',h0, ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[110 306 60 19], ...
'String','Name:', ...
'Style','text', ...
'Tag','StaticText1');
h1 = uicontrol('Parent',h0, ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[175 306 246 19], ...
'Style','edit', ...
'Tag','EditText1');
h1 = uicontrol('Parent',h0, ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[110 288 60 19], ...
'String','Address:', ...
'Style','text', ...
'Tag','StaticText2');
h1 = uicontrol('Parent',h0, ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[175 288 246 19], ...
'Style','edit', ...
'Tag','EditText2');
h1 = uicontrol('Parent',h0, ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[110 269 60 19], ...
'String','Sex:', ...
'Style','text', ...
'Tag','StaticText3');
h1 = uicontrol('Parent',h0, ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[175 269 121 19], ...
'String','Male', ...
'Style','radiobutton', ...
'Tag','Radiobutton1');
h1 = uicontrol('Parent',h0, ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[301 269 121 19], ...
'String','Female', ...
'Style','radiobutton', ...
'Tag','Radiobutton2');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[48 249 84 16.5], ...
'String','Personal Details', ...
'Style','text', ...
'Tag','StaticText4');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[45.75 166.5 55.5 16.5], ...
'String','Tax Details', ...
'Style','text', ...
'Tag','StaticText4');
h1 = uicontrol('Parent',h0, ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[175 158 121 19], ...
'String','Yes', ...
'Style','radiobutton', ...
'Tag','Radiobutton2');
h1 = uicontrol('Parent',h0, ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[301 158 121 19], ...
'String','No', ...
'Style','radiobutton', ...
'Tag','Radiobutton1');
h1 = uicontrol('Parent',h0, ...
'BackgroundColor',[0.752941176470588 0.705882352941176 0.533333333333333], ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[73 155 100 19], ...
'String','First return:', ...
'Style','text', ...
'Tag','StaticText3');
h1 = uicontrol('Parent',h0, ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[175 178 246 19], ...
'Style','edit', ...
'Tag','EditText2');
h1 = uicontrol('Parent',h0, ...
'BackgroundColor',[0.752941176470588 0.705882352941176 0.533333333333333], ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[73 177 100 19], ...
'String','Lodged at:', ...
'Style','text', ...
'Tag','StaticText2');
h1 = uicontrol('Parent',h0, ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[175 196 246 19], ...
'Style','edit', ...
'Tag','EditText1');
h1 = uicontrol('Parent',h0, ...
'BackgroundColor',[0.752941176470588 0.705882352941176 0.533333333333333], ...
'FontSize',10, ...
'ListboxTop',0, ...
'Position',[73 200 100 19], ...
'String','Tax File No:', ...
'Style','text', ...
'Tag','StaticText1');
if nargout > 0, fig = h0; end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -