basewin.dfm

来自「企业端数据申报系统:单位管理模块 单位查询. 业务申报模块 在线数据下载」· DFM 代码 · 共 122 行

DFM
122
字号
object basewin_frm: Tbasewin_frm
  Left = 256
  Top = 188
  BorderIcons = []
  BorderStyle = bsNone
  Caption = #22522#31867#31383#20307
  ClientHeight = 348
  ClientWidth = 536
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 26
    Width = 536
    Height = 322
    Align = alClient
    BevelOuter = bvNone
    Color = clWhite
    TabOrder = 0
  end
  object Panel10: TPanel
    Left = 0
    Top = 0
    Width = 536
    Height = 26
    Align = alTop
    BevelOuter = bvNone
    Color = 16776176
    TabOrder = 1
    object Bevel1: TBevel
      Left = 0
      Top = 24
      Width = 536
      Height = 2
      Align = alBottom
    end
    object Panel11: TPanel
      Left = 514
      Top = 0
      Width = 22
      Height = 24
      Align = alRight
      BevelOuter = bvNone
      Color = 16776176
      TabOrder = 0
      object FlatButton3: TFlatButton
        Left = 20
        Top = 0
        Width = 23
        Height = 21
        Caption = '?'
        TabOrder = 0
        Visible = False
      end
      object FlatButton4: TFlatButton
        Left = 0
        Top = -2
        Width = 23
        Height = 28
        Color = 16776176
        Caption = #215
        ParentColor = False
        TabOrder = 1
        OnClick = FlatButton4Click
      end
    end
  end
  object ImageList1: TImageList
    Left = 192
    Top = 88
  end
  object ActionList1: TActionList
    Left = 264
    Top = 88
  end
  object PopupMenu1: TPopupMenu
    Left = 296
    Top = 88
  end
  object XPMenu1: TXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Pitch = fpVariable
    Font.Style = []
    Color = clBtnFace
    DrawMenuBar = False
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    UseDimColor = False
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = False
    Active = True
    Left = 128
    Top = 64
  end
end

⌨️ 快捷键说明

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