📄 ydcsqd.dfm
字号:
object Fdfjsqd: TFdfjsqd
Left = 239
Top = 110
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '打印电费抄算清单'
ClientHeight = 154
ClientWidth = 261
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 15
object SpeedButton6: TSpeedButton
Left = 94
Top = 120
Width = 69
Height = 25
Caption = '打印'
Glyph.Data = {
EE000000424DEE000000000000007600000028000000100000000F0000000100
0400000000007800000000000000000000001000000000000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
0FFFF0888888888080FF000000000000080F0888888FFF88000F088888877788
080F00000000000008800888888888808080F000000000080800FF0FFFFFFFF0
8080FFF0F00000F0000FFFF0FFFFFFFF0FFFFFFF0F00000F0FFFFFFF0FFFFFFF
F0FFFFFFF000000000FFFFFFFFFFFFFFFFFF}
OnClick = SpeedButton6Click
end
object SpeedButton7: TSpeedButton
Left = 166
Top = 120
Width = 69
Height = 25
Caption = '退出'
Glyph.Data = {
EE000000424DEE000000000000007600000028000000100000000F0000000100
0400000000007800000000000000000000001000000000000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFF0FFFFFF
FFFFFFFF00FFFFFFFFFFFFF030FFFFFFFFFFFF0330FFFFFFFFFF003330000000
0FFFF03330FF0FFFFFFFF03300FF0FFFF4FFF03330FF0FFF44FFF03330FF0FF4
4444F03330FF0F444444F03330FF0FF44444F0330FFF0FFF44FFF030FFFF0FFF
F4FFF00FFFFF0FFFFFFFF00000000FFFFFFF}
OnClick = SpeedButton7Click
end
object GroupBox2: TGroupBox
Left = 18
Top = 10
Width = 239
Height = 103
Caption = '范围'
TabOrder = 0
object RadioButton1: TRadioButton
Left = 23
Top = 22
Width = 85
Height = 17
Caption = '全部用户'
TabOrder = 0
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 23
Top = 48
Width = 69
Height = 17
Caption = '按馈路'
TabOrder = 1
OnClick = RadioButton2Click
end
object RadioButton3: TRadioButton
Left = 23
Top = 73
Width = 65
Height = 17
Caption = '按片区'
Checked = True
TabOrder = 2
TabStop = True
OnClick = RadioButton3Click
end
object ComboBox1: TComboBox
Left = 96
Top = 42
Width = 137
Height = 23
ItemHeight = 15
TabOrder = 3
Text = 'ComboBox1'
end
object ComboBox2: TComboBox
Left = 96
Top = 67
Width = 137
Height = 23
ItemHeight = 15
TabOrder = 4
Text = 'ComboBox2'
end
end
object Query1: TQuery
DatabaseName = 'YDDB'
SQL.Strings = (
'select * from yhda0000')
Left = 208
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -