home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / W2KPRK.iso / apps / InternetScanner / data1.cab / Crystal_Files / System32 / crddt32.dll / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  1999-11-22  |  4KB  |  215 lines

  1. object FrmMain: TFrmMain
  2.   Left = 256
  3.   Top = 124
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Crystal Reports Data Definition Tool'
  7.   ClientHeight = 292
  8.   ClientWidth = 436
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MnuMain
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   PrintScale = poPrintToFit
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   TextHeight = 16
  22.   object LblFieldName: TLabel
  23.     Left = 10
  24.     Top = 15
  25.     Width = 82
  26.     Height = 16
  27.     AutoSize = False
  28.     Caption = 'Field Name :'
  29.     Font.Color = clBlack
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object LblFieldType: TLabel
  36.     Left = 10
  37.     Top = 55
  38.     Width = 80
  39.     Height = 16
  40.     AutoSize = False
  41.     Caption = 'Field Type : '
  42.     Font.Color = clBlack
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.   end
  48.   object LblLength: TLabel
  49.     Left = 314
  50.     Top = 55
  51.     Width = 65
  52.     Height = 17
  53.     AutoSize = False
  54.     Caption = 'Length : '
  55.     Font.Color = clBlack
  56.     Font.Height = -13
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     Visible = False
  61.   end
  62.   object LblSampleData: TLabel
  63.     Left = 10
  64.     Top = 95
  65.     Width = 95
  66.     Height = 17
  67.     AutoSize = False
  68.     Caption = 'Sample Data : '
  69.     Font.Color = clBlack
  70.     Font.Height = -13
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.   end
  75.   object StrGDisplay: TStringGrid
  76.     Left = 10
  77.     Top = 168
  78.     Width = 417
  79.     Height = 113
  80.     TabStop = False
  81.     ColCount = 4
  82.     DefaultRowHeight = 20
  83.     Enabled = False
  84.     FixedCols = 0
  85.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goTabs, goRowSelect]
  86.     RowCount = 2
  87.     TabOrder = 0
  88.     OnMouseDown = StrGDisplayMouseDown
  89.     ColWidths = (
  90.       64
  91.       64
  92.       64
  93.       64)
  94.   end
  95.   object EdtFieldName: TEdit
  96.     Left = 104
  97.     Top = 11
  98.     Width = 321
  99.     Height = 24
  100.     Enabled = False
  101.     TabOrder = 1
  102.   end
  103.   object CmbFieldType: TComboBox
  104.     Left = 104
  105.     Top = 51
  106.     Width = 193
  107.     Height = 24
  108.     Enabled = False
  109.     ItemHeight = 16
  110.     Sorted = True
  111.     TabOrder = 2
  112.     OnChange = CmbFieldTypeChange
  113.   end
  114.   object EdtLength: TEdit
  115.     Left = 376
  116.     Top = 51
  117.     Width = 49
  118.     Height = 24
  119.     Enabled = False
  120.     TabOrder = 3
  121.     Visible = False
  122.   end
  123.   object EdtSampleData: TEdit
  124.     Left = 104
  125.     Top = 91
  126.     Width = 321
  127.     Height = 24
  128.     Enabled = False
  129.     TabOrder = 4
  130.   end
  131.   object BtnAdd: TButton
  132.     Left = 49
  133.     Top = 128
  134.     Width = 89
  135.     Height = 25
  136.     Caption = '&Add'
  137.     Enabled = False
  138.     TabOrder = 5
  139.     OnClick = BtnAddClick
  140.   end
  141.   object BtnCancel: TButton
  142.     Left = 177
  143.     Top = 128
  144.     Width = 89
  145.     Height = 25
  146.     Caption = '&Clear'
  147.     Enabled = False
  148.     TabOrder = 6
  149.     OnClick = BtnCancelClick
  150.   end
  151.   object BtnDelete: TButton
  152.     Left = 297
  153.     Top = 128
  154.     Width = 89
  155.     Height = 25
  156.     Caption = '&Delete'
  157.     Enabled = False
  158.     TabOrder = 7
  159.     OnClick = BtnDeleteClick
  160.   end
  161.   object MnuMain: TMainMenu
  162.     Left = 140
  163.     Top = 226
  164.     object MnuFile: TMenuItem
  165.       Caption = '&File'
  166.       object MnuFileNew: TMenuItem
  167.         Caption = '&New'
  168.         OnClick = MnuFileNewClick
  169.       end
  170.       object MnuFileOpen: TMenuItem
  171.         Caption = '&Open'
  172.         OnClick = MnuFileOpenClick
  173.       end
  174.       object MnuFileLine1: TMenuItem
  175.         Caption = '-'
  176.       end
  177.       object MnuFileSaveAs: TMenuItem
  178.         Caption = 'Save &As'
  179.         Enabled = False
  180.         OnClick = MnuFileSaveAsClick
  181.       end
  182.       object MnuFileSave: TMenuItem
  183.         Caption = '&Save'
  184.         Enabled = False
  185.         OnClick = MnuFileSaveClick
  186.       end
  187.       object MnuFileClose: TMenuItem
  188.         Caption = '&Close'
  189.         Enabled = False
  190.         OnClick = MnuFileCloseClick
  191.       end
  192.       object MnuFileLine2: TMenuItem
  193.         Caption = '-'
  194.       end
  195.       object MnuFileExit: TMenuItem
  196.         Caption = 'E&xit'
  197.         OnClick = MnuFileExitClick
  198.       end
  199.     end
  200.   end
  201.   object DlgOpen: TOpenDialog
  202.     DefaultExt = 'ttx'
  203.     Filter = 'Crystal Memory Modules|*.ttx|All Files|*.*'
  204.     Left = 52
  205.     Top = 226
  206.   end
  207.   object DlgSave: TSaveDialog
  208.     DefaultExt = 'ttx'
  209.     Filter = 'Field Defintion File|*.ttx|All Files|*.*'
  210.     Options = [ofOverwritePrompt, ofPathMustExist]
  211.     Left = 92
  212.     Top = 226
  213.   end
  214. end
  215.