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

📄 unit1.dfm

📁 有关delphi的一个分布式开发实例,是客户-服务器模式的
💻 DFM
字号:
object Form1: TForm1
  Left = 470
  Top = 277
  BorderStyle = bsSingle
  Caption = #30331#24405#31383#21475
  ClientHeight = 106
  ClientWidth = 249
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = [fsBold]
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 60
    Height = 12
    Caption = #29992#25143#36134#21495':'
  end
  object Label2: TLabel
    Left = 24
    Top = 48
    Width = 60
    Height = 12
    Caption = #29992#25143#23494#30721':'
  end
  object Edit1: TEdit
    Left = 88
    Top = 8
    Width = 121
    Height = 20
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 88
    Top = 40
    Width = 121
    Height = 20
    PasswordChar = '*'
    TabOrder = 1
  end
  object Button1: TButton
    Left = 104
    Top = 72
    Width = 65
    Height = 25
    Caption = #30830#23450
    Default = True
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 176
    Top = 72
    Width = 65
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button2Click
  end
  object DCOMConnection1: TDCOMConnection
    Connected = True
    ServerGUID = '{C0144723-A0B8-11D7-A813-5254AB36EF53}'
    ServerName = 'Project1.login_server'
    Left = 8
    Top = 32
  end
  object ClientDataSet1: TClientDataSet
    Aggregates = <>
    Params = <>
    ProviderName = 'DataSetProvider1'
    RemoteServer = DCOMConnection1
    Left = 8
    Top = 64
  end
  object DataSource1: TDataSource
    DataSet = ClientDataSet1
    Left = 56
    Top = 72
  end
end

⌨️ 快捷键说明

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