unit9.dfm

来自「CBUILDER+SQL的实现」· DFM 代码 · 共 107 行

DFM
107
字号
object Form9: TForm9
  Left = 257
  Top = 131
  Width = 244
  Height = 287
  Caption = #29992#25143#23494#30721#26356#25913' '
  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 Label1: TLabel
    Left = 64
    Top = 184
    Width = 21
    Height = 13
    Caption = '       '
  end
  object LabeledEdit1: TLabeledEdit
    Left = 56
    Top = 32
    Width = 121
    Height = 24
    EditLabel.Width = 36
    EditLabel.Height = 13
    EditLabel.Caption = #26087#23494#30721
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    LabelPosition = lpAbove
    LabelSpacing = 3
    ParentFont = False
    TabOrder = 0
  end
  object LabeledEdit2: TLabeledEdit
    Left = 56
    Top = 92
    Width = 121
    Height = 24
    EditLabel.Width = 36
    EditLabel.Height = 13
    EditLabel.Caption = #26032#23494#30721
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    LabelPosition = lpAbove
    LabelSpacing = 3
    ParentFont = False
    TabOrder = 1
  end
  object LabeledEdit3: TLabeledEdit
    Left = 56
    Top = 152
    Width = 121
    Height = 24
    EditLabel.Width = 48
    EditLabel.Height = 13
    EditLabel.Caption = #30830#35748#23494#30721
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    LabelPosition = lpAbove
    LabelSpacing = 3
    ParentFont = False
    TabOrder = 2
  end
  object BitBtn1: TBitBtn
    Left = 40
    Top = 208
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 136
    Top = 208
    Width = 75
    Height = 25
    Caption = #37325#32622
    TabOrder = 4
    OnClick = BitBtn2Click
  end
  object Query1: TQuery
    DatabaseName = 'db'
    SQL.Strings = (
      'select  *'
      'from Users;')
    Left = 192
    Top = 56
  end
end

⌨️ 快捷键说明

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