cai_pi.~dfm

来自「采购管理系统:delphi+sql实现了企业采购自动化作业流程」· ~DFM 代码 · 共 88 行

~DFM
88
字号
object Form1: TForm1
  Left = 21
  Top = 108
  AutoScroll = False
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #25505#36092#21934#25209#28310
  ClientHeight = 334
  ClientWidth = 332
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 6
    Top = 10
    Width = 97
    Height = 313
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'ding_gou_no'
        Title.Caption = #35330#36092#21934#32232#34399
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 152
    Top = 80
    Width = 100
    Height = 21
    Caption = #25209#28310#25505#36092#21934
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 152
    Top = 144
    Width = 100
    Height = 21
    Caption = #21462#28040#25209#28310
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 152
    Top = 208
    Width = 100
    Height = 21
    Caption = #36820#22238
    TabOrder = 3
    OnClick = Button3Click
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'vvv'
    SQL.Strings = (
      'select * from ding_gou_zhu')
    Left = 56
    Top = 88
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 120
    Top = 48
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'vvv'
    TableName = 'dbo.ding_gou_zhu'
    Left = 72
    Top = 152
  end
end

⌨️ 快捷键说明

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