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

📄 sort.dfm

📁 一个不错的源程序DELPHI开发的,功能比较好的客户管理系统
💻 DFM
字号:
object TSortFrm: TTSortFrm
  Left = 189
  Top = 122
  BorderStyle = bsDialog
  Caption = '排序'
  ClientHeight = 311
  ClientWidth = 486
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 217
    Height = 273
    TabOrder = 0
    object StringGrid1: TStringGrid
      Left = 1
      Top = 2
      Width = 213
      Height = 268
      ColCount = 2
      DefaultColWidth = 50
      DefaultRowHeight = 20
      RowCount = 2
      Font.Charset = ANSI_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnDblClick = StringGrid1DblClick
      ColWidths = (
        50
        140)
    end
  end
  object Panel2: TPanel
    Left = 228
    Top = 0
    Width = 257
    Height = 273
    Caption = 'Panel2'
    TabOrder = 1
    object StringGrid2: TStringGrid
      Left = 2
      Top = 3
      Width = 253
      Height = 268
      ColCount = 3
      DefaultColWidth = 50
      DefaultRowHeight = 20
      RowCount = 2
      Font.Charset = ANSI_CHARSET
      Font.Color = clMaroon
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnDblClick = StringGrid2DblClick
      OnSelectCell = StringGrid2SelectCell
      ColWidths = (
        50
        122
        56)
    end
  end
  object Panel3: TPanel
    Left = 217
    Top = 0
    Width = 11
    Height = 273
    TabOrder = 2
  end
  object Panel4: TPanel
    Left = 0
    Top = 274
    Width = 485
    Height = 37
    TabOrder = 3
    object SpeedButton1: TSpeedButton
      Left = 368
      Top = 5
      Width = 53
      Height = 25
      Caption = '排序(&S)'
      Flat = True
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 424
      Top = 5
      Width = 49
      Height = 24
      Caption = '取消(&C)'
      Flat = True
      OnClick = SpeedButton2Click
    end
  end
end

⌨️ 快捷键说明

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