unit2.~dfm

来自「商品销售管理系统」· ~DFM 代码 · 共 113 行

~DFM
113
字号
object Form2: TForm2
  Left = 296
  Top = 138
  Width = 409
  Height = 284
  Caption = #23494#30721#20462#25913#26694
  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 GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 385
    Height = 233
    Caption = #35831#36755#20837#20462#25913#20449#24687#65306
    TabOrder = 0
    object Label1: TLabel
      Left = 96
      Top = 48
      Width = 48
      Height = 13
      Caption = #29992#25143#21517#65306
    end
    object Label2: TLabel
      Left = 96
      Top = 80
      Width = 48
      Height = 13
      Caption = #23494'    '#30721#65306
    end
    object Label3: TLabel
      Left = 96
      Top = 112
      Width = 48
      Height = 13
      Caption = #26032#23494#30721#65306
    end
    object Label4: TLabel
      Left = 80
      Top = 144
      Width = 60
      Height = 13
      Caption = #23494#30721#30830#35748#65306
    end
    object Edit1: TEdit
      Left = 152
      Top = 40
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 152
      Top = 72
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 152
      Top = 104
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 2
    end
    object Edit4: TEdit
      Left = 152
      Top = 136
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 3
    end
    object Button1: TButton
      Left = 64
      Top = 176
      Width = 75
      Height = 25
      Caption = #20462#25913#25552#20132
      TabOrder = 4
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 216
      Top = 176
      Width = 75
      Height = 25
      Caption = #36864'    '#20986
      TabOrder = 5
      OnClick = Button2Click
    end
  end
  object Table1: TTable
    DatabaseName = 'localsql'
    TableName = 'dbo.'#30331#24405#34920
    Left = 48
    Top = 40
  end
  object Query1: TQuery
    DatabaseName = 'localsql'
    Left = 56
    Top = 80
  end
end

⌨️ 快捷键说明

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