unit7.dfm

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

DFM
143
字号
object Form7: TForm7
  Left = 378
  Top = 148
  Width = 612
  Height = 468
  Caption = 'Form7'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  DesignSize = (
    604
    441)
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 160
    Width = 49
    Height = 13
    AutoSize = False
    Caption = #29677#32423
  end
  object Label2: TLabel
    Left = 392
    Top = 160
    Width = 41
    Height = 13
    AutoSize = False
    Caption = #24180#32423
  end
  object Label3: TLabel
    Left = 192
    Top = 80
    Width = 81
    Height = 13
    AutoSize = False
  end
  object Label4: TLabel
    Left = 192
    Top = 16
    Width = 225
    Height = 49
    AutoSize = False
    Caption = #32564#36153#37329#39069#32479#35745
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -35
    Font.Name = #40657#20307
    Font.Style = [fsItalic]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 32
    Top = 184
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 168
    Top = 184
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 200
    Top = 240
    Width = 169
    Height = 25
    Caption = #20840#26657#24635#32564#36153
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit3: TEdit
    Left = 384
    Top = 184
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Button3: TButton
    Left = 520
    Top = 184
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 4
    OnClick = Button3Click
  end
  object DBGrid1: TDBGrid
    Left = 208
    Top = 88
    Width = 145
    Height = 73
    Anchors = []
    BorderStyle = bsNone
    DataSource = DataSource1
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button5: TButton
    Left = 368
    Top = 368
    Width = 75
    Height = 25
    Cancel = True
    Caption = #36820#22238
    TabOrder = 6
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 472
    Top = 368
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 7
    OnClick = Button6Click
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 40
    Top = 64
  end
  object Query1: TQuery
    Left = 88
    Top = 64
  end
end

⌨️ 快捷键说明

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