/JobSchedule/__history/CATEGORYEDITUnit.dfm.~3~
https://github.com/oista/NPO · Unknown · 64 lines · 64 code · 0 blank · 0 comment · 0 complexity · 3794456ed94e625c5d64f8ed18795d9c MD5 · raw file
- inherited CATEGORYEDIT: TCATEGORYEDIT
- Caption = #1050#1072#1090#1077#1075#1086#1088#1080#1103' '#1087#1077#1088#1089#1086#1085#1072#1083#1072
- PixelsPerInch = 96
- TextHeight = 13
- inherited PageControl1: TPageControl
- inherited TabSheet1: TTabSheet
- Caption = #1050#1072#1090#1077#1075#1086#1088#1080#1103' '#1087#1077#1088#1089#1086#1085#1072#1083#1072
- object PKDBLabelEdit1: TPKDBLabelEdit
- Left = 17
- Top = 40
- Width = 121
- Height = 21
- TabOrder = 0
- Text = #1053#1086#1084#1077#1088' '#1082#1072#1090#1077#1075#1086#1088#1080#1080
- EditKind = ekNumberEdit
- Table = PKDBTable1
- TableField = 'CATEGORYNUMB'
- EditLabel.Width = 87
- EditLabel.Height = 13
- EditLabel.Caption = #1053#1086#1084#1077#1088' '#1082#1072#1090#1077#1075#1086#1088#1080#1080
- end
- object PKDBLabelEdit2: TPKDBLabelEdit
- Left = 17
- Top = 88
- Width = 329
- Height = 21
- TabOrder = 1
- Text = #1053#1072#1079#1074#1072#1085#1080#1077' '#1082#1072#1090#1077#1075#1086#1088#1080#1080
- Table = PKDBTable1
- TableField = 'CATEGORYNAME'
- EditLabel.Width = 104
- EditLabel.Height = 13
- EditLabel.Caption = #1053#1072#1079#1074#1072#1085#1080#1077' '#1082#1072#1090#1077#1075#1086#1088#1080#1080
- end
- end
- end
- inherited PKDBTable1: TPKDBTable
- Fields = <
- item
- FieldName = 'ID'
- FieldLabel = 'ID '#1082#1072#1090#1077#1075#1086#1088#1080#1080
- Nullable = False
- FieldType = ftsNumber
- IsPrimaryKey = True
- DisplayName = 'ID'
- end
- item
- FieldName = 'CATEGORYNAME'
- FieldLabel = #1053#1072#1079#1074#1072#1085#1080#1077' '#1082#1072#1090#1077#1075#1086#1088#1080#1080
- Nullable = True
- FieldType = ftsString
- DisplayName = 'CATEGORYNAME'
- end
- item
- FieldName = 'CATEGORYNUMB'
- FieldLabel = #1053#1086#1084#1077#1088' '#1082#1072#1090#1077#1075#1086#1088#1080#1080
- Nullable = True
- FieldType = ftsNumber
- DisplayName = 'CATEGORYNUMB'
- end>
- TableName = 'CS_CATEGORY'
- Connection = DataModule2.Conn
- end
- end