basic.dfm

来自「delphi框架可以学习, 写的很好的」· DFM 代码 · 共 1,148 行 · 第 1/5 页

DFM
1,148
字号
object frmBasic: TfrmBasic
  Left = 0
  Top = 152
  Width = 1024
  Height = 480
  BorderIcons = [biSystemMenu, biMaximize]
  Caption = #22522#30784#31383#21475
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object RzToolbar1: TRzToolbar
    Left = 0
    Top = 0
    Width = 1016
    Height = 44
    AutoStyle = False
    CustomizeCaptions.Title = #33258#23450#20041#24037#20855#26465
    CustomizeCaptions.Hint = 'Uncheck to hide control'
    CustomizeCaptions.Close = #20851#38381
    CustomizeCaptions.MoveUp = #21521#19978#31227#21160
    CustomizeCaptions.MoveDown = #21521#19979#31227#21160
    CustomizeCaptions.TextOptions = #25991#26412#37197#32622
    CustomizeCaptions.NoTextLabels = 'No text labels'
    CustomizeCaptions.ShowTextLabels = #26174#31034#25991#26412#26631#31614
    CustomizeCaptions.SelectiveTextOnRight = 'Selective text on right'
    Images = imglToolsbar
    RowHeight = 40
    ButtonLayout = blGlyphTop
    ButtonWidth = 48
    ButtonHeight = 40
    ShowButtonCaptions = True
    TextOptions = ttoCustom
    BorderInner = fsNone
    BorderOuter = fsGroove
    BorderSides = [sdTop]
    BorderWidth = 0
    Ctl3D = True
    ParentCtl3D = False
    TabOrder = 0
    UseGradients = True
    ToolbarControls = (
      btnOpen
      RzSpacer1
      BtnNew
      BtnSave
      BtnUndo
      BtnDelete
      RzSpacer2
      BtnCheck
      BtnUnCheck
      RzSpacer3
      BtnSelReport
      BtnPreview
      BtnPrint
      BtnDesigen
      RzSpacer4
      BtnOther
      BtnHelp
      BtnExit
      RzSpacer5
      Btn1
      Btn2
      Btn3
      Btn4
      Btn5
      Btn6
      Btn7)
    object btnOpen: TRzToolButton
      Left = 4
      Top = 2
      Width = 40
      Height = 40
      DisabledIndex = 1
      Layout = blGlyphTop
      UseToolbarButtonSize = False
      UseGradients = True
      Action = actOpen
    end
    object RzSpacer1: TRzSpacer
      Left = 44
      Top = 2
      Height = 40
      Grooved = True
    end
    object BtnNew: TRzToolButton
      Left = 52
      Top = 2
      Width = 40
      Height = 40
      DisabledIndex = 3
      Layout = blGlyphTop
      UseToolbarButtonSize = False
      UseGradients = True
      Action = actNew
    end
    object BtnSave: TRzToolButton
      Left = 92
      Top = 2
      Width = 40
      Height = 40
      DisabledIndex = 5
      Layout = blGlyphTop
      UseToolbarButtonSize = False
      UseGradients = True
      Action = actSave
    end
    object BtnUndo: TRzToolButton
      Left = 132
      Top = 2
      Width = 40
      Height = 40
      DisabledIndex = 7
      Layout = blGlyphTop
      UseToolbarButtonSize = False
      UseGradients = True
      Action = actCancel
    end
    object BtnDelete: TRzToolButton
      Left = 172
      Top = 2
      Width = 40
      Height = 40
      DisabledIndex = 9
      Layout = blGlyphTop
      UseToolbarButtonSize = False
      UseGradients = True
      Action = actDelete
    end
    object RzSpacer2: TRzSpacer
      Left = 212
      Top = 2
      Height = 40
      Grooved = True
    end
    object BtnCheck: TRzToolButton
      Left = 220
      Top = 2
      Width = 40
      Height = 40
      DisabledIndex = 11
      Layout = blGlyphTop
      UseToolbarButtonSize = False
      UseGradients = True
      Action = actCheck
    end
    object BtnUnCheck: TRzToolButton
      Left = 260
      Top = 2
      Width = 40
      Height = 40
      DisabledIndex = 13
      Layout = blGlyphTop
      UseToolbarButtonSize = False
      UseGradients = True
      Action = actUncheck
    end
    object RzSpacer3: TRzSpacer
      Left = 300
      Top = 2
      Height = 40
      Grooved = True
    end
    object BtnPreview: TRzToolButton
      Left = 370
      Top = 2
      Width = 40
      Height = 40
      DisabledIndex = 15
      Layout = blGlyphTop
      UseToolbarButtonSize = False
      UseGradients = True
      Action = actPreview
    end
    object BtnPrint: TRzToolButton
      Left = 410
      Top = 2
      Width = 40
      Height = 40
      DisabledIndex = 17
      Layout = blGlyphTop
      UseToolbarButtonSize = False
      UseGradients = True
      Action = actPrint
    end
    object BtnDesigen: TRzToolButton
      Left = 450
      Top = 2
      Width = 40
      Height = 40
      DisabledIndex = 19
      Layout = blGlyphTop
      UseToolbarButtonSize = False
      UseGradients = True
      Action = actDesign
    end
    object RzSpacer4: TRzSpacer
      Left = 490
      Top = 2
      Height = 40
      Grooved = True
    end
    object BtnHelp: TRzToolButton
      Left = 560
      Top = 2
      Width = 40
      Height = 40
      DisabledIndex = 21
      Layout = blGlyphTop
      UseToolbarButtonSize = False
      UseGradients = True
      Action = actHelp
    end
    object BtnExit: TRzToolButton
      Left = 600
      Top = 2
      Width = 40
      Height = 40
      DisabledIndex = 25

⌨️ 快捷键说明

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