/Gedemin/Tax/gdc_frmValueSel_unit.dfm

http://gedemin.googlecode.com/ · Unknown · 88 lines · 88 code · 0 blank · 0 comment · 0 complexity · 331dd009a69e41db65750559f03020ad MD5 · raw file

  1. object frmValueSel: TfrmValueSel
  2. Left = 405
  3. Top = 222
  4. Width = 249
  5. Height = 112
  6. BorderWidth = 5
  7. Caption = '??????? ?????????'
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poOwnerFormCenter
  16. OnCloseQuery = FormCloseQuery
  17. OnCreate = FormCreate
  18. PixelsPerInch = 96
  19. TextHeight = 13
  20. object bvlSepar: TBevel
  21. Left = 0
  22. Top = 41
  23. Width = 231
  24. Height = 2
  25. Align = alTop
  26. end
  27. object pnlValue: TPanel
  28. Left = 0
  29. Top = 0
  30. Width = 231
  31. Height = 41
  32. Align = alTop
  33. BevelOuter = bvNone
  34. TabOrder = 0
  35. object iblcValue: TgsIBLookupComboBox
  36. Left = 0
  37. Top = 8
  38. Width = 233
  39. Height = 21
  40. Transaction = IBTransaction
  41. ListTable = 'gd_value'
  42. ListField = 'name'
  43. KeyField = 'ID'
  44. SortOrder = soAsc
  45. gdClassName = 'TgdcValue'
  46. Distinct = False
  47. ItemHeight = 13
  48. ParentShowHint = False
  49. ShowHint = True
  50. TabOrder = 0
  51. end
  52. end
  53. object pnlButton: TPanel
  54. Left = 0
  55. Top = 43
  56. Width = 231
  57. Height = 32
  58. Align = alClient
  59. BevelOuter = bvNone
  60. TabOrder = 1
  61. object btnOk: TButton
  62. Left = 72
  63. Top = 8
  64. Width = 75
  65. Height = 21
  66. Caption = '??'
  67. Default = True
  68. ModalResult = 1
  69. TabOrder = 0
  70. end
  71. object btnCancel: TButton
  72. Left = 154
  73. Top = 8
  74. Width = 75
  75. Height = 21
  76. Cancel = True
  77. Caption = '??????'
  78. ModalResult = 2
  79. TabOrder = 1
  80. end
  81. end
  82. object IBTransaction: TIBTransaction
  83. Active = False
  84. AutoStopAction = saNone
  85. Left = 16
  86. Top = 43
  87. end
  88. end