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

📄 showuseoptionpas.dfm

📁 DELPHI 编写个人工作计划事务管理软件
💻 DFM
字号:
object ShowOptionForm: TShowOptionForm
  Left = 25
  Top = 153
  BorderStyle = bsDialog
  Caption = 'ShowOptionForm'
  ClientHeight = 331
  ClientWidth = 346
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object OptionPageControl: TPageControl
    Left = 10
    Top = 12
    Width = 326
    Height = 282
    ActivePage = NormalTabSheet
    TabIndex = 0
    TabOrder = 0
    object NormalTabSheet: TTabSheet
      Caption = ' '#24120#35268
      object Use_Name_Label: TLabel
        Left = 10
        Top = 20
        Width = 60
        Height = 12
        AutoSize = False
        Caption = #29992#25143#22995#21517#65306
      end
      object Use_Desc_Label: TLabel
        Left = 10
        Top = 44
        Width = 60
        Height = 12
        AutoSize = False
        Caption = #29992#25143#20840#21517#65306
      end
      object Level_Desc_Label: TLabel
        Left = 10
        Top = 68
        Width = 60
        Height = 12
        AutoSize = False
        Caption = #26435#38480#25551#36848#65306
      end
      object ED_UseName: TEdit
        Left = 72
        Top = 16
        Width = 232
        Height = 20
        TabOrder = 0
        Text = 'ED_UseName'
      end
      object ED_NameDesc: TEdit
        Left = 72
        Top = 40
        Width = 232
        Height = 20
        TabOrder = 1
        Text = 'ED_NameDesc'
      end
      object ED_LevelDesc: TEdit
        Left = 72
        Top = 64
        Width = 232
        Height = 20
        TabOrder = 2
        Text = 'ED_LevelDesc'
      end
    end
  end
  object OptionOkBut: TBitBtn
    Left = 260
    Top = 302
    Width = 75
    Height = 23
    Caption = #30830#23450'(&O)'
    ModalResult = 1
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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