/JobSchedule/__history/SALARYUnit.dfm.~6~
Unknown | 253 lines | 253 code | 0 blank | 0 comment | 0 complexity | 78024e5e5d20021bec4deadf7719b225 MD5 | raw file
1inherited 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 MainQuery = True 156 FieldList = < 157 item 158 FieldName = 'ID' 159 FieldCaption = 'ID' 160 FieldType = ffNumber 161 DisplayName = 'ID' 162 end 163 item 164 FieldName = 'CATEGORYNUMB' 165 FieldCaption = #1050#1072#1090#1077#1075'.' 166 FieldType = ffNumber 167 DisplayName = 'CATEGORYNUMB' 168 end 169 item 170 FieldName = 'SALARY' 171 FieldCaption = #1054#1082#1083#1072#1076'('#1057#1090#1072#1074#1082#1072')' 172 FieldType = ffNumber 173 DisplayName = 'SALARY' 174 end 175 item 176 FieldName = 'CODE' 177 FieldCaption = #1050#1086#1076' '#1089#1090#1072#1074#1082#1080 178 FieldType = ffString 179 DisplayName = 'CODE' 180 end 181 item 182 FieldName = 'RATEID' 183 FieldCaption = 'RATEID' 184 FieldType = ffNumber 185 DisplayName = 'RATEID' 186 end 187 item 188 FieldName = 'SPEC' 189 FieldCaption = #1057#1087#1077#1094#1080#1072#1083#1100#1085#1086#1089#1090#1100 190 FieldType = ffString 191 DisplayName = 'SPEC' 192 end 193 item 194 FieldName = 'CONTRACT' 195 FieldCaption = #1050#1086#1085#1090#1088#1072#1082#1090 196 FieldType = ffNumber 197 DisplayName = 'CONTRACT' 198 end> 199 end> 200 ExplicitWidth = 421 201 end 202 end 203 end 204 end 205 end 206 end 207 inherited Panel6: TPanel 208 Width = 33 209 Visible = False 210 ExplicitWidth = 33 211 end 212 inherited MainQuery: TADQuery 213 Connection = DataModule2.Conn 214 Prepared = True 215 SQL.Strings = ( 216 'select * from CS_V_SALARY t') 217 Left = 384 218 Top = 8 219 object MainQueryID: TFloatField 220 FieldName = 'ID' 221 Required = True 222 end 223 object MainQueryCATEGORYNUMB: TFloatField 224 DisplayLabel = #1050#1072#1090#1077#1075'.' 225 FieldName = 'CATEGORYNUMB' 226 end 227 object MainQuerySALARY: TFloatField 228 DisplayLabel = #1054#1082#1083#1072#1076'('#1057#1090#1072#1074#1082#1072')' 229 FieldName = 'SALARY' 230 end 231 object MainQueryCODE: TStringField 232 DisplayLabel = #1050#1086#1076' '#1089#1090#1072#1074#1082#1080 233 FieldName = 'CODE' 234 Size = 200 235 end 236 object MainQueryRATEID: TFloatField 237 FieldName = 'RATEID' 238 end 239 object MainQuerySPEC: TStringField 240 DisplayLabel = #1057#1087#1077#1094#1080#1072#1083#1100#1085#1086#1089#1090#1100 241 FieldName = 'SPEC' 242 Size = 442 243 end 244 object MainQueryCONTRACT: TFloatField 245 DisplayLabel = #1050#1086#1085#1090#1088#1072#1082#1090 246 FieldName = 'CONTRACT' 247 end 248 end 249 inherited DataSource1: TDataSource 250 Left = 424 251 Top = 8 252 end 253end