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

📄 unit1.dfm

📁 公交行业的管理系统
💻 DFM
字号:
object BHForm: TBHForm
  Left = -22
  Top = 16
  Align = alTop
  BorderIcons = [biMaximize]
  BorderStyle = bsSingle
  Caption = #36828#31243#32456#31471#25509#25910'/'#21457#36865
  ClientHeight = 553
  ClientWidth = 800
  Color = clBtnFace
  Constraints.MaxHeight = 580
  Constraints.MaxWidth = 808
  Constraints.MinHeight = 580
  Constraints.MinWidth = 808
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 800
    Height = 553
    Align = alClient
    TabOrder = 0
    object btnSndRv: TButton
      Left = 252
      Top = 447
      Width = 96
      Height = 25
      Caption = #21457#36865#12289#25509#25910#25991#20214
      TabOrder = 0
      OnClick = btnSndRvClick
    end
    object GroupBox2: TGroupBox
      Left = 124
      Top = 87
      Width = 521
      Height = 337
      Caption = #25320#21495
      TabOrder = 1
      object RadioGroup1: TRadioGroup
        Left = 72
        Top = 32
        Width = 369
        Height = 57
        Caption = #36873#25321#36830#25509#26041#24335
        Columns = 2
        Items.Strings = (
          #20351#29992#24050#26377#36830#25509
          #33258#23450#20041#36830#25509)
        TabOrder = 0
        OnClick = RadioGroup1Click
      end
      object GroupBox1: TGroupBox
        Left = 72
        Top = 120
        Width = 369
        Height = 145
        Caption = #25320#21495#20449#24687
        TabOrder = 1
        object lblConn: TLabel
          Left = 16
          Top = 24
          Width = 65
          Height = 13
          AutoSize = False
          Caption = #36830#25509#21517#31216
        end
        object Label1: TLabel
          Left = 19
          Top = 112
          Width = 81
          Height = 15
          AutoSize = False
          Caption = #35831#36755#20837#23494#30721
        end
        object lblPhoneNum: TLabel
          Left = 16
          Top = 24
          Width = 105
          Height = 17
          AutoSize = False
          Caption = #35831#36755#20837#23545#26041#21495#30721
        end
        object lblUserName: TLabel
          Left = 19
          Top = 67
          Width = 72
          Height = 13
          Caption = #35831#36755#20837#29992#25143#21517
        end
        object cmbPhoneName: TComboBox
          Left = 160
          Top = 24
          Width = 145
          Height = 21
          ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
          ItemHeight = 13
          TabOrder = 0
          OnChange = cmbPhoneNameChange
        end
        object editPWD: TEdit
          Left = 160
          Top = 104
          Width = 145
          Height = 21
          ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
          PasswordChar = '*'
          TabOrder = 1
          OnChange = editPWDChange
        end
        object editPhoneNum: TEdit
          Left = 160
          Top = 24
          Width = 145
          Height = 21
          TabOrder = 2
          OnChange = editPhoneNumChange
        end
        object editUserName: TEdit
          Left = 160
          Top = 64
          Width = 145
          Height = 21
          TabOrder = 3
        end
      end
      object DialUp: TButton
        Left = 150
        Top = 291
        Width = 75
        Height = 25
        Caption = #25320#21495
        TabOrder = 2
        OnClick = DialUpClick
      end
      object HangUp: TButton
        Left = 302
        Top = 291
        Width = 75
        Height = 25
        Caption = #25346#26029
        TabOrder = 3
        OnClick = HangUpClick
      end
    end
  end
  object btnExit: TButton
    Left = 427
    Top = 448
    Width = 96
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = btnExitClick
  end
  object OpenDialog1: TOpenDialog
    Left = 668
    Top = 87
  end
end

⌨️ 快捷键说明

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