You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

150 lines
3.6 KiB
Plaintext

object frm_SelectCompany: Tfrm_SelectCompany
Left = 688
Top = 344
Width = 405
Height = 399
Caption = 'frm_SelectCompany'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object bsSkinPanel2: TbsSkinPanel
Left = 0
Top = 0
Width = 389
Height = 361
TabOrder = 0
SkinData = frm_main.bsSkinData1
SkinDataName = 'panel'
DefaultFont.Charset = DEFAULT_CHARSET
DefaultFont.Color = clWindowText
DefaultFont.Height = 14
DefaultFont.Name = 'Arial'
DefaultFont.Style = []
DefaultWidth = 0
DefaultHeight = 0
UseSkinFont = True
AutoEnabledControls = True
CheckedMode = False
Checked = False
DefaultAlignment = taLeftJustify
DefaultCaptionHeight = 22
BorderStyle = bvNone
CaptionMode = False
RollUpMode = False
RollUpState = False
NumGlyphs = 1
Spacing = 2
Caption = 'bsSkinPanel1'
Align = alClient
object bsSkinPanel3: TbsSkinPanel
Left = 0
Top = 0
Width = 389
Height = 24
TabOrder = 0
SkinData = frm_main.bsSkinData1
SkinDataName = 'panel'
DefaultFont.Charset = DEFAULT_CHARSET
DefaultFont.Color = clWindowText
DefaultFont.Height = 14
DefaultFont.Name = 'Arial'
DefaultFont.Style = []
DefaultWidth = 0
DefaultHeight = 0
UseSkinFont = True
AutoEnabledControls = True
CheckedMode = False
Checked = False
DefaultAlignment = taLeftJustify
DefaultCaptionHeight = 22
BorderStyle = bvNone
CaptionMode = False
RollUpMode = False
RollUpState = False
NumGlyphs = 1
Spacing = 2
Caption = 'bsSkinPanel3'
Align = alTop
object bsSkinButton1: TbsSkinButton
Left = 139
Top = 1
Width = 66
Height = 21
TabOrder = 0
SkinDataName = 'button'
DefaultFont.Charset = DEFAULT_CHARSET
DefaultFont.Color = clWindowText
DefaultFont.Height = 14
DefaultFont.Name = 'Arial'
DefaultFont.Style = []
DefaultWidth = 0
DefaultHeight = 0
UseSkinFont = True
RepeatMode = False
RepeatInterval = 100
AllowAllUp = False
TabStop = True
CanFocused = True
Down = False
GroupIndex = 0
Caption = #26597#35810
NumGlyphs = 2
Spacing = 1
OnClick = bsSkinButton1Click
end
object edt1: TEdit
Left = 16
Top = 1
Width = 121
Height = 21
TabOrder = 1
end
end
object dxDBGrid1: TdxDBGrid
Left = 0
Top = 24
Width = 389
Height = 337
Bands = <
item
end>
DefaultLayout = True
HeaderPanelRowCount = 1
KeyField = #23458#25143#31616#31216
ShowSummaryFooter = True
SummaryGroups = <>
SummarySeparator = ', '
Align = alClient
TabOrder = 1
DataSource = DS1
Filter.Active = True
Filter.Criteria = {00000000}
OptionsDB = [edgoCancelOnExit, edgoCanDelete, edgoCanInsert, edgoCanNavigation, edgoConfirmDelete, edgoLoadAllRecords, edgoUseBookmarks]
object dxDBGrid1Column1: TdxDBGridColumn
Width = 173
BandIndex = 0
RowIndex = 0
FieldName = #23458#25143#31616#31216
end
end
end
object qry1: TADOQuery
Connection = frm_main.db
Parameters = <>
Left = 76
Top = 56
end
object DS1: TDataSource
DataSet = qry1
Left = 72
Top = 108
end
end