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

📄 uinserttable.dfm

📁 一个基于不需引擎的文件管理系统,使用了许多界面比较好的控件
💻 DFM
字号:
object InsertTabfrm: TInsertTabfrm
  Left = 376
  Top = 266
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #25554#20837#34920#26684
  ClientHeight = 209
  ClientWidth = 239
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  DesignSize = (
    239
    209)
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 7
    Top = 8
    Width = 225
    Height = 79
    Caption = #34920#26684#22823#23567
    TabOrder = 0
    object Label1: TLabel
      Left = 10
      Top = 26
      Width = 48
      Height = 12
      Caption = #21015#25968'(&C):'
      FocusControl = seCols
    end
    object Label2: TLabel
      Left = 10
      Top = 50
      Width = 48
      Height = 12
      Caption = #34892#25968'(&R):'
      FocusControl = seRows
    end
    object seCols: TRVSpinEdit
      Left = 72
      Top = 22
      Width = 121
      Height = 21
      Increment = 1
      MaxValue = 1000
      MinValue = 1
      Value = 2
      TabOrder = 0
    end
    object seRows: TRVSpinEdit
      Left = 72
      Top = 46
      Width = 121
      Height = 21
      Increment = 1
      MaxValue = 1000
      MinValue = 1
      Value = 2
      TabOrder = 1
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 91
    Width = 225
    Height = 78
    Caption = #34920#26684#24067#23616
    TabOrder = 1
    object RadioButton1: TRadioButton
      Left = 8
      Top = 24
      Width = 113
      Height = 17
      Caption = #33258#21160#35843#25972#22823#23567'(&A)'
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object RadioButton2: TRadioButton
      Left = 8
      Top = 48
      Width = 161
      Height = 17
      Caption = #34920#26684#33258#21160#36866#24212#31383#20307#22823#23567'(&W)'
      TabOrder = 1
    end
  end
  object btnOk: TButton
    Left = 25
    Top = 179
    Width = 100
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 2
    OnClick = btnOkClick
  end
  object Button1: TButton
    Left = 131
    Top = 179
    Width = 100
    Height = 25
    Anchors = [akRight, akBottom]
    Cancel = True
    Caption = #21462#28040
    ModalResult = 1
    TabOrder = 3
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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