ubusary.dfm

来自「DELPHI编程入门篇.从基础入手,浅显易懂,一定物有所值.」· DFM 代码 · 共 214 行

DFM
214
字号
object frmbusary: Tfrmbusary
  Left = 216
  Top = 225
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #24211#25151#20449#24687
  ClientHeight = 446
  ClientWidth = 688
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 41
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Caption = #24211#25151#21830#21697#20449#24687
    Font.Charset = GB2312_CHARSET
    Font.Color = clPurple
    Font.Height = -21
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 41
    Width = 273
    Height = 364
    Align = alLeft
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Label1: TLabel
      Left = 24
      Top = 14
      Width = 60
      Height = 13
      Caption = #21830#21697#31181#31867#65306
    end
    object StringGrid1: TStringGrid
      Left = 1
      Top = 42
      Width = 269
      Height = 319
      Color = 15531003
      ColCount = 4
      DefaultRowHeight = 20
      RowCount = 2
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
      TabOrder = 0
      OnDblClick = StringGrid1DblClick
      ColWidths = (
        8
        58
        56
        129)
    end
    object ComboBox1: TComboBox
      Left = 92
      Top = 10
      Width = 157
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      ItemIndex = 0
      TabOrder = 1
      Text = #20840#37096
      OnSelect = ComboBox1Select
      Items.Strings = (
        #20840#37096)
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 405
    Width = 688
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 2
    object Button1: TButton
      Left = 114
      Top = 8
      Width = 75
      Height = 25
      Caption = #28155#21152
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 277
      Top = 8
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 360
      Top = 8
      Width = 75
      Height = 25
      Caption = #28155#21152#20840#37096
      TabOrder = 2
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 442
      Top = 8
      Width = 75
      Height = 25
      Caption = #21024#38500#20840#37096
      TabOrder = 3
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 608
      Top = 8
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 4
      OnClick = Button5Click
    end
    object Button6: TButton
      Left = 525
      Top = 8
      Width = 75
      Height = 25
      Caption = #20445#23384
      Enabled = False
      TabOrder = 5
      OnClick = Button6Click
    end
    object Button7: TButton
      Left = 196
      Top = 8
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 6
      OnClick = Button7Click
    end
  end
  object Panel4: TPanel
    Left = 274
    Top = 41
    Width = 414
    Height = 364
    Align = alRight
    TabOrder = 3
    object Label2: TLabel
      Left = 24
      Top = 14
      Width = 36
      Height = 13
      Caption = #20998#24215#65306
    end
    object StringGrid2: TStringGrid
      Left = 0
      Top = 42
      Width = 413
      Height = 319
      Color = 15531003
      ColCount = 7
      DefaultRowHeight = 20
      RowCount = 2
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
      TabOrder = 0
      OnDrawCell = StringGrid2DrawCell
      OnKeyPress = StringGrid2KeyPress
      OnSelectCell = StringGrid2SelectCell
      ColWidths = (
        13
        51
        101
        55
        64
        59
        59)
    end
    object ComboBox2: TComboBox
      Left = 64
      Top = 10
      Width = 157
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      OnSelect = ComboBox2Select
    end
  end
  object ADOQuery1: TADOQuery
    Connection = DataModule2.filialeConnect
    Parameters = <>
    Left = 192
    Top = 123
  end
end

⌨️ 快捷键说明

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