addunit.dfm
来自「PosEasy收银系统源码,Pos机前后台管理代码」· DFM 代码 · 共 188 行
DFM
188 行
object addform: Taddform
Left = 192
Top = 197
Width = 491
Height = 286
Caption = 'addform'
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 OutlookBtn1: TOutlookBtn
Left = 112
Top = 200
Width = 106
Height = 23
OnClick = OutlookBtn1Click
Checked = False
Style = bsNormal
Caption = '确定'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
end
object OutlookBtn2: TOutlookBtn
Left = 264
Top = 200
Width = 106
Height = 23
OnClick = OutlookBtn2Click
Checked = False
Style = bsNormal
Caption = '返回'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
end
object StaticText1: TStaticText
Left = 72
Top = 96
Width = 166
Height = 25
Alignment = taCenter
AutoSize = False
BorderStyle = sbsSingle
Caption = 'StaticText1'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object StaticText2: TStaticText
Left = 72
Top = 120
Width = 166
Height = 25
Alignment = taCenter
AutoSize = False
BorderStyle = sbsSingle
Caption = 'StaticText2'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object StaticText3: TStaticText
Left = 72
Top = 144
Width = 166
Height = 25
Alignment = taCenter
AutoSize = False
BorderStyle = sbsSingle
Caption = 'StaticText3'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
end
object StaticText4: TStaticText
Left = 237
Top = 96
Width = 166
Height = 25
Alignment = taCenter
AutoSize = False
BorderStyle = sbsSingle
Caption = 'StaticText4'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 3
end
object StaticText5: TStaticText
Left = 237
Top = 120
Width = 166
Height = 25
Alignment = taCenter
AutoSize = False
BorderStyle = sbsSingle
Caption = 'StaticText5'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 4
end
object StaticText6: TStaticText
Left = 237
Top = 144
Width = 166
Height = 25
Alignment = taCenter
AutoSize = False
BorderStyle = sbsSingle
Caption = 'StaticText6'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 5
end
object StaticText7: TStaticText
Left = 172
Top = 40
Width = 126
Height = 28
Alignment = taCenter
AutoSize = False
Caption = '新 增'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 6
end
object Edit1: TEdit
Left = 239
Top = 98
Width = 161
Height = 21
TabOrder = 7
end
object Edit2: TEdit
Left = 239
Top = 122
Width = 161
Height = 21
TabOrder = 8
end
object Edit3: TEdit
Left = 239
Top = 145
Width = 161
Height = 21
TabOrder = 9
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?