unit5.dfm

来自「站长,我这是一个团员管理系统, 我怎么知道你已经接收了呢?」· DFM 代码 · 共 102 行

DFM
102
字号
object Form5: TForm5
  Left = 246
  Top = 193
  Width = 696
  Height = 480
  Caption = #20840#26657#22242#21592#35760#24405#19982#32534#36753
  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 Label1: TLabel
    Left = 160
    Top = 40
    Width = 396
    Height = 45
    Caption = #20840#26657#22242#21592#35760#24405#19982#32534#36753
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -43
    Font.Name = #21326#25991#34892#26999
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 72
    Top = 104
    Width = 553
    Height = 273
    BevelInner = bvLowered
    Caption = 'Panel1'
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 80
      Top = 224
      Width = 129
      Height = 30
      Caption = #22686#21152#22242#21592
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 208
      Top = 224
      Width = 121
      Height = 30
      Caption = #21024#38500#22242#21592
      OnClick = SpeedButton2Click
    end
    object SpeedButton3: TSpeedButton
      Left = 328
      Top = 224
      Width = 129
      Height = 30
      Caption = #30830#35748#25805#20316
      OnClick = SpeedButton3Click
    end
  end
  object DBGrid1: TDBGrid
    Left = 96
    Top = 128
    Width = 513
    Height = 185
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 312
    Top = 400
    Width = 75
    Height = 25
    Caption = #36864#20986
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMenuHighlight
    Font.Height = -11
    Font.Name = 'MS Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object Table1: TTable
    Active = True
    TableName = #22242#21592#35760#24405'.db'
    Left = 624
    Top = 24
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 632
    Top = 72
  end
end

⌨️ 快捷键说明

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