代码搜索结果
找到约 44,783 项符合
Layout 的代码
v3k_fram_uart_demo1_sdcc.mem
Internal RAM layout:
0 1 2 3 4 5 6 7 8 9 A B C D E F
0x00:|0|0|0|0|0|0|0|0|a|a|a|a|a|a|a|a|
0x10:|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|
0x20:|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|
0x30:|Q|Q|S|S|S|S|S
v3k_fram_watch_sdcc.mem
Internal RAM layout:
0 1 2 3 4 5 6 7 8 9 A B C D E F
0x00:|0|0|0|0|0|0|0|0|a|a|I|I|I|I|I|S|
0x10:|S|S|S|S|S|S|S|S|S|S|S|S|S|S|S|S|
0x20:|S|S|S|S|S|S|S|S|S|S|S|S|S|S|S|S|
0x30:|S|S|S|S|S|S|S
layout.frm
VERSION 5.00
Object = "{9BD6A640-CE75-11D1-AF04-204C4F4F5020}#2.0#0"; "mo20.ocx"
Begin VB.Form frmLayout
BorderStyle = 4 'Fixed ToolWindow
Caption = "Layout"
ClientHeig
layoutst.m
issig=0;
isspec=0;
iscolorbar=0;
linlogspec=1;
sigenveloppe=0;
layout=issig+isspec*2+iscolorbar*4;
while layout~=4,
if issig==0,
SignalStr= 'display signal';
else
SignalStr=
e633. setting gap sizes in a gridbadlayout.txt
Unlike most of the other layout managers, the gridbag layout manager does not have a property for controlling the size of the gaps between cells. You could implement gaps using insets (see e630 Settin
e571. creating a container.txt
A container holds one or more child components. A container has a layout that determines how the child components are arranged within the container. This example creates a frame with a text area in th
e623. setting the location of a component in a gridbaglayout.txt
gridbag layout arranges components in a two-dimensional grid of cells. The northwest-most cell has position (0,0). The cell to the right or east has position (1,0); the cell to the bottom or south ha