unit1.dfm

来自「该程序把多种排序集中体现」· DFM 代码 · 共 136 行

DFM
136
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 571
  Height = 557
  BorderIcons = [biSystemMenu]
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 80
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #36755#20837#25968#25454#20010#25968#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 120
    Width = 60
    Height = 13
    AutoSize = False
    Caption = #25490#24207#25968#20540#65306
  end
  object Label3: TLabel
    Left = 400
    Top = 112
    Width = 60
    Height = 13
    Caption = #25490#24207#32467#26524#65306
  end
  object Label4: TLabel
    Left = 184
    Top = 216
    Width = 60
    Height = 13
    AutoSize = False
    Caption = #24490#29615#27425#25968#65306
  end
  object Label5: TLabel
    Left = 24
    Top = 24
    Width = 60
    Height = 13
    AutoSize = False
    Caption = #25490#24207#31639#27861#65306
  end
  object Edit1: TEdit
    Left = 128
    Top = 72
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 232
    Top = 152
    Width = 75
    Height = 25
    Caption = #25490#24207
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 288
    Top = 72
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 24
    Top = 152
    Width = 137
    Height = 321
    ScrollBars = ssVertical
    TabOrder = 3
  end
  object Memo2: TMemo
    Left = 400
    Top = 152
    Width = 129
    Height = 321
    ScrollBars = ssVertical
    TabOrder = 4
  end
  object Edit2: TEdit
    Left = 256
    Top = 208
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object ComboBox1: TComboBox
    Left = 96
    Top = 24
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 6
    OnChange = ComboBox1Change
    Items.Strings = (
      #20882#27873#25490#24207
      #24555#36895#25490#24207)
  end
  object Button3: TButton
    Left = 48
    Top = 488
    Width = 75
    Height = 25
    Caption = #28165#38500
    TabOrder = 7
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 432
    Top = 488
    Width = 75
    Height = 25
    Caption = #28165#38500
    TabOrder = 8
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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