DBConnectFrm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:2k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object frmDBConnect: TfrmDBConnect
  2.   Left = 307
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = #25968#25454#24211#36830#25509#35774#32622
  6.   ClientHeight = 202
  7.   ClientWidth = 242
  8.   Color = clBtnFace
  9.   Font.Charset = GB2312_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #23435#20307
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 242
  23.     Height = 161
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 22
  28.       Top = 17
  29.       Width = 60
  30.       Height = 12
  31.       Caption = #26381#21153#22120#21517#65306
  32.     end
  33.     object Label2: TLabel
  34.       Left = 22
  35.       Top = 56
  36.       Width = 60
  37.       Height = 12
  38.       Caption = #25968#25454#24211#21517#65306
  39.     end
  40.     object Label3: TLabel
  41.       Left = 22
  42.       Top = 96
  43.       Width = 60
  44.       Height = 12
  45.       Caption = #29992' '#25143' '#21517#65306
  46.     end
  47.     object Label4: TLabel
  48.       Left = 22
  49.       Top = 136
  50.       Width = 60
  51.       Height = 12
  52.       Caption = #23494'    '#30721#65306
  53.     end
  54.     object edtServerName: TEdit
  55.       Left = 87
  56.       Top = 13
  57.       Width = 136
  58.       Height = 20
  59.       TabOrder = 0
  60.     end
  61.     object edtDatabaseName: TEdit
  62.       Left = 87
  63.       Top = 52
  64.       Width = 136
  65.       Height = 20
  66.       TabOrder = 1
  67.     end
  68.     object edtUserName: TEdit
  69.       Left = 87
  70.       Top = 91
  71.       Width = 136
  72.       Height = 20
  73.       TabOrder = 2
  74.     end
  75.     object edtPassword: TEdit
  76.       Left = 87
  77.       Top = 130
  78.       Width = 136
  79.       Height = 20
  80.       TabOrder = 3
  81.     end
  82.   end
  83.   object Panel2: TPanel
  84.     Left = 0
  85.     Top = 161
  86.     Width = 242
  87.     Height = 41
  88.     Align = alBottom
  89.     TabOrder = 1
  90.     object btnOK: TBitBtn
  91.       Left = 32
  92.       Top = 8
  93.       Width = 75
  94.       Height = 25
  95.       Caption = #30830#23450
  96.       TabOrder = 0
  97.       OnClick = btnOKClick
  98.     end
  99.     object btnCancel: TBitBtn
  100.       Left = 128
  101.       Top = 8
  102.       Width = 75
  103.       Height = 25
  104.       Caption = #21462#28040
  105.       TabOrder = 1
  106.       OnClick = btnCancelClick
  107.     end
  108.   end
  109. end