unit3.dfm

来自「小区抄表系统」· DFM 代码 · 共 110 行

DFM
110
字号
object Form3: TForm3
  Left = 408
  Top = 163
  Width = 266
  Height = 289
  Caption = 'Form3'
  Color = clGradientInactiveCaption
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 24
    Width = 36
    Height = 13
    Caption = #32534#21495#65306
  end
  object Label2: TLabel
    Left = 32
    Top = 64
    Width = 48
    Height = 13
    Caption = #21407#23494#30721#65306
  end
  object Label3: TLabel
    Left = 32
    Top = 104
    Width = 48
    Height = 13
    Caption = #26032#23494#30721#65306
  end
  object Label4: TLabel
    Left = 8
    Top = 144
    Width = 75
    Height = 13
    Caption = #30830#35748#26032#23494#30721#65306' '
  end
  object Edit1: TEdit
    Left = 88
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 88
    Top = 56
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 88
    Top = 96
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 88
    Top = 136
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 3
  end
  object Button1: TButton
    Left = 24
    Top = 192
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 144
    Top = 192
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 5
    OnClick = Button2Click
  end
  object ADOCommand1: TADOCommand
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#23567#21306#25220#34920#31995#32479
    Parameters = <>
    Left = 96
    Top = 232
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#23567#21306#25220#34920#31995#32479
    Parameters = <>
    Left = 152
    Top = 224
  end
end

⌨️ 快捷键说明

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