/JobSchedule/__history/CATEGORYEDITUnit.dfm.~3~
Unknown | 64 lines | 64 code | 0 blank | 0 comment | 0 complexity | 3794456ed94e625c5d64f8ed18795d9c MD5 | raw file
1inherited CATEGORYEDIT: TCATEGORYEDIT 2 Caption = #1050#1072#1090#1077#1075#1086#1088#1080#1103' '#1087#1077#1088#1089#1086#1085#1072#1083#1072 3 PixelsPerInch = 96 4 TextHeight = 13 5 inherited PageControl1: TPageControl 6 inherited TabSheet1: TTabSheet 7 Caption = #1050#1072#1090#1077#1075#1086#1088#1080#1103' '#1087#1077#1088#1089#1086#1085#1072#1083#1072 8 object PKDBLabelEdit1: TPKDBLabelEdit 9 Left = 17 10 Top = 40 11 Width = 121 12 Height = 21 13 TabOrder = 0 14 Text = #1053#1086#1084#1077#1088' '#1082#1072#1090#1077#1075#1086#1088#1080#1080 15 EditKind = ekNumberEdit 16 Table = PKDBTable1 17 TableField = 'CATEGORYNUMB' 18 EditLabel.Width = 87 19 EditLabel.Height = 13 20 EditLabel.Caption = #1053#1086#1084#1077#1088' '#1082#1072#1090#1077#1075#1086#1088#1080#1080 21 end 22 object PKDBLabelEdit2: TPKDBLabelEdit 23 Left = 17 24 Top = 88 25 Width = 329 26 Height = 21 27 TabOrder = 1 28 Text = #1053#1072#1079#1074#1072#1085#1080#1077' '#1082#1072#1090#1077#1075#1086#1088#1080#1080 29 Table = PKDBTable1 30 TableField = 'CATEGORYNAME' 31 EditLabel.Width = 104 32 EditLabel.Height = 13 33 EditLabel.Caption = #1053#1072#1079#1074#1072#1085#1080#1077' '#1082#1072#1090#1077#1075#1086#1088#1080#1080 34 end 35 end 36 end 37 inherited PKDBTable1: TPKDBTable 38 Fields = < 39 item 40 FieldName = 'ID' 41 FieldLabel = 'ID '#1082#1072#1090#1077#1075#1086#1088#1080#1080 42 Nullable = False 43 FieldType = ftsNumber 44 IsPrimaryKey = True 45 DisplayName = 'ID' 46 end 47 item 48 FieldName = 'CATEGORYNAME' 49 FieldLabel = #1053#1072#1079#1074#1072#1085#1080#1077' '#1082#1072#1090#1077#1075#1086#1088#1080#1080 50 Nullable = True 51 FieldType = ftsString 52 DisplayName = 'CATEGORYNAME' 53 end 54 item 55 FieldName = 'CATEGORYNUMB' 56 FieldLabel = #1053#1086#1084#1077#1088' '#1082#1072#1090#1077#1075#1086#1088#1080#1080 57 Nullable = True 58 FieldType = ftsNumber 59 DisplayName = 'CATEGORYNUMB' 60 end> 61 TableName = 'CS_CATEGORY' 62 Connection = DataModule2.Conn 63 end 64end