object Env_Form: TEnv_Form Left = 75 Top = 148 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Envelope Designer' ClientHeight = 312 ClientWidth = 699 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Env_Panel: TPanel Left = 0 Top = 0 Width = 699 Height = 267 Align = alTop TabOrder = 0 object Sender_Name_Label: TLabel Left = 10 Top = 8 Width = 118 Height = 13 Hint = 'Hold left mouse button to move this label, double click to chang' + 'e the font properties.' Caption = 'Sender_Name_Label' Constraints.MinWidth = 80 ParentShowHint = False ShowHint = True Transparent = True OnDblClick = LabelsDblClick OnMouseDown = LabelsMouseDown OnMouseMove = LabelsMouseMove OnMouseUp = LabelsMouseUp end object Sender_Addr_Label1: TLabel Left = 10 Top = 20 Width = 119 Height = 13 Hint = 'Hold left mouse button to move this label, double click to chang' + 'e the font properties.' Caption = 'Sender_Addr_Label1' Constraints.MinWidth = 80 ParentShowHint = False ShowHint = True Transparent = True OnDblClick = LabelsDblClick OnMouseDown = LabelsMouseDown OnMouseMove = LabelsMouseMove OnMouseUp = LabelsMouseUp end object Sender_Addr_Label2: TLabel Left = 10 Top = 32 Width = 119 Height = 13 Hint = 'Hold left mouse button to move this label, double click to chang' + 'e the font properties.' Caption = 'Sender_Addr_Label2' Constraints.MinWidth = 80 ParentShowHint = False ShowHint = True Transparent = True OnDblClick = LabelsDblClick OnMouseDown = LabelsMouseDown OnMouseMove = LabelsMouseMove OnMouseUp = LabelsMouseUp end object Sender_Addr_Label3: TLabel Left = 10 Top = 46 Width = 119 Height = 13 Hint = 'Hold left mouse button to move this label, double click to chang' + 'e the font properties.' Caption = 'Sender_Addr_Label3' Constraints.MinWidth = 80 ParentShowHint = False ShowHint = True Transparent = True OnDblClick = LabelsDblClick OnMouseDown = LabelsMouseDown OnMouseMove = LabelsMouseMove OnMouseUp = LabelsMouseUp end object Reciver_Name_Label: TLabel Left = 256 Top = 120 Width = 191 Height = 27 Hint = 'Hold left mouse button to move this label, double click to chang' + 'e the font properties.' Caption = 'Reciver_Name_Label' Constraints.MinWidth = 80 Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -19 Font.Name = 'Comic Sans MS' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True Transparent = True OnDblClick = LabelsDblClick OnMouseDown = LabelsMouseDown OnMouseMove = LabelsMouseMove OnMouseUp = LabelsMouseUp end object Reciver_Addr_Label1: TLabel Left = 266 Top = 150 Width = 164 Height = 19 Hint = 'Hold left mouse button to move this label, double click to chang' + 'e the font properties.' Caption = 'Reciver_Addr_Label1' Constraints.MinWidth = 80 Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True Transparent = True OnDblClick = LabelsDblClick OnMouseDown = LabelsMouseDown OnMouseMove = LabelsMouseMove OnMouseUp = LabelsMouseUp end object Reciver_Addr_Label2: TLabel Left = 266 Top = 170 Width = 164 Height = 19 Hint = 'Hold left mouse button to move this label, double click to chang' + 'e the font properties.' Caption = 'Reciver_Addr_Label2' Constraints.MinWidth = 80 Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True Transparent = True OnDblClick = LabelsDblClick OnMouseDown = LabelsMouseDown OnMouseMove = LabelsMouseMove OnMouseUp = LabelsMouseUp end object Reciver_Addr_Label3: TLabel Left = 264 Top = 190 Width = 164 Height = 19 Hint = 'Hold left mouse button to move this label, double click to chang' + 'e the font properties.' Caption = 'Reciver_Addr_Label3' Constraints.MinWidth = 80 Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True Transparent = True OnDblClick = LabelsDblClick OnMouseDown = LabelsMouseDown OnMouseMove = LabelsMouseMove OnMouseUp = LabelsMouseUp end end object Print_Test_Page_Button: TButton Left = 280 Top = 278 Width = 131 Height = 25 Caption = 'Print test page' TabOrder = 1 OnClick = Print_Test_Page_ButtonClick end object OK_Button: TButton Left = 520 Top = 278 Width = 75 Height = 25 Caption = 'OK' TabOrder = 2 OnClick = OK_ButtonClick end object Cancel_Button: TButton Left = 596 Top = 278 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 3 OnClick = Cancel_ButtonClick end object Env_Design_FontDialog: TFontDialog Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Left = 106 Top = 264 end end