home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi2 / wowsrc.exe / MSGDEFS.DFM / MSGDEFS.txt < prev   
Text File  |  1995-10-28  |  5KB  |  217 lines

  1. object SetupMsg: TSetupMsg
  2.   Left = 357
  3.   Top = 111
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = Spd
  7.   BorderStyle = bsDialog
  8.   Caption = 'Message Defaults'
  9.   ClientHeight = 225
  10.   ClientWidth = 441
  11.   Font.Color = clBlack
  12.   Font.Height = -10
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   PixelsPerInch = 96
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   TextHeight = 13
  22.   object Label3: TLabel
  23.     Left = 7
  24.     Top = 89
  25.     Width = 26
  26.     Height = 10
  27.     Caption = 'Text'
  28.   end
  29.   object Msg: TLabel
  30.     Left = 7
  31.     Top = 111
  32.     Width = 325
  33.     Height = 46
  34.     AutoSize = False
  35.     Color = clBlack
  36.     ParentColor = False
  37.     Visible = False
  38.   end
  39.   object Label4: TLabel
  40.     Left = 338
  41.     Top = 108
  42.     Width = 72
  43.     Height = 11
  44.     Caption = 'BackGround colour'
  45.   end
  46.   object Pos: TGroupBox
  47.     Left = 7
  48.     Top = 7
  49.     Width = 143
  50.     Height = 72
  51.     Caption = ' Position '
  52.     TabOrder = 0
  53.     object Ctr: TRadioButton
  54.       Left = 39
  55.       Top = 33
  56.       Width = 66
  57.       Height = 13
  58.       Caption = 'Centered'
  59.       Checked = True
  60.       TabOrder = 0
  61.       TabStop = True
  62.     end
  63.     object Rnd: TRadioButton
  64.       Left = 72
  65.       Top = 13
  66.       Width = 59
  67.       Height = 14
  68.       Caption = 'Random'
  69.       TabOrder = 1
  70.     end
  71.   end
  72.   object GroupBox1: TGroupBox
  73.     Left = 156
  74.     Top = 7
  75.     Width = 209
  76.     Height = 72
  77.     Caption = ' Speed '
  78.     TabOrder = 1
  79.     object Label1: TLabel
  80.       Left = 182
  81.       Top = 20
  82.       Width = 23
  83.       Height = 13
  84.       Caption = 'Slow'
  85.     end
  86.     object Label2: TLabel
  87.       Left = 7
  88.       Top = 20
  89.       Width = 19
  90.       Height = 13
  91.       Caption = 'Fast'
  92.     end
  93.     object Spd: TScrollBar
  94.       Left = 7
  95.       Top = 39
  96.       Width = 195
  97.       Height = 20
  98.       Min = 1
  99.       Position = 50
  100.       TabOrder = 0
  101.       OnChange = SpdChange
  102.     end
  103.   end
  104.   object NewMsg: TEdit
  105.     Left = 39
  106.     Top = 85
  107.     Width = 326
  108.     Height = 19
  109.     MaxLength = 254
  110.     TabOrder = 2
  111.     OnChange = NewMsgChange
  112.   end
  113.   object Ok: TBitBtn
  114.     Left = 371
  115.     Top = 13
  116.     Width = 65
  117.     Height = 27
  118.     Caption = 'OK'
  119.     Default = True
  120.     Font.Color = clBlack
  121.     Font.Height = -11
  122.     Font.Name = 'Arial'
  123.     Font.Style = []
  124.     ModalResult = 1
  125.     ParentFont = False
  126.     TabOrder = 3
  127.     OnClick = OkClick
  128.     Glyph.Data = {
  129.       4E010000424D4E01000000000000760000002800000012000000120000000100
  130.       040000000000D800000000000000000000000000000000000000000000000000
  131.       80000080000000808000800000008000800080800000C0C0C000808080000000
  132.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  133.       3333330000003333333333333333330000003333344333333333330000003333
  134.       4224333333333300000033342222433333333300000033422222243333333300
  135.       000034222A2222433333330000003222A3A222433333330000003A2A333A2224
  136.       33333300000033A33333A222433333000000333333333A222433330000003333
  137.       333333A222433300000033333333333A222433000000333333333333A2224300
  138.       00003333333333333A224300000033333333333333A223000000333333333333
  139.       333A33000000333333333333333333000000}
  140.   end
  141.   object Cancel: TBitBtn
  142.     Left = 371
  143.     Top = 46
  144.     Width = 65
  145.     Height = 26
  146.     TabOrder = 4
  147.     OnClick = CancelClick
  148.     Kind = bkCancel
  149.   end
  150.   object TxtFont: TBitBtn
  151.     Left = 371
  152.     Top = 78
  153.     Width = 65
  154.     Height = 27
  155.     Caption = '&Font'
  156.     TabOrder = 5
  157.     OnClick = TxtFontClick
  158.   end
  159.   object GroupBox2: TGroupBox
  160.     Left = 7
  161.     Top = 163
  162.     Width = 325
  163.     Height = 52
  164.     Caption = ' Password Protection '
  165.     TabOrder = 6
  166.     object SetPwd: TBitBtn
  167.       Left = 215
  168.       Top = 15
  169.       Width = 85
  170.       Height = 27
  171.       Caption = '&Set Password'
  172.       Enabled = False
  173.       TabOrder = 0
  174.       OnClick = SetPwdClick
  175.     end
  176.     object PassType: TComboBox
  177.       Left = 13
  178.       Top = 20
  179.       Width = 183
  180.       Height = 21
  181.       Style = csDropDownList
  182.       ItemHeight = 13
  183.       Items.Strings = (
  184.         'No Password'
  185.         'Windows Password'
  186.         'Network Password')
  187.       TabOrder = 1
  188.       OnClick = PassTypeClick
  189.     end
  190.   end
  191.   object Cg: TColorGrid
  192.     Left = 338
  193.     Top = 124
  194.     Width = 96
  195.     Height = 76
  196.     Ctl3D = True
  197.     ParentCtl3D = False
  198.     TabOrder = 7
  199.     OnChange = CgChange
  200.   end
  201.   object Fd: TFontDialog
  202.     Font.Color = clWindowText
  203.     Font.Height = -17
  204.     Font.Name = 'System'
  205.     Font.Style = []
  206.     MinFontSize = 0
  207.     MaxFontSize = 0
  208.     Left = 424
  209.     Top = 240
  210.   end
  211.   object Cd: TColorDialog
  212.     Options = [cdPreventFullOpen]
  213.     Left = 472
  214.     Top = 240
  215.   end
  216. end
  217.