📄 w_questionedit.~dfm
字号:
object Q_Edit: TQ_Edit
Left = 171
Top = 140
Width = 804
Height = 480
Caption = #39064#24211#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Visible = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 528
Height = 434
Align = alClient
DataSource = DataSource1
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'QUESTION_ID'
Title.Caption = #39064#21495
Visible = True
end
item
Expanded = False
FieldName = 'TYPE'
Title.Caption = #39064#22411
Visible = True
end
item
Expanded = False
FieldName = 'CONTENT'
Title.Caption = #20869#23481
Visible = True
end
item
Expanded = False
FieldName = 'ANSWER'
Title.Caption = #31572#26696
Visible = True
end
item
Expanded = False
FieldName = 'DIFFICULT'
Title.Caption = #38590#24230
Visible = True
end
item
Expanded = False
FieldName = 'SUBJECT'
Title.Caption = #31185#30446
Visible = True
end>
end
object Panel1: TPanel
Left = 528
Top = 0
Width = 268
Height = 434
Align = alRight
TabOrder = 1
object Label2: TLabel
Left = 9
Top = 56
Width = 36
Height = 13
Caption = #31185#30446#65306
end
object Label3: TLabel
Left = 9
Top = 232
Width = 36
Height = 13
Caption = #38382#39064#65306
end
object Label4: TLabel
Left = 9
Top = 184
Width = 36
Height = 13
Caption = #31572#26696#65306
end
object Label5: TLabel
Left = 9
Top = 104
Width = 36
Height = 13
Caption = #39064#22411#65306
end
object Label10: TLabel
Left = 9
Top = 16
Width = 36
Height = 13
Caption = #39064#21495#65306
end
object Label8: TLabel
Left = 9
Top = 144
Width = 36
Height = 13
Caption = #38590#24230#65306
end
object Button1: TButton
Left = 20
Top = 336
Width = 81
Height = 25
Caption = #28155#21152#35760#24405
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 18
Top = 384
Width = 79
Height = 25
Caption = #24212#29992
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 140
Top = 336
Width = 81
Height = 25
Caption = #21024#38500#35760#24405
TabOrder = 2
OnClick = Button3Click
end
object DBEdit1: TDBEdit
Left = 68
Top = 16
Width = 121
Height = 21
DataField = 'QUESTION_ID'
DataSource = DataSource1
TabOrder = 3
end
object DBMemo1: TDBMemo
Left = 64
Top = 216
Width = 173
Height = 89
DataField = 'CONTENT'
DataSource = DataSource1
TabOrder = 4
end
object DBEdit2: TDBEdit
Left = 68
Top = 56
Width = 121
Height = 21
DataField = 'SUBJECT'
DataSource = DataSource1
TabOrder = 5
end
object DBEdit3: TDBEdit
Left = 68
Top = 96
Width = 121
Height = 21
DataField = 'TYPE'
DataSource = DataSource1
TabOrder = 6
end
object DBEdit4: TDBEdit
Left = 68
Top = 176
Width = 121
Height = 21
DataField = 'ANSWER'
DataSource = DataSource1
TabOrder = 7
end
object DBEdit6: TDBEdit
Left = 68
Top = 136
Width = 121
Height = 21
DataField = 'DIFFICULT'
DataSource = DataSource1
TabOrder = 8
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 434
Width = 796
Height = 19
Panels = <>
SimplePanel = False
SimpleText = #39064#24211#31649#29702#31995#32479
end
object Query1: TQuery
Active = True
DatabaseName = 'exam'
RequestLive = True
SQL.Strings = (
'select * from QUESTIONLIB')
Left = 48
Top = 56
end
object DataSource1: TDataSource
DataSet = Query1
Left = 104
Top = 56
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -