unit8.dfm

来自「学生缴费管理系统是以面向对象的观点进行开发的。根据对学生缴费信息与软件要求所做分」· DFM 代码 · 共 147 行

DFM
147
字号
object Form8: TForm8
  Left = 228
  Top = 304
  Width = 544
  Height = 375
  Caption = 'Form8'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 160
    Top = 24
    Width = 241
    Height = 33
    AutoSize = False
    Caption = #27426#36814#20351#29992#27880#20876#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -29
    Font.Name = #40657#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 168
    Top = 104
    Width = 65
    Height = 25
    AutoSize = False
    Caption = #29992#25143#21517
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #40657#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 168
    Top = 144
    Width = 41
    Height = 25
    AutoSize = False
    Caption = #23494#30721
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #40657#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 160
    Top = 192
    Width = 81
    Height = 25
    AutoSize = False
    Caption = #23494#30721#30830#35748
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #40657#20307
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 168
    Top = 232
    Width = 49
    Height = 25
    AutoSize = False
    Caption = #22791#27880
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #40657#20307
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 256
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 256
    Top = 144
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 256
    Top = 184
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 256
    Top = 224
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Button1: TButton
    Left = 296
    Top = 291
    Width = 75
    Height = 25
    Caption = #27880#20876
    Default = True
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 192
    Top = 291
    Width = 75
    Height = 25
    Cancel = True
    Caption = #36820#22238
    TabOrder = 5
    OnClick = Button2Click
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 24
    Top = 48
  end
  object Query1: TQuery
    Left = 64
    Top = 48
  end
end

⌨️ 快捷键说明

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