home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / zkuste / Delphi / D / sce.exe / PRGEDIT.EXE / 0 / RCDATA / TDARSTELLUNGDIALOG / TDARSTELLUNGDIALOG.txt < prev   
Text File  |  1999-01-01  |  6KB  |  260 lines

  1. object DarstellungDialog: TDarstellungDialog
  2.   Left = 504
  3.   Top = 286
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Structure depiction '
  7.   ClientHeight = 265
  8.   ClientWidth = 663
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnActivate = FormActivate
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 16
  23.   object PageControl1: TPageControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 663
  27.     Height = 200
  28.     ActivePage = TabSheet1
  29.     Align = alClient
  30.     TabOrder = 0
  31.     object TabSheet1: TTabSheet
  32.       Caption = 'Depiction'
  33.       object Label1: TLabel
  34.         Left = 423
  35.         Top = 30
  36.         Width = 189
  37.         Height = 24
  38.         Caption = 'Depiction of the &if-parts'
  39.         Font.Charset = DEFAULT_CHARSET
  40.         Font.Color = clWindowText
  41.         Font.Height = -20
  42.         Font.Name = 'MS Sans Serif'
  43.         Font.Style = []
  44.         ParentFont = False
  45.       end
  46.       object Label2: TLabel
  47.         Left = 502
  48.         Top = 69
  49.         Width = 82
  50.         Height = 24
  51.         Caption = '&Then-part'
  52.         Font.Charset = DEFAULT_CHARSET
  53.         Font.Color = clWindowText
  54.         Font.Height = -20
  55.         Font.Name = 'MS Sans Serif'
  56.         Font.Style = []
  57.         ParentFont = False
  58.       end
  59.       object Label3: TLabel
  60.         Left = 502
  61.         Top = 108
  62.         Width = 75
  63.         Height = 24
  64.         Caption = '&Else-Part'
  65.         Font.Charset = DEFAULT_CHARSET
  66.         Font.Color = clWindowText
  67.         Font.Height = -20
  68.         Font.Name = 'MS Sans Serif'
  69.         Font.Style = []
  70.         ParentFont = False
  71.       end
  72.       object CheckBox1: TCheckBox
  73.         Left = 36
  74.         Top = 30
  75.         Width = 379
  76.         Height = 20
  77.         Caption = '&Hide levels when opening the window.'
  78.         Font.Charset = DEFAULT_CHARSET
  79.         Font.Color = clBlack
  80.         Font.Height = -20
  81.         Font.Name = 'MS Sans Serif'
  82.         Font.Style = []
  83.         ParentFont = False
  84.         TabOrder = 0
  85.       end
  86.       object CheckBox2: TCheckBox
  87.         Left = 36
  88.         Top = 63
  89.         Width = 251
  90.         Height = 21
  91.         Caption = '&Line numbers'
  92.         Font.Charset = DEFAULT_CHARSET
  93.         Font.Color = clBlack
  94.         Font.Height = -20
  95.         Font.Name = 'MS Sans Serif'
  96.         Font.Style = []
  97.         ParentFont = False
  98.         TabOrder = 1
  99.       end
  100.       object CheckBox3: TCheckBox
  101.         Left = 36
  102.         Top = 96
  103.         Width = 325
  104.         Height = 25
  105.         Caption = 'Hide line &comments'
  106.         Font.Charset = DEFAULT_CHARSET
  107.         Font.Color = clBlack
  108.         Font.Height = -20
  109.         Font.Name = 'MS Sans Serif'
  110.         Font.Style = []
  111.         ParentFont = False
  112.         TabOrder = 2
  113.       end
  114.       object CaseVertCB: TCheckBox
  115.         Left = 36
  116.         Top = 129
  117.         Width = 237
  118.         Height = 25
  119.         Caption = 'Case-structure &vertical'
  120.         Font.Charset = DEFAULT_CHARSET
  121.         Font.Color = clBlack
  122.         Font.Height = -20
  123.         Font.Name = 'MS Sans Serif'
  124.         Font.Style = []
  125.         ParentFont = False
  126.         TabOrder = 3
  127.       end
  128.       object ThenEdit: TEdit
  129.         Left = 463
  130.         Top = 69
  131.         Width = 21
  132.         Height = 24
  133.         MaxLength = 1
  134.         TabOrder = 4
  135.         Text = 'J'
  136.       end
  137.       object elseEdit: TEdit
  138.         Left = 463
  139.         Top = 108
  140.         Width = 21
  141.         Height = 24
  142.         MaxLength = 1
  143.         TabOrder = 5
  144.         Text = 'N'
  145.       end
  146.     end
  147.     object ScrollTabSheet: TTabSheet
  148.       Caption = 'Scrolling'
  149.       ImageIndex = 1
  150.       object Label4: TLabel
  151.         Left = 96
  152.         Top = 114
  153.         Width = 317
  154.         Height = 20
  155.         Caption = 'ms &fall back time to complete depiction.'
  156.         Font.Charset = DEFAULT_CHARSET
  157.         Font.Color = clWindowText
  158.         Font.Height = -16
  159.         Font.Name = 'MS Sans Serif'
  160.         Font.Style = [fsBold]
  161.         ParentFont = False
  162.       end
  163.       object SchnellScrollCB: TCheckBox
  164.         Left = 28
  165.         Top = 32
  166.         Width = 237
  167.         Height = 25
  168.         Caption = '&Quick scroll'
  169.         Font.Charset = DEFAULT_CHARSET
  170.         Font.Color = clBlack
  171.         Font.Height = -20
  172.         Font.Name = 'MS Sans Serif'
  173.         Font.Style = []
  174.         ParentFont = False
  175.         TabOrder = 0
  176.       end
  177.       object ProcKoepfeCB: TCheckBox
  178.         Left = 28
  179.         Top = 72
  180.         Width = 533
  181.         Height = 25
  182.         Caption = '&Show source code in procedure heads while quick scroll, '
  183.         Font.Charset = DEFAULT_CHARSET
  184.         Font.Color = clBlack
  185.         Font.Height = -20
  186.         Font.Name = 'MS Sans Serif'
  187.         Font.Style = []
  188.         ParentFont = False
  189.         TabOrder = 1
  190.       end
  191.       object TimerZeitSpinEdit: TSpinEdit
  192.         Left = 24
  193.         Top = 112
  194.         Width = 65
  195.         Height = 26
  196.         Increment = 10
  197.         MaxValue = 1500
  198.         MinValue = 100
  199.         TabOrder = 2
  200.         Value = 200
  201.       end
  202.     end
  203.   end
  204.   object Panel1: TPanel
  205.     Left = 0
  206.     Top = 200
  207.     Width = 663
  208.     Height = 65
  209.     Align = alBottom
  210.     TabOrder = 1
  211.     object BitBtn1: TBitBtn
  212.       Left = 325
  213.       Top = 17
  214.       Width = 100
  215.       Height = 32
  216.       Caption = '&OK'
  217.       TabOrder = 2
  218.       OnClick = BitBtn1Click
  219.       Kind = bkOK
  220.     end
  221.     object BitBtn2: TBitBtn
  222.       Left = 434
  223.       Top = 17
  224.       Width = 100
  225.       Height = 32
  226.       Caption = '&Cancel'
  227.       TabOrder = 3
  228.       Kind = bkAbort
  229.     end
  230.     object BitBtn3: TBitBtn
  231.       Left = 547
  232.       Top = 17
  233.       Width = 100
  234.       Height = 32
  235.       Caption = '&Help'
  236.       TabOrder = 4
  237.       OnClick = BitBtn3Click
  238.       Kind = bkHelp
  239.     end
  240.     object FontButton: TButton
  241.       Left = 36
  242.       Top = 17
  243.       Width = 100
  244.       Height = 32
  245.       Caption = '&Font...'
  246.       TabOrder = 0
  247.       OnClick = FontButtonClick
  248.     end
  249.     object FarbenButton: TButton
  250.       Left = 145
  251.       Top = 17
  252.       Width = 100
  253.       Height = 32
  254.       Caption = 'Co&lors...'
  255.       TabOrder = 1
  256.       OnClick = FarbenButtonClick
  257.     end
  258.   end
  259. end
  260.