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

📄 u_zhgl_zhgl_zx.dfm

📁 这是一个非常使用的DELPHI源码的例子,用的是SQL数据库和DELPHI企业版
💻 DFM
📖 第 1 页 / 共 4 页
字号:
        Width = 132
        Height = 25
        BevelInner = bvLowered
        TabOrder = 2
        object DBText3: TDBText
          Left = 2
          Top = 2
          Width = 127
          Height = 21
          Alignment = taCenter
          Color = clMoneyGreen
          DataField = 'Ycje'
          DataSource = Data.Mr_people_add
          ParentColor = False
          Transparent = False
        end
      end
      object Panel5: TPanel
        Left = 101
        Top = 145
        Width = 132
        Height = 25
        BevelInner = bvLowered
        TabOrder = 3
        object DBText4: TDBText
          Left = 2
          Top = 2
          Width = 127
          Height = 21
          Alignment = taCenter
          Color = clMoneyGreen
          DataField = 'Zw'
          DataSource = Data.Mr_people_add
          ParentColor = False
          Transparent = False
        end
      end
      object Panel6: TPanel
        Left = 101
        Top = 183
        Width = 132
        Height = 25
        BevelInner = bvLowered
        TabOrder = 4
        object DBText5: TDBText
          Left = 2
          Top = 2
          Width = 127
          Height = 21
          Alignment = taCenter
          Color = clMoneyGreen
          DataField = 'Jb'
          DataSource = Data.Mr_people_add
          ParentColor = False
          Transparent = False
        end
      end
      object Panel7: TPanel
        Left = 319
        Top = 28
        Width = 132
        Height = 25
        BevelInner = bvLowered
        TabOrder = 5
        object DBText6: TDBText
          Left = 2
          Top = 2
          Width = 127
          Height = 21
          Alignment = taCenter
          Color = clMoneyGreen
          DataField = 'Bh'
          DataSource = Data.Mr_people_add
          ParentColor = False
          Transparent = False
        end
      end
      object Panel8: TPanel
        Left = 319
        Top = 67
        Width = 132
        Height = 25
        BevelInner = bvLowered
        TabOrder = 6
        object DBText7: TDBText
          Left = 2
          Top = 2
          Width = 127
          Height = 21
          Alignment = taCenter
          Color = clMoneyGreen
          DataField = 'Kh'
          DataSource = Data.Mr_people_add
          ParentColor = False
          Transparent = False
        end
      end
      object Panel9: TPanel
        Left = 320
        Top = 106
        Width = 132
        Height = 25
        BevelInner = bvLowered
        TabOrder = 7
        object DBText8: TDBText
          Left = 2
          Top = 2
          Width = 127
          Height = 21
          Alignment = taCenter
          Color = clMoneyGreen
          DataField = 'Yj'
          DataSource = Data.Mr_people_add
          ParentColor = False
          Transparent = False
        end
      end
      object Panel10: TPanel
        Left = 320
        Top = 145
        Width = 132
        Height = 25
        BevelInner = bvLowered
        TabOrder = 8
        object DBText9: TDBText
          Left = 2
          Top = 2
          Width = 127
          Height = 21
          Alignment = taCenter
          Color = clMoneyGreen
          DataField = 'Mz'
          DataSource = Data.Mr_people_add
          ParentColor = False
          Transparent = False
        end
      end
      object Panel11: TPanel
        Left = 320
        Top = 183
        Width = 132
        Height = 25
        BevelInner = bvLowered
        TabOrder = 9
        object DBText10: TDBText
          Left = 2
          Top = 2
          Width = 127
          Height = 21
          Alignment = taCenter
          Color = clMoneyGreen
          DataField = 'Kzt'
          DataSource = Data.Mr_people_add
          ParentColor = False
          Transparent = False
        end
      end
    end
    object GroupBox2: TGroupBox
      Left = 7
      Top = 272
      Width = 477
      Height = 65
      Caption = #27880#38144#20449#24687
      TabOrder = 1
      object Chk_ye: TCheckBox
        Left = 16
        Top = 24
        Width = 63
        Height = 23
        Caption = #36864#20313#39069
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clRed
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        OnClick = Chk_yeClick
      end
      object Chk_Yj: TCheckBox
        Left = 231
        Top = 24
        Width = 63
        Height = 23
        Caption = #36864#25276#37329
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clRed
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        OnClick = Chk_YjClick
      end
      object Edt_ye: TEdit
        Left = 80
        Top = 24
        Width = 135
        Height = 19
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 2
      end
      object Edt_yj: TEdit
        Left = 298
        Top = 26
        Width = 133
        Height = 19
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 3
      end
    end
    object Button1: TButton
      Left = 66
      Top = 358
      Width = 105
      Height = 35
      Caption = 'Button1'
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object ActionManager1: TActionManager
    Left = 220
    Top = 234
    StyleName = 'XP Style'
    object Action1: TAction
      Caption = #27880#38144
      OnExecute = Action1Execute
    end
    object Action2: TAction
      Caption = #36864#20986
      OnExecute = Action2Execute
    end
    object Action3: TAction
      Caption = #21047#21345
      OnExecute = Action3Execute
    end
    object Action4: TAction
      Caption = #36733#20837
      OnExecute = Action4Execute
    end
  end
end

⌨️ 快捷键说明

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