/SystemManager/CodeEngineUnit/uCodeEngineMainForm.dfm

https://github.com/qriver/Delphi2010 · Unknown · 52 lines · 52 code · 0 blank · 0 comment · 0 complexity · 8a433a7b8cddb2546954dab30e366f8b MD5 · raw file

  1. object codeEngineMainForm: TcodeEngineMainForm
  2. Left = 0
  3. Top = 0
  4. Caption = #20195#30721#29983#25104
  5. ClientHeight = 266
  6. ClientWidth = 426
  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. OnClose = FormClose
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object rgDbChoose: TRadioGroup
  18. Left = 27
  19. Top = 8
  20. Width = 350
  21. Height = 51
  22. Caption = #25968#25454#24211#36830#25509#35774#32622
  23. TabOrder = 0
  24. end
  25. object btnLinkDB: TButton
  26. Left = 115
  27. Top = 23
  28. Width = 120
  29. Height = 21
  30. Caption = #36830#25509#25968#25454#24211'(&L)'
  31. TabOrder = 1
  32. end
  33. object btnDBLinkSet: TButton
  34. Left = 257
  35. Top = 23
  36. Width = 120
  37. Height = 21
  38. Caption = #25968#25454#24211#36830#25509#35774#32622'(&K)'
  39. TabOrder = 2
  40. OnClick = btnDBLinkSetClick
  41. end
  42. object con1: TADOConnection
  43. Left = 63
  44. Top = 105
  45. end
  46. object qry1: TADOQuery
  47. Connection = con1
  48. Parameters = <>
  49. Left = 99
  50. Top = 105
  51. end
  52. end