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

📄 settingunit.dfm

📁 this a programme that you can use socket programme
💻 DFM
字号:
object SettingForm: TSettingForm
  Left = 439
  Top = 302
  Width = 322
  Height = 158
  Caption = 'Setting'
  Color = 4194304
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 24
    Top = 16
    Width = 267
    Height = 53
    BevelInner = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 22
      Top = 20
      Width = 73
      Height = 13
      AutoSize = False
      Caption = 'HOST PORT:'
    end
    object edtPort: TEdit
      Left = 100
      Top = 16
      Width = 103
      Height = 23
      AutoSize = False
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 0
      OnExit = edtPortExit
    end
    object UpDown: TUpDown
      Left = 204
      Top = 14
      Width = 13
      Height = 25
      Min = 0
      Position = 0
      TabOrder = 1
      Wrap = False
      OnClick = UpDownClick
    end
  end
  object btnDefault: TBitBtn
    Left = 22
    Top = 86
    Width = 79
    Height = 29
    Caption = '&Default'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = btnDefaultClick
  end
  object btnOk: TBitBtn
    Left = 116
    Top = 86
    Width = 79
    Height = 29
    Caption = '&OK'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ModalResult = 1
    ParentFont = False
    TabOrder = 2
  end
  object btnCancel: TBitBtn
    Left = 212
    Top = 86
    Width = 79
    Height = 29
    Caption = '&Cancel'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ModalResult = 2
    ParentFont = False
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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