unit17.dfm

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

DFM
173
字号
object Form17: TForm17
  Left = 225
  Top = 229
  Width = 694
  Height = 448
  Caption = #26597#35810#20837#24211
  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 = 64
    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 = #20837#24211#21333#21495
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #36135#21517
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25968#37327
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20379#36135#21830
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20215#26684
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24635#37329#39069
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20837#24211#20154
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20837#24211#26102#38388
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #36136#26816
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #36136#26816#20154
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #35745#37327#21333#20301
        Width = 111
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 168
    Top = 376
    Width = 113
    Height = 25
    Caption = #25353#20837#24211#21333#21495#26597#35810
    TabOrder = 2
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 24
    Top = 376
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Button2: TButton
    Left = 296
    Top = 376
    Width = 97
    Height = 25
    Caption = #25353#36135#21517#26597#35810
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 416
    Top = 376
    Width = 105
    Height = 25
    Caption = #25353#20379#36135#21830#26597#35810
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 544
    Top = 376
    Width = 89
    Height = 25
    Caption = #25353#36136#26816#26597#35810
    TabOrder = 6
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 472
    Top = 8
    Width = 97
    Height = 33
    Caption = #21462#28040#26597#35810
    TabOrder = 7
    OnClick = Button5Click
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = Form10.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'SELECT * FROM rkhj')
    Left = 304
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 352
    Top = 8
  end
end

⌨️ 快捷键说明

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