home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / mysql / myAdmin1.0.1.exe / myAdmin.exe / 0 / RCDATA / TFRMEXPORTRESULT / TFRMEXPORTRESULT.txt
Text File  |  1999-02-03  |  2KB  |  111 lines

  1. object frmExportResult: TfrmExportResult
  2.   Left = 195
  3.   Top = 114
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Export result'
  7.   ClientHeight = 219
  8.   ClientWidth = 261
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object btnOk: TButton
  17.     Left = 104
  18.     Top = 192
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&Ok'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 2
  25.   end
  26.   object btnCancel: TButton
  27.     Left = 184
  28.     Top = 192
  29.     Width = 75
  30.     Height = 25
  31.     Caption = '&Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 3
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 16
  37.     Top = 16
  38.     Width = 241
  39.     Height = 73
  40.     BevelInner = bvRaised
  41.     BevelOuter = bvLowered
  42.     TabOrder = 4
  43.     object Label2: TLabel
  44.       Left = 24
  45.       Top = 40
  46.       Width = 72
  47.       Height = 13
  48.       Caption = 'Field seperator:'
  49.     end
  50.     object chkHeader: TCheckBox
  51.       Left = 24
  52.       Top = 16
  53.       Width = 209
  54.       Height = 17
  55.       Caption = 'Include table header (field names)'
  56.       State = cbChecked
  57.       TabOrder = 0
  58.     end
  59.     object txtComma: TEdit
  60.       Left = 104
  61.       Top = 40
  62.       Width = 17
  63.       Height = 21
  64.       MaxLength = 1
  65.       TabOrder = 1
  66.       Text = ';'
  67.     end
  68.   end
  69.   object rdbComma: TRadioButton
  70.     Left = 24
  71.     Top = 8
  72.     Width = 129
  73.     Height = 17
  74.     Caption = 'Comma-seperated file'
  75.     Checked = True
  76.     TabOrder = 0
  77.     TabStop = True
  78.   end
  79.   object Panel2: TPanel
  80.     Left = 16
  81.     Top = 104
  82.     Width = 241
  83.     Height = 73
  84.     BevelInner = bvRaised
  85.     BevelOuter = bvLowered
  86.     TabOrder = 5
  87.     object Label1: TLabel
  88.       Left = 16
  89.       Top = 24
  90.       Width = 116
  91.       Height = 13
  92.       Caption = 'Tablename to insert into:'
  93.     end
  94.     object txtTablename: TEdit
  95.       Left = 16
  96.       Top = 40
  97.       Width = 137
  98.       Height = 21
  99.       TabOrder = 0
  100.     end
  101.   end
  102.   object rdbSQL: TRadioButton
  103.     Left = 24
  104.     Top = 96
  105.     Width = 129
  106.     Height = 17
  107.     Caption = 'SQL Insert statements'
  108.     TabOrder = 1
  109.   end
  110. end
  111.