home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / PRINTP43.ZIP / UNIT2.DFM / UNIT2.txt
Text File  |  1995-11-06  |  6KB  |  295 lines

  1. object Form2: TForm2
  2.   Left = 195
  3.   Top = 166
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form2'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 96
  12.   Scaled = False
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 0
  17.     Width = 753
  18.     Height = 49
  19.     Alignment = taCenter
  20.     AutoSize = False
  21.     Caption = 'PrintPage Version 4.3 Test'
  22.     Font.Color = clBlack
  23.     Font.Height = -43
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold, fsItalic]
  26.     ParentFont = False
  27.   end
  28.   object Shape1: TShape
  29.     Left = 8
  30.     Top = 1
  31.     Width = 753
  32.     Height = 54
  33.     Brush.Style = bsClear
  34.     Shape = stRoundRect
  35.   end
  36.   object Label2: TLabel
  37.     Left = 8
  38.     Top = 984
  39.     Width = 753
  40.     Height = 16
  41.     Alignment = taCenter
  42.     AutoSize = False
  43.     Caption = 'PrintPage Version 4.3 Test'
  44.     Font.Color = clBlack
  45.     Font.Height = -11
  46.     Font.Name = 'Arial'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.   end
  50.   object Calendar1: TCalendar
  51.     Left = 224
  52.     Top = 64
  53.     Width = 320
  54.     Height = 120
  55.     TabStop = False
  56.     StartOfWeek = 0
  57.     TabOrder = 2
  58.     UseCurrentDate = False
  59.   end
  60.   object RadioGroup1: TRadioGroup
  61.     Left = 8
  62.     Top = 64
  63.     Width = 209
  64.     Height = 121
  65.     Caption = 'Month'
  66.     Columns = 3
  67.     ItemIndex = 0
  68.     Items.Strings = (
  69.       'Jan'
  70.       'Feb'
  71.       'Mar'
  72.       'Apr'
  73.       'May'
  74.       'Jun'
  75.       'Jul'
  76.       'Aug'
  77.       'Sep'
  78.       'Oct'
  79.       'Nov'
  80.       'Dec')
  81.     TabOrder = 0
  82.     OnClick = RadioGroup1Click
  83.   end
  84.   object ComboBox1: TComboBox
  85.     Left = 8
  86.     Top = 192
  87.     Width = 145
  88.     Height = 24
  89.     Style = csDropDownList
  90.     ItemHeight = 16
  91.     Items.Strings = (
  92.       'January'
  93.       'February'
  94.       'March'
  95.       'April'
  96.       'May'
  97.       'June'
  98.       'Jully'
  99.       'August'
  100.       'September'
  101.       'October'
  102.       'November'
  103.       'December')
  104.     TabOrder = 1
  105.     OnChange = ComboBox1Change
  106.   end
  107.   object Memo1: TMemo
  108.     Left = 552
  109.     Top = 64
  110.     Width = 209
  111.     Height = 121
  112.     Lines.Strings = (
  113.       'Memo1')
  114.     TabOrder = 3
  115.   end
  116.   object ChartFX1: TChartFX
  117.     Left = 24
  118.     Top = 296
  119.     Width = 337
  120.     Height = 169
  121.     pType = 16642
  122.     Style = 2147480063
  123.     LeftGap = 56
  124.     RightGap = 50
  125.     TopGap = 40
  126.     BottomGap = 40
  127.     Decimals = 2
  128.     PointType = 2
  129.     Scheme = 0
  130.     Stacked = 0
  131.     Grid = 0
  132.     WallWidth = 8
  133.     LineWidth = 1
  134.     LineStyle = 0
  135.     LineColor = clBlack
  136.     LineBkColor = clBlack
  137.     FixedGap = 0
  138.     DblClkDlg = 0
  139.     RigClkDlg = 2
  140.     RGBBarHorz = clAqua
  141.     RGBBk = clSilver
  142.     RGB2DBk = clSilver
  143.     RGB3DBk = clWhite
  144.     CustTool = 536813567
  145.     VertGridGap = 1
  146.     about = 'Click on "..."'
  147.     NSeries_Data = {}
  148.     NValues_Data = {
  149.       020004000000000000000000000000000000F03F000000000000000000000000
  150.       00005940}
  151.     ThisColor_Data = {000000000000}
  152.     ThisBkColor_Data = {}
  153.     AdmDlg_Data = {}
  154.     ViewRot3D_Data = {000000000000}
  155.     FontDlg_Data = {
  156.       0800002008000060080000000800000008000000080000000800000008000000
  157.       0000000000000000000000000000000000000000000000000000000000000000}
  158.     TitleDlg_Data = {00000000000000000000000000000000}
  159.     ChartType_Data = {}
  160.     Chart3D_Data = {}
  161.     ToolBar_Data = {}
  162.     PaletteBar_Data = {}
  163.     PatternBar_Data = {}
  164.     ZReserved1 = 'Click on "..."'
  165.     ZReserved2 = 'Click on "..."'
  166.     ZReserved3 = 'Click on "..."'
  167.   end
  168.   object CheckBox1: TCheckBox
  169.     Left = 216
  170.     Top = 200
  171.     Width = 185
  172.     Height = 17
  173.     Caption = 'Show Chart'
  174.     State = cbChecked
  175.     TabOrder = 5
  176.     OnClick = CheckBox1Click
  177.   end
  178.   object BitBtn1: TBitBtn
  179.     Left = 8
  180.     Top = 224
  181.     Width = 145
  182.     Height = 33
  183.     Caption = '&Close Form'
  184.     TabOrder = 6
  185.     Kind = bkClose
  186.   end
  187.   object Edit1: TEdit
  188.     Left = 8
  189.     Top = 264
  190.     Width = 145
  191.     Height = 24
  192.     TabOrder = 7
  193.     Text = 'Buttons don'#39't print.'
  194.   end
  195.   object CheckBox2: TCheckBox
  196.     Left = 216
  197.     Top = 216
  198.     Width = 185
  199.     Height = 17
  200.     Caption = 'Show TabbedNotebook'
  201.     State = cbChecked
  202.     TabOrder = 8
  203.     OnClick = CheckBox2Click
  204.   end
  205.   object TabbedNotebook1: TTabbedNotebook
  206.     Left = 408
  207.     Top = 252
  208.     Width = 337
  209.     Height = 213
  210.     TabFont.Color = clBtnText
  211.     TabFont.Height = -11
  212.     TabFont.Name = 'MS Sans Serif'
  213.     TabFont.Style = []
  214.     TabOrder = 9
  215.     object TTabPage
  216.       Left = 5
  217.       Top = 45
  218.       Caption = 'Default'
  219.       object Label3: TLabel
  220.         Left = 14
  221.         Top = 4
  222.         Width = 73
  223.         Height = 22
  224.         Caption = 'Page 1  '
  225.         Font.Color = clBlack
  226.         Font.Height = -19
  227.         Font.Name = 'Arial'
  228.         Font.Style = [fsBold]
  229.         ParentFont = False
  230.       end
  231.     end
  232.     object TTabPage
  233.       Left = 5
  234.       Top = 45
  235.       Caption = 'Second'
  236.       object Label4: TLabel
  237.         Left = 118
  238.         Top = 4
  239.         Width = 73
  240.         Height = 22
  241.         Caption = 'Page 2  '
  242.         Font.Color = clBlack
  243.         Font.Height = -19
  244.         Font.Name = 'Arial'
  245.         Font.Style = [fsBold]
  246.         ParentFont = False
  247.       end
  248.     end
  249.     object TTabPage
  250.       Left = 5
  251.       Top = 45
  252.       Caption = 'Third'
  253.       object Label5: TLabel
  254.         Left = 230
  255.         Top = 4
  256.         Width = 73
  257.         Height = 22
  258.         Caption = 'Page 3  '
  259.         Font.Color = clBlack
  260.         Font.Height = -19
  261.         Font.Name = 'Arial'
  262.         Font.Style = [fsBold]
  263.         ParentFont = False
  264.       end
  265.     end
  266.     object TTabPage
  267.       Left = 5
  268.       Top = 45
  269.       Caption = 'Fourth'
  270.       object Label6: TLabel
  271.         Left = 14
  272.         Top = 76
  273.         Width = 73
  274.         Height = 22
  275.         Caption = 'Page 4  '
  276.         Font.Color = clBlack
  277.         Font.Height = -19
  278.         Font.Name = 'Arial'
  279.         Font.Style = [fsBold]
  280.         ParentFont = False
  281.       end
  282.     end
  283.   end
  284.   object CheckBox3: TCheckBox
  285.     Left = 216
  286.     Top = 232
  287.     Width = 185
  288.     Height = 17
  289.     Caption = 'Print Calendar'
  290.     State = cbChecked
  291.     TabOrder = 10
  292.     OnClick = CheckBox3Click
  293.   end
  294. end
  295.