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

📄 client_unit.dfm.~1~

📁 三层系统设计中,应用服务层和客户端使用结构体传送数据进行通信.
💻 ~1~
字号:
object Client_Form: TClient_Form
  Left = 366
  Top = 297
  BorderStyle = bsToolWindow
  Caption = #23458#25143#31471
  ClientHeight = 125
  ClientWidth = 246
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object lbl1: TLabel
    Left = 31
    Top = 24
    Width = 42
    Height = 14
    Caption = #22995#21517#65306
  end
  object Label1: TLabel
    Left = 31
    Top = 56
    Width = 42
    Height = 14
    Caption = #24180#40836#65306
  end
  object btn1: TButton
    Left = 141
    Top = 88
    Width = 75
    Height = 25
    Caption = #33719#21462
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = btn1Click
  end
  object edt1: TEdit
    Left = 95
    Top = 24
    Width = 121
    Height = 22
    TabOrder = 1
  end
  object edt2: TEdit
    Left = 95
    Top = 52
    Width = 121
    Height = 22
    TabOrder = 2
  end
  object con1: TDCOMConnection
    ServerGUID = '{F6F0CB16-6AB5-4974-97EE-CE7D204929E4}'
    ServerName = 'Srv.xxx'
    ComputerName = '127.0.0.1'
    Left = 47
    Top = 88
  end
end

⌨️ 快捷键说明

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