unit18.dfm

来自「DELPHI物流管理系统设计与实现.附带有论文.」· DFM 代码 · 共 176 行

DFM
176
字号
object Form18: TForm18
  Left = 238
  Top = 184
  Width = 696
  Height = 438
  Caption = #26597#35810#36816#36755
  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 DBNavigator1: TDBNavigator
    Left = 27
    Top = 8
    Width = 255
    Height = 33
    DataSource = DataSource1
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
    TabOrder = 0
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 56
    Width = 633
    Height = 281
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #36816#36755#26041#24335
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #36816#36755#36153#29992
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #36827#36135
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #38144#36135
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21457#36135#26102#38388
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25910#36135#26102#38388
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25910#36135#30340#22320#28857
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21457#36135#30340#22320#28857
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25910#21457#36135#26102#38388
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25910#36135#21592
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21457#36135#21592
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #26159#21542#21040#36135
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20132#26131#26102#38480
        Width = 111
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 168
    Top = 360
    Width = 113
    Height = 25
    Caption = #25353#26041#24335#26597#35810
    TabOrder = 2
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 24
    Top = 360
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Button2: TButton
    Left = 296
    Top = 360
    Width = 97
    Height = 25
    Caption = #25353#25910#36135#21592#26597#35810
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 416
    Top = 360
    Width = 105
    Height = 25
    Caption = #25353#21457#36135#21592#26597#35810
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 504
    Top = 16
    Width = 105
    Height = 25
    Caption = #21462#28040#26597#35810
    TabOrder = 6
    OnClick = Button4Click
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = Form10.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'SELECT * FROM YS')
    Left = 440
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 472
    Top = 8
  end
end

⌨️ 快捷键说明

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