/Gedemin/Storage/st_dlgeditvalue_unit.dfm

http://gedemin.googlecode.com/ · Unknown · 122 lines · 122 code · 0 blank · 0 comment · 0 complexity · c868a807816a4ab329ac6077859f8be9 MD5 · raw file

  1. object st_dlgeditvalue: Tst_dlgeditvalue
  2. Left = 374
  3. Top = 260
  4. HelpContext = 109
  5. BorderStyle = bsDialog
  6. Caption = '?????????????? ??????????'
  7. ClientHeight = 191
  8. ClientWidth = 377
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. OldCreateOrder = True
  16. Position = poScreenCenter
  17. OnClose = FormClose
  18. PixelsPerInch = 96
  19. TextHeight = 13
  20. object Label1: TLabel
  21. Left = 10
  22. Top = 80
  23. Width = 144
  24. Height = 13
  25. Caption = '???????????? ??????????:'
  26. end
  27. object Label2: TLabel
  28. Left = 10
  29. Top = 123
  30. Width = 51
  31. Height = 13
  32. Caption = '????????:'
  33. end
  34. object lblID: TLabel
  35. Left = 282
  36. Top = 80
  37. Width = 83
  38. Height = 13
  39. Caption = '?????????????:'
  40. end
  41. object edName: TEdit
  42. Left = 8
  43. Top = 96
  44. Width = 265
  45. Height = 21
  46. TabOrder = 1
  47. end
  48. object edValue: TEdit
  49. Left = 8
  50. Top = 136
  51. Width = 361
  52. Height = 21
  53. TabOrder = 2
  54. end
  55. object rg: TRadioGroup
  56. Left = 8
  57. Top = 8
  58. Width = 361
  59. Height = 65
  60. Caption = ' ??? ???????? '
  61. Columns = 2
  62. ItemIndex = 0
  63. Items.Strings = (
  64. '????? ?????'
  65. '???? ? ?????'
  66. '??????'
  67. '??????? ?????'
  68. '????????? ???????? (1/0)')
  69. TabOrder = 0
  70. TabStop = True
  71. end
  72. object btnHelp: TButton
  73. Left = 8
  74. Top = 164
  75. Width = 75
  76. Height = 21
  77. Action = actHelp
  78. TabOrder = 5
  79. end
  80. object btnOk: TButton
  81. Left = 211
  82. Top = 164
  83. Width = 75
  84. Height = 21
  85. Action = actOk
  86. Default = True
  87. ModalResult = 1
  88. TabOrder = 3
  89. end
  90. object btnCancel: TButton
  91. Left = 293
  92. Top = 164
  93. Width = 75
  94. Height = 21
  95. Cancel = True
  96. Caption = '??????'
  97. ModalResult = 2
  98. TabOrder = 4
  99. end
  100. object edID: TEdit
  101. Left = 280
  102. Top = 96
  103. Width = 89
  104. Height = 21
  105. Enabled = False
  106. ReadOnly = True
  107. TabOrder = 6
  108. end
  109. object ActionList1: TActionList
  110. Left = 64
  111. Top = 120
  112. object actOk: TAction
  113. Caption = '??????'
  114. OnUpdate = actOkUpdate
  115. end
  116. object actHelp: TAction
  117. Caption = '???????'
  118. ShortCut = 112
  119. OnExecute = actHelpExecute
  120. end
  121. end
  122. end