fyhxg.dfm.~2~

来自「delphi2007开发的汽车配件进销存系统.实用级的源码.」· ~2~ 代码 · 共 72 行

~2~
72
字号
object frmYHGL: TfrmYHGL
  Left = 0
  Top = 0
  BorderIcons = [biSystemMenu]
  BorderStyle = bsNone
  Caption = #29992#25143#31649#29702
  ClientHeight = 185
  ClientWidth = 334
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object cxPageControl1: TcxPageControl
    Left = 0
    Top = 0
    Width = 334
    Height = 185
    ActivePage = cxTabSheet1
    Align = alClient
    TabOrder = 0
    ExplicitLeft = 104
    ExplicitTop = 40
    ExplicitWidth = 289
    ExplicitHeight = 193
    ClientRectBottom = 185
    ClientRectRight = 334
    ClientRectTop = 24
    object cxTabSheet1: TcxTabSheet
      Caption = #29992#25143#31649#29702
      ImageIndex = 0
      ExplicitHeight = 168
      object DBGridEh1: TDBGridEh
        Left = 3
        Top = 3
        Width = 328
        Height = 118
        DataSource = DM.ds10
        Flat = False
        FooterColor = clWindow
        FooterFont.Charset = DEFAULT_CHARSET
        FooterFont.Color = clWindowText
        FooterFont.Height = -11
        FooterFont.Name = 'Tahoma'
        FooterFont.Style = []
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -11
        TitleFont.Name = 'Tahoma'
        TitleFont.Style = []
      end
      object cxDBNavigator1: TcxDBNavigator
        Left = 5
        Top = 127
        Width = 320
        Height = 25
        Buttons.PriorPage.Visible = False
        Buttons.NextPage.Visible = False
        Buttons.SaveBookmark.Visible = False
        Buttons.GotoBookmark.Visible = False
        Buttons.Filter.Visible = False
        TabOrder = 1
      end
    end
  end
end

⌨️ 快捷键说明

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