mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-29 02:41:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			138 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			138 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| object Form1: TForm1
 | |
|   Left = 310
 | |
|   Height = 97
 | |
|   Top = 163
 | |
|   Width = 400
 | |
|   HelpContext = 0
 | |
|   ActiveControl = Button1
 | |
|   Align = alNone
 | |
|   AllowDropFiles = False
 | |
|   AutoScroll = True
 | |
|   AutoSize = False
 | |
|   BorderIcons = [biSystemMenu, biMinimize, biMaximize]
 | |
|   BorderStyle = bsSizeable
 | |
|   Caption = 'Form1'
 | |
|   ClientHeight = 97
 | |
|   ClientWidth = 400
 | |
|   DockSite = False
 | |
|   DragKind = dkDrag
 | |
|   DragMode = dmManual
 | |
|   Enabled = True
 | |
|   Font.Height = 0
 | |
|   Font.Style = []
 | |
|   FormStyle = fsNormal
 | |
|   OnCreate = FormCreate
 | |
|   ParentBiDiMode = True
 | |
|   ParentFont = False
 | |
|   Position = poDesigned
 | |
|   ShowInTaskBar = stDefault
 | |
|   UseDockManager = False
 | |
|   LCLVersion = '0.9.27'
 | |
|   WindowState = wsNormal
 | |
|   object Label1: TLabel
 | |
|     Left = 256
 | |
|     Height = 13
 | |
|     Top = 23
 | |
|     Width = 101
 | |
|     HelpContext = 0
 | |
|     Align = alNone
 | |
|     Alignment = taLeftJustify
 | |
|     AutoSize = True
 | |
|     Caption = 'Select Paper Size'
 | |
|     DragCursor = crDrag
 | |
|     DragMode = dmManual
 | |
|     Enabled = True
 | |
|     Layout = tlTop
 | |
|     ParentBidiMode = True
 | |
|     ParentColor = False
 | |
|     ParentFont = True
 | |
|     ParentShowHint = True
 | |
|     ShowAccelChar = True
 | |
|     Transparent = True
 | |
|     Visible = True
 | |
|     WordWrap = False
 | |
|     OptimalFill = False
 | |
|   end
 | |
|   object Button1: TButton
 | |
|     Left = 24
 | |
|     Height = 25
 | |
|     Top = 23
 | |
|     Width = 212
 | |
|     HelpContext = 0
 | |
|     Align = alNone
 | |
|     AutoSize = False
 | |
|     BorderSpacing.InnerBorder = 4
 | |
|     Cancel = False
 | |
|     Caption = 'Generate a PostScript file'
 | |
|     Default = False
 | |
|     DragCursor = crDrag
 | |
|     DragMode = dmManual
 | |
|     Enabled = True
 | |
|     ParentBidiMode = True
 | |
|     ModalResult = 0
 | |
|     OnClick = Button1Click
 | |
|     ParentFont = True
 | |
|     ParentShowHint = True
 | |
|     TabOrder = 0
 | |
|     TabStop = True
 | |
|     Visible = True
 | |
|   end
 | |
|   object Button2: TButton
 | |
|     Left = 24
 | |
|     Height = 25
 | |
|     Top = 56
 | |
|     Width = 212
 | |
|     HelpContext = 0
 | |
|     Align = alNone
 | |
|     AutoSize = False
 | |
|     BorderSpacing.InnerBorder = 4
 | |
|     Cancel = False
 | |
|     Caption = 'Show this file (kghostview)'
 | |
|     Default = False
 | |
|     DragCursor = crDrag
 | |
|     DragMode = dmManual
 | |
|     Enabled = True
 | |
|     ParentBidiMode = True
 | |
|     ModalResult = 0
 | |
|     OnClick = Button2Click
 | |
|     ParentFont = True
 | |
|     ParentShowHint = True
 | |
|     TabOrder = 1
 | |
|     TabStop = True
 | |
|     Visible = True
 | |
|   end
 | |
|   object ListBox1: TListBox
 | |
|     Left = 252
 | |
|     Height = 38
 | |
|     Top = 43
 | |
|     Width = 124
 | |
|     HelpContext = 0
 | |
|     Align = alNone
 | |
|     BorderStyle = bsSingle
 | |
|     ClickOnSelChange = True
 | |
|     Columns = 0
 | |
|     DragCursor = crDrag
 | |
|     DragKind = dkDrag
 | |
|     DragMode = dmManual
 | |
|     ExtendedSelect = True
 | |
|     Enabled = True
 | |
|     IntegralHeight = False
 | |
|     Items.Strings = (
 | |
|       'A4'
 | |
|       'Letter'
 | |
|     )
 | |
|     ItemHeight = 16
 | |
|     MultiSelect = False
 | |
|     ParentBidiMode = True
 | |
|     ParentColor = False
 | |
|     ParentShowHint = True
 | |
|     ParentFont = True
 | |
|     Sorted = False
 | |
|     Style = lbStandard
 | |
|     TabOrder = 2
 | |
|     TabStop = True
 | |
|     TopIndex = 0
 | |
|     Visible = True
 | |
|   end
 | |
| end
 | 
