unit5.~dfm

来自「Delphi编写的基于Oracle的分布式数据库的演示程序」· ~DFM 代码 · 共 72 行

~DFM
72
字号
object check: Tcheck
  Left = 192
  Top = 109
  Width = 435
  Height = 178
  Caption = #31649#29702#21592#27880#20876
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 64
    Top = 24
    Width = 49
    Height = 16
    Caption = #35831#36755#20837'ID'
  end
  object Label2: TLabel
    Left = 56
    Top = 56
    Width = 60
    Height = 16
    Caption = #35831#36755#20837#21475#20196
  end
  object Edit1: TEdit
    Left = 152
    Top = 24
    Width = 121
    Height = 24
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 152
    Top = 64
    Width = 121
    Height = 24
    PasswordChar = '*'
    TabOrder = 1
    Text = 'Edit2'
  end
  object Button1: TButton
    Left = 120
    Top = 104
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 216
    Top = 104
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button2Click
  end
  object Query1: TQuery
    DatabaseName = 'ORACLE1'
    Left = 304
    Top = 24
  end
end

⌨️ 快捷键说明

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