connect.~dfm

来自「本程序运用access数据库」· ~DFM 代码 · 共 108 行

~DFM
108
字号
object fm_SerConfig: Tfm_SerConfig
  Left = 356
  Top = 243
  Width = 267
  Height = 241
  Caption = #26381#21153#22120#37197#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 259
    Height = 185
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 24
      Width = 60
      Height = 13
      Caption = #26381#21153#22120#21517#65306
    end
    object Label2: TLabel
      Left = 32
      Top = 64
      Width = 58
      Height = 13
      Caption = #26381#21153#22120'IP'#65306
    end
    object Label3: TLabel
      Left = 32
      Top = 104
      Width = 48
      Height = 13
      Caption = #31471#21475#21495#65306
    end
    object Edt_host: TEdit
      Left = 112
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edt_ip: TEdit
      Left = 112
      Top = 64
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Edt_port: TEdit
      Left = 112
      Top = 96
      Width = 121
      Height = 21
      TabOrder = 2
      Text = '211'
    end
    object Button1: TButton
      Left = 216
      Top = 26
      Width = 17
      Height = 16
      Caption = '....'
      TabOrder = 3
      OnClick = Button1Click
    end
    object BitBtn1: TBitBtn
      Left = 32
      Top = 144
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 4
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 160
      Top = 144
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 5
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 185
    Width = 259
    Height = 22
    Panels = <
      item
        Width = 150
      end
      item
        Width = 50
      end>
    SimplePanel = False
  end
end

⌨️ 快捷键说明

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