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

📄 main.dfm

📁 Delphi7数据库开发教程,包含该书21套实例
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 525
  Height = 372
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 32
    Width = 105
    Height = 13
    AutoSize = False
    Caption = #36755#20837#31532#19968#20010#25968#65306
  end
  object Label2: TLabel
    Left = 248
    Top = 32
    Width = 100
    Height = 13
    AutoSize = False
    Caption = #36755#20837#30340#20108#20010#25968#65306
  end
  object Label3: TLabel
    Left = 70
    Top = 62
    Width = 41
    Height = 17
    AutoSize = False
    Caption = #32467#26524#65306
  end
  object Edit1: TEdit
    Left = 118
    Top = 28
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 351
    Top = 25
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object edtResult: TEdit
    Left = 118
    Top = 54
    Width = 355
    Height = 21
    TabOrder = 2
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 88
    Width = 225
    Height = 241
    Caption = #26410#36827#34892#24322#24120#22788#29702
    TabOrder = 3
    object btnConvert: TButton
      Left = 32
      Top = 24
      Width = 161
      Height = 25
      Caption = #31867#22411#36716#25442#24322#24120
      TabOrder = 0
      OnClick = btnConvertClick
    end
  end
  object GroupBox2: TGroupBox
    Left = 264
    Top = 88
    Width = 233
    Height = 241
    Caption = #36827#34892#24322#24120#22788#29702
    TabOrder = 4
    object btnHandleConvert: TButton
      Left = 24
      Top = 24
      Width = 185
      Height = 25
      Caption = #31867#22411#36716#25442#24322#24120
      TabOrder = 0
      OnClick = btnHandleConvertClick
    end
    object btnTryExcept: TButton
      Left = 24
      Top = 56
      Width = 185
      Height = 25
      Caption = 'TryExcept'
      TabOrder = 1
      OnClick = btnTryExceptClick
    end
    object btnCatchException: TButton
      Left = 24
      Top = 88
      Width = 185
      Height = 25
      Caption = #25429#33719#30830#20999#30340#24322#24120
      TabOrder = 2
      OnClick = btnCatchExceptionClick
    end
    object btnDefaultException: TButton
      Left = 24
      Top = 120
      Width = 185
      Height = 25
      Caption = #32570#30465#24322#24120#22788#29702
      TabOrder = 3
      OnClick = btnDefaultExceptionClick
    end
  end
end

⌨️ 快捷键说明

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