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

📄 unit1.dfm

📁 三层的通用架构
💻 DFM
字号:
object Form1: TForm1
  Left = 241
  Top = 123
  Width = 544
  Height = 375
  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 Button1: TButton
    Left = 184
    Top = 56
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 184
    Top = 120
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 184
    Top = 184
    Width = 75
    Height = 25
    Caption = 'Button3'
    TabOrder = 2
    OnClick = Button3Click
  end
  object Edit1: TEdit
    Left = 288
    Top = 128
    Width = 121
    Height = 21
    TabOrder = 3
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 288
    Top = 184
    Width = 121
    Height = 21
    TabOrder = 4
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 48
    Top = 96
    Width = 121
    Height = 21
    TabOrder = 5
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 48
    Top = 136
    Width = 121
    Height = 21
    TabOrder = 6
    Text = 'Edit4'
  end
  object Button4: TButton
    Left = 40
    Top = 232
    Width = 75
    Height = 25
    Caption = 'Button4'
    TabOrder = 7
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 136
    Top = 232
    Width = 75
    Height = 25
    Caption = 'Button5'
    TabOrder = 8
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 48
    Top = 304
    Width = 75
    Height = 25
    Caption = 'Button6'
    TabOrder = 9
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 144
    Top = 304
    Width = 75
    Height = 25
    Caption = 'Button7'
    TabOrder = 10
    OnClick = Button7Click
  end
  object OpenDialog1: TOpenDialog
    Left = 112
    Top = 64
  end
  object DCOMConnection1: TDCOMConnection
    ServerGUID = '{3DD28C32-19B7-4891-AA44-EF85A411CF2E}'
    ServerName = 'bckj.DefaultRDM'
    Left = 48
    Top = 200
  end
  object WebConnection1: TWebConnection
    ServerGUID = '{3DD28C32-19B7-4891-AA44-EF85A411CF2E}'
    ServerName = 'bckj.DefaultRDM'
    Agent = 'DataSnap'
    URL = 'http://LocalHost/scripts/httpsrvr.dll'
    Left = 144
    Top = 208
  end
end

⌨️ 快捷键说明

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