📄 urbfind.dfm
字号:
object FrmRBFind: TFrmRBFind
Left = 228
Top = 218
BorderStyle = bsDialog
Caption = '销售日报'
ClientHeight = 154
ClientWidth = 286
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object BitBtn1: TBitBtn
Left = 102
Top = 128
Width = 75
Height = 25
Caption = '确定'
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 190
Top = 128
Width = 75
Height = 25
Caption = '取消'
TabOrder = 1
OnClick = BitBtn2Click
end
object RadioButton1: TRadioButton
Left = 17
Top = 19
Width = 37
Height = 17
TabOrder = 2
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 16
Top = 61
Width = 34
Height = 17
Checked = True
TabOrder = 3
TabStop = True
OnClick = RadioButton2Click
end
object Panel1: TPanel
Left = 33
Top = 9
Width = 244
Height = 39
BevelOuter = bvNone
Enabled = False
TabOrder = 4
object Label1: TLabel
Left = 17
Top = 13
Width = 48
Height = 12
Caption = '日报编号'
end
object Edit1: TEdit
Left = 81
Top = 9
Width = 142
Height = 20
Color = clBtnFace
TabOrder = 0
Text = '000000'
OnKeyDown = Edit1KeyDown
end
end
object Panel2: TPanel
Left = 33
Top = 48
Width = 250
Height = 75
BevelOuter = bvNone
TabOrder = 5
object Label2: TLabel
Left = 19
Top = 15
Width = 48
Height = 12
Caption = '分销店:'
end
object Label3: TLabel
Left = 19
Top = 47
Width = 48
Height = 12
Caption = '日 期:'
end
object DateTimePicker1: TDateTimePicker
Left = 81
Top = 43
Width = 144
Height = 20
CalAlignment = dtaLeft
Date = 37291.3874989236
Time = 37291.3874989236
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 0
end
object ComboBox1: TComboBox
Left = 81
Top = 9
Width = 144
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 1
OnDropDown = ComboBox1DropDown
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -