代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/364872/9889409
txt umain.pas.txt
unit uMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, Buttons, inifiles;
type
tbytes = array [0..3] of array [0..7]
www.eeworm.com/read/168890/9890048
vb module.vb
Module _Module
Public MyCnn As ADODB.Connection
Public MyRs As ADODB.Recordset
Public strCnn As String
Public RecNo As Integer
Public User权限 As String
End Module
www.eeworm.com/read/364735/9896967
frm frmmain.frm
VERSION 5.00
Begin VB.Form frmMain
BorderStyle = 3 'Fixed Dialog
ClientHeight = 450
ClientLeft = 45
ClientTop = 45
ClientWidth = 3150
Control
www.eeworm.com/read/364695/9898033
pas pubunit.pas
//******************************************************************************
// 模块简介 //
// 本模块封装了Delphi编程过程中的许多函数和Windows API
www.eeworm.com/read/364695/9898112
~pas pubunit.~pas
//******************************************************************************
// 模块简介 //
// 本模块封装了Delphi编程过程中的许多函数和Windows API
www.eeworm.com/read/168757/9898158
pas hhexdump.pas
// Hex Dump Viewer for "huge data"
unit hHexDump;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
const
MAXDIGITS = 16
www.eeworm.com/read/168757/9898166
pas helpers.pas
unit helpers;
interface
uses windows, commctrl;
function Byte2Hex(value: byte): shortstring;
function Word2Hex(value: Word): shortstring;
function Byte2Bin(v : byte) : shortstring;
fun
www.eeworm.com/read/168753/9898416
ctl imlist.ctl
VERSION 5.00
Begin VB.UserControl ImList
ClientHeight = 5895
ClientLeft = 0
ClientTop = 0
ClientWidth = 6495
ScaleHeight = 393
ScaleMode
www.eeworm.com/read/168753/9898418
bas comdlg.bas
Attribute VB_Name = "ComDlg"
'/////////////////////////////
'COMMON DIALOGES WITHOUT OCX'S
'/////////////////////////////
Option Explicit
'//
'// Structures
'//
Private Type OPENFILENAME
www.eeworm.com/read/168668/9902419
vb clockd.vb
Imports System.Drawing
Imports system.Drawing.Imaging
Imports System.math
Imports System.Web.UI
Imports System.Web.UI.WebControls
Namespace mxj