📄 unit1.~dfm
字号:
object generateform: Tgenerateform
Left = 193
Top = 154
Width = 546
Height = 398
Caption = #20363#23376
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label7: TLabel
Left = 32
Top = 304
Width = 43
Height = 13
Caption = 'SQL'#35821#21477
Visible = False
end
object SpeedButton1: TSpeedButton
Left = 432
Top = 336
Width = 73
Height = 22
Cursor = crHandPoint
Caption = #21462#28040
Flat = True
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000130B0000130B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
333333333333333333333333333333333333333FFF33FF333FFF339993370733
999333777FF37FF377733339993000399933333777F777F77733333399970799
93333333777F7377733333333999399933333333377737773333333333990993
3333333333737F73333333333331013333333333333777FF3333333333910193
333333333337773FF3333333399000993333333337377737FF33333399900099
93333333773777377FF333399930003999333337773777F777FF339993370733
9993337773337333777333333333333333333333333333333333333333333333
3333333333333333333333333333333333333333333333333333}
NumGlyphs = 2
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 432
Top = 288
Width = 73
Height = 22
Cursor = crHandPoint
Caption = #26597#35810
Flat = True
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000130B0000130B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
333333333333333FF3FF3333333333CC30003333333333773777333333333C33
3000333FF33337F33777339933333C3333333377F33337F3333F339933333C33
33003377333337F33377333333333C333300333F333337F33377339333333C33
3333337FF3333733333F33993333C33333003377FF33733333773339933C3333
330033377FF73F33337733339933C33333333FF377F373F3333F993399333C33
330077F377F337F33377993399333C33330077FF773337F33377399993333C33
33333777733337F333FF333333333C33300033333333373FF7773333333333CC
3000333333333377377733333333333333333333333333333333}
NumGlyphs = 2
OnClick = SpeedButton2Click
end
object TabbedNotebook1: TTabbedNotebook
Left = 16
Top = 8
Width = 505
Height = 217
TabFont.Charset = DEFAULT_CHARSET
TabFont.Color = clBtnText
TabFont.Height = -11
TabFont.Name = 'MS Sans Serif'
TabFont.Style = []
TabOrder = 0
object TTabPage
Left = 4
Top = 24
Caption = #26597#35810#26465#20214#35774#32622
object Label1: TLabel
Left = 24
Top = 16
Width = 55
Height = 13
Caption = #25968#25454#24211#21035#21517
end
object Label2: TLabel
Left = 176
Top = 16
Width = 55
Height = 13
Caption = #25968#25454#24211#34920#21517
end
object Label3: TLabel
Left = 344
Top = 16
Width = 55
Height = 13
Caption = #34920#20013#23383#27573#21517
end
object Label4: TLabel
Left = 8
Top = 152
Width = 33
Height = 13
Caption = #23383#27573#65306
end
object Label5: TLabel
Left = 136
Top = 152
Width = 33
Height = 13
Caption = #26465#20214#65306
end
object Label6: TLabel
Left = 288
Top = 152
Width = 44
Height = 13
Caption = #27604#36739#20540#65306
end
object ListBox1: TListBox
Left = 16
Top = 32
Width = 121
Height = 97
ItemHeight = 13
TabOrder = 0
OnClick = ListBox1Click
end
object ListBox2: TListBox
Left = 176
Top = 32
Width = 121
Height = 97
ItemHeight = 13
TabOrder = 1
OnClick = ListBox2Click
end
object ListBox3: TListBox
Left = 344
Top = 32
Width = 121
Height = 97
ItemHeight = 13
TabOrder = 2
OnClick = ListBox3Click
end
object Edit1: TEdit
Left = 48
Top = 144
Width = 73
Height = 21
TabOrder = 3
end
object ComboBox1: TComboBox
Left = 184
Top = 144
Width = 81
Height = 21
Cursor = crHandPoint
ItemHeight = 13
TabOrder = 4
OnExit = ComboBox1Exit
Items.Strings = (
''
'='
'<>'
'<'
'<='
'>'
'>='
'like'
'not like'
'is null'
'is not null')
end
object Edit2: TEdit
Left = 344
Top = 144
Width = 121
Height = 21
TabOrder = 5
end
end
end
object Memo1: TMemo
Left = 88
Top = 288
Width = 305
Height = 65
Lines.Strings = (
'Memo1')
TabOrder = 1
Visible = False
end
object GroupBox1: TGroupBox
Left = 64
Top = 240
Width = 249
Height = 33
Caption = 'GroupBox1'
TabOrder = 2
Visible = False
object CheckBox1: TCheckBox
Left = 16
Top = 8
Width = 97
Height = 17
Caption = 'CheckBox1'
TabOrder = 0
Visible = False
end
object CheckBox2: TCheckBox
Left = 128
Top = 8
Width = 97
Height = 17
Caption = 'CheckBox2'
TabOrder = 1
Visible = False
end
end
object Table1: TTable
Left = 440
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -