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

📄 teltype.~dfm

📁 不错啊
💻 ~DFM
字号:
object frmTelType: TfrmTelType
  Left = 190
  Top = 103
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #30005#35805#31867#22411#32500#25252
  ClientHeight = 350
  ClientWidth = 489
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = [fsBold]
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object DBGrid1: TDBGrid
    Left = 24
    Top = 8
    Width = 441
    Height = 177
    DataSource = DataSource1
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -14
    TitleFont.Name = #23435#20307
    TitleFont.Style = [fsBold]
  end
  object Button1: TButton
    Left = 24
    Top = 312
    Width = 65
    Height = 25
    Caption = #20462#25913
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 99
    Top = 312
    Width = 65
    Height = 25
    Caption = #22686#21152
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 174
    Top = 312
    Width = 65
    Height = 25
    Caption = #21024#38500
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 249
    Top = 312
    Width = 65
    Height = 25
    Caption = #20445#23384
    TabOrder = 4
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 400
    Top = 312
    Width = 65
    Height = 25
    Caption = #36864#20986
    ModalResult = 2
    TabOrder = 5
  end
  object Panel1: TPanel
    Left = 24
    Top = 192
    Width = 441
    Height = 105
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 6
    object Label1: TLabel
      Left = 40
      Top = 13
      Width = 34
      Height = 16
      Caption = #32534#30721
    end
    object Label3: TLabel
      Left = 8
      Top = 45
      Width = 68
      Height = 16
      Caption = #39318#27425#35745#26102
    end
    object Label7: TLabel
      Left = 144
      Top = 45
      Width = 17
      Height = 16
      Caption = #31186
    end
    object Label5: TLabel
      Left = 8
      Top = 77
      Width = 68
      Height = 16
      Caption = #21333#20301#26102#38388
    end
    object Label8: TLabel
      Left = 144
      Top = 77
      Width = 17
      Height = 16
      Caption = #31186
    end
    object Label2: TLabel
      Left = 248
      Top = 13
      Width = 34
      Height = 16
      Caption = #21517#31216
    end
    object Label4: TLabel
      Left = 216
      Top = 45
      Width = 68
      Height = 16
      Caption = #39318#27425#35745#20215
    end
    object Label6: TLabel
      Left = 216
      Top = 77
      Width = 68
      Height = 16
      Caption = #21333#20301#35745#20215
    end
    object DBEdit1: TDBEdit
      Left = 80
      Top = 9
      Width = 57
      Height = 24
      DataField = #32534#30721
      DataSource = DataSource1
      TabOrder = 0
    end
    object DBEdit3: TDBEdit
      Left = 80
      Top = 41
      Width = 57
      Height = 24
      DataField = #39318#27425#35745#26102
      DataSource = DataSource1
      TabOrder = 1
    end
    object DBEdit5: TDBEdit
      Left = 80
      Top = 73
      Width = 57
      Height = 24
      DataField = #21333#20301#26102#38388
      DataSource = DataSource1
      TabOrder = 2
    end
    object DBEdit2: TDBEdit
      Left = 288
      Top = 9
      Width = 97
      Height = 24
      DataField = #21517#31216
      DataSource = DataSource1
      TabOrder = 3
    end
    object DBEdit4: TDBEdit
      Left = 288
      Top = 41
      Width = 97
      Height = 24
      DataField = #39318#27425#35745#20215
      DataSource = DataSource1
      TabOrder = 4
    end
    object DBEdit6: TDBEdit
      Left = 288
      Top = 73
      Width = 97
      Height = 24
      DataField = #39318#27425#35745#20215
      DataSource = DataSource1
      TabOrder = 5
    end
  end
  object Button6: TButton
    Left = 324
    Top = 312
    Width = 65
    Height = 25
    Caption = #21462#28040
    TabOrder = 7
    OnClick = Button6Click
  end
  object Table1: TTable
    DatabaseName = 'jifei'
    TableName = 'telType.db'
    Left = 344
    Top = 136
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 312
    Top = 136
  end
end

⌨️ 快捷键说明

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