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

📄 frmchengjichuli.dfm

📁 大学田径运动会管理系统
💻 DFM
字号:
inherited chengjichuli: Tchengjichuli
  Left = 55
  Top = 59
  Width = 659
  Height = 492
  Caption = '成绩处理'
  ParentFont = False
  Font.Charset = ANSI_CHARSET
  Font.Height = -13
  Font.Name = '宋体'
  OldCreateOrder = True
  Position = poDesigned
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 65
    Width = 651
    Height = 352
    Align = alClient
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'YDYBH'
        Title.Caption = '运动员编号'
        Width = 70
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'YDYXM'
        Title.Caption = '运动员姓名'
        Width = 71
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'DWJC'
        Title.Caption = '单位'
        Width = 65
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'm_cj'
        Title.Caption = '成绩'
        Width = 79
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MC'
        Title.Caption = '名次'
        Width = 32
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'DF'
        Title.Caption = '得分'
        Width = 36
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'XZH'
        Title.Caption = '小组号'
        Width = 51
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'PDH'
        Title.Caption = '道次'
        Width = 41
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'JJBZ'
        Title.Caption = '晋级'
        Width = 36
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'BLBZ'
        Title.Caption = '并列'
        Width = 41
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'CJBZ'
        Title.Caption = '备注'
        Width = 76
        Visible = True
      end>
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 651
    Height = 65
    Align = alTop
    TabOrder = 1
    object Label1: TLabel
      Left = 28
      Top = 16
      Width = 106
      Height = 13
      AutoSize = False
      Caption = '所属类别->分组:'
    end
    object Label2: TLabel
      Left = 104
      Top = 40
      Width = 26
      Height = 13
      AutoSize = False
      Caption = '项目'
    end
    object Label3: TLabel
      Left = 316
      Top = 16
      Width = 62
      Height = 13
      AutoSize = False
      Caption = '比赛方式'
    end
    object Label4: TLabel
      Left = 325
      Top = 41
      Width = 50
      Height = 13
      AutoSize = False
      Caption = '子项目'
    end
    object lbfz: TComboBox
      Left = 139
      Top = 12
      Width = 144
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      OnChange = lbfzChange
    end
    object xm: TComboBox
      Left = 137
      Top = 36
      Width = 144
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      OnChange = xmChange
    end
    object bsfs: TComboBox
      Left = 383
      Top = 12
      Width = 76
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      OnChange = bsfsChange
    end
    object BitBtn1: TBitBtn
      Left = 494
      Top = 10
      Width = 75
      Height = 25
      Caption = '开始'
      TabOrder = 3
      OnClick = BitBtn1Click
    end
    object zxm: TComboBox
      Left = 384
      Top = 37
      Width = 81
      Height = 21
      ItemHeight = 13
      TabOrder = 4
      OnChange = zxmChange
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 417
    Width = 651
    Height = 48
    Align = alBottom
    TabOrder = 2
    object BitBtn2: TBitBtn
      Left = 91
      Top = 12
      Width = 75
      Height = 25
      Caption = '提交'
      TabOrder = 0
      OnClick = BitBtn2Click
    end
    object BitBtn4: TBitBtn
      Left = 182
      Top = 12
      Width = 75
      Height = 25
      Caption = '结束'
      TabOrder = 1
      OnClick = BitBtn4Click
    end
    object BitBtn3: TBitBtn
      Left = 356
      Top = 13
      Width = 75
      Height = 25
      Caption = '打印'
      TabOrder = 2
      OnClick = BitBtn3Click
    end
    object BitBtn5: TBitBtn
      Left = 437
      Top = 13
      Width = 75
      Height = 25
      Caption = '关闭窗口'
      TabOrder = 3
      OnClick = BitBtn5Click
    end
    object BitBtn6: TBitBtn
      Left = 269
      Top = 13
      Width = 75
      Height = 25
      Caption = '修改'
      TabOrder = 4
      OnClick = BitBtn6Click
    end
  end
  object cl_con: TADOConnection
    LoginPrompt = False
    Left = 568
    Top = 424
  end
  object cl_query: TADOQuery
    Connection = cl_con
    AfterScroll = cl_queryAfterScroll
    Parameters = <>
    Left = 524
    Top = 433
  end
  object DataSource1: TDataSource
    DataSet = cl_query
    Left = 596
    Top = 433
  end
end

⌨️ 快捷键说明

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