jvcl driver development envionment

源代码在线查看: main.dfm

软件大小: 11078 K
上传用户: haowfei
关键词: development envionment driver jvcl
下载地址: 免注册下载 普通下载 VIP

相关代码

				object Form1: TForm1
				  Left = 209
				  Top = 186
				  Width = 193
				  Height = 89
				  HorzScrollBar.Range = 112
				  VertScrollBar.Range = 24
				  ActiveControl = Button1
				  AutoScroll = False
				  Caption = 'Threaded Queries'
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = 11
				  Font.Name = 'MS Sans Serif'
				  Font.Pitch = fpVariable
				  Font.Style = []
				  OldCreateOrder = True
				  PixelsPerInch = 96
				  TextHeight = 13
				  object Button1: TButton
				    Left = 74
				    Top = 6
				    Width = 79
				    Height = 27
				    Caption = 'Run Queries'
				    TabOrder = 0
				    OnClick = Button1Click
				  end
				  object DataBase: TJvUIBDataBase
				    Params.Strings = (
				      'sql_dialect=3'
				      'lc_ctype=NONE'
				      'user_name=SYSDBA'
				      'password=masterkey'
				      '')
				    DatabaseName = 'd:\employee.db'
				    UserName = 'SYSDBA'
				    PassWord = 'masterkey'
				    LibraryName = 'gds32.dll'
				    Left = 8
				    Top = 8
				  end
				  object Transaction: TJvUIBTransaction
				    DataBase = DataBase
				    Left = 40
				    Top = 8
				  end
				end
							

相关资源