object PrintOptions: TPrintOptions Left = 6 Top = 138 ActiveControl = BtnOk BorderStyle = bsDialog Caption = 'Options' ClientHeight = 354 ClientWidth = 421 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label3: TLabel Left = 8 Top = 336 Width = 173 Height = 13 Caption = 'Click on a Text to change the Font..' end object GroupBox2: TGroupBox Left = 128 Top = 8 Width = 145 Height = 97 Caption = 'Labelling Style' TabOrder = 4 object Label2: TLabel Left = 22 Top = 64 Width = 55 Height = 13 Caption = 'Space [%]:' end object Label1: TLabel Left = 22 Top = 32 Width = 44 Height = 13 Caption = 'Columns:' end object Edit2: TEdit Left = 88 Top = 60 Width = 25 Height = 21 ReadOnly = True TabOrder = 2 Text = '30' OnChange = Change end object UpDown2: TUpDown Left = 113 Top = 60 Width = 12 Height = 21 Associate = Edit2 Min = 0 Increment = 5 Position = 30 TabOrder = 3 Wrap = False end object UpDown1: TUpDown Left = 113 Top = 28 Width = 12 Height = 21 Associate = Edit1 Min = 1 Max = 8 Position = 3 TabOrder = 1 Wrap = False end object Edit1: TEdit Left = 88 Top = 28 Width = 25 Height = 21 ReadOnly = True TabOrder = 0 Text = '3' OnChange = Change end end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 105 Height = 97 Caption = 'Show' TabOrder = 2 object ViewSize: TCheckBox Left = 16 Top = 24 Width = 65 Height = 17 Caption = 'Size' State = cbChecked TabOrder = 0 OnClick = Change end object ViewDate: TCheckBox Left = 16 Top = 48 Width = 65 Height = 17 Caption = 'Date' State = cbChecked TabOrder = 1 OnClick = Change end object ViewTime: TCheckBox Left = 16 Top = 72 Width = 65 Height = 17 Caption = 'Time' State = cbChecked TabOrder = 2 OnClick = Change end end object BtnOk: TButton Left = 336 Top = 8 Width = 75 Height = 25 Caption = '&Ok' ModalResult = 1 TabOrder = 0 end object BtnCancel: TButton Left = 336 Top = 40 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object GroupBox3: TGroupBox Left = 8 Top = 112 Width = 409 Height = 217 Caption = 'Color and Font Style' TabOrder = 3 object Shape1: TShape Left = 8 Top = 16 Width = 17 Height = 185 end object Shape2: TShape Left = 24 Top = 16 Width = 177 Height = 185 end object Shape3: TShape Left = 200 Top = 16 Width = 17 Height = 185 end object Shape4: TShape Left = 216 Top = 16 Width = 177 Height = 185 end object Label4: TLabel Left = 36 Top = 30 Width = 76 Height = 19 Caption = 'Headlines' Color = clNone Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False OnClick = LabelClick end object Label5: TLabel Left = 64 Top = 58 Width = 27 Height = 17 Caption = 'Text' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'Times New Roman' Font.Style = [] ParentColor = False ParentFont = False OnClick = LabelClick end object Label11: TLabel Left = 224 Top = 32 Width = 144 Height = 55 Caption = 'My CD' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -48 Font.Name = 'Times New Roman' Font.Style = [] ParentColor = False ParentFont = False OnClick = LabelClick end object Label12: TLabel Left = 232 Top = 160 Width = 59 Height = 14 Caption = 'Size: xxxMB' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Times New Roman' Font.Style = [] ParentColor = False ParentFont = False OnClick = LabelClick end object Label13: TLabel Left = 204 Top = 24 Width = 9 Height = 15 Alignment = taCenter Caption = 'X' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentColor = False ParentFont = False OnClick = LabelClick end object Label14: TLabel Left = 12 Top = 24 Width = 9 Height = 15 Alignment = taCenter Caption = 'X' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentColor = False ParentFont = False OnClick = LabelClick end end object FontDialog1: TFontDialog Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Device = fdBoth MinFontSize = 0 MaxFontSize = 0 Left = 384 Top = 72 end object ColorDialog1: TColorDialog Ctl3D = True Left = 352 Top = 72 end end