unit1.~dfm

来自「直接解压即可」· ~DFM 代码 · 共 214 行

~DFM
214
字号
object Form1: TForm1
  Left = 222
  Top = 190
  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
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 424
    Top = 24
    Width = 49
    Height = 25
    AutoSize = False
    Caption = 'X'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 352
    Top = 288
    Width = 49
    Height = 25
    AutoSize = False
    Caption = #21322#24452
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 512
    Top = 32
    Width = 49
    Height = 25
    AutoSize = False
    Caption = 'Y'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 264
    Top = 240
    Width = 145
    Height = 25
    AutoSize = False
    Caption = #31532#20108#26465#30452#32447#32456#28857
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 264
    Top = 128
    Width = 145
    Height = 25
    AutoSize = False
    Caption = #31532#19968#26465#30452#32447#32456#28857
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 264
    Top = 184
    Width = 145
    Height = 25
    AutoSize = False
    Caption = #31532#20108#26465#30452#32447#36215#28857
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label7: TLabel
    Left = 264
    Top = 56
    Width = 145
    Height = 25
    AutoSize = False
    Caption = #31532#19968#26465#30452#32447#36215#28857
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 368
    Top = 344
    Width = 97
    Height = 41
    Caption = #24320#22987
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 424
    Top = 64
    Width = 49
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 1
    Text = '-50'
  end
  object Edit2: TEdit
    Left = 512
    Top = 64
    Width = 49
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 2
    Text = '50'
  end
  object Edit3: TEdit
    Left = 424
    Top = 128
    Width = 57
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 3
    Text = '0'
  end
  object Edit4: TEdit
    Left = 512
    Top = 128
    Width = 57
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 4
    Text = '100'
  end
  object Edit5: TEdit
    Left = 432
    Top = 192
    Width = 49
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 5
    Text = '50'
  end
  object Edit6: TEdit
    Left = 512
    Top = 192
    Width = 57
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 6
    Text = '50'
  end
  object Edit7: TEdit
    Left = 432
    Top = 240
    Width = 57
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 7
    Text = '0'
  end
  object Edit8: TEdit
    Left = 512
    Top = 240
    Width = 65
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 8
    Text = '100'
  end
  object Edit9: TEdit
    Left = 424
    Top = 288
    Width = 73
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 9
    Text = '10'
  end
  object Button2: TButton
    Left = 520
    Top = 352
    Width = 73
    Height = 33
    Caption = #32467#26463
    TabOrder = 10
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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