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

📄 searchport.dfm

📁 一个Delphi写的跟考勤机门禁机收款机的接品软件源码
💻 DFM
字号:
object dlgSearchPort: TdlgSearchPort
  Left = 333
  Top = 196
  BorderStyle = bsDialog
  Caption = #25628#32034#35774#22791
  ClientHeight = 215
  ClientWidth = 362
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 48
    Height = 12
    Caption = #26597#25214#31471#21475
  end
  object Label2: TLabel
    Left = 112
    Top = 8
    Width = 48
    Height = 12
    Caption = #36890#20449#36895#29575
  end
  object Label3: TLabel
    Left = 16
    Top = 75
    Width = 42
    Height = 12
    Caption = #26426#21495#30001':'
  end
  object Label4: TLabel
    Left = 102
    Top = 75
    Width = 18
    Height = 12
    Caption = #21040':'
  end
  object Label5: TLabel
    Left = 176
    Top = 75
    Width = 48
    Height = 12
    Caption = #21709#24212#36229#26102
  end
  object Label6: TLabel
    Left = 295
    Top = 76
    Width = 24
    Height = 12
    Caption = #27627#31186
  end
  object Label7: TLabel
    Left = 56
    Top = 104
    Width = 281
    Height = 73
    AutoSize = False
    Caption = 
      #36229#26102#26102#38388#21442#32771#25968#20540':'#13#10#12288'RS-232 '#32852#25509' 100 - 120 '#27627#31186#13#10#12288'RS-485 '#32852#25509' 120 - 200 '#27627#31186#13#10#12288'TC' +
      'P/IP '#32852#25509' 500 - 800 '#27627#31186#13#10#12288#21487#38752#21709#24212#36229#26102'   >=1000 '#27627#31186
    WordWrap = True
  end
  object cbPort: TComboBox
    Left = 16
    Top = 24
    Width = 89
    Height = 20
    ItemHeight = 12
    TabOrder = 0
    Text = 'COM1'
  end
  object cbRate: TComboBox
    Left = 112
    Top = 24
    Width = 97
    Height = 20
    ItemHeight = 12
    TabOrder = 1
    Text = '9600'
    Items.Strings = (
      '9600'
      '19200'
      '38400'
      '57600'
      '115200')
  end
  object btnOK: TButton
    Left = 189
    Top = 181
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    ModalResult = 1
    TabOrder = 7
  end
  object btnCancel: TButton
    Left = 277
    Top = 181
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 8
  end
  object edStartClockID: TMaskEdit
    Left = 64
    Top = 72
    Width = 33
    Height = 20
    EditMask = 'AA;1; '
    MaxLength = 2
    TabOrder = 4
    Text = '00'
  end
  object edEndClockID: TMaskEdit
    Left = 120
    Top = 72
    Width = 49
    Height = 20
    EditMask = 'AA;1; '
    MaxLength = 2
    TabOrder = 5
    Text = '10'
  end
  object edDelay: TComboBox
    Left = 232
    Top = 72
    Width = 57
    Height = 20
    ItemHeight = 12
    MaxLength = 4
    TabOrder = 6
    Text = '120'
    OnExit = edDelayExit
    Items.Strings = (
      '120'
      '200'
      '600'
      '1000')
  end
  object cbTestAllPort: TCheckBox
    Left = 216
    Top = 19
    Width = 130
    Height = 17
    Caption = #25628#32034#25152#26377#26377#25928#31471#21475
    TabOrder = 2
  end
  object cbCmdVerify: TCheckBox
    Left = 216
    Top = 34
    Width = 130
    Height = 17
    Caption = #36890#35759#21629#20196#26657#39564
    Checked = True
    State = cbChecked
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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