connectdlg.dfm

来自「湖滨小区物业管理系统主要是针对湖滨小区的物业管理公司作为使用对象而开发的」· DFM 代码 · 共 145 行

DFM
145
字号
object connect: Tconnect
  Left = 512
  Top = 192
  Width = 311
  Height = 335
  Caption = #26381#21153#22120#36830#25509
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 260
    Width = 303
    Height = 41
    Align = alBottom
    TabOrder = 0
    object Button1: TButton
      Left = 40
      Top = 8
      Width = 75
      Height = 25
      Caption = #36830#25509
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 158
      Top = 8
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 1
      OnClick = Button2Click
    end
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 303
    Height = 260
    Align = alClient
    Caption = #26381#21153#22120#37197#32622
    TabOrder = 1
    object Label1: TLabel
      Left = 40
      Top = 56
      Width = 80
      Height = 13
      Caption = #26381#21153#22120#21517'/IP:  '
    end
    object Label2: TLabel
      Left = 32
      Top = 97
      Width = 88
      Height = 13
      Caption = #25968#25454#24211#21517#65306' '
    end
    object Label3: TLabel
      Left = 10
      Top = 139
      Width = 110
      Height = 13
      Caption = '      '#25968#25454#24211#29992#25143#21517#65306
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 52
      Top = 180
      Width = 53
      Height = 13
      Caption = #23494'   '#30721#65306
    end
    object Edit1: TEdit
      Left = 120
      Top = 56
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
      Text = '.'
      OnEnter = Edit1Enter
      OnExit = Edit1Exit
      OnKeyDown = Edit1KeyDown
    end
    object Edit2: TEdit
      Left = 120
      Top = 100
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 1
      Text = 'wuye'
      OnEnter = Edit2Enter
      OnExit = Edit2Exit
      OnKeyDown = Edit2KeyDown
    end
    object Edit3: TEdit
      Left = 120
      Top = 140
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 2
      Text = 'sa'
      OnEnter = Edit3Enter
      OnExit = Edit3Exit
      OnKeyDown = Edit3KeyDown
    end
    object Edit4: TEdit
      Left = 120
      Top = 180
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      PasswordChar = '*'
      TabOrder = 3
      OnEnter = Edit4Enter
      OnExit = Edit4Exit
      OnKeyDown = Edit4KeyDown
    end
  end
  object ADOConnection1: TADOConnection
    LoginPrompt = False
    Provider = 'SQLOLEDB'
    Left = 248
    Top = 24
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 64
    Top = 24
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?