unit1.dfm.~4~

来自「ADO三层数据库开发」· ~4~ 代码 · 共 54 行

~4~
54
字号
object Form1: TForm1
  Left = 0
  Top = 0
  Width = 549
  Height = 414
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 272
    Width = 88
    Height = 13
    Caption = 'SQL'#21629#20196#35821#21477#65306'   '
  end
  object Button1: TButton
    Left = 440
    Top = 296
    Width = 75
    Height = 25
    Caption = #25191#34892
    TabOrder = 0
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 8
    Width = 505
    Height = 249
    DataSource = DataModule2.DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'Tahoma'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 24
    Top = 296
    Width = 393
    Height = 21
    TabOrder = 2
    Text = 'Edit1'
  end
end

⌨️ 快捷键说明

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