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

📄 clientunit1.~dfm

📁 Delphi6分布式开发例程 )
💻 ~DFM
字号:
object Form1: TForm1
  Left = 239
  Top = 241
  Width = 375
  Height = 313
  Caption = 'CORBA'#23545#35937#21521#23548#23458#25143#31471
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 32
    Top = 120
    Width = 121
    Height = 25
    Caption = #35843#29992#26381#21153#26041#27861'Add'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 32
    Top = 160
    Width = 121
    Height = 25
    Caption = #35843#29992#26381#21153#26041#27861'Subtract'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 32
    Top = 200
    Width = 121
    Height = 25
    Caption = #35843#29992#26381#21153#26041#27861'Multiply'
    TabOrder = 2
    OnClick = Button3Click
  end
  object Edit1: TEdit
    Left = 216
    Top = 120
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 216
    Top = 160
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object Edit3: TEdit
    Left = 216
    Top = 200
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object Button4: TButton
    Left = 32
    Top = 240
    Width = 121
    Height = 25
    Caption = #35843#29992#26381#21153#26041#27861'Divide'
    TabOrder = 6
    OnClick = Button4Click
  end
  object Edit4: TEdit
    Left = 216
    Top = 240
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object GroupBox1: TGroupBox
    Left = 24
    Top = 24
    Width = 321
    Height = 81
    Caption = #36755#20837#30340#25968#25454
    TabOrder = 8
    object LabeledEdit1: TLabeledEdit
      Left = 16
      Top = 40
      Width = 113
      Height = 21
      EditLabel.Width = 44
      EditLabel.Height = 13
      EditLabel.Caption = #25968#25454' x'#65306
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 0
    end
    object LabeledEdit2: TLabeledEdit
      Left = 184
      Top = 40
      Width = 121
      Height = 21
      EditLabel.Width = 44
      EditLabel.Height = 13
      EditLabel.Caption = #25968#25454' y'#65306
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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