/JobSchedule/__history/RATECONDITIONEDITUnit.dfm.~2~
Unknown | 134 lines | 134 code | 0 blank | 0 comment | 0 complexity | 59d6af72b9a14d1e57565828461278cb MD5 | raw file
1inherited RATECONDITIONEDIT: TRATECONDITIONEDIT 2 Caption = #1059#1089#1083#1086#1074#1080#1103' '#1090#1088#1091#1076#1072 3 ClientHeight = 307 4 ClientWidth = 607 5 ExplicitWidth = 613 6 ExplicitHeight = 331 7 PixelsPerInch = 96 8 TextHeight = 13 9 inherited Panel1: TPanel 10 Left = 516 11 Height = 307 12 end 13 inherited PageControl1: TPageControl 14 Width = 510 15 Height = 301 16 inherited TabSheet1: TTabSheet 17 Caption = #1059#1089#1083#1086#1074#1080#1103' '#1090#1088#1091#1076#1072' ' 18 ExplicitLeft = 5 19 ExplicitTop = 19 20 ExplicitWidth = 356 21 ExplicitHeight = 385 22 object PKDBLabelEdit1: TPKDBLabelEdit 23 Left = 15 24 Top = 70 25 Width = 442 26 Height = 21 27 TabOrder = 0 28 Text = #1059#1089#1083#1086#1074#1080#1103' '#1090#1088#1091#1076#1072 29 Table = PKDBTable1 30 TableField = 'CONDITION' 31 EditLabel.Width = 76 32 EditLabel.Height = 13 33 EditLabel.Caption = #1059#1089#1083#1086#1074#1080#1103' '#1090#1088#1091#1076#1072 34 end 35 object PKDBLabelEdit2: TPKDBLabelEdit 36 Left = 15 37 Top = 115 38 Width = 442 39 Height = 21 40 TabOrder = 1 41 Text = #1056#1072#1073#1086#1095#1077#1077' '#1074#1088#1077#1084#1103' '#1079#1072' '#1084#1077#1089#1103#1094 42 EditKind = ekNumberEdit 43 Table = PKDBTable1 44 TableField = 'MONTHTIME' 45 EditLabel.Width = 121 46 EditLabel.Height = 13 47 EditLabel.Caption = #1056#1072#1073#1086#1095#1077#1077' '#1074#1088#1077#1084#1103' '#1079#1072' '#1084#1077#1089#1103#1094 48 end 49 object PKDBLabelEdit3: TPKDBLabelEdit 50 Left = 15 51 Top = 160 52 Width = 442 53 Height = 21 54 TabOrder = 2 55 Text = 'C'#1090#1077#1087#1077#1085#1100' '#1082#1074#1072#1083#1080#1092#1080#1082#1072#1094#1080#1080 56 EditKind = ekNumberEdit 57 Table = PKDBTable1 58 TableField = 'QUALIFICATION' 59 EditLabel.Width = 120 60 EditLabel.Height = 13 61 EditLabel.Caption = 'C'#1090#1077#1087#1077#1085#1100' '#1082#1074#1072#1083#1080#1092#1080#1082#1072#1094#1080#1080 62 end 63 object PKDBLabelEdit4: TPKDBLabelEdit 64 Left = 15 65 Top = 205 66 Width = 442 67 Height = 21 68 TabOrder = 3 69 Text = #1058#1080#1087' '#1088#1072#1073#1086#1090#1099'('#1089#1076#1077#1083#1100#1085#1072#1103'/'#1087#1086#1074#1088#1077#1084#1077#1085#1085#1072#1103')' 70 Table = PKDBTable1 71 TableField = 'WORKTYPE' 72 EditLabel.Width = 185 73 EditLabel.Height = 13 74 EditLabel.Caption = #1058#1080#1087' '#1088#1072#1073#1086#1090#1099'('#1089#1076#1077#1083#1100#1085#1072#1103'/'#1087#1086#1074#1088#1077#1084#1077#1085#1085#1072#1103')' 75 end 76 end 77 end 78 object PKDBDictEdit1: TPKDBDictEdit [2] 79 Left = 22 80 Top = 54 81 Width = 185 82 Height = 21 83 Table = PKDBTable1 84 TableField = 'ID' 85 LookUpRool = 'ID' 86 DictionaryClass = 'TRATE' 87 DesignSize = ( 88 185 89 21) 90 end 91 inherited PKDBTable1: TPKDBTable 92 Fields = < 93 item 94 FieldName = 'ID' 95 FieldLabel = 'ID' 96 Nullable = False 97 FieldType = ftsNumber 98 IsPrimaryKey = True 99 DisplayName = 'ID' 100 end 101 item 102 FieldName = 'CONDITION' 103 FieldLabel = #1059#1089#1083#1086#1074#1080#1103' '#1090#1088#1091#1076#1072 104 Nullable = True 105 FieldType = ftsString 106 DisplayName = 'CONDITION' 107 end 108 item 109 FieldName = 'QUALIFICATION' 110 FieldLabel = 'C'#1090#1077#1087#1077#1085#1100' '#1082#1074#1072#1083#1080#1092#1080#1082#1072#1094#1080#1080 111 Nullable = True 112 FieldType = ftsNumber 113 DisplayName = 'QUALIFICATION' 114 end 115 item 116 FieldName = 'MONTHTIME' 117 FieldLabel = #1056#1072#1073#1086#1095#1077#1077' '#1074#1088#1077#1084#1103' '#1079#1072' '#1084#1077#1089#1103#1094 118 Nullable = True 119 FieldType = ftsNumber 120 DisplayName = 'MONTHTIME' 121 end 122 item 123 FieldName = 'WORKTYPE' 124 FieldLabel = #1058#1080#1087' '#1088#1072#1073#1086#1090#1099'('#1089#1076#1077#1083#1100#1085#1072#1103'/'#1087#1086#1074#1088#1077#1084#1077#1085#1085#1072#1103')' 125 Nullable = True 126 FieldType = ftsString 127 DisplayName = 'WORKTYPE' 128 end> 129 TableName = 'CS_RATECONDITION' 130 Connection = DataModule2.Conn 131 Left = 632 132 Top = 104 133 end 134end