uselectclass.dfm

来自「delphi7.0 源码 学籍管理系统源码」· DFM 代码 · 共 59 行

DFM
59
字号
object dlgSelectClass: TdlgSelectClass
  Left = 215
  Top = 179
  BorderStyle = bsDialog
  Caption = #36716#29677
  ClientHeight = 320
  ClientWidth = 321
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  DesignSize = (
    321
    320)
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 150
    Height = 12
    Caption = #36873#25321#36825#20123#23398#29983#23558#35201#36716#30340#29677#32423':'
  end
  object tvClass: TTreeView
    Left = 16
    Top = 32
    Width = 289
    Height = 233
    Images = DM.ImageListTree
    Indent = 19
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 149
    Top = 284
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = #30830#23450
    TabOrder = 1
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 230
    Top = 284
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = #21462#28040
    TabOrder = 2
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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