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

📄 u_px.~dfm

📁 用Delphi实现的 排序程序 能进行三个数的比较
💻 ~DFM
字号:
object Form1: TForm1
  Left = 211
  Top = 154
  Width = 552
  Height = 386
  Caption = #27604#36739#22823#23567#25490#24207
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 544
    Height = 359
    Align = alClient
    TabOrder = 0
    object Label1: TLabel
      Left = 72
      Top = 24
      Width = 102
      Height = 12
      Caption = #35831#36755#20837#19977#20010#25968'a,b,c'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 56
      Top = 120
      Width = 225
      Height = 41
      Caption = 'a,b,c,'#22823#23567#39034#24207#20026#65306
    end
    object Edit1: TEdit
      Left = 56
      Top = 56
      Width = 65
      Height = 33
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 176
      Top = 56
      Width = 73
      Height = 33
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 312
      Top = 56
      Width = 65
      Height = 33
      TabOrder = 2
    end
    object Button1: TButton
      Left = 448
      Top = 56
      Width = 73
      Height = 33
      Caption = #30830#35748
      TabOrder = 3
      OnClick = Button1Click
    end
    object Edit4: TEdit
      Left = 56
      Top = 176
      Width = 73
      Height = 33
      TabOrder = 4
    end
    object Edit5: TEdit
      Left = 176
      Top = 176
      Width = 73
      Height = 33
      TabOrder = 5
    end
    object Edit6: TEdit
      Left = 320
      Top = 176
      Width = 81
      Height = 33
      TabOrder = 6
    end
    object Button2: TButton
      Left = 128
      Top = 280
      Width = 97
      Height = 41
      Caption = 'clear'
      TabOrder = 7
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 304
      Top = 280
      Width = 97
      Height = 41
      Caption = 'quit'
      TabOrder = 8
      OnClick = Button3Click
    end
  end
end

⌨️ 快捷键说明

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