unit1.dfm

来自「Delphi7编程80例(完全版)」· DFM 代码 · 共 151 行

DFM
151
字号
object Form1: TForm1
  Left = 244
  Top = 107
  Width = 470
  Height = 354
  Caption = 'Form1'
  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 = 64
    Top = 8
    Width = 24
    Height = 12
    Caption = #25991#20214
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 56
    Top = 40
    Width = 48
    Height = 24
    Caption = #25991#20214#35828#26126'(20'#23383#20869')'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    WordWrap = True
  end
  object SpeedButton1: TSpeedButton
    Left = 240
    Top = 8
    Width = 23
    Height = 22
    Caption = '...'
    OnClick = SpeedButton1Click
  end
  object Label3: TLabel
    Left = 16
    Top = 224
    Width = 24
    Height = 12
    Caption = #25991#20214
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 58
    Top = 254
    Width = 36
    Height = 12
    Caption = #25991#20214#21517
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    OnMouseDown = Label4MouseDown
    OnMouseMove = Label4MouseMove
    OnMouseLeave = Label4MouseLeave
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 72
    Width = 345
    Height = 129
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 296
    Top = 8
    Width = 75
    Height = 25
    Caption = #25554#20837#25968#25454
    Enabled = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 112
    Top = 8
    Width = 121
    Height = 21
    TabOrder = 2
    OnChange = Edit1Change
  end
  object Edit2: TEdit
    Left = 112
    Top = 40
    Width = 249
    Height = 21
    TabOrder = 3
    Text = #65288#23569#20110'20'#23383#65289
    OnChange = Edit2Change
  end
  object CheckBox1: TCheckBox
    Left = 272
    Top = 208
    Width = 97
    Height = 17
    Caption = #26174#31034#24050#26377#25968#25454
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = CheckBox1Click
  end
  object Table1: TTable
    AfterScroll = Table1AfterScroll
    Left = 16
    Top = 40
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 16
    Top = 8
  end
  object OpenDialog1: TOpenDialog
    Filter = #25152#26377#23186#20307#25991#20214'(*.*)|*.*'
    Left = 272
    Top = 8
  end
end

⌨️ 快捷键说明

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