fxjdj.dfm.~2~

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

~2~
51
字号
object frmXJDJ: TfrmXJDJ
  Left = 0
  Top = 0
  Caption = #26032#24314#21333#25454
  ClientHeight = 385
  ClientWidth = 430
  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
    AlignWithMargins = True
    Left = 3
    Top = 3
    Width = 424
    Height = 379
    ActivePage = cxTabSheet1
    Align = alClient
    ShowFrame = True
    TabOrder = 0
    ExplicitLeft = 56
    ExplicitTop = 56
    ExplicitWidth = 289
    ExplicitHeight = 193
    ClientRectBottom = 378
    ClientRectLeft = 1
    ClientRectRight = 423
    ClientRectTop = 26
    object cxTabSheet1: TcxTabSheet
      Caption = #26032#24314#21333#25454
      ImageIndex = 0
      ExplicitLeft = 0
      ExplicitTop = 24
      ExplicitWidth = 289
      ExplicitHeight = 169
      object cxTextEdit1: TcxTextEdit
        Left = 3
        Top = 3
        TabOrder = 0
        Text = 'cxTextEdit1'
        Width = 416
      end
    end
  end
end

⌨️ 快捷键说明

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