home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d3456 / SQLSET.ZIP / SQLSEDIT.DFM / SQLSEDIT.txt
Text File  |  2002-01-27  |  2KB  |  123 lines

  1. object SQLsEditor: TSQLsEditor
  2.   Left = 198
  3.   Top = 112
  4.   BorderStyle = bsDialog
  5.   Caption = 'TSQLSet items property editor'
  6.   ClientHeight = 349
  7.   ClientWidth = 526
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 304
  20.     Width = 526
  21.     Height = 45
  22.     Align = alBottom
  23.     TabOrder = 1
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 14
  27.       Width = 20
  28.       Height = 13
  29.       Caption = 'Title'
  30.     end
  31.     object BitBtn1: TBitBtn
  32.       Left = 208
  33.       Top = 10
  34.       Width = 75
  35.       Height = 25
  36.       Caption = 'Ok'
  37.       TabOrder = 1
  38.       Kind = bkOK
  39.     end
  40.     object BitBtn2: TBitBtn
  41.       Left = 333
  42.       Top = 10
  43.       Width = 75
  44.       Height = 25
  45.       TabOrder = 2
  46.       Kind = bkCancel
  47.     end
  48.     object edTitle: TEdit
  49.       Left = 40
  50.       Top = 11
  51.       Width = 121
  52.       Height = 21
  53.       TabOrder = 0
  54.       OnChange = edTitleChange
  55.       OnExit = edTitleExit
  56.     end
  57.   end
  58.   object GroupBox1: TGroupBox
  59.     Left = 0
  60.     Top = 0
  61.     Width = 129
  62.     Height = 304
  63.     Align = alLeft
  64.     Caption = 'Items'
  65.     TabOrder = 0
  66.     object lbSQLItems: TListBox
  67.       Left = 8
  68.       Top = 16
  69.       Width = 113
  70.       Height = 241
  71.       ItemHeight = 13
  72.       MultiSelect = True
  73.       TabOrder = 0
  74.       OnClick = lbSQLItemsClick
  75.     end
  76.     object bnNew: TButton
  77.       Left = 8
  78.       Top = 270
  79.       Width = 49
  80.       Height = 25
  81.       Caption = 'New'
  82.       TabOrder = 1
  83.       OnClick = bnNewClick
  84.     end
  85.     object bnDelete: TButton
  86.       Left = 72
  87.       Top = 270
  88.       Width = 49
  89.       Height = 25
  90.       Caption = 'Delete'
  91.       TabOrder = 2
  92.       OnClick = bnDeleteClick
  93.     end
  94.   end
  95.   object GroupBox2: TGroupBox
  96.     Left = 129
  97.     Top = 0
  98.     Width = 397
  99.     Height = 304
  100.     Align = alClient
  101.     Caption = 'SQL'
  102.     TabOrder = 2
  103.     object mSQL: TMemo
  104.       Left = 2
  105.       Top = 15
  106.       Width = 393
  107.       Height = 287
  108.       Align = alClient
  109.       Font.Charset = RUSSIAN_CHARSET
  110.       Font.Color = clWindowText
  111.       Font.Height = -13
  112.       Font.Name = 'Courier New'
  113.       Font.Style = []
  114.       ParentFont = False
  115.       ScrollBars = ssBoth
  116.       TabOrder = 0
  117.       WordWrap = False
  118.       OnChange = mSQLChange
  119.       OnExit = mSQLExit
  120.     end
  121.   end
  122. end
  123.