/JobSchedule/__history/SALARYUnit.dfm.~7~

https://github.com/oista/NPO · Unknown · 254 lines · 254 code · 0 blank · 0 comment · 0 complexity · fa259a7c85bbbb9afb128811445bd4d0 MD5 · raw file

  1. inherited SALARY: TSALARY
  2. Caption = #1047#1072#1088#1072#1087#1083#1072#1090#1099' '
  3. ClientWidth = 623
  4. ExplicitWidth = 631
  5. ExplicitHeight = 498
  6. PixelsPerInch = 96
  7. TextHeight = 13
  8. inherited Panel1: TPanel
  9. Width = 623
  10. ExplicitWidth = 623
  11. inherited Button1: TButton
  12. Left = 460
  13. ExplicitLeft = 460
  14. end
  15. inherited Button2: TButton
  16. Left = 541
  17. ExplicitLeft = 541
  18. end
  19. end
  20. inherited Panel2: TPanel
  21. Left = 33
  22. Width = 590
  23. ExplicitLeft = 33
  24. ExplicitWidth = 590
  25. inherited Panel3: TPanel
  26. Width = 587
  27. ExplicitWidth = 587
  28. inherited Splitter2: TSplitter
  29. Top = 341
  30. Width = 587
  31. ExplicitTop = 341
  32. ExplicitWidth = 587
  33. end
  34. inherited Panel5: TPanel
  35. Top = 344
  36. Width = 587
  37. Height = 79
  38. Visible = False
  39. ExplicitTop = 344
  40. ExplicitWidth = 587
  41. ExplicitHeight = 79
  42. end
  43. inherited PageControl1: TPageControl
  44. Width = 587
  45. Height = 341
  46. ExplicitWidth = 587
  47. ExplicitHeight = 341
  48. inherited TabSheet1: TTabSheet
  49. Caption = #1047#1072#1088#1087#1083#1072#1090#1072' '
  50. ExplicitWidth = 579
  51. ExplicitHeight = 313
  52. inherited Grid: TVrDbGrid
  53. Width = 573
  54. Height = 276
  55. CheckFieldName = 'ID'
  56. Columns = <
  57. item
  58. Expanded = False
  59. FieldName = 'ID'
  60. Visible = False
  61. SortMode = smNone
  62. end
  63. item
  64. Expanded = False
  65. FieldName = 'CATEGORYNUMB'
  66. Width = 38
  67. Visible = True
  68. SortMode = smNone
  69. end
  70. item
  71. Expanded = False
  72. FieldName = 'SPEC'
  73. Width = 264
  74. Visible = True
  75. SortMode = smNone
  76. end
  77. item
  78. Expanded = False
  79. FieldName = 'DEGREE'
  80. Visible = False
  81. SortMode = smNone
  82. end
  83. item
  84. Expanded = False
  85. FieldName = 'CODE'
  86. Width = 80
  87. Visible = True
  88. SortMode = smNone
  89. end
  90. item
  91. Expanded = False
  92. FieldName = 'JOBTITLEID'
  93. Visible = False
  94. SortMode = smNone
  95. end
  96. item
  97. Expanded = False
  98. FieldName = 'QUALIFICATIONID'
  99. Visible = False
  100. SortMode = smNone
  101. end
  102. item
  103. Expanded = False
  104. FieldName = 'RATEID'
  105. Visible = False
  106. SortMode = smNone
  107. end
  108. item
  109. Expanded = False
  110. FieldName = 'SALARY'
  111. Width = 87
  112. Visible = True
  113. SortMode = smNone
  114. end
  115. item
  116. Expanded = False
  117. FieldName = 'CONTRACT'
  118. Visible = True
  119. SortMode = smNone
  120. end
  121. item
  122. Expanded = False
  123. FieldName = 'JOBTITLE'
  124. Visible = False
  125. SortMode = smNone
  126. end
  127. item
  128. Expanded = False
  129. FieldName = 'DESCRIPTION'
  130. Visible = False
  131. SortMode = smNone
  132. end
  133. item
  134. Expanded = False
  135. FieldName = 'SALID'
  136. Visible = False
  137. SortMode = smNone
  138. end>
  139. end
  140. inherited GridPanel1: TGridPanel
  141. Width = 573
  142. ExplicitWidth = 573
  143. inherited PKDBEditButtons1: TPKDBEditButtons
  144. TableName = 'CS_SALARY'
  145. PrimaryFieldName = 'ID'
  146. Grid = Grid
  147. Connection = DataModule2.Conn
  148. EditDialogClassName = 'TSALARYEDIT'
  149. end
  150. inherited PKDBFindPanel1: TPKDBFindPanel
  151. Width = 421
  152. QuerysCollection = <
  153. item
  154. Query = MainQuery
  155. QueryCaption = #1047#1072#1088#1087#1083#1072#1090#1072
  156. MainQuery = True
  157. FieldList = <
  158. item
  159. FieldName = 'ID'
  160. FieldCaption = 'ID'
  161. FieldType = ffNumber
  162. DisplayName = 'ID'
  163. end
  164. item
  165. FieldName = 'CATEGORYNUMB'
  166. FieldCaption = #1050#1072#1090#1077#1075'.'
  167. FieldType = ffNumber
  168. DisplayName = 'CATEGORYNUMB'
  169. end
  170. item
  171. FieldName = 'SALARY'
  172. FieldCaption = #1054#1082#1083#1072#1076'('#1057#1090#1072#1074#1082#1072')'
  173. FieldType = ffNumber
  174. DisplayName = 'SALARY'
  175. end
  176. item
  177. FieldName = 'CODE'
  178. FieldCaption = #1050#1086#1076' '#1089#1090#1072#1074#1082#1080
  179. FieldType = ffString
  180. DisplayName = 'CODE'
  181. end
  182. item
  183. FieldName = 'RATEID'
  184. FieldCaption = 'RATEID'
  185. FieldType = ffNumber
  186. DisplayName = 'RATEID'
  187. end
  188. item
  189. FieldName = 'SPEC'
  190. FieldCaption = #1057#1087#1077#1094#1080#1072#1083#1100#1085#1086#1089#1090#1100
  191. FieldType = ffString
  192. DisplayName = 'SPEC'
  193. end
  194. item
  195. FieldName = 'CONTRACT'
  196. FieldCaption = #1050#1086#1085#1090#1088#1072#1082#1090
  197. FieldType = ffNumber
  198. DisplayName = 'CONTRACT'
  199. end>
  200. end>
  201. ExplicitWidth = 421
  202. end
  203. end
  204. end
  205. end
  206. end
  207. end
  208. inherited Panel6: TPanel
  209. Width = 33
  210. Visible = False
  211. ExplicitWidth = 33
  212. end
  213. inherited MainQuery: TADQuery
  214. Connection = DataModule2.Conn
  215. Prepared = True
  216. SQL.Strings = (
  217. 'select * from CS_V_SALARY t')
  218. Left = 384
  219. Top = 8
  220. object MainQueryID: TFloatField
  221. FieldName = 'ID'
  222. Required = True
  223. end
  224. object MainQueryCATEGORYNUMB: TFloatField
  225. DisplayLabel = #1050#1072#1090#1077#1075'.'
  226. FieldName = 'CATEGORYNUMB'
  227. end
  228. object MainQuerySALARY: TFloatField
  229. DisplayLabel = #1054#1082#1083#1072#1076'('#1057#1090#1072#1074#1082#1072')'
  230. FieldName = 'SALARY'
  231. end
  232. object MainQueryCODE: TStringField
  233. DisplayLabel = #1050#1086#1076' '#1089#1090#1072#1074#1082#1080
  234. FieldName = 'CODE'
  235. Size = 200
  236. end
  237. object MainQueryRATEID: TFloatField
  238. FieldName = 'RATEID'
  239. end
  240. object MainQuerySPEC: TStringField
  241. DisplayLabel = #1057#1087#1077#1094#1080#1072#1083#1100#1085#1086#1089#1090#1100
  242. FieldName = 'SPEC'
  243. Size = 442
  244. end
  245. object MainQueryCONTRACT: TFloatField
  246. DisplayLabel = #1050#1086#1085#1090#1088#1072#1082#1090
  247. FieldName = 'CONTRACT'
  248. end
  249. end
  250. inherited DataSource1: TDataSource
  251. Left = 424
  252. Top = 8
  253. end
  254. end