?? ydjjxz.dfm
字號:
object Fjjxz: TFjjxz
Left = 244
Top = 170
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '加價選擇'
ClientHeight = 221
ClientWidth = 277
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 305
Height = 185
DataSource = YDData.DSjjxm
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = '宋體'
TitleFont.Style = []
OnDblClick = DBGrid1DblClick
Columns = <
item
Expanded = False
FieldName = 'jj_jjdm'
Title.Alignment = taCenter
Title.Caption = '加價代碼'
Width = 75
Visible = True
end
item
Expanded = False
FieldName = 'jj_jjmc'
Title.Alignment = taCenter
Title.Caption = '加價名稱'
Width = 104
Visible = True
end
item
Expanded = False
FieldName = 'jj_jjdj'
Title.Alignment = taCenter
Title.Caption = '單價'
Width = 78
Visible = True
end>
end
object BitBtn1: TBitBtn
Left = 184
Top = 192
Width = 73
Height = 25
Caption = '確定'
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -