unit1.~dfm

来自「运筹学算法与编程实践附书源码」· ~DFM 代码 · 共 138 行

~DFM
138
字号
object Form1: TForm1
  Left = 272
  Top = 180
  Width = 566
  Height = 246
  Caption = 'DFP'#27861
  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 PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 558
    Height = 219
    ActivePage = TabSheet1
    Align = alClient
    BiDiMode = bdLeftToRight
    ParentBiDiMode = False
    TabIndex = 0
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'TabSheet1'
      object Label1: TLabel
        Left = 128
        Top = 14
        Width = 65
        Height = 21
        AutoSize = False
        Caption = #21464#37327#20010#25968'n'
      end
      object Label2: TLabel
        Left = 128
        Top = 48
        Width = 73
        Height = 13
        AutoSize = False
        Caption = #26368#39640#27425#25968'm'
      end
      object Label3: TLabel
        Left = 137
        Top = 84
        Width = 73
        Height = 13
        AutoSize = False
        Caption = #20801#35768#35823#24046
      end
      object Edit1: TEdit
        Left = 200
        Top = 8
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 0
        Text = '2'
      end
      object Edit2: TEdit
        Left = 201
        Top = 44
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 1
        Text = '2'
      end
      object Button1: TButton
        Left = 386
        Top = 123
        Width = 75
        Height = 25
        Caption = #30830#23450
        TabOrder = 2
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 466
        Top = 123
        Width = 75
        Height = 25
        Caption = #36864#20986
        TabOrder = 3
        OnClick = Button2Click
      end
      object Edit3: TEdit
        Left = 202
        Top = 80
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 4
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'TabSheet2'
      ImageIndex = 1
      object Label4: TLabel
        Left = 24
        Top = 8
        Width = 55
        Height = 13
        Caption = #21021#22987#28857#22352#26631
      end
      object Label5: TLabel
        Left = 24
        Top = 55
        Width = 177
        Height = 13
        AutoSize = False
        Caption = #36755#20837'n'#27425#39033#21069#38754#30340#31995#25968':'
      end
      object Button3: TButton
        Left = 386
        Top = 123
        Width = 75
        Height = 25
        Caption = #35745#31639
        TabOrder = 0
        OnClick = Button3Click
      end
      object Button4: TButton
        Left = 466
        Top = 123
        Width = 75
        Height = 25
        Caption = #36864#20986
        TabOrder = 1
        OnClick = Button4Click
      end
    end
  end
end

⌨️ 快捷键说明

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