unit1.dfm

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

DFM
91
字号
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 356
  Height = 141
  Caption = 'Int'#20989#25968
  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 = 22
    Top = 24
    Width = 12
    Height = 13
    Caption = #20174
  end
  object Label2: TLabel
    Left = 126
    Top = 24
    Width = 12
    Height = 13
    Caption = #21040
  end
  object Label3: TLabel
    Left = 20
    Top = 72
    Width = 70
    Height = 13
    Caption = #32479#35745#32467#26524#65306
  end
  object Button1: TButton
    Left = 246
    Top = 16
    Width = 75
    Height = 25
    Caption = #32479#35745
    TabOrder = 0
    OnClick = Button1Click
  end
  object DateTimePicker1: TDateTimePicker
    Left = 38
    Top = 16
    Width = 81
    Height = 21
    Date = 38718.376859988430000000
    Time = 38718.376859988430000000
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 1
  end
  object DateTimePicker2: TDateTimePicker
    Left = 142
    Top = 16
    Width = 81
    Height = 21
    Date = 39083.376883310190000000
    Time = 39083.376883310190000000
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 2
  end
  object Profit: TEdit
    Left = 100
    Top = 64
    Width = 177
    Height = 21
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 3
  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 = 44
    Top = 40
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 76
    Top = 40
  end
end

⌨️ 快捷键说明

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