xtwh.dfm

来自「本软件应用了Delphi提供的BDE数据库引擎。本系统为政教管理系统」· DFM 代码 · 共 75 行

DFM
75
字号
object frmxtwh: Tfrmxtwh
  Left = 192
  Top = 114
  Width = 617
  Height = 435
  Caption = #31995#32479#32500#25252
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 40
    Width = 153
    Height = 17
    AutoSize = False
    Caption = #35831#36873#25321#35201#32500#25252#30340#25968#25454#34920
  end
  object ComboBox1: TComboBox
    Left = 240
    Top = 40
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = 'ComboBox1'
    OnChange = ComboBox1Change
  end
  object DBNavigator1: TDBNavigator
    Left = 136
    Top = 360
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 72
    Width = 609
    Height = 265
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object BitBtn1: TBitBtn
    Left = 480
    Top = 362
    Width = 75
    Height = 25
    TabOrder = 3
    Kind = bkClose
  end
  object Table1: TTable
    DatabaseName = 'xsgl'
    Left = 336
    Top = 80
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 424
    Top = 88
  end
end

⌨️ 快捷键说明

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