?? ydpqxz.dfm
字號:
object Fpqxz: TFpqxz
Left = 215
Top = 111
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '片區選擇'
ClientHeight = 275
ClientWidth = 251
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = -1
Top = 0
Width = 252
Height = 233
Color = clInfoBk
DataSource = YDData.DSpqdm
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋體'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = '宋體'
TitleFont.Style = []
OnDblClick = DBGrid1DblClick
Columns = <
item
Expanded = False
FieldName = 'PQDM'
Title.Alignment = taCenter
Title.Caption = '片區代碼'
Width = 87
Visible = True
end
item
Expanded = False
FieldName = 'PQMC'
Title.Alignment = taCenter
Title.Caption = '片區名稱'
Width = 147
Visible = True
end>
end
object BitBtn1: TBitBtn
Left = 152
Top = 240
Width = 73
Height = 25
Caption = '確定'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -