FastReport_2022_VCL/LibD28x64/frxBarcodeEditor.lfm

229 lines
4.6 KiB
Plaintext
Raw Permalink Normal View History

2024-01-01 16:13:08 +01:00
object frxBarcodeEditorForm: TfrxBarcodeEditorForm
Left = 269
Height = 280
Top = 122
Width = 539
BorderStyle = bsDialog
Caption = 'Barcode editor'
ClientHeight = 280
ClientWidth = 539
Color = clBtnFace
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
KeyPreview = True
OnCreate = FormCreate
OnHide = FormHide
OnKeyDown = FormKeyDown
OnShow = FormShow
Position = poScreenCenter
ShowHint = True
LCLVersion = '1.2.6.0'
object CodeLbl: TLabel
Left = 8
Height = 13
Top = 8
Width = 25
Caption = 'Code'
ParentColor = False
end
object TypeLbl: TLabel
Left = 8
Height = 13
Top = 52
Width = 56
Caption = 'Type of Bar'
ParentColor = False
end
object ExampleBvl: TBevel
Left = 272
Height = 241
Top = 18
Width = 261
end
object ExamplePB: TPaintBox
Left = 276
Height = 233
Top = 22
Width = 253
OnPaint = ExamplePBPaint
end
object CancelB: TButton
Left = 184
Height = 25
Top = 245
Width = 75
HelpContext = 50
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object OkB: TButton
Left = 104
Height = 25
Top = 245
Width = 75
HelpContext = 40
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object CodeE: TfrxComboEdit
Left = 8
Height = 21
Top = 24
Width = 253
HelpContext = 260
AutoSize = False
ItemHeight = 13
Style = csSimple
TabOrder = 0
Text = '0'
Glyph.Data = {
D6000000424DD60000000000000076000000280000000C0000000C0000000100
0400000000006000000000000000000000001000000010000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777
0000770777777777000077087007007700007780778007770000778087700077
0000777087007807000077780777777700007700000777770000777708777777
0000777700780777000077777000777700007777777777770000
}
OnButtonClick = ExprBtnClick
end
object TypeCB: TComboBox
Left = 8
Height = 21
Top = 68
Width = 253
HelpContext = 261
ItemHeight = 13
OnChange = TypeCBChange
Style = csDropDownList
TabOrder = 1
end
object OptionsLbl: TGroupBox
Left = 8
Height = 92
Top = 100
Width = 253
Caption = 'Options'
ClientHeight = 74
ClientWidth = 249
TabOrder = 4
object ZoomLbl: TLabel
Left = 155
Height = 13
Top = 4
Width = 30
Alignment = taRightJustify
Caption = 'Zoom:'
FocusControl = ZoomE
ParentColor = False
end
object CalcCheckSumCB: TCheckBox
Left = 8
Height = 19
Top = 2
Width = 94
HelpContext = 262
Caption = 'Calc Checksum '
OnClick = ExamplePBPaint
TabOrder = 0
end
object ViewTextCB: TCheckBox
Left = 8
Height = 19
Top = 22
Width = 42
HelpContext = 263
Caption = 'Text'
OnClick = ExamplePBPaint
TabOrder = 1
end
object ZoomE: TEdit
Left = 196
Height = 21
Top = 0
Width = 33
HelpContext = 149
TabOrder = 2
Text = '1'
end
object UpDown1: TUpDown
Left = 229
Height = 21
Top = 0
Width = 16
Associate = ZoomE
Min = 0
Position = 1
TabOrder = 3
Wrap = False
end
object EditText: TEdit
Left = 8
Height = 21
Top = 48
Width = 234
TabOrder = 4
Text = '123456'
OnClick = EditTextClick
OnKeyUp = EditTextKeyUp
end
end
object RotationLbl: TGroupBox
Left = 8
Height = 45
Top = 192
Width = 253
Caption = 'Rotation'
ClientHeight = 27
ClientWidth = 249
TabOrder = 5
object Rotation0RB: TRadioButton
Left = 8
Height = 19
Top = 0
Width = 31
HelpContext = 264
Caption = '0°'
Checked = True
OnClick = ExamplePBPaint
TabOrder = 0
TabStop = True
end
object Rotation90RB: TRadioButton
Left = 72
Height = 19
Top = 0
Width = 37
HelpContext = 264
Caption = '90°'
OnClick = ExamplePBPaint
TabOrder = 1
end
object Rotation180RB: TRadioButton
Left = 136
Height = 19
Top = 0
Width = 43
HelpContext = 264
Caption = '180°'
OnClick = ExamplePBPaint
TabOrder = 2
end
object Rotation270RB: TRadioButton
Left = 200
Height = 19
Top = 0
Width = 43
HelpContext = 264
Caption = '270°'
OnClick = ExamplePBPaint
TabOrder = 3
end
end
end