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

📄 unit_adduser.dfm

📁 航空人身保险信息管理系统使用SQL和DELHPI开发
💻 DFM
字号:
object FrmAddUser: TFrmAddUser
  Left = 244
  Top = 196
  Width = 556
  Height = 320
  Caption = #28155#21152#29992#25143
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 136
    Width = 69
    Height = 15
    Caption = #30331#24405#21517':  '
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 240
    Top = 176
    Width = 61
    Height = 15
    Caption = #23494'  '#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 16
    Top = 176
    Width = 60
    Height = 15
    Caption = #29992#25143#21517#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 240
    Top = 136
    Width = 69
    Height = 15
    Caption = #35282'  '#33394#65306' '
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 128
    Top = 208
    Width = 75
    Height = 15
    Caption = #30005#35805#21495#30721#65306
    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 = 240
    Width = 73
    Height = 25
    Caption = #20462#25913
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 264
    Top = 240
    Width = 73
    Height = 25
    Caption = #21024#38500
    TabOrder = 1
    OnClick = Button2Click
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 529
    Height = 120
    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 DBEdit1: TDBEdit
    Left = 88
    Top = 136
    Width = 121
    Height = 21
    DataField = #30331#38470#21517
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit2: TDBEdit
    Left = 312
    Top = 176
    Width = 121
    Height = 21
    DataField = #23494#30721
    DataSource = DataSource1
    TabOrder = 5
  end
  object DBEdit3: TDBEdit
    Left = 312
    Top = 136
    Width = 121
    Height = 21
    BiDiMode = bdLeftToRight
    DataField = #35282#33394
    DataSource = DataSource1
    MaxLength = 1
    ParentBiDiMode = False
    TabOrder = 6
  end
  object DBEdit4: TDBEdit
    Left = 88
    Top = 176
    Width = 121
    Height = 21
    DataField = #29992#25143#21517
    DataSource = DataSource1
    TabOrder = 7
  end
  object DBEdit5: TDBEdit
    Left = 208
    Top = 208
    Width = 121
    Height = 21
    DataField = #30005#35805#21495#30721
    DataSource = DataSource1
    TabOrder = 8
  end
  object Button3: TButton
    Left = 344
    Top = 240
    Width = 75
    Height = 25
    Caption = #25554#20837
    TabOrder = 9
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 432
    Top = 240
    Width = 75
    Height = 25
    Caption = #25552#20132
    TabOrder = 10
    OnClick = Button4Click
  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  loginname as '#39#30331#38470#21517#39',password as '#39#23494#30721#39',username as '#39#29992#25143#21517#39','
      'role  as  '#39#35282#33394#39' ,Telno as '#39#30005#35805#21495#30721#39'  from  operator')
    Left = 40
  end
end

⌨️ 快捷键说明

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