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

📄 basic_graph.dfm

📁 适用于初学者
💻 DFM
字号:
object Form1: TForm1
  Left = 164
  Top = 127
  Width = 810
  Height = 555
  Caption = #22270#24418#31383#21475
  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 = 8
    Top = 27
    Width = 600
    Height = 454
    Stretch = True
  end
  object Label1: TLabel
    Left = 184
    Top = 8
    Width = 59
    Height = 13
    Caption = 'BMP'#25991#20214#65306
  end
  object Label2: TLabel
    Left = 248
    Top = 8
    Width = 32
    Height = 13
    Caption = 'Label2'
  end
  object Label3: TLabel
    Left = 420
    Top = 8
    Width = 36
    Height = 13
    Caption = #23485#24230#65306
  end
  object Label4: TLabel
    Left = 452
    Top = 8
    Width = 32
    Height = 13
    Caption = 'Label4'
  end
  object Label5: TLabel
    Left = 512
    Top = 8
    Width = 36
    Height = 13
    Caption = #39640#24230#65306
  end
  object Label6: TLabel
    Left = 544
    Top = 6
    Width = 32
    Height = 13
    Caption = 'Label6'
  end
  object Label7: TLabel
    Left = 24
    Top = 8
    Width = 95
    Height = 13
    Caption = '  '#31383#21475#23610#23544'600x450'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label8: TLabel
    Left = 632
    Top = 24
    Width = 108
    Height = 13
    Caption = #35831#36755#20837#30452#32447#30340#31471#28857#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label9: TLabel
    Left = 632
    Top = 56
    Width = 13
    Height = 13
    Caption = 'X0'
  end
  object Label10: TLabel
    Left = 632
    Top = 98
    Width = 13
    Height = 13
    Caption = 'Y0'
  end
  object Label11: TLabel
    Left = 632
    Top = 141
    Width = 13
    Height = 13
    Caption = 'X1'
  end
  object Label12: TLabel
    Left = 632
    Top = 184
    Width = 13
    Height = 13
    Caption = 'Y1'
  end
  object Label13: TLabel
    Left = 648
    Top = 272
    Width = 108
    Height = 13
    Caption = #35831#36755#20837#22278#24515#21450#21322#24452#65306
  end
  object Label14: TLabel
    Left = 632
    Top = 304
    Width = 7
    Height = 13
    Caption = 'X'
  end
  object Label15: TLabel
    Left = 632
    Top = 344
    Width = 7
    Height = 13
    Caption = 'Y'
  end
  object Label16: TLabel
    Left = 632
    Top = 384
    Width = 8
    Height = 13
    Caption = 'R'
  end
  object Button3: TButton
    Left = 648
    Top = 460
    Width = 97
    Height = 30
    Caption = #28165#31354#23631#24149
    TabOrder = 0
    OnClick = Button3Click
  end
  object Edit1: TEdit
    Left = 664
    Top = 56
    Width = 97
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 1
    Text = '0'
  end
  object Edit2: TEdit
    Left = 664
    Top = 96
    Width = 97
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 2
    Text = '0'
  end
  object Edit3: TEdit
    Left = 664
    Top = 136
    Width = 97
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 3
    Text = '98'
  end
  object Edit4: TEdit
    Left = 664
    Top = 176
    Width = 97
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 4
    Text = '198'
  end
  object Button1: TButton
    Left = 648
    Top = 216
    Width = 105
    Height = 33
    Caption = #20013#28857#27861#30011#30452#32447
    TabOrder = 5
    OnClick = Button1Click
  end
  object Edit5: TEdit
    Left = 664
    Top = 304
    Width = 105
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 6
    Text = '200'
  end
  object Edit6: TEdit
    Left = 664
    Top = 344
    Width = 105
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 7
    Text = '200'
  end
  object Edit7: TEdit
    Left = 664
    Top = 384
    Width = 105
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 8
    Text = '98'
  end
  object Button2: TButton
    Left = 648
    Top = 416
    Width = 97
    Height = 33
    Caption = #20013#28857#27861#30011#22278
    TabOrder = 9
    OnClick = Button2Click
  end
  object OpenDialog1: TOpenDialog
    Left = 584
    Top = 484
  end
end

⌨️ 快捷键说明

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