unit1.~dfm

来自「五行软件模拟了中国五行相生相克的原理」· ~DFM 代码 · 共 193 行

~DFM
193
字号
object Form1: TForm1
  Left = 132
  Top = 182
  Width = 696
  Height = 480
  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 = 112
    Top = 94
    Width = 6
    Height = 13
    Caption = '1'
  end
  object Label2: TLabel
    Left = 112
    Top = 150
    Width = 6
    Height = 13
    Caption = '2'
  end
  object Label3: TLabel
    Left = 112
    Top = 206
    Width = 6
    Height = 13
    Caption = '3'
  end
  object Label4: TLabel
    Left = 112
    Top = 262
    Width = 6
    Height = 13
    Caption = '4'
  end
  object Label5: TLabel
    Left = 112
    Top = 310
    Width = 6
    Height = 13
    Caption = '5'
  end
  object Edit1: TEdit
    Left = 152
    Top = 88
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 152
    Top = 144
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 1
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 152
    Top = 200
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 2
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 152
    Top = 256
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 3
    Text = 'Edit4'
  end
  object Edit5: TEdit
    Left = 152
    Top = 304
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 4
    Text = 'Edit5'
  end
  object Button1: TButton
    Left = 128
    Top = 24
    Width = 75
    Height = 25
    Caption = #20572'/'#21160
    TabOrder = 5
    OnClick = Button1Click
  end
  object TrackBar1: TTrackBar
    Left = 280
    Top = 88
    Width = 337
    Height = 45
    Max = 1000
    Orientation = trHorizontal
    Frequency = 1
    Position = 500
    SelEnd = 0
    SelStart = 0
    TabOrder = 6
    TickMarks = tmBottomRight
    TickStyle = tsAuto
    OnChange = TrackBar1Change
  end
  object TrackBar2: TTrackBar
    Left = 280
    Top = 143
    Width = 337
    Height = 45
    Max = 1000
    Orientation = trHorizontal
    Frequency = 1
    Position = 500
    SelEnd = 0
    SelStart = 0
    TabOrder = 7
    TickMarks = tmBottomRight
    TickStyle = tsAuto
    OnChange = TrackBar2Change
  end
  object TrackBar3: TTrackBar
    Left = 283
    Top = 199
    Width = 334
    Height = 45
    Max = 1000
    Orientation = trHorizontal
    Frequency = 1
    Position = 500
    SelEnd = 0
    SelStart = 0
    TabOrder = 8
    TickMarks = tmBottomRight
    TickStyle = tsAuto
    OnChange = TrackBar3Change
  end
  object TrackBar4: TTrackBar
    Left = 284
    Top = 253
    Width = 333
    Height = 45
    Max = 1000
    Orientation = trHorizontal
    Frequency = 1
    Position = 500
    SelEnd = 0
    SelStart = 0
    TabOrder = 9
    TickMarks = tmBottomRight
    TickStyle = tsAuto
    OnChange = TrackBar4Change
  end
  object TrackBar5: TTrackBar
    Left = 284
    Top = 301
    Width = 333
    Height = 45
    Max = 1000
    Orientation = trHorizontal
    Frequency = 1
    Position = 500
    SelEnd = 0
    SelStart = 0
    TabOrder = 10
    TickMarks = tmBottomRight
    TickStyle = tsAuto
    OnChange = TrackBar5Change
  end
  object Timer1: TTimer
    Interval = 100
    OnTimer = Timer1Timer
    Left = 80
    Top = 24
  end
end

⌨️ 快捷键说明

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