gl_enter_foreigncurrencyrate_d.dfm
来自「一个MRPII系统源代码版本」· DFM 代码 · 共 85 行
DFM
85 行
inherited Frm_Gl_Enter_ForeignCurrencyRate_D: TFrm_Gl_Enter_ForeignCurrencyRate_D
Left = 318
Top = 116
Caption = '外币汇率'
ClientHeight = 202
ClientWidth = 346
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 54
Top = 16
Width = 36
Height = 12
Caption = '日期:'
end
object Label2: TLabel [1]
Left = 30
Top = 48
Width = 60
Height = 12
Caption = '记帐汇率:'
end
object Label3: TLabel [2]
Left = 30
Top = 79
Width = 60
Height = 12
Caption = '调整汇率:'
end
object Label14: TLabel [3]
Left = 54
Top = 111
Width = 36
Height = 12
Caption = '备注:'
end
inherited btn_ok: TButton
Left = 108
Top = 152
end
inherited btn_Cancel: TButton
Left = 217
Top = 152
end
object Edt_AccountPeriodDate: TEdit [7]
Left = 92
Top = 12
Width = 121
Height = 20
TabOrder = 3
Text = 'Edt_AccountPeriodDate'
OnExit = IntegerCheck
end
object Edt_ForeignRate: TEdit [8]
Left = 92
Top = 44
Width = 121
Height = 20
TabOrder = 4
Text = 'Edt_ForeignRate'
OnExit = FloatCheck
end
object Edt_ChangeForeignRate: TEdit [9]
Left = 92
Top = 75
Width = 121
Height = 20
TabOrder = 5
Text = 'Edt_ChangeForeignRate'
OnExit = FloatCheck
end
object Edt_RemArk: TEdit [10]
Left = 92
Top = 107
Width = 229
Height = 20
TabOrder = 6
Text = 'Edt_RemArk'
end
inherited AdoQry_Tmp: TAdoQuery
Left = 288
Top = 16
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?