?? ckxx.dfm
字號:
object frmckxx: Tfrmckxx
Left = 168
Top = 192
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '倉庫信息'
ClientHeight = 199
ClientWidth = 561
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object DBGrid1: TDBGrid
Left = 5
Top = -1
Width = 321
Height = 194
DataSource = DataSource_ckxx
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = '宋體'
TitleFont.Style = []
OnCellClick = DBGrid1CellClick
Columns = <
item
Expanded = False
FieldName = 'ck_bh'
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = '倉庫編號'
Width = 62
Visible = True
end
item
Expanded = False
FieldName = 'ck_mc'
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = '倉庫名稱'
Width = 150
Visible = True
end
item
Expanded = False
FieldName = 'sl'
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = '稅率'
Width = 74
Visible = True
end>
end
object GroupBox1: TGroupBox
Left = 331
Top = 4
Width = 224
Height = 149
Caption = '倉庫信息'
TabOrder = 1
object Label2: TLabel
Left = 16
Top = 29
Width = 48
Height = 12
Caption = '倉庫編號'
end
object Label3: TLabel
Left = 16
Top = 61
Width = 48
Height = 12
Caption = '倉庫名稱'
end
object Label6: TLabel
Left = 16
Top = 126
Width = 48
Height = 12
Caption = '稅 率'
end
object Label1: TLabel
Left = 16
Top = 94
Width = 48
Height = 12
Caption = '表 名'
end
object Edit_bh: TEdit
Left = 72
Top = 24
Width = 129
Height = 20
ReadOnly = True
TabOrder = 1
end
object Edit_mc: TEdit
Left = 72
Top = 56
Width = 129
Height = 20
CharCase = ecUpperCase
ImeMode = imAlpha
ReadOnly = True
TabOrder = 2
end
object Edit_sl: TEdit
Left = 72
Top = 120
Width = 129
Height = 20
TabOrder = 0
end
object Edit_bm: TEdit
Left = 71
Top = 88
Width = 130
Height = 20
ReadOnly = True
TabOrder = 3
end
end
object BitBtn2: TBitBtn
Left = 356
Top = 164
Width = 75
Height = 25
Caption = '更改屬性'
TabOrder = 2
OnClick = BitBtn2Click
NumGlyphs = 2
end
object BitBtn1: TBitBtn
Left = 460
Top = 164
Width = 75
Height = 25
Caption = '&X關閉'
TabOrder = 3
OnClick = BitBtn1Click
Glyph.Data = {
DE010000424DDE01000000000000760000002800000024000000120000000100
0400000000006801000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877
F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F
000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333
338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333
45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F
3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF
F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F
000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333
338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333
4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888
8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
333333333333888888F3333F00003333330000003333333333338FFFF8F3333F
0000}
NumGlyphs = 2
end
object Query_ckxx: TQuery
DatabaseName = 'yygl'
RequestLive = True
Left = 152
Top = 16
end
object DataSource_ckxx: TDataSource
DataSet = Query_ckxx
Left = 152
Top = 72
end
object Database: TDatabase
AliasName = 'yygl'
Connected = True
DatabaseName = 'yygl'
LoginPrompt = False
Params.Strings = (
'user name='#39#39
'password='#39#39)
SessionName = 'Default'
TransIsolation = tiRepeatableRead
Left = 104
Top = 24
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -