EntityDAC

DemoMainFormUnit.dfm

object DemoMainForm: TDemoMainForm
  Left = 0
  Top = 0
  Caption = 'DemoMainForm'
  ClientHeight = 337
  ClientWidth = 527
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object lbDepts: TListBox
    Left = 8
    Top = 8
    Width = 145
    Height = 321
    ItemHeight = 13
    TabOrder = 0
    OnClick = lbDeptsClick
  end
  object lvEmps: TListView
    Left = 159
    Top = 8
    Width = 360
    Height = 321
    Columns = <
      item
        Width = 150
      end
      item
        Width = 150
      end>
    TabOrder = 1
    ViewStyle = vsReport
  end
end
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback