unit7.~dfm

来自「用delphi开发的户籍管理系统」· ~DFM 代码 · 共 135 行

~DFM
135
字号
object Form7: TForm7
  Left = 246
  Top = 144
  Width = 559
  Height = 286
  Caption = 'SQl'#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object TImage
    Left = 0
    Top = 0
    Width = 551
    Height = 252
    Align = alClient
  end
  object Label1: TLabel
    Left = 210
    Top = 3
    Width = 183
    Height = 32
    AutoSize = False
    Caption = 'SQL'#35821#21477#26597#35810
    Color = clMenuBar
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -27
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    Left = 11
    Top = 34
    Width = 167
    Height = 23
    AutoSize = False
    Caption = #35831#36755#20837'SQL'#26597#35810#35821#21477
    Color = clMenuBar
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Memo1: TMemo
    Left = 0
    Top = 64
    Width = 249
    Height = 121
    BevelOuter = bvNone
    Color = clMenu
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    Lines.Strings = (
      '')
    ParentFont = False
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 86
    Top = 208
    Width = 65
    Height = 25
    Caption = #30830#35748
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 184
    Top = 208
    Width = 65
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object Button1: TButton
    Left = 381
    Top = 209
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 276
    Top = 209
    Width = 75
    Height = 25
    Caption = #28165#31354
    TabOrder = 4
    OnClick = Button2Click
  end
  object DBGrid1: TDBGrid
    Left = 256
    Top = 64
    Width = 294
    Height = 121
    DataSource = DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DataSource1: TDataSource
    DataSet = Query1
  end
  object Query1: TQuery
    DatabaseName = 'huji'
    Filter = #29031#29255
    Filtered = True
    RequestLive = True
    Left = 32
  end
end

⌨️ 快捷键说明

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