/HRManager/__history/JOBTITLE_NPOUnit.dfm.~3~

https://github.com/oista/NPO · Unknown · 138 lines · 138 code · 0 blank · 0 comment · 0 complexity · 67c2dae1713eabe75bdf27eeaf8684bc MD5 · raw file

  1. inherited JOBTITLENPO: TJOBTITLENPO
  2. Caption = #1044#1086#1083#1078#1085#1086#1089#1090#1080' '#1085#1072' '#1087#1088#1077#1076#1087#1088#1080#1103#1090#1080#1080
  3. ClientHeight = 629
  4. ClientWidth = 890
  5. ExplicitLeft = -56
  6. ExplicitWidth = 898
  7. ExplicitHeight = 663
  8. PixelsPerInch = 96
  9. TextHeight = 13
  10. inherited Panel1: TPanel
  11. Top = 588
  12. Width = 890
  13. inherited Button1: TButton
  14. Left = 727
  15. end
  16. inherited Button2: TButton
  17. Left = 808
  18. end
  19. end
  20. inherited Panel2: TPanel
  21. Width = 825
  22. Height = 588
  23. inherited Splitter1: TSplitter
  24. Height = 588
  25. end
  26. inherited Panel3: TPanel
  27. Width = 822
  28. Height = 588
  29. inherited Splitter2: TSplitter
  30. Top = 554
  31. Width = 822
  32. end
  33. inherited Panel5: TPanel
  34. Top = 557
  35. Width = 822
  36. Visible = False
  37. end
  38. inherited PageControl1: TPageControl
  39. Width = 822
  40. Height = 554
  41. ExplicitWidth = 766
  42. inherited TabSheet1: TTabSheet
  43. Caption = #1044#1086#1083#1078#1085#1086#1089#1090#1080' '
  44. inherited Grid: TVrDbGrid
  45. Width = 808
  46. Height = 489
  47. CheckFieldName = 'ID'
  48. Columns = <
  49. item
  50. Expanded = False
  51. FieldName = 'ID'
  52. Visible = False
  53. SortMode = smNone
  54. end
  55. item
  56. Expanded = False
  57. FieldName = 'JOBTITLE'
  58. Width = 404
  59. Visible = True
  60. SortMode = smNone
  61. end
  62. item
  63. Expanded = False
  64. FieldName = 'JOBTITLE_HR'
  65. Visible = True
  66. SortMode = smNone
  67. end>
  68. end
  69. inherited GridPanel1: TGridPanel
  70. Width = 808
  71. inherited PKDBEditButtons1: TPKDBEditButtons
  72. TableName = 'CS_JOBTITLE'
  73. PrimaryFieldName = 'ID'
  74. ParentFieldName = 'ID'
  75. Grid = Grid
  76. Connection = DataModule1.ADConnection1
  77. EditDialogClassName = 'TEDITJOBTITLENPO'
  78. ExplicitLeft = -1
  79. end
  80. inherited PKDBFindPanel1: TPKDBFindPanel
  81. Width = 656
  82. QuerysCollection = <
  83. item
  84. Query = MainQuery
  85. QueryCaption = #1044#1086#1083#1078#1085#1086#1089#1090#1100
  86. MainQuery = False
  87. FieldList = <
  88. item
  89. FieldName = 'JOBTITLE'
  90. FieldCaption = #1044#1086#1083#1078#1085#1086#1089#1090#1100
  91. FieldType = ffString
  92. DisplayName = 'JOBTITLE'
  93. end
  94. item
  95. FieldName = 'JOBTITLE_HR'
  96. FieldCaption = #1055#1086#1083#1085#1072#1103' '#1076#1086#1083#1078#1085#1086#1089#1090#1100
  97. FieldType = ffString
  98. DisplayName = 'JOBTITLE_HR'
  99. end>
  100. end>
  101. end
  102. end
  103. end
  104. end
  105. end
  106. end
  107. inherited Panel6: TPanel
  108. Height = 588
  109. Visible = False
  110. end
  111. inherited MainQuery: TADQuery
  112. Connection = DataModule1.ADConnection1
  113. SQL.Strings = (
  114. 'select distinct '
  115. 'id,jobtitle , jobtitle_hr'
  116. 'from CS_JOBTITLE')
  117. Top = 0
  118. object MainQueryID: TFMTBCDField
  119. FieldName = 'ID'
  120. Required = True
  121. Precision = 38
  122. Size = 38
  123. end
  124. object MainQueryJOBTITLE: TStringField
  125. DisplayLabel = #1044#1086#1083#1078#1085#1086#1089#1090#1100
  126. FieldName = 'JOBTITLE'
  127. Size = 200
  128. end
  129. object MainQueryJOBTITLE_HR: TStringField
  130. DisplayLabel = #1055#1086#1083#1085#1072#1103' '#1076#1086#1083#1078#1085#1086#1089#1090#1100
  131. FieldName = 'JOBTITLE_HR'
  132. Size = 200
  133. end
  134. end
  135. inherited DataSource1: TDataSource
  136. Top = 0
  137. end
  138. end