home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap20 / dsevents / main.dfm / main.txt
Encoding:
Text File  |  1995-03-21  |  4.0 KB  |  231 lines

  1. object Form1: TForm1
  2.   Left = 191
  3.   Top = 101
  4.   Width = 402
  5.   Height = 317
  6.   HorzScrollBar.Range = 385
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Range = 313
  9.   VertScrollBar.Visible = False
  10.   ActiveControl = Edit1
  11.   BorderStyle = bsDialog
  12.   Caption = 'Poor Man'#39's Edit Control'
  13.   Font.Color = clWindowText
  14.   Font.Height = -13
  15.   Font.Name = 'System'
  16.   Font.Style = []
  17.   PixelsPerInch = 96
  18.   OnCreate = FormCreate
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 72
  22.     Top = 8
  23.     Width = 38
  24.     Height = 16
  25.     Caption = 'Name'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 64
  29.     Top = 40
  30.     Width = 45
  31.     Height = 16
  32.     Caption = 'Capital'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 48
  36.     Top = 72
  37.     Width = 61
  38.     Height = 16
  39.     Caption = 'Continent'
  40.   end
  41.   object Label4: TLabel
  42.     Left = 80
  43.     Top = 104
  44.     Width = 29
  45.     Height = 16
  46.     Caption = 'Area'
  47.   end
  48.   object Label5: TLabel
  49.     Left = 40
  50.     Top = 136
  51.     Width = 69
  52.     Height = 16
  53.     Caption = 'Population'
  54.   end
  55.   object Edit1: TEdit
  56.     Left = 120
  57.     Top = 8
  58.     Width = 241
  59.     Height = 24
  60.     TabOrder = 0
  61.     Text = 'Edit1'
  62.     OnKeyDown = Edit1KeyDown
  63.   end
  64.   object Edit2: TEdit
  65.     Left = 120
  66.     Top = 40
  67.     Width = 241
  68.     Height = 24
  69.     TabOrder = 1
  70.     Text = 'Edit2'
  71.     OnKeyDown = Edit1KeyDown
  72.   end
  73.   object Edit3: TEdit
  74.     Left = 120
  75.     Top = 72
  76.     Width = 241
  77.     Height = 24
  78.     TabOrder = 2
  79.     Text = 'Edit3'
  80.     OnKeyDown = Edit1KeyDown
  81.   end
  82.   object Edit4: TEdit
  83.     Left = 120
  84.     Top = 104
  85.     Width = 241
  86.     Height = 24
  87.     TabOrder = 3
  88.     Text = 'Edit4'
  89.     OnKeyDown = Edit1KeyDown
  90.   end
  91.   object Edit: TButton
  92.     Tag = 5
  93.     Left = 86
  94.     Top = 224
  95.     Width = 65
  96.     Height = 33
  97.     HelpContext = 5
  98.     Caption = 'Edit'
  99.     TabOrder = 10
  100.     OnClick = AnyButtonClick
  101.   end
  102.   object Insert: TButton
  103.     Tag = 6
  104.     Left = 8
  105.     Top = 224
  106.     Width = 65
  107.     Height = 33
  108.     HelpContext = 6
  109.     Caption = 'Insert'
  110.     TabOrder = 9
  111.     OnClick = AnyButtonClick
  112.   end
  113.   object Edit5: TEdit
  114.     Left = 120
  115.     Top = 136
  116.     Width = 241
  117.     Height = 24
  118.     TabOrder = 4
  119.     Text = 'Edit5'
  120.     OnKeyDown = Edit1KeyDown
  121.   end
  122.   object First: TButton
  123.     Tag = 1
  124.     Left = 8
  125.     Top = 176
  126.     Width = 89
  127.     Height = 33
  128.     HelpContext = 1
  129.     Caption = '<<'
  130.     TabOrder = 5
  131.     OnClick = AnyButtonClick
  132.   end
  133.   object Prior: TButton
  134.     Tag = 2
  135.     Left = 104
  136.     Top = 176
  137.     Width = 89
  138.     Height = 33
  139.     HelpContext = 2
  140.     Caption = '<'
  141.     TabOrder = 6
  142.     OnClick = AnyButtonClick
  143.   end
  144.   object Next: TButton
  145.     Tag = 3
  146.     Left = 200
  147.     Top = 176
  148.     Width = 89
  149.     Height = 33
  150.     HelpContext = 3
  151.     Caption = '>'
  152.     TabOrder = 7
  153.     OnClick = AnyButtonClick
  154.   end
  155.   object Last: TButton
  156.     Tag = 4
  157.     Left = 296
  158.     Top = 176
  159.     Width = 89
  160.     Height = 33
  161.     HelpContext = 4
  162.     Caption = '>>'
  163.     TabOrder = 8
  164.     OnClick = AnyButtonClick
  165.   end
  166.   object Post: TButton
  167.     Tag = 7
  168.     Left = 164
  169.     Top = 224
  170.     Width = 65
  171.     Height = 33
  172.     HelpContext = 7
  173.     Caption = 'Post'
  174.     TabOrder = 11
  175.     OnClick = AnyButtonClick
  176.   end
  177.   object Panel1: TPanel
  178.     Left = 0
  179.     Top = 264
  180.     Width = 394
  181.     Height = 25
  182.     BevelInner = bvLowered
  183.     Color = clSilver
  184.     TabOrder = 13
  185.     object Label6: TLabel
  186.       Left = 8
  187.       Top = 5
  188.       Width = 49
  189.       Height = 16
  190.       Caption = 'Browse'
  191.     end
  192.   end
  193.   object Cancel: TButton
  194.     Tag = 8
  195.     Left = 242
  196.     Top = 224
  197.     Width = 65
  198.     Height = 33
  199.     HelpContext = 8
  200.     Caption = 'Cancel'
  201.     TabOrder = 12
  202.     OnClick = AnyButtonClick
  203.   end
  204.   object Delete: TButton
  205.     Tag = 9
  206.     Left = 320
  207.     Top = 224
  208.     Width = 65
  209.     Height = 33
  210.     HelpContext = 9
  211.     Caption = 'Delete'
  212.     TabOrder = 14
  213.     OnClick = AnyButtonClick
  214.   end
  215.   object Table1: TTable
  216.     Active = True
  217.     DatabaseName = 'dbdemos'
  218.     TableName = 'COUNTRY'
  219.     Left = 8
  220.     Top = 8
  221.   end
  222.   object DataSource1: TDataSource
  223.     DataSet = Table1
  224.     OnStateChange = DataSource1StateChange
  225.     OnDataChange = DataSource1DataChange
  226.     OnUpdateData = DataSource1UpdateData
  227.     Left = 8
  228.     Top = 40
  229.   end
  230. end
  231.