unit1.dfm

来自「本人生产实习的内容」· DFM 代码 · 共 96 行

DFM
96
字号
object Form1: TForm1
  Left = 390
  Top = 207
  Width = 350
  Height = 200
  Caption = #29992#25143#30331#38470
  Color = clGradientActiveCaption
  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 = 32
    Top = 16
    Width = 57
    Height = 25
    AutoSize = False
    Caption = #29992#25143#21517
  end
  object Label2: TLabel
    Left = 32
    Top = 72
    Width = 41
    Height = 21
    AutoSize = False
    Caption = #23494#30721
  end
  object Edit1: TEdit
    Left = 96
    Top = 16
    Width = 177
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 96
    Top = 64
    Width = 177
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    PasswordChar = '*'
    TabOrder = 1
  end
  object Button1: TButton
    Left = 80
    Top = 112
    Width = 65
    Height = 25
    Caption = #30830#23450'(&O)'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 168
    Top = 112
    Width = 65
    Height = 25
    Caption = #21462#28040'(&C)'
    TabOrder = 3
    OnClick = Button2Click
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=renshi;Data Source=(local)'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Top = 112
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    DataSource = main.DataSource1
    Parameters = <>
    SQL.Strings = (
      'select * from pwd ')
    Top = 80
  end
  object ADOTable1: TADOTable
    Connection = ADOConnection1
    TableName = 'pwd'
    Top = 48
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Top = 8
  end
end

⌨️ 快捷键说明

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