lazarus/components/lazreport/source/lr_barc.lfm

222 lines
4.5 KiB
Plaintext

inherited frBarCodeForm: TfrBarCodeForm
Left = 368
Height = 286
Top = 180
Width = 293
HorzScrollBar.Page = 292
VertScrollBar.Page = 285
BorderStyle = bsDialog
Caption = 'Barcode editor'
ClientHeight = 286
ClientWidth = 293
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnActivate = FormActivate
OnCreate = FormCreate
Position = poScreenCenter
ShowHint = True
object Label1: TLabel
Left = 8
Height = 14
Top = 8
Width = 26
Caption = 'Code'
ParentColor = False
end
object Label2: TLabel
Left = 8
Height = 14
Top = 52
Width = 57
Caption = 'Type of bar'
ParentColor = False
end
object Image1: TImage
Left = 240
Height = 16
Top = 88
Width = 16
AutoSize = True
Picture.Data = {
07544269746D6170F6000000424DF60000000000000076000000280000001000
0000100000000100040000000000800000000000000000000000100000000000
000000000000000080000080000000808000800000008000800080800000C0C0
C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
FF0077788888888888777700000000000877770FFFFFFFFF0877770F0F80F80F
0877770F0F80F80F0877770F0F80F80F0877770F0F80F80F0877770F0F80F80F
0877770FFFFFFFFF0877770BBBBBBBBB07777770BBBBBBB0777777770BB0BB07
7777777770000077777777777707707777777777770007777777777777777777
7777
}
Transparent = False
Visible = False
end
object bCancel: TButton
Left = 188
Height = 25
Top = 256
Width = 75
HelpContext = 50
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object bOk: TButton
Left = 96
Height = 25
Top = 256
Width = 75
HelpContext = 40
Caption = 'OK'
Default = True
ModalResult = 1
OnClick = bOkClick
TabOrder = 2
end
object M1: TEdit
Left = 8
Height = 21
Top = 24
Width = 280
HelpContext = 260
TabOrder = 0
end
object cbType: TComboBox
Left = 8
Height = 21
Top = 68
Width = 280
HelpContext = 261
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 13
MaxLength = 0
Style = csDropDownList
TabOrder = 1
end
object Panel1: TPanel
Left = 251
Height = 17
Top = 26
Width = 34
BevelOuter = bvNone
ClientHeight = 17
ClientWidth = 34
FullRepaint = False
TabOrder = 4
object DBBtn: TSpeedButton
Left = -2
Height = 17
Width = 17
Caption = 'D'
Color = clBtnFace
Margin = 4
NumGlyphs = 0
OnClick = DBBtnClick
end
object VarBtn: TSpeedButton
Left = 16
Height = 17
Width = 17
Caption = 'V'
Color = clBtnFace
NumGlyphs = 0
OnClick = VarBtnClick
end
end
object GroupBox1: TGroupBox
Left = 8
Height = 77
Top = 100
Width = 282
Caption = 'Options'
ClientHeight = 59
ClientWidth = 278
TabOrder = 5
object labZoom: TLabel
Left = 166
Height = 14
Top = 16
Width = 27
Caption = 'Zoom'
ParentColor = False
end
object ckCheckSum: TCheckBox
Left = 8
Height = 19
Top = 16
Width = 79
HelpContext = 262
Caption = 'Checksum '
TabOrder = 0
end
object ckViewText: TCheckBox
Left = 8
Height = 19
Top = 36
Width = 104
HelpContext = 263
Caption = 'Human readable'
TabOrder = 1
end
object edZoom: TEdit
Left = 206
Height = 23
Top = 10
Width = 45
OnKeyPress = edZoomKeyPress
TabOrder = 2
Text = '1'
end
end
object GroupBox2: TGroupBox
Left = 8
Height = 65
Top = 184
Width = 282
Caption = 'Orientation'
ClientHeight = 47
ClientWidth = 278
TabOrder = 6
object RB1: TRadioButton
Left = 8
Height = 19
Top = 16
Width = 35
HelpContext = 264
Caption = '0 '
Checked = True
State = cbChecked
TabOrder = 0
end
object RB2: TRadioButton
Left = 72
Height = 19
Top = 16
Width = 41
HelpContext = 264
Caption = '90 '
TabOrder = 1
end
object RB3: TRadioButton
Left = 136
Height = 19
Top = 16
Width = 47
HelpContext = 264
Caption = '180 '
TabOrder = 2
end
object RB4: TRadioButton
Left = 200
Height = 19
Top = 16
Width = 47
HelpContext = 264
Caption = '270 '
TabOrder = 3
end
end
end