mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 04:52:35 +02:00
266 lines
6.2 KiB
Plaintext
266 lines
6.2 KiB
Plaintext
object frBarCodeForm: TfrBarCodeForm
|
|
Left = 376
|
|
Height = 337
|
|
Top = 242
|
|
Width = 353
|
|
HorzScrollBar.Page = 292
|
|
VertScrollBar.Page = 285
|
|
ActiveControl = Panel1
|
|
BorderStyle = bsDialog
|
|
Caption = 'Barcode editor'
|
|
ClientHeight = 337
|
|
ClientWidth = 353
|
|
Font.Color = clBlack
|
|
OnActivate = FormActivate
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
ShowHint = True
|
|
LCLVersion = '0.9.29'
|
|
object Label1: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 6
|
|
Height = 16
|
|
Top = 6
|
|
Width = 34
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Code'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = M1
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 16
|
|
Top = 55
|
|
Width = 70
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Type of bar'
|
|
ParentColor = False
|
|
end
|
|
object Image1: TImage
|
|
Left = 264
|
|
Height = 16
|
|
Top = 0
|
|
Width = 16
|
|
AutoSize = True
|
|
Picture.Data = {
|
|
07544269746D6170F6000000424DF60000000000000076000000280000001000
|
|
0000100000000100040000000000800000000000000000000000100000000000
|
|
000000000000000080000080000000808000800000008000800080800000C0C0
|
|
C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
|
|
FF0077788888888888777700000000000877770FFFFFFFFF0877770F0F80F80F
|
|
0877770F0F80F80F0877770F0F80F80F0877770F0F80F80F0877770F0F80F80F
|
|
0877770FFFFFFFFF0877770BBBBBBBBB07777770BBBBBBB0777777770BB0BB07
|
|
7777777770000077777777777707707777777777770007777777777777777777
|
|
7777
|
|
}
|
|
Visible = False
|
|
end
|
|
object M1: TEdit
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Label1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 21
|
|
Top = 28
|
|
Width = 341
|
|
HelpContext = 260
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 0
|
|
end
|
|
object cbType: TComboBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Label2
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 29
|
|
Top = 77
|
|
Width = 341
|
|
HelpContext = 261
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 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 = 2
|
|
object DBBtn: TSpeedButton
|
|
Left = -2
|
|
Height = 17
|
|
Top = 0
|
|
Width = 17
|
|
Caption = 'D'
|
|
Color = clBtnFace
|
|
Margin = 4
|
|
NumGlyphs = 0
|
|
OnClick = DBBtnClick
|
|
end
|
|
object VarBtn: TSpeedButton
|
|
Left = 16
|
|
Height = 17
|
|
Top = 0
|
|
Width = 17
|
|
Caption = 'V'
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
OnClick = VarBtnClick
|
|
end
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = cbType
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 78
|
|
Top = 112
|
|
Width = 341
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Options'
|
|
ClientHeight = 62
|
|
ClientWidth = 339
|
|
TabOrder = 3
|
|
object labZoom: TLabel
|
|
AnchorSideLeft.Control = GroupBox1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = GroupBox1
|
|
Left = 149
|
|
Height = 16
|
|
Top = 6
|
|
Width = 40
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Zoom'
|
|
ParentColor = False
|
|
end
|
|
object ckCheckSum: TCheckBox
|
|
AnchorSideLeft.Control = GroupBox1
|
|
AnchorSideTop.Control = GroupBox1
|
|
Left = 6
|
|
Height = 22
|
|
Top = 6
|
|
Width = 95
|
|
HelpContext = 262
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Checksum '
|
|
TabOrder = 0
|
|
end
|
|
object ckViewText: TCheckBox
|
|
AnchorSideLeft.Control = GroupBox1
|
|
AnchorSideTop.Control = ckCheckSum
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 34
|
|
Width = 131
|
|
HelpContext = 263
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Human readable'
|
|
TabOrder = 1
|
|
end
|
|
object edZoom: TEdit
|
|
AnchorSideLeft.Control = labZoom
|
|
AnchorSideTop.Control = labZoom
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 155
|
|
Height = 21
|
|
Top = 28
|
|
Width = 77
|
|
BorderSpacing.Around = 6
|
|
OnKeyPress = edZoomKeyPress
|
|
TabOrder = 2
|
|
Text = '1'
|
|
end
|
|
end
|
|
object GroupBox2: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = GroupBox1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 65
|
|
Top = 196
|
|
Width = 341
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Orientation'
|
|
ClientHeight = 49
|
|
ClientWidth = 339
|
|
TabOrder = 4
|
|
object RB1: TRadioButton
|
|
Left = 8
|
|
Height = 22
|
|
Top = 16
|
|
Width = 36
|
|
HelpContext = 264
|
|
Caption = '0 '
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object RB2: TRadioButton
|
|
Left = 72
|
|
Height = 22
|
|
Top = 16
|
|
Width = 44
|
|
HelpContext = 264
|
|
Caption = '90 '
|
|
TabOrder = 1
|
|
TabStop = False
|
|
end
|
|
object RB3: TRadioButton
|
|
Left = 136
|
|
Height = 22
|
|
Top = 16
|
|
Width = 52
|
|
HelpContext = 264
|
|
Caption = '180 '
|
|
TabOrder = 2
|
|
TabStop = False
|
|
end
|
|
object RB4: TRadioButton
|
|
Left = 200
|
|
Height = 22
|
|
Top = 16
|
|
Width = 52
|
|
HelpContext = 264
|
|
Caption = '270 '
|
|
TabOrder = 3
|
|
TabStop = False
|
|
end
|
|
end
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 38
|
|
Top = 293
|
|
Width = 341
|
|
OKButton.Name = 'OKButton'
|
|
HelpButton.Name = 'HelpButton'
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.Enabled = False
|
|
CancelButton.Name = 'CancelButton'
|
|
TabOrder = 5
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
end
|
|
end
|