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

📄 unit1.dfm

📁 Delphi7编程80例(完全版)
💻 DFM
字号:
object Form1: TForm1
  Left = 150
  Top = 119
  Width = 537
  Height = 273
  Caption = #22270#23618#25928#26524#23454#29616
  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 Image1: TImage
    Left = 16
    Top = 16
    Width = 249
    Height = 193
    OnMouseDown = Image1MouseDown
    OnMouseUp = Image1MouseUp
  end
  object Label1: TLabel
    Left = 280
    Top = 24
    Width = 84
    Height = 12
    Caption = #38190#20837#25554#20837#30340#25991#23383
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 280
    Top = 84
    Width = 48
    Height = 12
    Caption = #22270#23618#21015#34920
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 440
    Top = 104
    Width = 71
    Height = 13
    Caption = 'X                   Y'
    Visible = False
  end
  object Edit1: TEdit
    Left = 280
    Top = 48
    Width = 105
    Height = 21
    TabOrder = 0
    Text = #35201#25554#20837#30340#25991#26412
  end
  object ListBox1: TListBox
    Left = 280
    Top = 104
    Width = 121
    Height = 97
    ItemHeight = 13
    Items.Strings = (
      #32447#26465#23618
      #25991#26412#23618)
    TabOrder = 1
    OnClick = ListBox1Click
  end
  object ListBox2: TListBox
    Left = 432
    Top = 120
    Width = 41
    Height = 82
    ItemHeight = 13
    TabOrder = 2
    Visible = False
  end
  object ListBox3: TListBox
    Left = 480
    Top = 120
    Width = 41
    Height = 82
    ItemHeight = 13
    TabOrder = 3
    Visible = False
  end
  object CheckBox1: TCheckBox
    Left = 432
    Top = 80
    Width = 89
    Height = 17
    Caption = #26174#31034#40736#26631#35760#24405
    TabOrder = 4
    OnClick = CheckBox1Click
  end
  object Button1: TButton
    Left = 88
    Top = 216
    Width = 75
    Height = 25
    Caption = #20445#23384#25991#20214
    TabOrder = 5
    OnClick = Button1Click
  end
  object CheckBox2: TCheckBox
    Left = 336
    Top = 80
    Width = 89
    Height = 17
    Caption = #26174#31034#20004#20010#22270#23618
    TabOrder = 6
    OnClick = CheckBox2Click
  end
  object SaveDialog1: TSaveDialog
    Filter = #20301#22270#25991#20214'|*.bmp'
    Left = 176
    Top = 216
  end
end

⌨️ 快捷键说明

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