RTFormwork/public10/design/U_BaseList.dfm

55 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-07-07 09:35:27 +08:00
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
2024-11-27 14:42:25 +08:00
object loadProcess: TPanel
2024-10-12 10:45:24 +08:00
Left = 288
2024-11-27 14:42:25 +08:00
Top = 168
Width = 169
Height = 30
BevelInner = bvRaised
BevelOuter = bvLowered
Caption = 'loading...'
2024-10-12 10:45:24 +08:00
TabOrder = 0
Visible = False
2024-11-27 14:42:25 +08:00
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
2024-10-12 10:45:24 +08:00
end
2024-07-07 09:35:27 +08:00
object ADOQueryBaseCmd: TADOQuery
Parameters = <>
2024-10-12 10:45:24 +08:00
Left = 281
Top = 160
2024-07-07 09:35:27 +08:00
end
object ADOQueryBaseTemp: TADOQuery
LockType = ltReadOnly
Parameters = <>
Left = 233
2024-10-12 10:45:24 +08:00
Top = 121
2024-07-07 09:35:27 +08:00
end
end