home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / UPDSQLED.DFM / UPDSQLED.txt
Text File  |  1997-02-28  |  5KB  |  224 lines

  1. object UpdateSQLEditForm: TUpdateSQLEditForm
  2.   Left = 196
  3.   Top = 114
  4.   ActiveControl = UpdateTableName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Form1.Query1.UpdateSQL'
  7.   ClientHeight = 298
  8.   ClientWidth = 473
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OkButton: TButton
  20.     Left = 215
  21.     Top = 268
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.     OnClick = OkButtonClick
  29.   end
  30.   object CancelButton: TButton
  31.     Left = 303
  32.     Top = 268
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.   end
  40.   object HelpButton: TButton
  41.     Left = 391
  42.     Top = 268
  43.     Width = 75
  44.     Height = 25
  45.     Caption = '&Help'
  46.     TabOrder = 2
  47.     OnClick = HelpButtonClick
  48.   end
  49.   object PageControl: TPageControl
  50.     Left = 6
  51.     Top = 6
  52.     Width = 459
  53.     Height = 253
  54.     ActivePage = FieldsPage
  55.     TabOrder = 3
  56.     OnChanging = PageControlChanging
  57.     object FieldsPage: TTabSheet
  58.       Caption = 'Options'
  59.       object GroupBox1: TGroupBox
  60.         Left = 8
  61.         Top = 4
  62.         Width = 435
  63.         Height = 212
  64.         Caption = 'SQL Generation'
  65.         TabOrder = 0
  66.         object Label1: TLabel
  67.           Left = 12
  68.           Top = 18
  69.           Width = 61
  70.           Height = 13
  71.           Caption = 'Table &Name:'
  72.           FocusControl = UpdateTableName
  73.         end
  74.         object Label3: TLabel
  75.           Left = 155
  76.           Top = 18
  77.           Width = 51
  78.           Height = 13
  79.           Caption = '&Key Fields:'
  80.         end
  81.         object Label4: TLabel
  82.           Left = 298
  83.           Top = 18
  84.           Width = 68
  85.           Height = 13
  86.           Caption = 'Update &Fields:'
  87.           FocusControl = UpdateFieldList
  88.         end
  89.         object UpdateTableName: TComboBox
  90.           Left = 9
  91.           Top = 35
  92.           Width = 130
  93.           Height = 21
  94.           ItemHeight = 13
  95.           TabOrder = 0
  96.           OnChange = UpdateTableNameChange
  97.           OnClick = UpdateTableNameClick
  98.         end
  99.         object KeyFieldList: TListBox
  100.           Left = 146
  101.           Top = 35
  102.           Width = 136
  103.           Height = 163
  104.           ItemHeight = 13
  105.           MultiSelect = True
  106.           PopupMenu = FieldListPopup
  107.           TabOrder = 6
  108.           OnClick = SettingsChanged
  109.         end
  110.         object UpdateFieldList: TListBox
  111.           Left = 289
  112.           Top = 35
  113.           Width = 136
  114.           Height = 163
  115.           ItemHeight = 13
  116.           MultiSelect = True
  117.           PopupMenu = FieldListPopup
  118.           TabOrder = 7
  119.           OnClick = SettingsChanged
  120.         end
  121.         object GenerateButton: TButton
  122.           Left = 17
  123.           Top = 154
  124.           Width = 114
  125.           Height = 25
  126.           Caption = '&Generate SQL'
  127.           TabOrder = 4
  128.           OnClick = GenerateButtonClick
  129.         end
  130.         object PrimaryKeyButton: TButton
  131.           Left = 17
  132.           Top = 124
  133.           Width = 114
  134.           Height = 25
  135.           Caption = 'Select &Primary Keys'
  136.           TabOrder = 3
  137.           OnClick = PrimaryKeyButtonClick
  138.         end
  139.         object DefaultButton: TButton
  140.           Left = 17
  141.           Top = 93
  142.           Width = 114
  143.           Height = 25
  144.           Caption = '&Dataset Defaults'
  145.           Enabled = False
  146.           TabOrder = 2
  147.           OnClick = DefaultButtonClick
  148.         end
  149.         object QuoteFields: TCheckBox
  150.           Left = 18
  151.           Top = 184
  152.           Width = 119
  153.           Height = 17
  154.           Caption = '&Quote Field Names'
  155.           TabOrder = 5
  156.           OnClick = SettingsChanged
  157.         end
  158.         object GetTableFieldsButton: TButton
  159.           Left = 17
  160.           Top = 62
  161.           Width = 114
  162.           Height = 25
  163.           Caption = 'Get &Table Fields'
  164.           TabOrder = 1
  165.           OnClick = GetTableFieldsButtonClick
  166.         end
  167.       end
  168.     end
  169.     object SQLPage: TTabSheet
  170.       Caption = 'SQL'
  171.       object Label2: TLabel
  172.         Left = 13
  173.         Top = 53
  174.         Width = 48
  175.         Height = 13
  176.         Caption = 'S&QL Text:'
  177.         FocusControl = SQLMemo
  178.       end
  179.       object SQLMemo: TMemo
  180.         Left = 9
  181.         Top = 69
  182.         Width = 433
  183.         Height = 141
  184.         ScrollBars = ssVertical
  185.         TabOrder = 0
  186.         OnKeyPress = SQLMemoKeyPress
  187.       end
  188.       object StatementType: TRadioGroup
  189.         Left = 10
  190.         Top = 6
  191.         Width = 432
  192.         Height = 40
  193.         Caption = 'Statement Type'
  194.         Columns = 3
  195.         ItemIndex = 0
  196.         Items.Strings = (
  197.           '&Modify'
  198.           '&Insert'
  199.           '&Delete')
  200.         TabOrder = 1
  201.         OnClick = StatementTypeClick
  202.       end
  203.     end
  204.   end
  205.   object TempTable: TTable
  206.     Left = 16
  207.     Top = 269
  208.   end
  209.   object FieldListPopup: TPopupMenu
  210.     Left = 54
  211.     Top = 270
  212.     object miSelectAll: TMenuItem
  213.       Caption = '&Select All'
  214.       ShortCut = 0
  215.       OnClick = SelectAllClick
  216.     end
  217.     object miClearAll: TMenuItem
  218.       Caption = '&Clear All'
  219.       ShortCut = 0
  220.       OnClick = ClearAllClick
  221.     end
  222.   end
  223. end
  224.