home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Software / Topware / devpascal / devpas.exe / 0 / RCDATA / TCREATEDIALOGFORM / TCREATEDIALOGFORM.txt
Text File  |  2002-07-15  |  9KB  |  410 lines

  1. object CreateDialogForm: TCreateDialogForm
  2.   Left = 114
  3.   Top = 128
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Create new dialog'
  7.   ClientHeight = 341
  8.   ClientWidth = 780
  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.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object GroupBox1: TGroupBox
  20.     Left = 10
  21.     Top = 10
  22.     Width = 375
  23.     Height = 278
  24.     Caption = 'Standard options :'
  25.     TabOrder = 0
  26.     object Label4: TLabel
  27.       Left = 17
  28.       Top = 30
  29.       Width = 342
  30.       Height = 16
  31.       Caption = 'ID of the dialog  (ID can be any number not already used) :'
  32.       Font.Charset = DEFAULT_CHARSET
  33.       Font.Color = clMaroon
  34.       Font.Height = -15
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = []
  37.       ParentFont = False
  38.     end
  39.     object Label1: TLabel
  40.       Left = 16
  41.       Top = 89
  42.       Width = 155
  43.       Height = 16
  44.       Caption = 'Title of the dialog window :'
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clMaroon
  47.       Font.Height = -15
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = []
  50.       ParentFont = False
  51.     end
  52.     object Label2: TLabel
  53.       Left = 17
  54.       Top = 148
  55.       Width = 109
  56.       Height = 16
  57.       Caption = 'Default font name :'
  58.       Font.Charset = DEFAULT_CHARSET
  59.       Font.Color = clMaroon
  60.       Font.Height = -15
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = []
  63.       ParentFont = False
  64.     end
  65.     object Label3: TLabel
  66.       Left = 17
  67.       Top = 207
  68.       Width = 99
  69.       Height = 16
  70.       Caption = 'Default font size :'
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clMaroon
  73.       Font.Height = -15
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = []
  76.       ParentFont = False
  77.     end
  78.     object ID: TEdit
  79.       Left = 17
  80.       Top = 49
  81.       Width = 90
  82.       Height = 24
  83.       TabOrder = 0
  84.       Text = '100'
  85.     end
  86.     object Title: TEdit
  87.       Left = 17
  88.       Top = 108
  89.       Width = 326
  90.       Height = 24
  91.       TabOrder = 1
  92.       Text = 'Dialog title'
  93.     end
  94.     object FontName: TEdit
  95.       Left = 17
  96.       Top = 167
  97.       Width = 326
  98.       Height = 24
  99.       TabOrder = 2
  100.       Text = 'Helv'
  101.     end
  102.     object FontSize: TSpinEdit
  103.       Left = 17
  104.       Top = 226
  105.       Width = 93
  106.       Height = 26
  107.       MaxValue = 0
  108.       MinValue = 0
  109.       TabOrder = 3
  110.       Value = 8
  111.     end
  112.   end
  113.   object GroupBox2: TGroupBox
  114.     Left = 394
  115.     Top = 10
  116.     Width = 375
  117.     Height = 116
  118.     Caption = 'Dialog size and position :'
  119.     TabOrder = 1
  120.     object Label5: TLabel
  121.       Left = 17
  122.       Top = 37
  123.       Width = 27
  124.       Height = 16
  125.       Caption = 'Left :'
  126.       Font.Charset = DEFAULT_CHARSET
  127.       Font.Color = clMaroon
  128.       Font.Height = -15
  129.       Font.Name = 'MS Sans Serif'
  130.       Font.Style = []
  131.       ParentFont = False
  132.     end
  133.     object Label6: TLabel
  134.       Left = 17
  135.       Top = 76
  136.       Width = 31
  137.       Height = 16
  138.       Caption = 'Top :'
  139.       Font.Charset = DEFAULT_CHARSET
  140.       Font.Color = clMaroon
  141.       Font.Height = -15
  142.       Font.Name = 'MS Sans Serif'
  143.       Font.Style = []
  144.       ParentFont = False
  145.     end
  146.     object Label7: TLabel
  147.       Left = 185
  148.       Top = 37
  149.       Width = 45
  150.       Height = 16
  151.       Caption = 'Height :'
  152.       Font.Charset = DEFAULT_CHARSET
  153.       Font.Color = clMaroon
  154.       Font.Height = -15
  155.       Font.Name = 'MS Sans Serif'
  156.       Font.Style = []
  157.       ParentFont = False
  158.     end
  159.     object Label8: TLabel
  160.       Left = 185
  161.       Top = 76
  162.       Width = 40
  163.       Height = 16
  164.       Caption = 'Width :'
  165.       Font.Charset = DEFAULT_CHARSET
  166.       Font.Color = clMaroon
  167.       Font.Height = -15
  168.       Font.Name = 'MS Sans Serif'
  169.       Font.Style = []
  170.       ParentFont = False
  171.     end
  172.     object LeftValue: TSpinEdit
  173.       Left = 59
  174.       Top = 30
  175.       Width = 100
  176.       Height = 26
  177.       MaxValue = 0
  178.       MinValue = 0
  179.       TabOrder = 0
  180.       Value = 0
  181.     end
  182.     object TopValue: TSpinEdit
  183.       Left = 59
  184.       Top = 69
  185.       Width = 100
  186.       Height = 26
  187.       MaxValue = 0
  188.       MinValue = 0
  189.       TabOrder = 1
  190.       Value = 0
  191.     end
  192.     object HeightValue: TSpinEdit
  193.       Left = 246
  194.       Top = 30
  195.       Width = 100
  196.       Height = 26
  197.       MaxValue = 0
  198.       MinValue = 0
  199.       TabOrder = 2
  200.       Value = 200
  201.     end
  202.     object WidthValue: TSpinEdit
  203.       Left = 246
  204.       Top = 69
  205.       Width = 100
  206.       Height = 26
  207.       MaxValue = 0
  208.       MinValue = 0
  209.       TabOrder = 3
  210.       Value = 200
  211.     end
  212.   end
  213.   object GroupBox3: TGroupBox
  214.     Left = 394
  215.     Top = 128
  216.     Width = 188
  217.     Height = 160
  218.     Caption = 'Optionals :'
  219.     TabOrder = 2
  220.     object SysMenu: TCheckBox
  221.       Left = 20
  222.       Top = 30
  223.       Width = 119
  224.       Height = 20
  225.       Caption = '&System menu'
  226.       Checked = True
  227.       Font.Charset = DEFAULT_CHARSET
  228.       Font.Color = clMaroon
  229.       Font.Height = -15
  230.       Font.Name = 'MS Sans Serif'
  231.       Font.Style = []
  232.       ParentFont = False
  233.       State = cbChecked
  234.       TabOrder = 0
  235.     end
  236.     object Min: TCheckBox
  237.       Left = 20
  238.       Top = 49
  239.       Width = 119
  240.       Height = 21
  241.       Caption = '&Minimize button'
  242.       Font.Charset = DEFAULT_CHARSET
  243.       Font.Color = clMaroon
  244.       Font.Height = -15
  245.       Font.Name = 'MS Sans Serif'
  246.       Font.Style = []
  247.       ParentFont = False
  248.       TabOrder = 1
  249.     end
  250.     object Maxi: TCheckBox
  251.       Left = 20
  252.       Top = 69
  253.       Width = 119
  254.       Height = 21
  255.       Caption = 'M&aximize button'
  256.       Font.Charset = DEFAULT_CHARSET
  257.       Font.Color = clMaroon
  258.       Font.Height = -15
  259.       Font.Name = 'MS Sans Serif'
  260.       Font.Style = []
  261.       ParentFont = False
  262.       TabOrder = 2
  263.     end
  264.     object VertScroll: TCheckBox
  265.       Left = 20
  266.       Top = 89
  267.       Width = 119
  268.       Height = 21
  269.       Caption = '&Vertical scroll'
  270.       Font.Charset = DEFAULT_CHARSET
  271.       Font.Color = clMaroon
  272.       Font.Height = -15
  273.       Font.Name = 'MS Sans Serif'
  274.       Font.Style = []
  275.       ParentFont = False
  276.       TabOrder = 3
  277.     end
  278.     object HorizScroll: TCheckBox
  279.       Left = 20
  280.       Top = 108
  281.       Width = 119
  282.       Height = 21
  283.       Caption = '&Horizontal scroll'
  284.       Font.Charset = DEFAULT_CHARSET
  285.       Font.Color = clMaroon
  286.       Font.Height = -15
  287.       Font.Name = 'MS Sans Serif'
  288.       Font.Style = []
  289.       ParentFont = False
  290.       TabOrder = 4
  291.     end
  292.     object Popup: TCheckBox
  293.       Left = 20
  294.       Top = 128
  295.       Width = 119
  296.       Height = 21
  297.       Caption = '&Popup'
  298.       Checked = True
  299.       Font.Charset = DEFAULT_CHARSET
  300.       Font.Color = clMaroon
  301.       Font.Height = -15
  302.       Font.Name = 'MS Sans Serif'
  303.       Font.Style = []
  304.       ParentFont = False
  305.       State = cbChecked
  306.       TabOrder = 5
  307.     end
  308.   end
  309.   object GroupBox4: TGroupBox
  310.     Left = 591
  311.     Top = 128
  312.     Width = 178
  313.     Height = 159
  314.     Caption = 'Frame style :'
  315.     TabOrder = 3
  316.     object TitleBar: TCheckBox
  317.       Left = 20
  318.       Top = 30
  319.       Width = 119
  320.       Height = 20
  321.       Caption = '&Title bar'
  322.       Checked = True
  323.       Font.Charset = DEFAULT_CHARSET
  324.       Font.Color = clMaroon
  325.       Font.Height = -15
  326.       Font.Name = 'MS Sans Serif'
  327.       Font.Style = []
  328.       ParentFont = False
  329.       State = cbChecked
  330.       TabOrder = 0
  331.     end
  332.     object Modal: TCheckBox
  333.       Left = 20
  334.       Top = 49
  335.       Width = 119
  336.       Height = 21
  337.       Caption = 'M&odal'
  338.       Checked = True
  339.       Font.Charset = DEFAULT_CHARSET
  340.       Font.Color = clMaroon
  341.       Font.Height = -15
  342.       Font.Name = 'MS Sans Serif'
  343.       Font.Style = []
  344.       ParentFont = False
  345.       State = cbChecked
  346.       TabOrder = 1
  347.     end
  348.     object Resizable: TCheckBox
  349.       Left = 20
  350.       Top = 69
  351.       Width = 119
  352.       Height = 21
  353.       Caption = '&Resizable'
  354.       Font.Charset = DEFAULT_CHARSET
  355.       Font.Color = clMaroon
  356.       Font.Height = -15
  357.       Font.Name = 'MS Sans Serif'
  358.       Font.Style = []
  359.       ParentFont = False
  360.       TabOrder = 2
  361.     end
  362.     object ClientEdge: TCheckBox
  363.       Left = 20
  364.       Top = 89
  365.       Width = 119
  366.       Height = 21
  367.       Caption = '&Client edge'
  368.       Font.Charset = DEFAULT_CHARSET
  369.       Font.Color = clMaroon
  370.       Font.Height = -15
  371.       Font.Name = 'MS Sans Serif'
  372.       Font.Style = []
  373.       ParentFont = False
  374.       TabOrder = 3
  375.     end
  376.     object StaticEdge: TCheckBox
  377.       Left = 20
  378.       Top = 108
  379.       Width = 119
  380.       Height = 21
  381.       Caption = 'S&tatic edge'
  382.       Font.Charset = DEFAULT_CHARSET
  383.       Font.Color = clMaroon
  384.       Font.Height = -15
  385.       Font.Name = 'MS Sans Serif'
  386.       Font.Style = []
  387.       ParentFont = False
  388.       TabOrder = 4
  389.     end
  390.   end
  391.   object CancelBtn: TBitBtn
  392.     Left = 677
  393.     Top = 302
  394.     Width = 92
  395.     Height = 30
  396.     Caption = '&Cancel'
  397.     TabOrder = 4
  398.     Kind = bkCancel
  399.   end
  400.   object OKBtn: TBitBtn
  401.     Left = 578
  402.     Top = 302
  403.     Width = 93
  404.     Height = 30
  405.     Caption = '&OK'
  406.     TabOrder = 5
  407.     Kind = bkOK
  408.   end
  409. end
  410.