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

📄 unit_addorg.dfm

📁 航空人身保险信息管理系统使用SQL和DELHPI开发
💻 DFM
字号:
object FrmAddorg: TFrmAddorg
  Left = 202
  Top = 183
  Width = 556
  Height = 287
  Caption = #28155#21152#26426#26500
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 56
    Top = 168
    Width = 60
    Height = 15
    Caption = #26426#26500#21517#31216
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 280
    Top = 168
    Width = 60
    Height = 15
    Caption = #26426#26500#20195#30721
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 184
    Top = 208
    Width = 73
    Height = 25
    Caption = #20462#25913
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 264
    Top = 208
    Width = 73
    Height = 25
    Caption = #21024#38500
    TabOrder = 1
    OnClick = Button2Click
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 529
    Height = 145
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 152
    Top = -8
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 3
    Visible = False
  end
  object Button3: TButton
    Left = 344
    Top = 208
    Width = 75
    Height = 25
    Caption = #25554#20837
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 432
    Top = 208
    Width = 75
    Height = 25
    Caption = #25552#20132
    TabOrder = 5
    OnClick = Button4Click
  end
  object DBEdit1: TDBEdit
    Left = 120
    Top = 168
    Width = 81
    Height = 21
    DataField = #26426#26500#21517
    DataSource = DataSource1
    TabOrder = 6
  end
  object DBEdit2: TDBEdit
    Left = 360
    Top = 168
    Width = 105
    Height = 21
    DataField = #26426#26500#20195#30721
    DataSource = DataSource1
    TabOrder = 7
  end
  object DataSource1: TDataSource
    AutoEdit = False
    DataSet = ADOQuery1
    Left = 8
    Top = 8
  end
  object ADOQuery1: TADOQuery
    Connection = Dtm.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      
        'select departmentname as '#26426#26500#21517',departmentno as '#26426#26500#20195#30721' from departmen' +
        't')
    Left = 40
  end
end

⌨️ 快捷键说明

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