home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / Bas / Bureautique / MdiNotepad / Mdipad.exe / 0 / RCDATA / TFORM11 / TFORM11.txt
Text File  |  2002-09-25  |  3KB  |  129 lines

  1. object Form11: TForm11
  2.   Left = 428
  3.   Top = 324
  4.   BorderStyle = bsDialog
  5.   Caption = 'Auto Complete'
  6.   ClientHeight = 255
  7.   ClientWidth = 417
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object SpeedButton1: TSpeedButton
  21.     Left = 336
  22.     Top = 120
  23.     Width = 17
  24.     Height = 17
  25.     Glyph.Data = {
  26.       AE000000424DAE00000000000000760000002800000009000000070000000100
  27.       0400000000003800000000000000000000001000000000000000000000000000
  28.       80000080000000808000800000008000800080800000C0C0C000808080000000
  29.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00999999999000
  30.       0000999999999000000090000000900000009900000990000000999000999000
  31.       000099990999900000009999999990000000}
  32.     OnClick = SpeedButton1Click
  33.   end
  34.   object SpeedButton2: TSpeedButton
  35.     Left = 336
  36.     Top = 144
  37.     Width = 17
  38.     Height = 17
  39.     Glyph.Data = {
  40.       AE000000424DAE00000000000000760000002800000009000000070000000100
  41.       0400000000003800000000000000000000001000000000000000000000000000
  42.       80000080000000808000800000008000800080800000C0C0C000808080000000
  43.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00999999999000
  44.       0000999909999000000099900099900000009900000990000000900000009000
  45.       000099999999900000009999999990000000}
  46.     OnClick = SpeedButton2Click
  47.   end
  48.   object Label2: TLabel
  49.     Left = 7
  50.     Top = 14
  51.     Width = 24
  52.     Height = 13
  53.     Caption = '&Text:'
  54.     FocusControl = Edit1
  55.   end
  56.   object Label3: TLabel
  57.     Left = 240
  58.     Top = 14
  59.     Width = 59
  60.     Height = 13
  61.     Caption = '&Sample size:'
  62.     FocusControl = Edit2
  63.   end
  64.   object ListBox1: TListBox
  65.     Tag = 1
  66.     Left = 7
  67.     Top = 38
  68.     Width = 321
  69.     Height = 187
  70.     ItemHeight = 13
  71.     TabOrder = 5
  72.   end
  73.   object Button1: TButton
  74.     Left = 336
  75.     Top = 10
  76.     Width = 75
  77.     Height = 22
  78.     Caption = 'Add'
  79.     TabOrder = 2
  80.     OnClick = Button1Click
  81.   end
  82.   object Button2: TButton
  83.     Left = 336
  84.     Top = 38
  85.     Width = 75
  86.     Height = 22
  87.     Caption = 'Remove'
  88.     TabOrder = 3
  89.     OnClick = Button2Click
  90.   end
  91.   object Edit1: TEdit
  92.     Left = 36
  93.     Top = 10
  94.     Width = 197
  95.     Height = 21
  96.     TabOrder = 0
  97.   end
  98.   object Edit2: TEdit
  99.     Left = 304
  100.     Top = 10
  101.     Width = 24
  102.     Height = 21
  103.     MaxLength = 2
  104.     TabOrder = 1
  105.     Text = '2'
  106.   end
  107.   object Button3: TButton
  108.     Left = 336
  109.     Top = 66
  110.     Width = 75
  111.     Height = 22
  112.     Caption = 'Close'
  113.     TabOrder = 4
  114.     OnClick = Button3Click
  115.   end
  116.   object CheckBox1: TCheckBox
  117.     Left = 8
  118.     Top = 232
  119.     Width = 197
  120.     Height = 17
  121.     Caption = '&Don'#39't move cursor'
  122.     TabOrder = 6
  123.   end
  124.   object StrSet1: TStrSet
  125.     Left = 340
  126.     Top = 208
  127.   end
  128. end
  129.