xsdatempunit.dfm

来自「delphi sqlserver 学生学籍管理系统」· DFM 代码 · 共 67 行

DFM
67
字号
object xsdatemp: Txsdatemp
  Left = 282
  Top = 201
  Width = 328
  Height = 207
  Caption = #23398#29983#26723#26696#26597#35810
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 320
    Height = 180
    Align = alClient
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 32
      Top = 16
      Width = 249
      Height = 105
      Caption = #35831#36755#20837#35201#26597#35810#23398#29983#23398#21495
      TabOrder = 0
      object Label1: TLabel
        Left = 32
        Top = 48
        Width = 49
        Height = 13
        AutoSize = False
        Caption = #23398#21495
      end
      object Edit1: TEdit
        Left = 80
        Top = 46
        Width = 121
        Height = 21
        TabOrder = 0
      end
    end
    object Button1: TButton
      Left = 112
      Top = 136
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 1
      OnClick = Button1Click
    end
  end
  object qry: TQuery
    DatabaseName = 'sinfo'
    Left = 8
    Top = 88
  end
  object DataSource1: TDataSource
    DataSet = qry
    Left = 8
    Top = 56
  end
end

⌨️ 快捷键说明

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