📄 question.dfm
字号:
object Form2: TForm2
Left = 193
Top = 208
Width = 666
Height = 480
Caption = 'Modify(VIP)'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 72
Top = 64
Width = 65
Height = 17
AutoSize = False
Caption = 'ID '
end
object Label2: TLabel
Left = 72
Top = 104
Width = 63
Height = 13
AutoSize = False
Caption = 'Content '
end
object Label3: TLabel
Left = 72
Top = 144
Width = 39
Height = 13
AutoSize = False
Caption = 'Type'
end
object Label4: TLabel
Left = 72
Top = 336
Width = 81
Height = 13
AutoSize = False
Caption = 'Option Content '
Visible = False
end
object Label5: TLabel
Left = 152
Top = 360
Width = 185
Height = 13
AutoSize = False
Caption = '(Symbol ^ between each option)'
Visible = False
end
object Label7: TLabel
Left = 72
Top = 256
Width = 65
Height = 13
AutoSize = False
Caption = 'Option No.'
Visible = False
end
object Label8: TLabel
Left = 72
Top = 296
Width = 81
Height = 13
AutoSize = False
Caption = 'Option Column'
Visible = False
end
object DBNavigator1: TDBNavigator
Left = 8
Top = 8
Width = 198
Height = 25
DataSource = DataSource1
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete]
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object DBEdit1: TDBEdit
Left = 152
Top = 64
Width = 97
Height = 21
DataField = 'QuestionNO'
DataSource = DataSource1
TabOrder = 1
end
object DBEdit2: TDBEdit
Left = 152
Top = 104
Width = 289
Height = 21
DataField = 'Content'
DataSource = DataSource1
MaxLength = 200
TabOrder = 2
end
object DBEdit4: TDBEdit
Left = 152
Top = 256
Width = 97
Height = 21
DataField = 'OptionNO'
DataSource = DataSource1
TabOrder = 4
Visible = False
end
object Button1: TButton
Left = 480
Top = 392
Width = 89
Height = 25
Cancel = True
Caption = 'Quit'
TabOrder = 7
OnClick = Button1Click
end
object DBEdit5: TDBEdit
Left = 152
Top = 296
Width = 97
Height = 21
DataField = 'OptionColumn'
DataSource = DataSource1
TabOrder = 5
Visible = False
end
object DBEdit6: TDBEdit
Left = 152
Top = 336
Width = 289
Height = 21
DataField = 'OptionContent'
DataSource = DataSource1
TabOrder = 6
Visible = False
end
object DBRadioGroup1: TDBRadioGroup
Left = 152
Top = 144
Width = 289
Height = 89
Columns = 2
Ctl3D = True
DataField = 'Type'
DataSource = DataSource1
Items.Strings = (
'Normal'
'Single-Option'
'Multi-Option'
'Blank after Option'
'Caption')
ParentCtl3D = False
TabOrder = 3
Values.Strings = (
'1'
'2'
'3'
'4'
'5')
OnChange = DBRadioGroup1Change
end
object ADOTable1: TADOTable
Active = True
Connection = Form1.ADOConnection1
CursorType = ctStatic
TableName = 'Question'
Left = 544
Top = 24
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 512
Top = 24
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -