unit1.~dfm

来自「Delphi函数参考大全的CD」· ~DFM 代码 · 共 110 行

~DFM
110
字号
object Form1: TForm1
  Left = 268
  Top = 134
  Width = 344
  Height = 298
  Caption = 'Abs'#20989#25968
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 232
    Width = 60
    Height = 13
    AutoSize = False
    Caption = #36229#20986#24211#23384#65306
  end
  object Label2: TLabel
    Left = 179
    Top = 232
    Width = 48
    Height = 13
    Caption = #24211#23384#25968#65306
  end
  object Label3: TLabel
    Left = 8
    Top = 16
    Width = 36
    Height = 13
    AutoSize = False
    Caption = #20070#21517#65306
  end
  object Button1: TButton
    Left = 248
    Top = 8
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 0
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 40
    Width = 320
    Height = 177
    DataSource = DataSource1
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 72
    Top = 224
    Width = 89
    Height = 21
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 233
    Top = 224
    Width = 96
    Height = 21
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 3
  end
  object ComboBox1: TComboBox
    Left = 48
    Top = 8
    Width = 161
    Height = 21
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    ItemHeight = 13
    TabOrder = 4
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog=mr_Study;Data Source=.'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 208
    Top = 56
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 248
    Top = 56
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 288
    Top = 56
  end
end

⌨️ 快捷键说明

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