home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d45 / ARDOCI.ZIP / AOraUpdateSQLEd.dfm < prev    next >
Text File  |  2001-04-06  |  5KB  |  223 lines

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