grademanager.~dfm

来自「本系统是一个基于delphi7环境开发的人事管理系统」· ~DFM 代码 · 共 221 行

~DFM
221
字号
object Form11: TForm11
  Left = 284
  Top = 187
  BorderStyle = bsDialog
  Caption = #32844#21592#32771#35780#31649#29702
  ClientHeight = 382
  ClientWidth = 547
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 224
    Width = 60
    Height = 13
    Caption = #32844#21592#32534#21495#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 256
    Width = 60
    Height = 13
    Caption = #37096#38376#21517#31216#65306
  end
  object Label3: TLabel
    Left = 24
    Top = 288
    Width = 60
    Height = 13
    Caption = #24635#20307#32771#35780#65306
  end
  object Label4: TLabel
    Left = 24
    Top = 320
    Width = 60
    Height = 13
    Caption = #32771#35780#26085#26399#65306
  end
  object Label5: TLabel
    Left = 256
    Top = 288
    Width = 65
    Height = 25
    AutoSize = False
    Caption = #22870#21169#20107#30001
  end
  object Label6: TLabel
    Left = 256
    Top = 320
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #22870#21169#37329#39069
  end
  object Label7: TLabel
    Left = 256
    Top = 216
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #22788#32602#20107#30001
  end
  object Label8: TLabel
    Left = 256
    Top = 256
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #22788#32602#37329#39069
  end
  object Label9: TLabel
    Left = 296
    Top = 344
    Width = 37
    Height = 24
    Caption = '==>'
    Color = clMedGray
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 547
    Height = 209
    Align = alTop
    DataSource = Form1.DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 104
    Top = 216
    Width = 121
    Height = 21
    TabOrder = 1
    Text = '0'
  end
  object Edit2: TEdit
    Left = 104
    Top = 248
    Width = 121
    Height = 21
    TabOrder = 2
    Text = '0'
  end
  object Edit3: TEdit
    Left = 104
    Top = 280
    Width = 121
    Height = 21
    TabOrder = 3
    Text = '0'
  end
  object MaskEdit1: TMaskEdit
    Left = 104
    Top = 312
    Width = 119
    Height = 21
    EditMask = '!99/99/00;1;_'
    MaxLength = 8
    TabOrder = 4
    Text = '06-07-01'
  end
  object Button1: TButton
    Left = 40
    Top = 344
    Width = 75
    Height = 25
    Caption = #22686#21152
    TabOrder = 5
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 216
    Top = 344
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 6
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 128
    Top = 344
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 7
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 336
    Top = 344
    Width = 75
    Height = 25
    Caption = #25552#20132
    TabOrder = 8
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 424
    Top = 344
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 9
    OnClick = Button5Click
  end
  object Edit4: TEdit
    Left = 336
    Top = 280
    Width = 121
    Height = 21
    TabOrder = 10
    Text = '0'
  end
  object Edit5: TEdit
    Left = 336
    Top = 312
    Width = 121
    Height = 21
    TabOrder = 11
    Text = '0'
  end
  object Edit6: TEdit
    Left = 336
    Top = 216
    Width = 121
    Height = 21
    TabOrder = 12
    Text = '0'
  end
  object Edit7: TEdit
    Left = 336
    Top = 248
    Width = 121
    Height = 21
    TabOrder = 13
    Text = '0'
  end
end

⌨️ 快捷键说明

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