unit10.dfm

来自「学校学籍管理系统」· DFM 代码 · 共 211 行

DFM
211
字号
object xuelo: Txuelo
  Left = 359
  Top = 397
  Width = 272
  Height = 230
  BorderIcons = []
  Caption = #23398#21592#32479#35745
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 10
    Width = 52
    Height = 13
    Caption = #20840#37096#23398#21592
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 8
    Top = 46
    Width = 52
    Height = 13
    Caption = #24403#21069#29366#20917
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 8
    Top = 82
    Width = 52
    Height = 13
    Caption = #23398#20064#24180#27573
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 8
    Top = 113
    Width = 52
    Height = 13
    Caption = #20986#29983#26085#26399
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 12
    Top = 145
    Width = 26
    Height = 13
    Caption = #20854#23427
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 81
    Top = 10
    Width = 39
    Height = 13
    Caption = #20849#35745#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 121
    Top = 6
    Width = 128
    Height = 21
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object ComboBox1: TComboBox
    Left = 70
    Top = 42
    Width = 92
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Items.Strings = (
      #22312#26657
      #31163#26657)
  end
  object ComboBox2: TComboBox
    Left = 70
    Top = 78
    Width = 93
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    OnChange = ComboBox2Change
    Items.Strings = (
      '2002'
      '2003'
      '2004'
      '2005'
      '2006'
      '2007'
      '2008'
      '2009'
      '2010')
  end
  object ComboBox3: TComboBox
    Left = 69
    Top = 109
    Width = 94
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    OnChange = ComboBox3Change
    Items.Strings = (
      '1980'
      '1981'
      '1982'
      '1983'
      '1984'
      '1985'
      '1986'
      '1987'
      '1988'
      '1989'
      '1990')
  end
  object ComboBox4: TComboBox
    Left = 69
    Top = 141
    Width = 94
    Height = 21
    ItemHeight = 13
    TabOrder = 4
    OnChange = ComboBox4Change
    Items.Strings = (
      #30007
      #22899
      '')
  end
  object Edit2: TEdit
    Left = 178
    Top = 42
    Width = 71
    Height = 21
    TabOrder = 5
  end
  object Edit3: TEdit
    Left = 178
    Top = 78
    Width = 70
    Height = 21
    TabOrder = 6
  end
  object Edit4: TEdit
    Left = 178
    Top = 109
    Width = 71
    Height = 21
    TabOrder = 7
  end
  object Edit5: TEdit
    Left = 178
    Top = 141
    Width = 71
    Height = 21
    TabOrder = 8
  end
  object Button2: TButton
    Left = 109
    Top = 172
    Width = 54
    Height = 21
    Caption = #20851#38381
    TabOrder = 9
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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