⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changunit.~dfm

📁 用Delphi做的一个学生数据库系统
💻 ~DFM
字号:
object changfrom: Tchangfrom
  Left = 203
  Top = 141
  Width = 681
  Height = 566
  Caption = #23398#31821#21464#26356
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 134
    Top = 25
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #23398#21495
  end
  object Panel1: TPanel
    Left = 17
    Top = 224
    Width = 656
    Height = 305
    TabOrder = 0
    object Label2: TLabel
      Left = 528
      Top = 134
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #35760#24405#26085#26399
    end
    object Label8: TLabel
      Left = 528
      Top = 22
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #35760#24405#21495
    end
    object DateTimePicker1: TDateTimePicker
      Left = 504
      Top = 174
      Width = 129
      Height = 21
      Date = 39217.620243958340000000
      Time = 39217.620243958340000000
      TabOrder = 0
    end
    object Button1: TButton
      Left = 328
      Top = 246
      Width = 75
      Height = 25
      Caption = #20445#23384
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 440
      Top = 246
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 2
      OnClick = Button2Click
    end
    object GroupBox1: TGroupBox
      Left = 304
      Top = 24
      Width = 201
      Height = 191
      Caption = #20010#20154#20449#24687
      TabOrder = 3
      object Label3: TLabel
        Left = 8
        Top = 32
        Width = 32
        Height = 13
        AutoSize = False
        Caption = #22995#21517
      end
      object Label4: TLabel
        Left = 8
        Top = 62
        Width = 32
        Height = 14
        AutoSize = False
        Caption = #24615#21035
      end
      object Label5: TLabel
        Left = 8
        Top = 93
        Width = 32
        Height = 13
        AutoSize = False
        Caption = #29983#26085
      end
      object Label6: TLabel
        Left = 8
        Top = 124
        Width = 32
        Height = 13
        AutoSize = False
        Caption = #29677#32423
      end
      object Label7: TLabel
        Left = 8
        Top = 152
        Width = 41
        Height = 13
        AutoSize = False
        Caption = #29677#20027#20219
      end
      object Edit2: TEdit
        Left = 56
        Top = 28
        Width = 121
        Height = 21
        TabOrder = 0
      end
      object Edit3: TEdit
        Left = 56
        Top = 58
        Width = 121
        Height = 21
        TabOrder = 1
      end
      object Edit4: TEdit
        Left = 56
        Top = 89
        Width = 121
        Height = 21
        TabOrder = 2
      end
      object Edit5: TEdit
        Left = 56
        Top = 120
        Width = 121
        Height = 21
        TabOrder = 3
      end
      object Edit6: TEdit
        Left = 56
        Top = 148
        Width = 121
        Height = 21
        TabOrder = 4
      end
    end
    object GroupBox3: TGroupBox
      Left = 112
      Top = 16
      Width = 193
      Height = 257
      Caption = #35828#26126
      TabOrder = 4
      object Memo1: TMemo
        Left = 2
        Top = 15
        Width = 189
        Height = 240
        Align = alClient
        TabOrder = 0
      end
    end
    object Edit_number: TEdit
      Left = 512
      Top = 56
      Width = 121
      Height = 21
      TabOrder = 5
    end
    object RadioGroup1: TRadioGroup
      Left = 16
      Top = 16
      Width = 97
      Height = 257
      Caption = #23398#31821#21464#21160#24773#20917
      Ctl3D = False
      Items.Strings = (
        #20241#23398
        #36716#31995
        #32467#19994
        #22797#23398
        #36716#23398
        #27605#19994)
      ParentCtl3D = False
      TabOrder = 6
    end
  end
  object Edit_xuehao: TEdit
    Left = 194
    Top = 22
    Width = 121
    Height = 21
    TabOrder = 1
    OnKeyPress = Edit_xuehaoKeyPress
  end
  object Button3: TButton
    Left = 330
    Top = 19
    Width = 89
    Height = 25
    Caption = #23398#21495#26597#35810
    TabOrder = 2
    OnClick = Button3Click
  end
  object DBGrid_change: TDBGrid
    Left = 10
    Top = 64
    Width = 657
    Height = 154
    DataSource = dmform.DataSource_change
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Visible = False
  end
end

⌨️ 快捷键说明

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