home *** CD-ROM | disk | FTP | other *** search
/ internet.au CDrom 42 / NETCD42.iso / web / w95 / hm5ev.exe / data1.cab / Program_Top / SQCBldr.dll / RCDATA / TINSERTROWSDLOG / TINSERTROWSDLOG.txt
Encoding:
Text File  |  1998-11-03  |  2.3 KB  |  125 lines

  1. object InsertRowsDlog: TInsertRowsDlog
  2.   Left = 260
  3.   Top = 187
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Insert Rows or Columns'
  7.   ClientHeight = 190
  8.   ClientWidth = 245
  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 NumberLbl: TLabel
  17.     Left = 8
  18.     Top = 152
  19.     Width = 52
  20.     Height = 17
  21.     Caption = 'Number of '
  22.   end
  23.   object RowColumnLbl: TLabel
  24.     Left = 64
  25.     Top = 152
  26.     Width = 57
  27.     Height = 17
  28.     Caption = 'Rows'
  29.   end
  30.   object InsertRowAbove: TRadioButton
  31.     Left = 8
  32.     Top = 8
  33.     Width = 121
  34.     Height = 25
  35.     Caption = 'Insert Row Above'
  36.     TabOrder = 0
  37.     OnClick = InsertRowAboveClick
  38.   end
  39.   object InsertRowBelow: TRadioButton
  40.     Left = 8
  41.     Top = 37
  42.     Width = 121
  43.     Height = 25
  44.     Caption = 'Insert Row Below'
  45.     TabOrder = 1
  46.     OnClick = InsertRowBelowClick
  47.   end
  48.   object okBtn: TButton
  49.     Left = 152
  50.     Top = 8
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'OK'
  54.     Default = True
  55.     TabOrder = 6
  56.     OnClick = OKBtnClick
  57.   end
  58.   object applyBtn: TButton
  59.     Left = 152
  60.     Top = 40
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'Apply'
  64.     TabOrder = 7
  65.     OnClick = applyBtnClick
  66.   end
  67.   object cancelBtn: TButton
  68.     Left = 152
  69.     Top = 72
  70.     Width = 75
  71.     Height = 25
  72.     Cancel = True
  73.     Caption = 'Cancel'
  74.     TabOrder = 8
  75.     OnClick = CancelBtnClick
  76.   end
  77.   object InsertColumnLeft: TRadioButton
  78.     Left = 8
  79.     Top = 67
  80.     Width = 121
  81.     Height = 25
  82.     Caption = 'Insert Column Left'
  83.     TabOrder = 2
  84.     OnClick = InsertColumnLeftClick
  85.   end
  86.   object InsertColumnRight: TRadioButton
  87.     Left = 8
  88.     Top = 96
  89.     Width = 121
  90.     Height = 25
  91.     Caption = 'Insert Column Right'
  92.     TabOrder = 3
  93.     OnClick = InsertColumnRightClick
  94.   end
  95.   object Number: TEdit
  96.     Left = 128
  97.     Top = 152
  98.     Width = 49
  99.     Height = 21
  100.     TabOrder = 4
  101.     Text = '1'
  102.   end
  103.   object upDown: TUpDown
  104.     Left = 177
  105.     Top = 152
  106.     Width = 14
  107.     Height = 21
  108.     Associate = Number
  109.     Min = 1
  110.     Max = 20
  111.     Position = 1
  112.     TabOrder = 5
  113.     Wrap = True
  114.   end
  115.   object HelpBtn: TButton
  116.     Left = 152
  117.     Top = 112
  118.     Width = 75
  119.     Height = 25
  120.     Caption = '&Help'
  121.     TabOrder = 9
  122.     OnClick = HelpBtnClick
  123.   end
  124. end
  125.