pay.dfm

来自「C++ Builder数据库开发经典案例解析 示例程序都是在C++ Build」· DFM 代码 · 共 521 行 · 第 1/2 页

DFM
521
字号
object fmPay: TfmPay
  Left = 211
  Top = 190
  Width = 696
  Height = 480
  Caption = #38376#35786#25910#36153
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 688
    Height = 38
    ButtonHeight = 36
    ButtonWidth = 31
    Caption = 'ToolBar1'
    Flat = True
    Images = ImageList1
    ShowCaptions = True
    TabOrder = 0
    object ToolButton11: TToolButton
      Left = 0
      Top = 0
      Width = 8
      Caption = 'ToolButton11'
      ImageIndex = 10
      Style = tbsSeparator
    end
    object btSeek: TToolButton
      Left = 8
      Top = 0
      Caption = #25628#32034
      ImageIndex = 0
      OnClick = btSeekClick
    end
    object ToolButton12: TToolButton
      Left = 39
      Top = 0
      Width = 8
      Caption = 'ToolButton12'
      ImageIndex = 10
      Style = tbsSeparator
    end
    object btSave: TToolButton
      Left = 47
      Top = 0
      Caption = #25910#36153
      ImageIndex = 1
      OnClick = btSaveClick
    end
    object ToolButton13: TToolButton
      Left = 78
      Top = 0
      Width = 8
      Caption = 'ToolButton13'
      ImageIndex = 10
      Style = tbsSeparator
    end
    object btExit: TToolButton
      Left = 86
      Top = 0
      Caption = #36864#20986
      ImageIndex = 2
      OnClick = btExitClick
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 38
    Width = 688
    Height = 59
    Align = alTop
    TabOrder = 1
    object Label1: TLabel
      Left = 200
      Top = 22
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #22995#21517
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 24
      Top = 22
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #21010#20215#32534#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 344
      Top = 22
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #24320#22987#26102#38388
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 512
      Top = 22
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #32467#26463#26102#38388
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 80
      Top = 18
      Width = 97
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 232
      Top = 18
      Width = 89
      Height = 21
      TabOrder = 1
      Text = 'Edit2'
    end
    object Edit3: TEdit
      Left = 400
      Top = 18
      Width = 97
      Height = 21
      TabOrder = 2
      Text = 'Edit3'
    end
    object Edit4: TEdit
      Left = 568
      Top = 18
      Width = 89
      Height = 21
      TabOrder = 3
      Text = 'Edit4'
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 97
    Width = 688
    Height = 152
    Align = alTop
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #32534#21495
        Width = 78
        Visible = True
      end
      item
        Expanded = False
        FieldName = #22995#21517
        Width = 39
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24615#21035
        Visible = True
      end
      item
        Expanded = False
        FieldName = #31185#23460
        Width = 49
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21307#29983
        Width = 48
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21010#20215#37329#39069
        Width = 51
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21010#20215#26102#38388
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21010#20215#21592
        Width = 41
        Visible = True
      end
      item
        Expanded = False
        FieldName = #26159#21542#25910#36153
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25910#36153#21592
        Width = 55
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25910#36153#26102#38388
        Width = 66
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25346#21495#32534#21495
        Visible = True
      end>
  end
  object DBGrid2: TDBGrid
    Left = 0
    Top = 249
    Width = 688
    Height = 204

⌨️ 快捷键说明

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