home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TSQLEDITFRM / TSQLEDITFRM.txt
Encoding:
Text File  |  2002-10-30  |  3.0 KB  |  110 lines

  1. object SqlEditFrm: TSqlEditFrm
  2.   Left = 393
  3.   Top = 177
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Execute SQL'
  7.   ClientHeight = 293
  8.   ClientWidth = 392
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnExecute: TBitBtn
  20.     Left = 224
  21.     Top = 264
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'Execute'
  25.     TabOrder = 0
  26.     OnClick = btnExecuteClick
  27.   end
  28.   object btnCancel: TBitBtn
  29.     Left = 312
  30.     Top = 264
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.     Glyph.Data = {
  38.       DE010000424DDE01000000000000760000002800000024000000120000000100
  39.       0400000000006801000000000000000000001000000000000000000000000000
  40.       80000080000000808000800000008000800080800000C0C0C000808080000000
  41.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  42.       333333333333333333333333000033338833333333333333333F333333333333
  43.       0000333911833333983333333388F333333F3333000033391118333911833333
  44.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  45.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  46.       3333F8330000333333911111183333333338F333333F83330000333333311111
  47.       8333333333338F3333383333000033333339111183333333333338F333833333
  48.       00003333339111118333333333333833338F3333000033333911181118333333
  49.       33338333338F333300003333911183911183333333383338F338F33300003333
  50.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  51.       38F338F300003333333333333919333333388333338FFF830000333333333333
  52.       3333333333333333333888330000333333333333333333333333333333333333
  53.       0000}
  54.     NumGlyphs = 2
  55.   end
  56.   object Panel1: TPanel
  57.     Left = 8
  58.     Top = 8
  59.     Width = 377
  60.     Height = 65
  61.     BevelInner = bvSpace
  62.     BevelOuter = bvLowered
  63.     Caption = 'Panel1'
  64.     TabOrder = 2
  65.     object Label1: TLabel
  66.       Left = 11
  67.       Top = 6
  68.       Width = 355
  69.       Height = 52
  70.       Caption = 
  71.         ' This option allows you to run arbitrary SQL commands on the cur' +
  72.         'rently opened project. Use this with caution! This feature is fo' +
  73.         'r advanced use only and if used incorrectly may render your proj' +
  74.         'ect file unusable.'
  75.       Font.Charset = DEFAULT_CHARSET
  76.       Font.Color = clWindowText
  77.       Font.Height = -11
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = [fsBold]
  80.       ParentFont = False
  81.       WordWrap = True
  82.     end
  83.   end
  84.   object Panel2: TPanel
  85.     Left = 8
  86.     Top = 80
  87.     Width = 377
  88.     Height = 177
  89.     BevelInner = bvSpace
  90.     BevelOuter = bvLowered
  91.     Caption = 'Panel2'
  92.     TabOrder = 3
  93.     object Label2: TLabel
  94.       Left = 8
  95.       Top = 8
  96.       Width = 55
  97.       Height = 13
  98.       Caption = 'SQL Query:'
  99.     end
  100.     object edSQL: TMemo
  101.       Left = 8
  102.       Top = 24
  103.       Width = 360
  104.       Height = 145
  105.       ScrollBars = ssBoth
  106.       TabOrder = 0
  107.     end
  108.   end
  109. end
  110.