代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/363625/9942168
bas main.bas
Attribute VB_Name = "main"
'**********************************
' 基本设置
'**********************************
Public intPort As Integer '串行口号
Public strSet As String '协议设置
Public i
www.eeworm.com/read/168002/9942192
bas modlabelengine.bas
Attribute VB_Name = "modLabelEngine"
' Copyright 1995-2004 ESRI
' All rights reserved under the copyright laws of the United States.
' You may freely redistribute and use this sample code, wi
www.eeworm.com/read/167953/9944286
txt 五子棋代码.txt
///////////////////////////////////////////////////////////////////////
//五子棋代码
//
//使用的控件及名称:
//
// 窗体:Form 名称:Frm
// 棋盘控件:PictrueBox 名称:picQiPan
// 位置标识控件:Shape 名称:Shp
// 按钮控件:CommandBu
www.eeworm.com/read/363581/9944648
pas u_globalvar.pas
unit U_GlobalVar; // 全局变量
interface
uses Windows, SysUtils, Classes, Messages, Menus;
type
GridStyle = record
GroundColor: integer; // 表格底色
FontColor: integer; // 表格字体颜色
Li
www.eeworm.com/read/167636/9958083
bas smart.bas
Attribute VB_Name = "modSmart"
Declare Function PowerOn Lib "smartdll2.dll" () As Integer
Declare Function PowerOff Lib "smartdll2.dll" () As Integer
Declare Function OpenComm Lib "smartdll2.d
www.eeworm.com/read/167636/9958158
frm frmchange.frm
VERSION 5.00
Begin VB.Form frmChange
BorderStyle = 3 'Fixed Dialog
Caption = "调换班"
ClientHeight = 4335
ClientLeft = 45
ClientTop = 330
Cl
www.eeworm.com/read/167636/9958188
bas modprint.bas
Attribute VB_Name = "modPrint"
Option Explicit
Private Const ColDistance = 400
Private Const RowDistance = 150
Private Totalwidth As Long
Private FixedX As Long
Private FixedY As Long
Private L
www.eeworm.com/read/167636/9958219
frm frmlookman.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmLookMan
BorderStyle = 3 'Fixed Dialog
Caption = "查找员工"
ClientHeigh
www.eeworm.com/read/167631/9958372
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, Grids, StdCtrls;
type
TForm1 = class(TForm)
Panel1: TPan
www.eeworm.com/read/167631/9958392
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, Grids, StdCtrls;
type
TForm1 = class(TForm)
Panel1: TPan