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

📄 unit1.dfm

📁 五行软件模拟了中国五行相生相克的原理
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -