home *** CD-ROM | disk | FTP | other *** search
/ BUG 12 / BUGCD1998_03.ISO / mulmedia / wavmaker / _setup.1 / WMWIN.EXE / 0 / RCDATA / TEDITDLG / TEDITDLG.txt
Text File  |  1997-02-27  |  3KB  |  144 lines

  1. object EditDlg: TEditDlg
  2.   Left = 0
  3.   Top = 262
  4.   ActiveControl = OKBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit'
  8.   ClientHeight = 113
  9.   ClientWidth = 436
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 21
  22.     Height = 13
  23.     Caption = 'File'
  24.   end
  25.   object WAVdir: TLabel
  26.     Left = 265
  27.     Top = 48
  28.     Width = 43
  29.     Height = 13
  30.     Caption = 'WAVdir'
  31.     Visible = False
  32.   end
  33.   object tempDir: TLabel
  34.     Left = 320
  35.     Top = 48
  36.     Width = 44
  37.     Height = 13
  38.     Caption = 'tempDir'
  39.     Visible = False
  40.   end
  41.   object CancelBtn: TBitBtn
  42.     Left = 352
  43.     Top = 72
  44.     Width = 77
  45.     Height = 33
  46.     TabOrder = 3
  47.     Kind = bkCancel
  48.     Margin = 2
  49.     Spacing = -1
  50.     IsControl = True
  51.   end
  52.   object Edit1: TEdit
  53.     Left = 40
  54.     Top = 16
  55.     Width = 305
  56.     Height = 21
  57.     TabOrder = 0
  58.     Text = 'Edit1'
  59.     OnClick = Edit1Exit
  60.     OnExit = Edit1Exit
  61.     OnKeyPress = Edit1KeyPress
  62.   end
  63.   object GroupBox1: TGroupBox
  64.     Left = 8
  65.     Top = 48
  66.     Width = 249
  67.     Height = 57
  68.     Caption = 'Edit as...'
  69.     TabOrder = 1
  70.     object RadioButton1: TRadioButton
  71.       Left = 8
  72.       Top = 24
  73.       Width = 49
  74.       Height = 17
  75.       Caption = 'Text'
  76.       TabOrder = 0
  77.     end
  78.     object RadioButton2: TRadioButton
  79.       Left = 72
  80.       Top = 24
  81.       Width = 49
  82.       Height = 17
  83.       Caption = 'PRG'
  84.       TabOrder = 1
  85.     end
  86.     object RadioButton3: TRadioButton
  87.       Left = 136
  88.       Top = 24
  89.       Width = 49
  90.       Height = 17
  91.       Caption = 'MID'
  92.       TabOrder = 2
  93.     end
  94.     object RadioButton4: TRadioButton
  95.       Left = 192
  96.       Top = 24
  97.       Width = 49
  98.       Height = 17
  99.       Caption = 'WAV'
  100.       TabOrder = 3
  101.     end
  102.   end
  103.   object OKBtn: TBitBtn
  104.     Left = 264
  105.     Top = 72
  106.     Width = 77
  107.     Height = 33
  108.     Caption = 'OK'
  109.     ModalResult = 1
  110.     TabOrder = 2
  111.     OnClick = OKBtnClick
  112.     Glyph.Data = {
  113.       DE010000424DDE01000000000000760000002800000024000000120000000100
  114.       0400000000006801000000000000000000000000000000000000000000000000
  115.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  116.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  117.       3333333333333333333333330000333333333333333333333333F33333333333
  118.       00003333344333333333333333377F3333333333000033334224333333333333
  119.       337337F3333333330000333422224333333333333733337F3333333300003342
  120.       222224333333333373333337F3333333000034222A22224333333337F337F333
  121.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  122.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  123.       0000333333333A222433333333333337F337F33300003333333333A222433333
  124.       333333337F337F33000033333333333A222433333333333337F337F300003333
  125.       33333333A222433333333333337F337F00003333333333333A22433333333333
  126.       3337F37F000033333333333333A223333333333333337F730000333333333333
  127.       333A333333333333333337330000333333333333333333333333333333333333
  128.       0000}
  129.     Margin = 2
  130.     NumGlyphs = 2
  131.     Spacing = -1
  132.     IsControl = True
  133.   end
  134.   object Button1: TButton
  135.     Left = 352
  136.     Top = 16
  137.     Width = 77
  138.     Height = 21
  139.     Caption = 'Text editor'
  140.     TabOrder = 4
  141.     OnClick = Button1Click
  142.   end
  143. end
  144.