home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / QDB / QDBG.ZIP / QDBGEdt.dfm / QDBGEdt.txt
Encoding:
Text File  |  1998-07-29  |  7.3 KB  |  301 lines

  1. object QDBGridEditDlg: TQDBGridEditDlg
  2.   Left = 252
  3.   Top = 152
  4.   Width = 737
  5.   Height = 222
  6.   Caption = 'QDBGridEditDlg'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnShow = FormShow
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object CancelButton: TButton
  15.     Left = 624
  16.     Top = 32
  17.     Width = 75
  18.     Height = 25
  19.     Cancel = True
  20.     Caption = 'Cancel'
  21.     ModalResult = 2
  22.     TabOrder = 1
  23.   end
  24.   object OKButton: TButton
  25.     Left = 624
  26.     Top = 80
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.   end
  34.   object QDBGrid: TQDBGrid
  35.     Left = 0
  36.     Top = 0
  37.     Width = 593
  38.     Height = 195
  39.     Align = alLeft
  40.     Columns = <
  41.       item
  42.       end
  43.       item
  44.       end
  45.       item
  46.       end
  47.       item
  48.       end
  49.       item
  50.       end>
  51.     DisplayThumbnails = False
  52.     MatchRowHeightToFont = False
  53.     TabOrder = 2
  54.     TabStop = True
  55.     TitleFont.Color = clWindowText
  56.     TitleFont.Height = -13
  57.     TitleFont.Name = 'MS Sans Serif'
  58.     TitleFont.Style = []
  59.     OnMouseDown = QDBGridMouseDown
  60.     ColCount = (
  61.       5)
  62.     ColWidths = (
  63.       15
  64.       64
  65.       64
  66.       64
  67.       64)
  68.   end
  69.   object PopupMenu1: TPopupMenu
  70.     AutoPopup = False
  71.     Left = 600
  72.     Top = 136
  73.     object ColumnMenu: TMenuItem
  74.       Caption = 'Column'
  75.       ShortCut = 0
  76.       object ColumnButtonStyleMenu: TMenuItem
  77.         Caption = 'Button Style'
  78.         ShortCut = 0
  79.         OnClick = ColumnButtonStyleMenuClick
  80.         object ColumnButtonStyleAuto: TMenuItem
  81.           Caption = 'Auto'
  82.           GroupIndex = 1
  83.           RadioItem = True
  84.           ShortCut = 0
  85.           OnClick = ColumnButtonStyleItemsClick
  86.         end
  87.         object ColumnButtonStyleButtonsis: TMenuItem
  88.           Caption = 'Button'
  89.           GroupIndex = 1
  90.           RadioItem = True
  91.           ShortCut = 0
  92.           OnClick = ColumnButtonStyleItemsClick
  93.         end
  94.         object ColumnButtonStyleNone: TMenuItem
  95.           Caption = 'None'
  96.           GroupIndex = 1
  97.           RadioItem = True
  98.           ShortCut = 0
  99.           OnClick = ColumnButtonStyleItemsClick
  100.         end
  101.       end
  102.       object ColumnFieldTypeMenu: TMenuItem
  103.         Caption = 'Field Type'
  104.         ShortCut = 0
  105.         OnClick = ColumnFieldTypeMenuClick
  106.         object esSinple1: TMenuItem
  107.           Caption = 'integer'
  108.           GroupIndex = 1
  109.           RadioItem = True
  110.           ShortCut = 0
  111.           OnClick = ColumnFieldTypeItemClick
  112.         end
  113.         object integers1: TMenuItem
  114.           Caption = 'integers'
  115.           GroupIndex = 1
  116.           RadioItem = True
  117.           ShortCut = 0
  118.           OnClick = ColumnFieldTypeItemClick
  119.         end
  120.         object esMemo1: TMenuItem
  121.           Caption = 'real'
  122.           GroupIndex = 1
  123.           RadioItem = True
  124.           ShortCut = 0
  125.           OnClick = ColumnFieldTypeItemClick
  126.         end
  127.         object e1: TMenuItem
  128.           Caption = 'boolean'
  129.           GroupIndex = 1
  130.           RadioItem = True
  131.           ShortCut = 0
  132.           OnClick = ColumnFieldTypeItemClick
  133.         end
  134.         object datetime1: TMenuItem
  135.           Caption = 'datetime'
  136.           GroupIndex = 1
  137.           RadioItem = True
  138.           ShortCut = 0
  139.           OnClick = ColumnFieldTypeItemClick
  140.         end
  141.         object string1: TMenuItem
  142.           Caption = 'string'
  143.           GroupIndex = 1
  144.           RadioItem = True
  145.           ShortCut = 0
  146.           OnClick = ColumnFieldTypeItemClick
  147.         end
  148.         object strings1: TMenuItem
  149.           Caption = 'strings'
  150.           GroupIndex = 1
  151.           RadioItem = True
  152.           ShortCut = 0
  153.           OnClick = ColumnFieldTypeItemClick
  154.         end
  155.         object richstrings1: TMenuItem
  156.           Caption = 'richstrings'
  157.           GroupIndex = 1
  158.           RadioItem = True
  159.           ShortCut = 0
  160.           OnClick = ColumnFieldTypeItemClick
  161.         end
  162.         object graphic1: TMenuItem
  163.           Caption = 'graphic'
  164.           GroupIndex = 1
  165.           RadioItem = True
  166.           ShortCut = 0
  167.           OnClick = ColumnFieldTypeItemClick
  168.         end
  169.         object thing1: TMenuItem
  170.           Caption = 'thing'
  171.           GroupIndex = 1
  172.           RadioItem = True
  173.           ShortCut = 0
  174.           OnClick = ColumnFieldTypeItemClick
  175.         end
  176.         object date1: TMenuItem
  177.           Caption = 'date'
  178.           GroupIndex = 1
  179.           RadioItem = True
  180.           ShortCut = 0
  181.           OnClick = ColumnFieldTypeItemClick
  182.         end
  183.         object time1: TMenuItem
  184.           Caption = 'time'
  185.           GroupIndex = 1
  186.           RadioItem = True
  187.           ShortCut = 0
  188.         end
  189.       end
  190.       object ColumnReadOnlyMenu: TMenuItem
  191.         Caption = 'Read Only'
  192.         ShortCut = 0
  193.         OnClick = ColumnReadOnlyMenuClick
  194.         object Editable1: TMenuItem
  195.           Caption = 'Editable'
  196.           GroupIndex = 1
  197.           RadioItem = True
  198.           ShortCut = 0
  199.           OnClick = ReadOnlyItemClick
  200.         end
  201.         object Readoly1: TMenuItem
  202.           Caption = 'Read Only'
  203.           GroupIndex = 1
  204.           RadioItem = True
  205.           ShortCut = 0
  206.           OnClick = ReadOnlyItemClick
  207.         end
  208.       end
  209.     end
  210.     object TitleMenu: TMenuItem
  211.       Caption = 'Title'
  212.       ShortCut = 0
  213.       object TitleAlignmentMenu: TMenuItem
  214.         Caption = 'Alignment'
  215.         ShortCut = 0
  216.         OnClick = TitleAlignmentMenuClick
  217.         object Left1: TMenuItem
  218.           Caption = 'Left'
  219.           RadioItem = True
  220.           ShortCut = 0
  221.           OnClick = TitleAlignmentItemClick
  222.         end
  223.         object Right1: TMenuItem
  224.           Caption = 'Right'
  225.           RadioItem = True
  226.           ShortCut = 0
  227.           OnClick = TitleAlignmentItemClick
  228.         end
  229.         object Center1: TMenuItem
  230.           Caption = 'Center'
  231.           RadioItem = True
  232.           ShortCut = 0
  233.           OnClick = TitleAlignmentItemClick
  234.         end
  235.       end
  236.       object TitleCaptionMenu: TMenuItem
  237.         Caption = 'Caption...'
  238.         ShortCut = 0
  239.         OnClick = TitleCaptionMenuClick
  240.       end
  241.       object TitleFontMenu: TMenuItem
  242.         Caption = 'Font...'
  243.         ShortCut = 0
  244.         OnClick = TitleFontMenuClick
  245.       end
  246.     end
  247.     object CellsMenu: TMenuItem
  248.       Caption = 'Cells'
  249.       ShortCut = 0
  250.       object CellAlignmentMenu: TMenuItem
  251.         Caption = 'Alignment'
  252.         ShortCut = 0
  253.         OnClick = CellAlignmentMenuClick
  254.         object Left2: TMenuItem
  255.           Caption = 'Left'
  256.           RadioItem = True
  257.           ShortCut = 0
  258.           OnClick = AlignmentItemClick
  259.         end
  260.         object Right2: TMenuItem
  261.           Caption = 'Right'
  262.           RadioItem = True
  263.           ShortCut = 0
  264.           OnClick = AlignmentItemClick
  265.         end
  266.         object Center2: TMenuItem
  267.           Caption = 'Center'
  268.           RadioItem = True
  269.           ShortCut = 0
  270.           OnClick = AlignmentItemClick
  271.         end
  272.       end
  273.       object CellColorMenu: TMenuItem
  274.         Caption = 'Color...'
  275.         ShortCut = 0
  276.         OnClick = CellColorMenuClick
  277.       end
  278.       object CellFontMenu: TMenuItem
  279.         Caption = 'Font...'
  280.         ShortCut = 0
  281.         OnClick = CellFontMenuClick
  282.       end
  283.     end
  284.   end
  285.   object FontDialog: TFontDialog
  286.     Font.Color = clWindowText
  287.     Font.Height = -13
  288.     Font.Name = 'MS Sans Serif'
  289.     Font.Style = []
  290.     MinFontSize = 0
  291.     MaxFontSize = 0
  292.     Left = 680
  293.     Top = 136
  294.   end
  295.   object ColorDialog: TColorDialog
  296.     Ctl3D = True
  297.     Left = 640
  298.     Top = 136
  299.   end
  300. end
  301.