代码搜索结果
找到约 10,000 项符合
Input 的代码
input.css
.input { clip: rect( ); height: 18px; width: 100px; background-position: top; font-family: "宋体"; font-size: 12px; color: #000033; text-decoration: none}
a:hover { color: #00CC33; text-decoration
input.c
// input.c -- when to use &
#include
int main(void)
{
int age; // variable
float assets; // variable
char pet[30]; // string
printf("
input.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: input.
input.dfm
object InputForm: TInputForm
Left = -29
Top = 128
Width = 691
Height = 407
Caption = #23398#29983#22522#26412#24773#20917#30340#24405#20837
Color = clBtnFace
Font.Charset = DEFAUL
input.pas
unit Input;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, jpeg, ExtCtrls, ComCtrls, Buttons,db, XPMenu;
type
TInputForm