/JobSchedule/RATECONDITIONUnit.dfm

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

  1. inherited RATECONDITION: TRATECONDITION
  2. Caption = #1059#1089#1083#1086#1074#1080#1103' '#1090#1088#1091#1076#1072' '
  3. ClientWidth = 847
  4. ExplicitWidth = 855
  5. ExplicitHeight = 498
  6. PixelsPerInch = 96
  7. TextHeight = 13
  8. inherited Panel1: TPanel
  9. Width = 847
  10. ExplicitWidth = 847
  11. inherited Button1: TButton
  12. Left = 684
  13. ExplicitLeft = 684
  14. end
  15. inherited Button2: TButton
  16. Left = 765
  17. ExplicitLeft = 765
  18. end
  19. end
  20. inherited Panel2: TPanel
  21. Left = 33
  22. Width = 814
  23. ExplicitLeft = 33
  24. ExplicitWidth = 814
  25. inherited Panel3: TPanel
  26. Width = 811
  27. ExplicitWidth = 811
  28. inherited Splitter2: TSplitter
  29. Top = 365
  30. Width = 811
  31. ExplicitTop = 365
  32. ExplicitWidth = 811
  33. end
  34. inherited Panel5: TPanel
  35. Top = 368
  36. Width = 811
  37. Height = 55
  38. Visible = False
  39. ExplicitTop = 368
  40. ExplicitWidth = 811
  41. ExplicitHeight = 55
  42. end
  43. inherited PageControl1: TPageControl
  44. Width = 811
  45. Height = 365
  46. ExplicitWidth = 811
  47. ExplicitHeight = 365
  48. inherited TabSheet1: TTabSheet
  49. Caption = #1059#1089#1083#1086#1074#1080#1103' '#1090#1088#1091#1076#1072' '
  50. ExplicitWidth = 803
  51. ExplicitHeight = 337
  52. inherited Grid: TVrDbGrid
  53. Width = 797
  54. Height = 300
  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 = 'WORKTYPE'
  66. Width = 100
  67. Visible = True
  68. SortMode = smNone
  69. end
  70. item
  71. Expanded = False
  72. FieldName = 'CONDITION'
  73. Width = 410
  74. Visible = True
  75. SortMode = smNone
  76. end
  77. item
  78. Expanded = False
  79. FieldName = 'MONTHTIME'
  80. Width = 76
  81. Visible = True
  82. SortMode = smNone
  83. end
  84. item
  85. Expanded = False
  86. FieldName = 'QUALIFICATION'
  87. Width = 42
  88. Visible = True
  89. SortMode = smNone
  90. end>
  91. end
  92. inherited GridPanel1: TGridPanel
  93. Width = 797
  94. ExplicitWidth = 797
  95. inherited PKDBEditButtons1: TPKDBEditButtons
  96. TableName = 'CS_RATECONDITION'
  97. PrimaryFieldName = 'ID'
  98. Grid = Grid
  99. Connection = DataModule2.Conn
  100. EditDialogClassName = 'TRATECONDITIONEDIT'
  101. end
  102. inherited PKDBFindPanel1: TPKDBFindPanel
  103. Width = 645
  104. QuerysCollection = <
  105. item
  106. Query = MainQuery
  107. QueryCaption = #1059#1089#1083#1086#1074#1080#1103' '#1090#1088#1091#1076#1072
  108. MainQuery = True
  109. FieldList = <
  110. item
  111. FieldName = 'CONDITION'
  112. FieldCaption = #1059#1089#1083#1086#1074#1080#1103' '#1090#1088#1091#1076#1072
  113. FieldType = ffString
  114. DisplayName = 'CONDITION'
  115. end
  116. item
  117. FieldName = 'MONTHTIME'
  118. FieldCaption = #1052#1077#1089#1103#1095'. '#1074#1088#1077#1084#1103
  119. FieldType = ffNumber
  120. DisplayName = 'MONTHTIME'
  121. end
  122. item
  123. FieldName = 'QUALIFICATION'
  124. FieldCaption = #1056#1072#1079#1088#1103#1076
  125. FieldType = ffNumber
  126. DisplayName = 'QUALIFICATION'
  127. end
  128. item
  129. FieldName = 'WORKTYPE'
  130. FieldCaption = #1058#1080#1087' '#1088#1072#1073#1086#1090#1099
  131. FieldType = ffString
  132. DisplayName = 'WORKTYPE'
  133. end>
  134. end>
  135. ExplicitWidth = 645
  136. end
  137. end
  138. end
  139. end
  140. end
  141. end
  142. inherited Panel6: TPanel
  143. Width = 33
  144. Visible = False
  145. ExplicitWidth = 33
  146. end
  147. inherited MainQuery: TADQuery
  148. Connection = DataModule2.Conn
  149. SQL.Strings = (
  150. 'select * from CS_RATECONDITION'
  151. 'order by worktype DESC, qualification')
  152. object MainQueryID: TFloatField
  153. FieldName = 'ID'
  154. Required = True
  155. end
  156. object MainQueryCONDITION: TStringField
  157. DisplayLabel = #1059#1089#1083#1086#1074#1080#1103' '#1090#1088#1091#1076#1072
  158. FieldName = 'CONDITION'
  159. Size = 200
  160. end
  161. object MainQueryMONTHTIME: TFloatField
  162. DisplayLabel = #1052#1077#1089#1103#1095'. '#1074#1088#1077#1084#1103
  163. FieldName = 'MONTHTIME'
  164. end
  165. object MainQueryQUALIFICATION: TFloatField
  166. DisplayLabel = #1056#1072#1079#1088#1103#1076
  167. FieldName = 'QUALIFICATION'
  168. end
  169. object MainQueryWORKTYPE: TStringField
  170. DisplayLabel = #1058#1080#1087' '#1088#1072#1073#1086#1090#1099
  171. FieldName = 'WORKTYPE'
  172. Size = 200
  173. end
  174. end
  175. end