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

📄 uoption.dfm

📁 用DELPHI 和MAPX的基础练习.是学习的好资料
💻 DFM
字号:
object FOption: TFOption
  Left = 296
  Top = 177
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #36873#39033
  ClientHeight = 258
  ClientWidth = 415
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 336
    Top = 8
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 336
    Top = 62
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 336
    Top = 120
    Width = 75
    Height = 25
    Caption = #40664#35748
    TabOrder = 2
    OnClick = Button3Click
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 2
    Width = 329
    Height = 127
    Caption = #27979#37327#36873#39033
    TabOrder = 3
    object Label1: TLabel
      Left = 40
      Top = 88
      Width = 39
      Height = 13
      Caption = #21333#20301#65306
    end
    object RadioButton1: TRadioButton
      Left = 40
      Top = 24
      Width = 129
      Height = 17
      Caption = #30452#32447#27979#37327#65288#20004#28857#65289
      TabOrder = 0
    end
    object RadioButton2: TRadioButton
      Left = 40
      Top = 56
      Width = 129
      Height = 17
      Caption = #25240#32447#27979#37327#65288#22810#28857#65289
      TabOrder = 1
    end
    object ComboBox1: TComboBox
      Left = 77
      Top = 85
      Width = 145
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ItemHeight = 13
      ItemIndex = 0
      TabOrder = 2
      Text = #33521#37324
      Items.Strings = (
        #33521#37324
        #21315#31859
        #33521#23544
        #33521#23610
        #30721
        #27627#31859
        #21400#31859)
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 136
    Width = 329
    Height = 121
    Caption = #25171#21360#21644#36755#20986#36873#39033
    TabOrder = 4
    object Label2: TLabel
      Left = 32
      Top = 28
      Width = 26
      Height = 13
      Caption = #39640#65306
    end
    object Label3: TLabel
      Left = 32
      Top = 58
      Width = 26
      Height = 13
      Caption = #23485#65306
    end
    object Label4: TLabel
      Left = 277
      Top = 30
      Width = 26
      Height = 13
      Caption = #33521#23544
    end
    object Label5: TLabel
      Left = 277
      Top = 62
      Width = 26
      Height = 13
      Caption = #33521#23544
    end
    object Label6: TLabel
      Left = 32
      Top = 91
      Width = 65
      Height = 13
      Caption = #36755#20986#26684#24335#65306
    end
    object Edit1: TEdit
      Left = 96
      Top = 24
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 96
      Top = 56
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 1
      Text = 'Edit2'
    end
    object ComboBox2: TComboBox
      Left = 96
      Top = 88
      Width = 209
      Height = 21
      ItemHeight = 13
      ItemIndex = 0
      TabOrder = 2
      Text = 'Windows Metafile (*.wmf)'
      Items.Strings = (
        'Windows Metafile (*.wmf)'
        'Windows Bitmap (*.bmp)'
        'Graphics Interchange Format (*.gif)'
        'JPEG (*.jpg)'
        'TIFF (*.tif)'
        'Portable Network Graphics (*.png)'
        'Photoshop (*.psd)')
    end
  end
end

⌨️ 快捷键说明

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