fswitch.dfm

来自「一套BCB6开发的电话管理系统」· DFM 代码 · 共 1,024 行 · 第 1/5 页

DFM
1,024
字号
object FrmSwitch: TFrmSwitch
  Left = 172
  Top = 104
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #20998#27231#35373#32622
  ClientHeight = 446
  ClientWidth = 615
  Color = clInfoBk
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 615
    Height = 41
    ButtonHeight = 36
    ButtonWidth = 31
    Color = clInactiveCaptionText
    EdgeBorders = [ebLeft, ebTop, ebRight]
    EdgeInner = esLowered
    Images = ImageList2
    ParentColor = False
    ShowCaptions = True
    TabOrder = 0
    object ToolButton6: TToolButton
      Left = 0
      Top = 2
      Width = 8
      Caption = 'ToolButton6'
      ImageIndex = 12
      Style = tbsSeparator
    end
    object NewToolButton: TToolButton
      Left = 8
      Top = 2
      Caption = #26032#22686
      ImageIndex = 5
      OnClick = NewToolButtonClick
    end
    object ModifyToolButton: TToolButton
      Left = 39
      Top = 2
      Caption = #20462#25913
      ImageIndex = 3
      OnClick = ModifyToolButtonClick
    end
    object DeleteToolButton: TToolButton
      Left = 70
      Top = 2
      Caption = #21034#38500
      ImageIndex = 12
      OnClick = DeleteToolButtonClick
    end
    object SaveToolButton: TToolButton
      Left = 101
      Top = 2
      Caption = #20445#23384
      ImageIndex = 10
      OnClick = SaveToolButtonClick
    end
    object GiveUpToolButton: TToolButton
      Left = 132
      Top = 2
      Caption = #25918#26820
      ImageIndex = 11
      OnClick = GiveUpToolButtonClick
    end
    object ToolButton7: TToolButton
      Left = 163
      Top = 2
      Width = 10
      Caption = 'ToolButton7'
      ImageIndex = 12
      Style = tbsDivider
    end
    object FirstPageToolButton: TToolButton
      Left = 173
      Top = 2
      Caption = #39318#26781
      ImageIndex = 16
      OnClick = FirstPageToolButtonClick
    end
    object PrevPageToolButton: TToolButton
      Left = 204
      Top = 2
      Caption = #19978#26781
      ImageIndex = 14
      OnClick = PrevPageToolButtonClick
    end
    object NextPageToolButton: TToolButton
      Left = 235
      Top = 2
      Caption = #19979#26781
      ImageIndex = 13
      OnClick = NextPageToolButtonClick
    end
    object LastPageToolButton: TToolButton
      Left = 266
      Top = 2
      Caption = #26411#26781
      ImageIndex = 15
      OnClick = LastPageToolButtonClick
    end
    object ToolButton1: TToolButton
      Left = 297
      Top = 2
      Width = 8
      Caption = 'ToolButton1'
      ImageIndex = 19
      Style = tbsSeparator
    end
    object ToolButton14: TToolButton
      Left = 305
      Top = 2
      Width = 8
      Caption = 'ToolButton14'
      ImageIndex = 18
      Style = tbsSeparator
    end
    object ExitToolButton: TToolButton
      Left = 313
      Top = 2
      Caption = #36864#20986
      ImageIndex = 18
      OnClick = ExitToolButtonClick
    end
    object PrintToolButton: TToolButton
      Left = 344
      Top = 2
      Caption = #25171#21360
      ImageIndex = 17
      Visible = False
    end
    object ToolButton12: TToolButton
      Left = 375
      Top = 2
      Width = 8
      Caption = 'ToolButton12'
      ImageIndex = 18
      Style = tbsSeparator
    end
    object RefreshToolButton: TToolButton
      Left = 383
      Top = 2
      Caption = #21047#26032
      ImageIndex = 21
      Visible = False
    end
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 48
    Width = 595
    Height = 386
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'telecode'
        Title.Alignment = taCenter
        Title.Caption = #20998#27231#34399
        Width = 84
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'username'
        Title.Alignment = taCenter
        Title.Caption = #29992#25142#21517#31281
        Width = 97
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bm'
        Title.Alignment = taCenter
        Title.Caption = #37096#38272
        Width = 144
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'gsname'
        Title.Alignment = taCenter
        Title.Caption = #20844#21496#21517#31281
        Width = 228
        Visible = True
      end>
  end
  object ImageList2: TImageList

⌨️ 快捷键说明

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