home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / chplus / navody / Dmex / download / DMEXUTIL.EXE / 0 / RCDATA / TSTARTERFORM / TSTARTERFORM.txt < prev   
Text File  |  2000-02-23  |  5KB  |  245 lines

  1. object starterform: Tstarterform
  2.   Tag = 400
  3.   Left = 589
  4.   Top = 306
  5.   BorderStyle = bsDialog
  6.   Caption = 'DMEX - Starter'
  7.   ClientHeight = 407
  8.   ClientWidth = 406
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object TabControl1: TTabControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 406
  24.     Height = 41
  25.     Align = alTop
  26.     HotTrack = True
  27.     TabOrder = 0
  28.     OnChange = TabControl1Enter
  29.     OnChanging = TabControl1Changing
  30.     OnEnter = TabControl1Enter
  31.   end
  32.   object StatusBar1: TStatusBar
  33.     Left = 0
  34.     Top = 388
  35.     Width = 406
  36.     Height = 19
  37.     Panels = <
  38.       item
  39.         Width = 150
  40.       end
  41.       item
  42.         Width = 100
  43.       end
  44.       item
  45.         Width = 50
  46.       end
  47.       item
  48.         Width = 50
  49.       end>
  50.     SimplePanel = False
  51.   end
  52.   object Panel1: TPanel
  53.     Left = 0
  54.     Top = 41
  55.     Width = 406
  56.     Height = 347
  57.     Align = alClient
  58.     TabOrder = 2
  59.     object Label1: TLabel
  60.       Tag = 1
  61.       Left = 24
  62.       Top = 64
  63.       Width = 67
  64.       Height = 13
  65.       Caption = 'Program &Path:'
  66.       Enabled = False
  67.     end
  68.     object Label2: TLabel
  69.       Tag = 7
  70.       Left = 24
  71.       Top = 216
  72.       Width = 71
  73.       Height = 13
  74.       Caption = 'Interval (Days):'
  75.       Enabled = False
  76.     end
  77.     object Label3: TLabel
  78.       Tag = 2
  79.       Left = 24
  80.       Top = 112
  81.       Width = 164
  82.       Height = 13
  83.       Caption = 'Program Commandline P&arameters:'
  84.       Enabled = False
  85.     end
  86.     object Ende: TButton
  87.       Tag = 10
  88.       Left = 320
  89.       Top = 312
  90.       Width = 75
  91.       Height = 25
  92.       Caption = '&Exit'
  93.       Default = True
  94.       TabOrder = 8
  95.       OnClick = EndeClick
  96.     end
  97.     object Neu: TButton
  98.       Tag = 8
  99.       Left = 112
  100.       Top = 312
  101.       Width = 75
  102.       Height = 25
  103.       Caption = '&New'
  104.       TabOrder = 6
  105.       OnClick = NeuClick
  106.     end
  107.     object Edit1: TEdit
  108.       Left = 24
  109.       Top = 80
  110.       Width = 321
  111.       Height = 21
  112.       Enabled = False
  113.       TabOrder = 1
  114.     end
  115.     object Button3: TButton
  116.       Left = 368
  117.       Top = 80
  118.       Width = 21
  119.       Height = 21
  120.       Caption = '...'
  121.       Enabled = False
  122.       TabOrder = 2
  123.       OnClick = Button3Click
  124.     end
  125.     object TrackBar1: TTrackBar
  126.       Left = 24
  127.       Top = 240
  128.       Width = 321
  129.       Height = 21
  130.       Enabled = False
  131.       Max = 99
  132.       Min = 1
  133.       Orientation = trHorizontal
  134.       Frequency = 1
  135.       Position = 7
  136.       SelEnd = 0
  137.       SelStart = 0
  138.       TabOrder = 4
  139.       TickMarks = tmBottomRight
  140.       TickStyle = tsAuto
  141.       OnChange = TrackBar1Change
  142.     end
  143.     object Edit2: TEdit
  144.       Left = 368
  145.       Top = 240
  146.       Width = 21
  147.       Height = 21
  148.       Enabled = False
  149.       TabOrder = 5
  150.       Text = '7'
  151.     end
  152.     object Loeschen: TButton
  153.       Tag = 9
  154.       Left = 192
  155.       Top = 312
  156.       Width = 75
  157.       Height = 25
  158.       Caption = '&Delete'
  159.       Enabled = False
  160.       TabOrder = 7
  161.       OnClick = LoeschenClick
  162.     end
  163.     object Edit4: TEdit
  164.       Left = 24
  165.       Top = 24
  166.       Width = 321
  167.       Height = 21
  168.       Enabled = False
  169.       TabOrder = 0
  170.       OnChange = Edit4Change
  171.     end
  172.     object Edit3: TEdit
  173.       Left = 24
  174.       Top = 128
  175.       Width = 321
  176.       Height = 21
  177.       Enabled = False
  178.       TabOrder = 3
  179.     end
  180.     object GroupBox1: TGroupBox
  181.       Tag = 3
  182.       Left = 24
  183.       Top = 160
  184.       Width = 321
  185.       Height = 41
  186.       Caption = '&Window:'
  187.       Enabled = False
  188.       TabOrder = 9
  189.       object RadioButton1: TRadioButton
  190.         Tag = 4
  191.         Left = 8
  192.         Top = 16
  193.         Width = 65
  194.         Height = 17
  195.         Caption = 'normal'
  196.         Enabled = False
  197.         TabOrder = 0
  198.         OnClick = RadioButtonClick
  199.       end
  200.       object RadioButton2: TRadioButton
  201.         Tag = 5
  202.         Left = 96
  203.         Top = 16
  204.         Width = 65
  205.         Height = 17
  206.         Caption = 'minimized'
  207.         Enabled = False
  208.         TabOrder = 1
  209.         OnClick = RadioButtonClick
  210.       end
  211.       object RadioButton3: TRadioButton
  212.         Tag = 6
  213.         Left = 176
  214.         Top = 16
  215.         Width = 113
  216.         Height = 17
  217.         Caption = 'hidden'
  218.         Enabled = False
  219.         TabOrder = 2
  220.         OnClick = RadioButtonClick
  221.       end
  222.     end
  223.   end
  224.   object OpenDialog1: TOpenDialog
  225.     Filter = '|*.exe;*.com;*.pif;*.lnk;*.bat;*.cmd'
  226.     Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofNoDereferenceLinks]
  227.     Left = 8
  228.     Top = 353
  229.   end
  230.   object Timer1: TTimer
  231.     Enabled = False
  232.     Interval = 3000
  233.     OnTimer = Timer1Timer
  234.     Left = 40
  235.     Top = 353
  236.   end
  237.   object ExecFile1: TExecFile
  238.     Associate = False
  239.     Wait = False
  240.     WaitStyle = wSuspend
  241.     Left = 72
  242.     Top = 353
  243.   end
  244. end
  245.