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

📄 unit1.dfm

📁 《参透Delphi Kylix》通过131个事例
💻 DFM
字号:
object Form1: TForm1
  Left = 194
  Top = 107
  Width = 383
  Height = 187
  Caption = 'Client of JuComStrServer'
  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 Bevel1: TBevel
    Left = 0
    Top = 106
    Width = 375
    Height = 2
  end
  object Label1: TLabel
    Left = 4
    Top = 4
    Width = 99
    Height = 13
    Caption = 'Please Input a string:'
  end
  object Label2: TLabel
    Left = 4
    Top = 112
    Width = 140
    Height = 13
    Caption = 'Uppercase/Lowercase string:'
  end
  object Label3: TLabel
    Left = 4
    Top = 52
    Width = 129
    Height = 13
    Caption = 'Please Input another string:'
  end
  object EditOne: TEdit
    Left = 4
    Top = 20
    Width = 365
    Height = 21
    TabOrder = 0
    OnKeyPress = EditOneKeyPress
  end
  object EditThree: TEdit
    Left = 4
    Top = 128
    Width = 365
    Height = 21
    Enabled = False
    TabOrder = 1
  end
  object EditTwo: TEdit
    Left = 4
    Top = 68
    Width = 365
    Height = 21
    TabOrder = 2
    OnKeyPress = EditTwoKeyPress
  end
end

⌨️ 快捷键说明

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