uclientset.~dfm
来自「DELPHI编程入门篇.从基础入手,浅显易懂,一定物有所值.」· ~DFM 代码 · 共 188 行
~DFM
188 行
object frmclientset: Tfrmclientset
Left = 249
Top = 204
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #23458#25143#32467#31639
ClientHeight = 368
ClientWidth = 598
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object SpeedButton4: TSpeedButton
Left = 514
Top = 337
Width = 75
Height = 25
Caption = #36864#20986
OnClick = SpeedButton4Click
end
object SpeedButton3: TSpeedButton
Left = 436
Top = 337
Width = 75
Height = 25
Caption = #32467#31639
OnClick = SpeedButton3Click
end
object SpeedButton2: TSpeedButton
Left = 358
Top = 337
Width = 75
Height = 25
Caption = #25171#21360
OnClick = SpeedButton2Click
end
object SpeedButton1: TSpeedButton
Left = 280
Top = 337
Width = 75
Height = 25
Caption = #26597#35810
OnClick = SpeedButton1Click
end
object Label6: TLabel
Left = 457
Top = 316
Width = 12
Height = 13
Caption = ' '
end
object Label5: TLabel
Left = 244
Top = 316
Width = 12
Height = 13
Caption = ' '
end
object Label4: TLabel
Left = 366
Top = 316
Width = 90
Height = 13
Caption = #24050#20184#37329#39069#21512#35745#65306' '
end
object Label3: TLabel
Left = 151
Top = 316
Width = 90
Height = 13
Caption = #24212#20184#37329#39069#21512#35745#65306' '
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 598
Height = 309
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object Label1: TLabel
Left = 222
Top = 8
Width = 125
Height = 24
Caption = #23458#25143#32467#31639#34920' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 28
Top = 49
Width = 36
Height = 13
Caption = #23458#25143#65306
end
object Edit1: TEdit
Left = 68
Top = 45
Width = 75
Height = 21
ReadOnly = True
TabOrder = 0
end
object ComboBox1: TComboBox
Left = 144
Top = 45
Width = 135
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
OnSelect = ComboBox1Select
end
object CheckBox1: TCheckBox
Left = 347
Top = 47
Width = 97
Height = 17
Caption = #19994#21153#26085#26399#65306' >='
TabOrder = 2
OnClick = CheckBox1Click
end
object DatePicker: TDateTimePicker
Left = 453
Top = 45
Width = 117
Height = 21
Date = 38550.449029988430000000
Time = 38550.449029988430000000
Checked = False
Enabled = False
TabOrder = 3
end
object StringGrid1: TStringGrid
Left = 0
Top = 73
Width = 593
Height = 234
ColCount = 6
DefaultColWidth = 97
DefaultRowHeight = 20
FixedCols = 0
RowCount = 2
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
TabOrder = 4
ColWidths = (
99
97
97
97
97
97)
end
end
object ADOQuery1: TADOQuery
Connection = DataModule2.filialeConnect
Parameters = <>
SQL.Strings = (
'select * from tbclientset')
Left = 156
Top = 166
end
object RvProject1: TRvProject
ProjectFile = 'D:\work\new\Prclientset.rav'
Left = 164
Top = 114
end
object clientsetConnection1: TRvDataSetConnection
RuntimeVisibility = rtDeveloper
DataSet = ADOQuery1
Left = 212
Top = 140
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?