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

📄 sort.dfm

📁 这是应一个市委的朋友要求给做一个物品管理软件。 初始密码:admin
💻 DFM
字号:
object fsort: Tfsort
  Left = 391
  Top = 198
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #31867#21035#31649#29702#31383#21475
  ClientHeight = 453
  ClientWidth = 466
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 466
    Height = 41
    Align = alTop
    BevelOuter = bvNone
    Color = clSkyBlue
    TabOrder = 0
    object Label1: TLabel
      Left = 14
      Top = 14
      Width = 210
      Height = 14
      Caption = #31867#21035#26377#19988#20110#23558#19981#29992#30340#29289#21697#36827#34892#20998#31867
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 41
    Width = 466
    Height = 96
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 1
    object Label2: TLabel
      Left = 12
      Top = 10
      Width = 28
      Height = 14
      Caption = #31867#22411
    end
    object Label3: TLabel
      Left = 12
      Top = 36
      Width = 56
      Height = 14
      Caption = #31867#21035#21517#31216
    end
    object rb1: TRadioButton
      Left = 74
      Top = 8
      Width = 77
      Height = 17
      Caption = #29289#21697#31867#21035
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = rb1Click
      OnKeyPress = rb1KeyPress
    end
    object rb2: TRadioButton
      Left = 166
      Top = 8
      Width = 77
      Height = 17
      Caption = #29289#21697#21333#20301
      TabOrder = 1
      OnClick = rb1Click
      OnKeyPress = rb1KeyPress
    end
    object tb_name: TEdit
      Left = 76
      Top = 30
      Width = 200
      Height = 22
      TabOrder = 2
      OnKeyPress = tb_nameKeyPress
    end
    object Button1: TButton
      Left = 76
      Top = 59
      Width = 75
      Height = 25
      Caption = #30830#23450'[&O]'
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 164
      Top = 59
      Width = 75
      Height = 25
      Caption = #20851#38381'[&C]'
      TabOrder = 4
      OnClick = Button2Click
    end
  end
  object dg_view: TDBGridEh
    Left = 0
    Top = 137
    Width = 466
    Height = 316
    Align = alClient
    DataSource = fdm.dssort
    FooterColor = clWindow
    FooterFont.Charset = ANSI_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -14
    FooterFont.Name = #23435#20307
    FooterFont.Style = []
    Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    PopupMenu = PopupMenu1
    TabOrder = 2
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -14
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    OnDblClick = M1Click
    OnKeyDown = dg_viewKeyDown
    Columns = <
      item
        EditButtons = <>
        FieldName = 'id'
        Footers = <>
        Visible = False
      end
      item
        EditButtons = <>
        FieldName = 'name'
        Footers = <>
        Title.Caption = #21517#31216
        Width = 200
      end
      item
        EditButtons = <>
        FieldName = 'typename'
        Footers = <>
        Title.Caption = #31867#22411
        Width = 120
      end
      item
        EditButtons = <>
        FieldName = 'flagname'
        Footers = <>
        Title.Caption = #29366#24577
        Width = 100
      end>
  end
  object PopupMenu1: TPopupMenu
    Left = 146
    Top = 268
    object A1: TMenuItem
      Caption = #28155#21152'[&A]'
      OnClick = A1Click
    end
    object M1: TMenuItem
      Caption = #20462#25913'[&M]'
      OnClick = M1Click
    end
    object D1: TMenuItem
      Caption = #21024#38500'[&D]'
      OnClick = D1Click
    end
    object R1: TMenuItem
      Caption = #21047#26032'[&R]'
      OnClick = R1Click
    end
    object N1: TMenuItem
      Caption = '-'
    end
    object L1: TMenuItem
      Caption = #38145#23450'[&L]'
      OnClick = L1Click
    end
  end
end

⌨️ 快捷键说明

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