⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 《Delphi7编程100例》代码,书配资料
💻 DFM
字号:
object Form1: TForm1
  Left = 270
  Top = 128
  Width = 545
  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
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 24
    Width = 120
    Height = 16
    Caption = #35831#36755#20837#22269#23478#21517#31216'       '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 184
    Top = 56
    Width = 6
    Height = 20
    Align = alCustom
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Button1: TButton
    Left = 360
    Top = 24
    Width = 97
    Height = 25
    Caption = #25191#34892#23384#20648#36807#31243'  '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 176
    Top = 24
    Width = 121
    Height = 21
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    Text = 'USA'
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 80
    Width = 537
    Height = 257
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 152
    Top = 168
  end
  object Database1: TDatabase
    AliasName = 'IBLocal'
    Connected = True
    DatabaseName = 'Test'
    LoginPrompt = False
    Params.Strings = (
      'USER NAME=SYSDBA'
      'PASSWORD=masterkey'
      '')
    SessionName = 'Default'
    Left = 184
    Top = 168
  end
  object Query1: TQuery
    DatabaseName = 'Test'
    SQL.Strings = (
      'select * from CUSTOMER_SELECT(:iCOUNTRY)')
    Left = 216
    Top = 168
    ParamData = <
      item
        DataType = ftString
        Name = 'iCOUNTRY'
        ParamType = ptInput
      end>
  end
  object StoredProc1: TStoredProc
    DatabaseName = 'Test'
    StoredProcName = 'CUSTOMER_SELECT'
    Left = 264
    Top = 176
    ParamData = <
      item
        DataType = ftString
        Name = 'ICOUNTRY'
        ParamType = ptInput
      end
      item
        DataType = ftInteger
        Name = 'CUST_NO'
        ParamType = ptOutput
      end
      item
        DataType = ftString
        Name = 'CUSTOMER'
        ParamType = ptOutput
      end
      item
        DataType = ftString
        Name = 'STATE_PROVINCE'
        ParamType = ptOutput
      end
      item
        DataType = ftString
        Name = 'COUNTRY'
        ParamType = ptOutput
      end
      item
        DataType = ftString
        Name = 'POSTAL_CODE'
        ParamType = ptOutput
      end>
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -