home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / UPDSQLED.DFM / UPDSQLED.txt
Text File  |  1996-05-08  |  5KB  |  208 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 = -12
  11.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   TextHeight = 12
  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 = 'ソスソスンセソス'
  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 = 'ソスソスソスソス(&H)'
  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 = 'ソスソス゚シソスソス'
  59.       object GroupBox1: TGroupBox
  60.         Left = 8
  61.         Top = 4
  62.         Width = 435
  63.         Height = 212
  64.         Caption = 'SQL ソスソスソスソスソスソス'
  65.         TabOrder = 0
  66.         object Label1: TLabel
  67.           Left = 12
  68.           Top = 18
  69.           Width = 70
  70.           Height = 13
  71.           Caption = 'テーソスソスル厄ソス(&N):'
  72.           FocusControl = UpdateTableName
  73.         end
  74.         object Label3: TLabel
  75.           Left = 155
  76.           Top = 18
  77.           Width = 62
  78.           Height = 13
  79.           Caption = 'ソスソスソスソスソスソス(&K):'
  80.         end
  81.         object Label4: TLabel
  82.           Left = 298
  83.           Top = 18
  84.           Width = 100
  85.           Height = 13
  86.           Caption = 'ソスXソスVソスソスソス骰ソスソス(&F):'
  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.           Sorted = True
  96.           TabOrder = 0
  97.           OnChange = UpdateTableNameChange
  98.           OnClick = UpdateTableNameClick
  99.         end
  100.         object KeyFieldList: TListBox
  101.           Left = 146
  102.           Top = 35
  103.           Width = 136
  104.           Height = 163
  105.           ItemHeight = 13
  106.           MultiSelect = True
  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.           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 = 'SQL ソスソスソスカ撰ソス(&G)'
  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 = 'ソスソスソスソズッソスソスソスソスIソスソス(&P)'
  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 = 'ソズーソスソスソストゑソスソスソスフォソスソス(&D)'
  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 = 'ソスソスソスレ厄ソスソスソスソスhソスナ奇ソスソスソス(&Q)'
  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 = 'テーソスソスル搾ソスソスレの取得(&T)'
  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 = 60
  174.         Height = 13
  175.         Caption = 'SQL ソスソス(&Q):'
  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.       end
  186.       object StatementType: TRadioGroup
  187.         Left = 10
  188.         Top = 6
  189.         Width = 432
  190.         Height = 40
  191.         Caption = 'SQL ソスソスソスフ趣ソスソス'
  192.         Columns = 3
  193.         ItemIndex = 0
  194.         Items.Strings = (
  195.           'ソスマ更(&M)'
  196.           'ソスヌ会ソス(&I)'
  197.           'ソス尞(&D)')
  198.         TabOrder = 1
  199.         OnClick = StatementTypeClick
  200.       end
  201.     end
  202.   end
  203.   object TempTable: TTable
  204.     Left = 16
  205.     Top = 269
  206.   end
  207. end
  208.