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

📄 begin_edit.dfm

📁 delphi的一个开发实例
💻 DFM
字号:
object frm_Begin_Edit: Tfrm_Begin_Edit
  Left = 326
  Top = 321
  Width = 277
  Height = 162
  AutoSize = True
  BorderIcons = [biSystemMenu]
  Caption = #12304#26399#21021#24211#23384#21830#21697#12305
  Color = clSkyBlue
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 14
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 269
    Height = 98
    Align = alClient
    TabOrder = 0
    object LabeledEdit2: TLabeledEdit
      Left = 88
      Top = 71
      Width = 173
      Height = 22
      EditLabel.Width = 70
      EditLabel.Height = 14
      EditLabel.Caption = #26399#21021#21333#20215#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 0
    end
    object LabeledEdit1: TLabeledEdit
      Left = 88
      Top = 43
      Width = 173
      Height = 22
      EditLabel.Width = 70
      EditLabel.Height = 14
      EditLabel.Caption = #26399#21021#25968#37327#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 1
    end
    object Panel1: TPanel
      Left = 2
      Top = 16
      Width = 265
      Height = 25
      Align = alTop
      Color = clSkyBlue
      TabOrder = 2
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 98
    Width = 269
    Height = 37
    Align = alBottom
    TabOrder = 1
    object SpeedButton1: TSpeedButton
      Left = 96
      Top = 11
      Width = 80
      Height = 22
      Caption = #30830#23450
    end
    object SpeedButton2: TSpeedButton
      Left = 180
      Top = 11
      Width = 80
      Height = 22
      Caption = #21462#28040
      OnClick = SpeedButton2Click
    end
  end
  object XPMenu1: TXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Color = clBtnFace
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = True
    Active = True
    ControlUseTrueXPStyle = True
    BtnRoundArc = 5
    BtnOutLineBorderColor = 7552000
    BtnInnerBorderMoveColor = 3257087
    BtnInnerBorderFocusColor = 15183500
    BtnSurfaceNormalColor = 16251903
    BtnSurfaceDownColor = 14608359
    BtnSurfaceBottomLineColor = 14608359
    BtnSurfaceDownBottomLineColor = 15199215
    RdoChkControlChkColor = 41472
    ComboBoxChkColor = 9201994
    ComboboxSurfaceMoveColor = 16771030
    ControlDisabledBorderColor = 11913158
    Left = 48
    Top = 40
  end
end

⌨️ 快捷键说明

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