unit1.dfm

来自「老师随机点到」· DFM 代码 · 共 119 行

DFM
119
字号
object Form1: TForm1
  Left = 192
  Top = 111
  Width = 544
  Height = 375
  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 BitBtn1: TBitBtn
    Left = 8
    Top = 16
    Width = 75
    Height = 25
    Caption = 'OpenSQL'
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 56
    Width = 320
    Height = 120
    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 = 336
    Top = 200
    Width = 75
    Height = 25
    Caption = 'OpenExcel'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 256
    Top = 16
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 3
    OnClick = Button2Click
  end
  object DBGrid2: TDBGrid
    Left = 8
    Top = 200
    Width = 320
    Height = 120
    DataSource = DataSource2
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #23398#21495
        Title.Alignment = taCenter
        Visible = True
      end
      item
        Expanded = False
        FieldName = #22995#21517
        Title.Alignment = taCenter
        Width = 64
        Visible = True
      end
      item
        Expanded = False
        FieldName = #29677#32423
        Title.Alignment = taCenter
        Width = 64
        Visible = True
      end>
  end
  object BitBtn2: TBitBtn
    Left = 336
    Top = 240
    Width = 75
    Height = 25
    Caption = #24320#22987#23548#20837
    TabOrder = 5
    OnClick = BitBtn2Click
  end
  object Button3: TButton
    Left = 368
    Top = 296
    Width = 153
    Height = 25
    Caption = 'ADOQuery DB Operation'
    TabOrder = 6
    OnClick = Button3Click
  end
  object DataSource1: TDataSource
    DataSet = DM.tblSQLStus
    Left = 104
    Top = 16
  end
  object DataSource2: TDataSource
    DataSet = DM.tblExelStus
    Left = 224
    Top = 240
  end
end

⌨️ 快捷键说明

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