📄 u_maintain.~dfm
字号:
object F_maintain: TF_maintain
Left = 346
Top = 212
Width = 592
Height = 407
Caption = '系统维护'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 8
Top = 8
Width = 569
Height = 361
ActivePage = TabSheet1
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 0
object TabSheet1: TTabSheet
Caption = '商家信息'
object Label1: TLabel
Left = 16
Top = 192
Width = 48
Height = 13
Anchors = [akBottom]
Caption = '代 码:'
end
object Label2: TLabel
Left = 16
Top = 232
Width = 48
Height = 13
Anchors = [akBottom]
Caption = '名 称:'
end
object Label3: TLabel
Left = 16
Top = 272
Width = 48
Height = 13
Anchors = [akBottom]
Caption = '联系人:'
end
object Label4: TLabel
Left = 288
Top = 184
Width = 48
Height = 13
Anchors = [akBottom]
Caption = '简 介:'
end
object DBGrid1: TDBGrid
Left = 8
Top = 8
Width = 545
Height = 169
Anchors = [akLeft, akTop, akRight, akBottom]
DataSource = DM_main.DS_merchant
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'ID'
Title.Caption = '编号'
Visible = True
end
item
Expanded = False
FieldName = 'NAME'
Title.Caption = '名称'
Visible = True
end
item
Expanded = False
FieldName = 'SATRAP'
Title.Caption = '负责人'
Visible = True
end
item
Expanded = False
FieldName = 'INTRO'
Title.Caption = '简介'
Visible = True
end>
end
object DBEdit1: TDBEdit
Left = 80
Top = 188
Width = 121
Height = 21
Anchors = [akBottom]
DataField = 'ID'
DataSource = DM_main.DS_merchant
TabOrder = 1
end
object DBEdit2: TDBEdit
Left = 80
Top = 228
Width = 121
Height = 21
Anchors = [akBottom]
DataField = 'NAME'
DataSource = DM_main.DS_merchant
TabOrder = 2
end
object DBEdit3: TDBEdit
Left = 80
Top = 268
Width = 121
Height = 21
Anchors = [akBottom]
DataField = 'SATRAP'
DataSource = DM_main.DS_merchant
TabOrder = 3
end
object DBMemo1: TDBMemo
Left = 288
Top = 200
Width = 265
Height = 97
Anchors = [akBottom]
DataField = 'INTRO'
DataSource = DM_main.DS_merchant
TabOrder = 4
end
object DBNavigator1: TDBNavigator
Left = 16
Top = 304
Width = 530
Height = 25
DataSource = DM_main.DS_merchant
Anchors = [akLeft, akRight, akBottom]
Flat = True
TabOrder = 5
end
end
object TabSheet2: TTabSheet
Caption = '零件产品信息'
ImageIndex = 1
object Label5: TLabel
Left = 16
Top = 216
Width = 48
Height = 13
Anchors = [akBottom]
Caption = '编 号:'
end
object Label6: TLabel
Left = 16
Top = 256
Width = 48
Height = 13
Anchors = [akBottom]
Caption = '名 称:'
end
object Label8: TLabel
Left = 288
Top = 184
Width = 60
Height = 13
Anchors = [akBottom]
Caption = '特性参数:'
end
object DBGrid2: TDBGrid
Left = 8
Top = 8
Width = 545
Height = 169
Anchors = [akLeft, akTop, akRight, akBottom]
DataSource = DM_main.DS_parts
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'ID'
Title.Caption = '编号'
Visible = True
end
item
Expanded = False
FieldName = 'NAME'
Title.Caption = '名称'
Visible = True
end
item
Expanded = False
FieldName = 'PART_CHAR'
Title.Caption = '特性参数'
Visible = True
end>
end
object DBEdit4: TDBEdit
Left = 80
Top = 212
Width = 121
Height = 21
Anchors = [akBottom]
DataField = 'ID'
DataSource = DM_main.DS_parts
TabOrder = 1
end
object DBEdit5: TDBEdit
Left = 80
Top = 252
Width = 121
Height = 21
Anchors = [akBottom]
DataField = 'NAME'
DataSource = DM_main.DS_parts
TabOrder = 2
end
object DBMemo2: TDBMemo
Left = 288
Top = 200
Width = 265
Height = 97
Anchors = [akBottom]
DataField = 'PART_CHAR'
DataSource = DM_main.DS_parts
TabOrder = 3
end
object DBNavigator2: TDBNavigator
Left = 16
Top = 304
Width = 530
Height = 25
DataSource = DM_main.DS_parts
Anchors = [akLeft, akRight, akBottom]
Flat = True
TabOrder = 4
end
end
end
object BitBtn1: TBitBtn
Left = 512
Top = 0
Width = 65
Height = 25
HelpContext = 600
TabOrder = 1
Kind = bkHelp
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -