RTFormwork/public10/design/U_BaseList.dfm
2024-11-27 14:57:52 +08:00

55 lines
1.2 KiB
Plaintext

object frmBaseList: TfrmBaseList
Left = 0
Top = 0
Caption = 'frmBaseList'
ClientHeight = 349
ClientWidth = 741
Color = clWhite
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 17
object loadProcess: TPanel
Left = 288
Top = 168
Width = 169
Height = 30
BevelInner = bvRaised
BevelOuter = bvLowered
Caption = 'loading...'
TabOrder = 0
Visible = False
end
object cxProgressBar2: TcxProgressBar
Left = 288
Top = 112
Enabled = False
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 1
Visible = False
Width = 177
end
object ADOQueryBaseCmd: TADOQuery
Parameters = <>
Left = 281
Top = 160
end
object ADOQueryBaseTemp: TADOQuery
LockType = ltReadOnly
Parameters = <>
Left = 233
Top = 121
end
end