bormmain.dfm

来自「三層源碼,DELPHI寫的三層源碼,三層源碼,」· DFM 代码 · 共 135 行

DFM
135
字号
object borm_main: Tborm_main
  Left = 153
  Top = 106
  BorderIcons = [biSystemMenu, biMaximize]
  BorderStyle = bsSingle
  Caption = '宿舍管理'
  ClientHeight = 342
  ClientWidth = 590
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCanResize = FormCanResize
  OnPaint = FormPaint
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 577
    Height = 329
    Shape = bsFrame
  end
  object ComboBox1: TComboBox
    Left = 16
    Top = 16
    Width = 121
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 0
    Items.Strings = (
      '按房号查看'
      '按类别查看'
      '按地点查看')
  end
  object Edit1: TEdit
    Left = 144
    Top = 16
    Width = 169
    Height = 21
    TabOrder = 1
    OnKeyUp = Edit1KeyUp
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 48
    Width = 561
    Height = 281
    DataSource = sl_data.DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    ParentFont = False
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
    OnDrawColumnCell = DBGrid1DrawColumnCell
  end
  object xpButton1: TxpButton
    Left = 368
    Top = 16
    Width = 50
    Height = 25
    Caption = '增加'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 3
    TabStop = True
    OnClick = xpButton1Click
  end
  object xpButton2: TxpButton
    Left = 416
    Top = 16
    Width = 50
    Height = 25
    Caption = '修改'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 4
    TabStop = True
    OnClick = xpButton2Click
  end
  object xpButton3: TxpButton
    Left = 464
    Top = 16
    Width = 50
    Height = 25
    Caption = '删除'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 5
    TabStop = True
    OnClick = xpButton3Click
  end
  object xpButton4: TxpButton
    Left = 512
    Top = 16
    Width = 50
    Height = 25
    Caption = '打印'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 6
    TabStop = True
    OnClick = xpButton4Click
  end
end

⌨️ 快捷键说明

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