📄 main.dfm
字号:
object Form1: TForm1
Left = 198
Top = 128
Width = 544
Height = 375
Caption = 'Form1'
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 Label1: TLabel
Left = 8
Top = 24
Width = 121
Height = 13
AutoSize = False
Caption = #35831#36873#25321#25968#25454#24211#21035#21517#65306
end
object Label2: TLabel
Left = 8
Top = 48
Width = 97
Height = 13
AutoSize = False
Caption = #35831#36755#20837#29992#25143#21517#65306
end
object Label3: TLabel
Left = 8
Top = 72
Width = 89
Height = 13
AutoSize = False
Caption = #35831#36755#20837#23494#30721#65306
end
object cbbDBNames: TComboBox
Left = 128
Top = 16
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'cbbDBNames'
end
object memSQL: TMemo
Left = 280
Top = 8
Width = 249
Height = 113
TabOrder = 1
end
object btnSubmit: TButton
Left = 32
Top = 96
Width = 97
Height = 25
Caption = #25552#20132'SQL'#35821#21477
TabOrder = 2
OnClick = btnSubmitClick
end
object DBGrid1: TDBGrid
Left = 8
Top = 136
Width = 513
Height = 193
DataSource = DataSource1
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object btnDisconnect: TButton
Left = 160
Top = 96
Width = 97
Height = 25
Caption = #26029#24320#36830#25509
TabOrder = 4
OnClick = btnDisconnectClick
end
object edtUserName: TEdit
Left = 128
Top = 40
Width = 137
Height = 21
TabOrder = 5
end
object edtPassword: TEdit
Left = 128
Top = 64
Width = 137
Height = 21
PasswordChar = '#'
TabOrder = 6
end
object DCOMConnection1: TDCOMConnection
ServerGUID = '{A880CCEB-48F5-4569-9DC6-5154E74601C1}'
ServerName = 'ServerDemoApp.MIDASDemo'
ComputerName = 'LocalHost'
Left = 296
Top = 64
end
object ClientDataSet1: TClientDataSet
Aggregates = <>
Params = <>
ProviderName = 'DataSetProvider1'
RemoteServer = DCOMConnection1
Left = 336
Top = 64
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 376
Top = 64
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -