1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
|
object Form1: TForm1
Left = 100
Height = 552
Top = 77
Width = 628
Caption = 'Form1'
ClientHeight = 552
ClientWidth = 628
OnPaint = FormPaint
LCLVersion = '1.3'
object Button1: TButton
Left = 548
Height = 25
Top = 4
Width = 75
Caption = 'Do It'
OnClick = Button1Click
TabOrder = 0
end
object btn24217: TButton
Left = 548
Height = 25
Top = 32
Width = 75
Caption = 'btn24217'
OnClick = btn24217Click
TabOrder = 1
end
object btn19435: TButton
Left = 548
Height = 25
Top = 64
Width = 75
Caption = 'btn19435'
OnClick = btn19435Click
TabOrder = 2
end
object chkTests: TCheckGroup
Left = 520
Height = 88
Top = 144
Width = 103
AutoFill = True
Caption = 'Paint or Print'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 65
ClientWidth = 99
Items.Strings = (
'24217'
'19435'
'Other'
'Underline'
)
OnItemClick = chkTestsItemClick
TabOrder = 3
Data = {
0400000002020202
}
end
object btnPrintAll: TButton
Left = 546
Height = 25
Top = 236
Width = 75
Caption = 'btnPrintAll'
OnClick = btnPrintAllClick
TabOrder = 4
end
object btnOther: TButton
Left = 548
Height = 25
Top = 96
Width = 75
Caption = 'btnOther'
OnClick = btnOtherClick
TabOrder = 5
end
object radOtherAlign: TRadioGroup
Left = 544
Height = 76
Top = 272
Width = 68
AutoFill = True
Caption = 'radOtherAlign'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 3
ClientHeight = 53
ClientWidth = 64
Columns = 3
ItemIndex = 0
Items.Strings = (
' '
' '
' '
' '
' '
' '
' '
' '
' '
)
TabOrder = 6
end
object radOtherAngle: TRadioGroup
Left = 544
Height = 100
Top = 352
Width = 68
AutoFill = True
Caption = 'radOtherAngle'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 77
ClientWidth = 64
ItemIndex = 0
Items.Strings = (
'0'
'90'
'180'
'270'
)
TabOrder = 7
end
object btnUnderline: TButton
Left = 548
Height = 25
Top = 124
Width = 75
Caption = 'btnUnderline'
OnClick = btnUnderlineClick
TabOrder = 8
end
object PrintDialog1: TPrintDialog
left = 129
top = 28
end
end
|