home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / Power / _SETUP.1 / PS.exe / 0 / RCDATA / TEDITFORM / TEDITFORM.txt
Text File  |  1999-05-20  |  3KB  |  137 lines

  1. object EditForm: TEditForm
  2.   Left = 361
  3.   Top = 146
  4.   BorderStyle = bsDialog
  5.   Caption = 'EditForm'
  6.   ClientHeight = 117
  7.   ClientWidth = 372
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 372
  23.     Height = 117
  24.     Align = alClient
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     object Bevel2: TBevel
  33.       Left = 257
  34.       Top = 31
  35.       Width = 108
  36.       Height = 67
  37.     end
  38.     object SpeedButton13: TSpeedButton
  39.       Left = 283
  40.       Top = 32
  41.       Width = 81
  42.       Height = 25
  43.       Caption = '&Ok'
  44.       Flat = True
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -11
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       OnClick = SpeedButton13Click
  52.     end
  53.     object SpeedButton1: TSpeedButton
  54.       Left = 283
  55.       Top = 72
  56.       Width = 81
  57.       Height = 25
  58.       Caption = '&Cancel'
  59.       Flat = True
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clWindowText
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       OnClick = SpeedButton1Click
  67.     end
  68.     object SpeedButton2: TSpeedButton
  69.       Left = 258
  70.       Top = 72
  71.       Width = 25
  72.       Height = 25
  73.       Caption = '...'
  74.       Flat = True
  75.       OnClick = SpeedButton2Click
  76.     end
  77.     object Label1: TLabel
  78.       Left = 8
  79.       Top = 16
  80.       Width = 37
  81.       Height = 13
  82.       Caption = 'Name:'
  83.     end
  84.     object Label2: TLabel
  85.       Left = 8
  86.       Top = 59
  87.       Width = 37
  88.       Height = 13
  89.       Caption = 'Value:'
  90.     end
  91.     object Bevel1: TBevel
  92.       Left = 258
  93.       Top = 32
  94.       Width = 25
  95.       Height = 25
  96.       Style = bsRaised
  97.     end
  98.     object Bevel3: TBevel
  99.       Left = 258
  100.       Top = 57
  101.       Width = 106
  102.       Height = 15
  103.       Style = bsRaised
  104.     end
  105.     object Edit1: TEdit
  106.       Left = 7
  107.       Top = 74
  108.       Width = 244
  109.       Height = 21
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clWindowText
  112.       Font.Height = -11
  113.       Font.Name = 'MS Sans Serif'
  114.       Font.Style = []
  115.       ParentFont = False
  116.       TabOrder = 1
  117.       Text = 'Edit1'
  118.       OnKeyDown = Edit1KeyDown
  119.     end
  120.     object Edit2: TEdit
  121.       Left = 7
  122.       Top = 34
  123.       Width = 244
  124.       Height = 21
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clWindowText
  127.       Font.Height = -11
  128.       Font.Name = 'MS Sans Serif'
  129.       Font.Style = []
  130.       ParentFont = False
  131.       TabOrder = 0
  132.       Text = 'Edit1'
  133.       OnKeyDown = Edit2KeyDown
  134.     end
  135.   end
  136. end
  137.