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

📄 addfeeder.dfm

📁 完整的delphi书籍源代码,大家有空的时候自己慢慢看看
💻 DFM
字号:
object AddFeederFrm: TAddFeederFrm
  Left = 199
  Top = 141
  Width = 544
  Height = 375
  Caption = #28155#21152#20379#36135#21333#20301#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 32
    Top = 24
    Width = 473
    Height = 297
    Caption = #22635#20889#20379#36135#21333#20301#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 40
      Top = 48
      Width = 60
      Height = 13
      Caption = #21333'  '#20301' '#21517' '#31216
    end
    object Label2: TLabel
      Left = 248
      Top = 48
      Width = 48
      Height = 13
      Caption = #21333#20301#22320#22336
    end
    object Label3: TLabel
      Left = 40
      Top = 88
      Width = 60
      Height = 13
      Caption = #32852#31995#20154#22995#21517
    end
    object Label4: TLabel
      Left = 248
      Top = 88
      Width = 48
      Height = 13
      Caption = #32852#31995#30005#35805
    end
    object Label5: TLabel
      Left = 40
      Top = 128
      Width = 57
      Height = 13
      Caption = #20256' '#30495' '#21495' '#30721
    end
    object Label6: TLabel
      Left = 248
      Top = 128
      Width = 48
      Height = 13
      Caption = #37038#25919#32534#30721
    end
    object Label7: TLabel
      Left = 40
      Top = 192
      Width = 57
      Height = 13
      Caption = #22791' '#27880' '#20449' '#24687
    end
    object Edit1: TEdit
      Left = 112
      Top = 48
      Width = 121
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 312
      Top = 48
      Width = 121
      Height = 21
      TabOrder = 1
      Text = 'Edit2'
    end
    object Edit3: TEdit
      Left = 112
      Top = 88
      Width = 121
      Height = 21
      TabOrder = 2
      Text = 'Edit3'
    end
    object Edit4: TEdit
      Left = 312
      Top = 88
      Width = 121
      Height = 21
      TabOrder = 3
      Text = 'Edit4'
    end
    object Edit5: TEdit
      Left = 112
      Top = 128
      Width = 121
      Height = 21
      TabOrder = 4
      Text = 'Edit5'
    end
    object Edit6: TEdit
      Left = 312
      Top = 128
      Width = 121
      Height = 21
      TabOrder = 5
      Text = 'Edit6'
    end
    object Memo1: TMemo
      Left = 112
      Top = 168
      Width = 321
      Height = 65
      Lines.Strings = (
        'Memo1')
      TabOrder = 6
    end
    object Button1: TButton
      Left = 112
      Top = 248
      Width = 75
      Height = 25
      Caption = #28155#21152
      TabOrder = 7
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 232
      Top = 248
      Width = 75
      Height = 25
      Caption = #32487#32493#28155#21152
      TabOrder = 8
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 352
      Top = 248
      Width = 75
      Height = 25
      Caption = #36820#22238
      TabOrder = 9
      OnClick = Button3Click
    end
  end
end

⌨️ 快捷键说明

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