DataProviderCase.dfm 711 B

123456789101112131415161718192021222324252627282930313233343536
  1. object DataProviderCaseFrm: TDataProviderCaseFrm
  2. Left = 0
  3. Top = 0
  4. Caption = 'DataProviderCaseFrm'
  5. ClientHeight = 243
  6. ClientWidth = 444
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnDestroy = FormDestroy
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object btn1: TButton
  18. Left = 344
  19. Top = 32
  20. Width = 75
  21. Height = 25
  22. Caption = #25209#37327#26597#25214
  23. TabOrder = 0
  24. OnClick = btn1Click
  25. end
  26. object btn2: TButton
  27. Left = 344
  28. Top = 63
  29. Width = 75
  30. Height = 25
  31. Caption = #25442#29992#25143
  32. TabOrder = 1
  33. OnClick = btn2Click
  34. end
  35. end