代码搜索:Layout
找到约 10,000 项符合「Layout」的源代码
代码结果 10,000
www.eeworm.com/read/493414/6392666
java newjframe1.java
/*
* NewJFrame1.java
*
* Created on 2007年11月21日, 下午11:00
*/
package org.Adam;
import java.awt.BorderLayout;
import javax.swing.JTabbedPane;
/**
*
* @author Administrator
*/
p
www.eeworm.com/read/480828/6662403
c wl_text.c
// WL_TEXT.C
#include "WL_DEF.H"
#pragma hdrstop
/*
=============================================================================
TEXT FORMATTING COMMANDS
------------------------
^C
www.eeworm.com/read/479786/6678711
makefile
CC = gcc -g
all: layout
layout: layout.o
$(CC) `gtk-config --libs` layout.o -o layout
layout.o: layout.c
$(CC) `gtk-config --cflags` -c layout.c -o layout.o
clean:
rm layout *.o
www.eeworm.com/read/479786/6678726
makefile
CC = gcc -g
all: layout
layout: layout.o
$(CC) `gtk-config --libs` layout.o -o layout
layout.o: layout.c
$(CC) `gtk-config --cflags` -c layout.c -o layout.o
clean:
rm layout *.o
www.eeworm.com/read/479786/6678754
makefile
CC = gcc -g
all: layout
layout: layout.o
$(CC) `gtk-config --libs` layout.o -o layout
layout.o: layout.c
$(CC) `gtk-config --cflags` -c layout.c -o layout.o
clean:
rm layout *.o
www.eeworm.com/read/263368/11365782
cpp labeledinfodisplayitem.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this sample source code is subject to the terms of the Microsoft
// license agreement under which you licensed thi
www.eeworm.com/read/260245/11737999
txt mfc.txt
MFC工具条和状态栏
Windows控制窗口
Windows (Windows95或者以上版本) 提供了系列通用控制窗口,其中包括工具条(ToolBar)、状态栏(StatusBar)、工具条提示窗口(ToolTip)。
Windows在一个DLL加载时注册个控制窗口的“窗口类”。例如,工具条的“窗口类”是“ToolbarWindow32”,状态栏的“窗口类”是“ms
www.eeworm.com/read/152476/12110287
properties log4j.properties
log4j.rootCategory=error, A1
# A1 is set to be a ConsoleAppender.
log4j.appender.A1=org.apache.log4j.ConsoleAppender
# A1 uses PatternLayout.
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
www.eeworm.com/read/340903/12125759
h nllayout.h
/**
* 日志布局抽象基类
* @file NLLayout.h
* @date 2006年11月9日
* @author 周志武
* @version 1.0.0: 初始版本
**/
#ifndef _NLLAYOUT_H_
#define _NLLAYOUT_H_
#include
#include
name