代码搜索结果
找到约 10,000 项符合
U 的代码
u_main.~dfm
object Frmmain: TFrmmain
Left = 179
Top = 80
Width = 704
Height = 569
Caption = 'Frmmain'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Hei
u_data.pas
unit U_data;
interface
uses
SysUtils, Classes, DBTables, DB, ADODB;
type
TDataM = class(TDataModule)
Conn: TADOConnection;
studentDS: TDataSource;
student: TADOTable;
u_data.dfm
object DataM: TDataM
OldCreateOrder = False
Left = 407
Top = 159
Height = 379
Width = 556
object Conn: TADOConnection
ConnectionString =
'Provider=OraOLEDB.Oracle.1;Pass
u_main.dfm
object Frmmain: TFrmmain
Left = 179
Top = 80
Width = 704
Height = 569
Caption = 'Frmmain'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Hei