/Gedemin/Storage/gdc_dlgStorageFolder_unit.dfm

http://gedemin.googlecode.com/ · Unknown · 79 lines · 79 code · 0 blank · 0 comment · 0 complexity · 95b39a0d06307bc3b73cea472b7ebae3 MD5 · raw file

  1. inherited gdc_dlgStorageFolder: Tgdc_dlgStorageFolder
  2. Left = 281
  3. Top = 181
  4. Caption = 'gdc_dlgStorageFolder'
  5. ClientHeight = 162
  6. ClientWidth = 434
  7. Font.Charset = DEFAULT_CHARSET
  8. OldCreateOrder = False
  9. PixelsPerInch = 96
  10. TextHeight = 13
  11. inherited btnAccess: TButton
  12. Top = 134
  13. end
  14. inherited btnNew: TButton
  15. Top = 134
  16. end
  17. inherited btnHelp: TButton
  18. Top = 134
  19. end
  20. inherited btnOK: TButton
  21. Left = 280
  22. Top = 134
  23. end
  24. inherited btnCancel: TButton
  25. Top = 134
  26. end
  27. inherited pgcMain: TPageControl
  28. Height = 117
  29. inherited tbsMain: TTabSheet
  30. inherited dbtxtID: TDBText
  31. Left = 100
  32. end
  33. object Label1: TLabel
  34. Left = 8
  35. Top = 32
  36. Width = 77
  37. Height = 13
  38. Caption = '????????????:'
  39. end
  40. object dbedName: TDBEdit
  41. Left = 99
  42. Top = 29
  43. Width = 302
  44. Height = 21
  45. DataField = 'NAME'
  46. DataSource = dsgdcBase
  47. TabOrder = 0
  48. end
  49. object btnOpenObject: TButton
  50. Left = 100
  51. Top = 56
  52. Width = 145
  53. Height = 21
  54. Action = actOpenObject
  55. TabOrder = 1
  56. end
  57. end
  58. end
  59. inherited alBase: TActionList
  60. Left = 318
  61. Top = 7
  62. object actOpenObject: TAction
  63. Caption = '??????? ??????...'
  64. OnExecute = actOpenObjectExecute
  65. OnUpdate = actOpenObjectUpdate
  66. end
  67. end
  68. inherited dsgdcBase: TDataSource
  69. Left = 288
  70. Top = 7
  71. end
  72. inherited pm_dlgG: TPopupMenu
  73. Left = 347
  74. Top = 7
  75. end
  76. inherited ibtrCommon: TIBTransaction
  77. Top = 7
  78. end
  79. end