unit7.dfm

来自「学籍管理系统 基于sql2000 实现插入删除修改 等功能 不错」· DFM 代码 · 共 107 行

DFM
107
字号
object Form7: TForm7
  Left = 410
  Top = 231
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #26032#24314#29992#25143
  ClientHeight = 177
  ClientWidth = 268
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 268
    Height = 177
    Align = alClient
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 24
      Top = 8
      Width = 233
      Height = 153
      TabOrder = 0
      object Label1: TLabel
        Left = 16
        Top = 80
        Width = 97
        Height = 17
        AutoSize = False
        Caption = #23398#21046#65306
      end
      object Label2: TLabel
        Left = 16
        Top = 56
        Width = 137
        Height = 25
        AutoSize = False
        Caption = #22914#65306'03'#32423#35745#31639#26426#19987#19994'1'#29677
      end
      object Label3: TLabel
        Left = 16
        Top = 128
        Width = 129
        Height = 17
        AutoSize = False
        Caption = #22914#65306#26412#31185'4'#24180#65292#19987#31185'3'#24180
      end
      object banji_edit: TLabeledEdit
        Left = 16
        Top = 32
        Width = 121
        Height = 21
        EditLabel.Width = 60
        EditLabel.Height = 13
        EditLabel.Caption = #29677#32423#21517#31216#65306
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 0
      end
      object xuezhibox: TComboBox
        Left = 16
        Top = 104
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        ItemHeight = 13
        TabOrder = 1
        Items.Strings = (
          '1'
          '2'
          '3'
          '4'
          '5'
          '6'
          '7'
          '8'
          '9')
      end
      object BitBtn1: TBitBtn
        Left = 152
        Top = 32
        Width = 75
        Height = 25
        Caption = #30830#23450
        TabOrder = 2
        OnClick = BitBtn1Click
      end
      object BitBtn2: TBitBtn
        Left = 152
        Top = 104
        Width = 75
        Height = 25
        Caption = #20851#38381
        TabOrder = 3
        OnClick = BitBtn2Click
      end
    end
  end
end

⌨️ 快捷键说明

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