代码搜索:Label

找到约 10,000 项符合「Label」的源代码

代码结果 10,000
www.eeworm.com/read/127668/14341977

h cc.h

/* ** CC.H -- Symbol Definitions for Small-C compiler. */ /* ** machine dependent parameters */ #define BPW 2 /* bytes per word */ #define LBPW 1 /* log2(BPW) */ #define SBPC 1
www.eeworm.com/read/127668/14342021

pas cc.pas

Unit CC; (* ** CC.H -- Symbol Definitions for Small-C compiler. *) Interface type integers=array[1..16383] of integer; pinteger=^integers; Const (* ** machine dependent parameters *)
www.eeworm.com/read/127579/14348461

frm frmgrsd1.frm

VERSION 5.00 Begin VB.Form frmgrsd1 BorderStyle = 1 'Fixed Single Caption = "工资薪金所得" ClientHeight = 1890 ClientLeft = 1335 ClientTop = 690
www.eeworm.com/read/127459/14353205

~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
www.eeworm.com/read/127459/14353257

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
www.eeworm.com/read/229057/14354670

btsrv-gui

#!/usr/bin/python # # Affix - Bluetooth Protocol Stack for Linux # Copyright (C) 2001 Nokia Corporation # Original Author: Alexey Vyskubov # # This program is free
www.eeworm.com/read/127376/14357367

cpp chesserr.cpp

#include #pragma hdrstop #include "ChessErr.h" //--------------------------------------------------------------------- TChessErrorDlg *ChessErrorDlg; //-----------------------------
www.eeworm.com/read/127376/14357397

cpp endgamedlog.cpp

//--------------------------------------------------------------------- #include #pragma hdrstop #include "EndGameDlog.h" #include "MainForm1.h" //----------------------------------
www.eeworm.com/read/127362/14358060

cs form1.cs

using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace BatchRename { /// /// Form1 的
www.eeworm.com/read/228877/14358497

cs pasform.designer.cs

namespace xlsb { partial class pasform { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null;