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

📄 unit1.dfm

📁 《Delphi7编程100例》代码,书配资料
💻 DFM
字号:
object Form1: TForm1
  Left = 199
  Top = 107
  Width = 462
  Height = 454
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Courier New'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 8
    Top = 80
    Width = 36
    Height = 15
    Caption = #21387#32553#27604
  end
  object Image1: TImage
    Left = 0
    Top = 112
    Width = 449
    Height = 281
    Stretch = True
  end
  object Label2: TLabel
    Left = 48
    Top = 80
    Width = 7
    Height = 15
  end
  object Button1: TButton
    Left = 8
    Top = 8
    Width = 75
    Height = 25
    Caption = #28304#25991#20214
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 88
    Top = 8
    Width = 329
    Height = 23
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 1
    Text = 'Edit1'
  end
  object Button2: TButton
    Left = 8
    Top = 48
    Width = 75
    Height = 25
    Caption = #26032#25991#20214
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 88
    Top = 48
    Width = 329
    Height = 23
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 3
    Text = 'Edit2'
  end
  object Button3: TButton
    Left = 376
    Top = 400
    Width = 75
    Height = 25
    Caption = #36716#25442
    TabOrder = 4
    OnClick = Button3Click
  end
  object TrackBar1: TTrackBar
    Left = 88
    Top = 80
    Width = 329
    Height = 25
    Max = 100
    Min = 1
    Orientation = trHorizontal
    Frequency = 10
    Position = 50
    SelEnd = 0
    SelStart = 0
    TabOrder = 5
    TickMarks = tmBottomRight
    TickStyle = tsAuto
    OnChange = TrackBar1Change
  end
  object OpenDialog1: TOpenDialog
    Left = 320
    Top = 8
  end
  object SaveDialog1: TSaveDialog
    Left = 320
    Top = 48
  end
end

⌨️ 快捷键说明

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