代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/258989/11828988
java labelexample.java
import java.awt.*;
public class LabelExample {
static public void main(String[] args) {
Frame f;
Label l1,l2,l3;
f = new Frame("Label Example");
f.setLayout( new GridLayout( 3, 1, 30, 30
www.eeworm.com/read/345163/11834963
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace AttachDb
{
///
/// Form1 的摘要说
www.eeworm.com/read/155764/11849779
frm form1.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Form1
BackColor = &H80000009&
Caption = "Form1"
ClientHeight =
www.eeworm.com/read/155664/11856062
pas repairdb.pas
unit repairdb;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, FileCtrl, Buttons, ExtCtrls, shellapi;
type
Trepair = class(TForm)
www.eeworm.com/read/344687/11867358
cs login.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System
www.eeworm.com/read/344687/11867362
cs toppage.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System
www.eeworm.com/read/258364/11868339
cs logdlg.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace AutoRefresh
{
///
/// LogDlg 的摘要说明。
///
www.eeworm.com/read/258337/11869444
cpp kspinbox.cpp
/* This file is part of the KDE libraries
Copyright (C) 1997 Andre Fornacon (afc@fh-zwickau.de)
This library is free software; you can redistribute it and/or
modify it under the terms of
www.eeworm.com/read/344570/11871910
cs quickform.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace ExamSystem
{
///
/// QuickForm 的摘要说明。
///
www.eeworm.com/read/344570/11871952
cs login.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.OleDb;
namespace ExamSystem
{