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

📄 unit1.~dfm

📁 16位与32位整数转换 整数正负反转 基偶数判断
💻 ~DFM
字号:
object Form1: TForm1
  Left = 370
  Top = 127
  Width = 769
  Height = 400
  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 = 320
    Top = 128
    Width = 201
    Height = 13
    AutoSize = False
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 320
    Top = 144
    Width = 209
    Height = 13
    AutoSize = False
    Caption = 'Label2'
  end
  object Label3: TLabel
    Left = 320
    Top = 160
    Width = 217
    Height = 13
    AutoSize = False
    Caption = 'Label3'
  end
  object Button1: TButton
    Left = 344
    Top = 192
    Width = 75
    Height = 25
    Caption = 'Integer(X)'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 344
    Top = 232
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 320
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 2
    Text = '0'
  end
  object Edit2: TEdit
    Left = 320
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 3
    Text = '0'
  end
  object Memo1: TMemo
    Left = 80
    Top = 16
    Width = 185
    Height = 169
    Lines.Strings = (
      'Memo1')
    TabOrder = 4
  end
  object Button3: TButton
    Left = 424
    Top = 192
    Width = 75
    Height = 25
    Caption = #28014#40670#30456#28187
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 424
    Top = 232
    Width = 75
    Height = 25
    Caption = #27491#36000#21453#36681
    TabOrder = 6
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 344
    Top = 264
    Width = 75
    Height = 25
    Caption = #22522#20598#25976#21028#26039
    TabOrder = 7
    OnClick = Button5Click
  end
  object Edit3: TEdit
    Left = 312
    Top = 8
    Width = 121
    Height = 21
    TabOrder = 8
    Text = '20'
  end
end

⌨️ 快捷键说明

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