📄 unitchange1.dfm
字号:
object Formchange1: TFormchange1
Left = 80
Top = 105
Width = 696
Height = 480
Caption = '修改商品信息'
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 SpeedButton1: TSpeedButton
Left = 336
Top = 400
Width = 81
Height = 33
Caption = '确定'
Flat = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '仿宋_GB2312'
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 416
Top = 400
Width = 81
Height = 33
Caption = '返回'
Flat = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '仿宋_GB2312'
Font.Style = []
ParentFont = False
OnClick = SpeedButton2Click
end
object Label1: TLabel
Left = 64
Top = 336
Width = 64
Height = 15
Caption = '厂家名称'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '仿宋_GB2312'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 272
Top = 336
Width = 64
Height = 15
Caption = '部门名称'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '仿宋_GB2312'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 64
Top = 368
Width = 64
Height = 15
Caption = '商品名称'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '仿宋_GB2312'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 272
Top = 368
Width = 32
Height = 15
Caption = '条码'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '仿宋_GB2312'
Font.Style = []
ParentFont = False
end
object DBGrid1: TDBGrid
Left = 56
Top = 8
Width = 521
Height = 289
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object editsup: TEdit
Left = 134
Top = 334
Width = 121
Height = 23
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ImeName = '微软拼音输入法'
ParentFont = False
TabOrder = 1
end
object editname: TEdit
Left = 134
Top = 366
Width = 121
Height = 23
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ImeName = '微软拼音输入法'
ParentFont = False
TabOrder = 2
end
object ComboBoxdep: TComboBox
Left = 344
Top = 335
Width = 113
Height = 21
ItemHeight = 13
TabOrder = 3
end
object editcode: TEdit
Left = 334
Top = 366
Width = 121
Height = 23
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ImeName = '微软拼音输入法'
ParentFont = False
TabOrder = 4
end
object BitBtn1: TBitBtn
Left = 504
Top = 360
Width = 75
Height = 25
Caption = '商品查询'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '仿宋_GB2312'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = BitBtn1Click
end
object Query1: TQuery
DatabaseName = '1'
Left = 24
Top = 8
end
object Database1: TDatabase
AliasName = 'guohua'
Connected = True
DatabaseName = '1'
LoginPrompt = False
Params.Strings = (
'USER NAME=sa')
SessionName = 'Default'
Left = 24
Top = 56
end
object DataSource1: TDataSource
DataSet = Query1
Left = 24
Top = 104
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -