代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/224441/14591413
frm form1.frm
VERSION 5.00
Begin VB.Form aa
BackColor = &H00C0C0C0&
Caption = "OLE拖放示例"
ClientHeight = 1965
ClientLeft = 60
ClientTop =
www.eeworm.com/read/224274/14598676
h form1.h
#pragma once
#include "stdafx.h"
#include ".\jiechen.h"
public __gc class jiecheng;
namespace My
{
using namespace System;
using namespace System::ComponentModel;
using namespace System::
www.eeworm.com/read/224162/14603980
cs form1.designer.cs
namespace test
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
www.eeworm.com/read/123850/14609702
txt 用javamail发邮件(含附件),用jbuilder3实现.txt
作者:◆后街男孩◆
日期:2000-12-14 17:21:16
//Title: Your Product Name
//Version:
//Copyright: Copyright (c) 1999
//Author: Your Name
//Company: Your Company
//Description: Y
www.eeworm.com/read/123720/14615151
frm freq.frm
VERSION 5.00
Begin VB.Form PlotFreq
AutoRedraw = -1 'True
Caption = "Frequency Analyser"
ClientHeight = 6105
ClientLeft = 60
ClientTop = 345
www.eeworm.com/read/123658/14619015
c bc-emit.c
/* Output bytecodes for GNU C-compiler.
Copyright (C) 1993, 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it unde
www.eeworm.com/read/123563/14624333
bas myapi.bas
Attribute VB_Name = "myapi"
Option Explicit
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'移动无标题窗口
Public Const WM_SYSCOMMAND = &H112
Public Const SC_MOVE
www.eeworm.com/read/123562/14624454
java knightthread.java
import java.awt.*;
/** This class is responsible for actually solving the Knight's Tour problem
of finding a Hamiltonian cycle for the knight on a chess board. The tour
goes through each squa
www.eeworm.com/read/123428/14634559
cs inputform.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace 作业调度实验
{
///
/// InputForm 的摘
www.eeworm.com/read/123268/14640359
~pas mc_jhxxtj.~pas
unit MC_JHXXTJ;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Grids, DBGrids, StdCtrls, Db, DBTables, ComCtrls, Buttons, ExtCtrls,
ADODB;
t