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

📄 beifen.dfm

📁 从同学哪里拷贝来的程序,毕业设计用的,大家看看,有帮助的哦
💻 DFM
字号:
object fbeifen: Tfbeifen
  Left = 154
  Top = 134
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #22791#20221
  ClientHeight = 308
  ClientWidth = 493
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 16
    Width = 128
    Height = 13
    Caption = #35831#36873#25321#35201#22791#20221#30340#25968#25454#24211'      '
  end
  object Label2: TLabel
    Left = 40
    Top = 88
    Width = 108
    Height = 13
    Caption = #36755#20837#22791#20221#25968#25454#24211#21517#65306'   '
  end
  object SpeedButton1: TSpeedButton
    Left = 400
    Top = 48
    Width = 23
    Height = 22
    Caption = '...'
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 400
    Top = 112
    Width = 23
    Height = 22
    Caption = '...'
    OnClick = SpeedButton2Click
  end
  object Button1: TButton
    Left = 120
    Top = 216
    Width = 75
    Height = 25
    Caption = #22791#20221
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 280
    Top = 216
    Width = 75
    Height = 25
    Caption = #28165#31354
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 32
    Top = 48
    Width = 345
    Height = 21
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 32
    Top = 112
    Width = 345
    Height = 21
    TabOrder = 3
  end
  object Table1: TTable
    SessionName = 'Default'
    DefaultIndex = False
    Left = 40
    Top = 176
  end
  object BatchMove1: TBatchMove
    Destination = Table2
    Mode = batCopy
    Source = Table1
    Left = 104
    Top = 176
  end
  object Table2: TTable
    TableType = ttParadox
    Left = 72
    Top = 176
  end
  object OpenDialog1: TOpenDialog
    Left = 136
    Top = 176
  end
  object SaveDialog1: TSaveDialog
    Left = 168
    Top = 176
  end
end

⌨️ 快捷键说明

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