unit1.dfm

来自「读写ini文件的Delphi程序」· DFM 代码 · 共 110 行

DFM
110
字号
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Form1'
  ClientHeight = 208
  ClientWidth = 339
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 72
    Top = 11
    Width = 17
    Height = 13
    Caption = 'IP'
  end
  object Label2: TLabel
    Left = 72
    Top = 38
    Width = 26
    Height = 13
    Caption = 'name'
  end
  object Label3: TLabel
    Left = 50
    Top = 57
    Width = 48
    Height = 13
    Caption = 'datename'
  end
  object Label4: TLabel
    Left = 50
    Top = 96
    Width = 48
    Height = 13
    Caption = 'PassWord'
  end
  object BitBtn1: TBitBtn
    Left = 89
    Top = 136
    Width = 75
    Height = 25
    Caption = #35835#21462'1'
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object Edit1: TEdit
    Left = 104
    Top = 8
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object BitBtn2: TBitBtn
    Left = 89
    Top = 167
    Width = 75
    Height = 25
    Caption = #35835#21462'2'
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object Edit2: TEdit
    Left = 104
    Top = 35
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 104
    Top = 62
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object Edit4: TEdit
    Left = 104
    Top = 89
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object BitBtn3: TBitBtn
    Left = 170
    Top = 136
    Width = 75
    Height = 25
    Caption = #20889#20837
    TabOrder = 6
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 170
    Top = 167
    Width = 75
    Height = 25
    Caption = #24322#24120#26242#20572
    TabOrder = 7
    OnClick = BitBtn3Click
  end
end

⌨️ 快捷键说明

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