| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- object ScProvinceForm: TScProvinceForm
- Left = 511
- Top = 315
- BorderStyle = bsToolWindow
- Caption = #30465#20221
- ClientHeight = 166
- ClientWidth = 310
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object sgProvince: TStringGrid
- Left = 0
- Top = 0
- Width = 310
- Height = 166
- Align = alClient
- Color = 15792112
- FixedCols = 0
- RowCount = 7
- FixedRows = 0
- Font.Charset = ANSI_CHARSET
- Font.Color = 21243
- Font.Height = -12
- Font.Name = 'smartSimSun'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssNone
- TabOrder = 0
- OnDblClick = sgProvinceDblClick
- OnDrawCell = sgProvinceDrawCell
- end
- end
|