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

📄 txtdlg.dfm

📁 delphi语言开发的矢量图形处理对象
💻 DFM
字号:
object OKBottomDlg: TOKBottomDlg
  Left = 271
  Top = 161
  BorderStyle = bsDialog
  Caption = #25991#26412#36755#20837#26694
  ClientHeight = 139
  ClientWidth = 326
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object OKBtn: TButton
    Left = 73
    Top = 98
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 0
    OnClick = OKBtnClick
  end
  object CancelBtn: TButton
    Left = 180
    Top = 98
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 1
    OnClick = CancelBtnClick
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 297
    Height = 57
    Caption = #35774#32622#25991#26412
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object Edit1: TEdit
      Left = 11
      Top = 27
      Width = 273
      Height = 19
      Ctl3D = False
      MaxLength = 58
      ParentCtl3D = False
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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