| 123456789101112131415161718192021222324252627282930313233343536 |
- object DataProviderCaseFrm: TDataProviderCaseFrm
- Left = 0
- Top = 0
- Caption = 'DataProviderCaseFrm'
- ClientHeight = 243
- ClientWidth = 444
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object btn1: TButton
- Left = 344
- Top = 32
- Width = 75
- Height = 25
- Caption = #25209#37327#26597#25214
- TabOrder = 0
- OnClick = btn1Click
- end
- object btn2: TButton
- Left = 344
- Top = 63
- Width = 75
- Height = 25
- Caption = #25442#29992#25143
- TabOrder = 1
- OnClick = btn2Click
- end
- end
|