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

📄 frm_stationedit.dfm

📁 这是一个基于delphi平台的物流空运管理系统!
💻 DFM
字号:
inherited FrmStationEdit: TFrmStationEdit
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #22330#31449#20449#24687#32534#36753
  ClientHeight = 315
  ClientWidth = 434
  OldCreateOrder = True
  OnActivate = FormActivate
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 16
    Top = 25
    Width = 48
    Height = 12
    Caption = #22330#31449#20195#30721
    Transparent = True
  end
  object Label2: TLabel [1]
    Left = 16
    Top = 55
    Width = 48
    Height = 12
    Caption = #33521#25991#21517#31216
    Transparent = True
  end
  object Label3: TLabel [2]
    Left = 17
    Top = 85
    Width = 48
    Height = 12
    Caption = #22330#31449#21517#31216
    Transparent = True
  end
  object Label12: TLabel [3]
    Left = 16
    Top = 145
    Width = 48
    Height = 12
    Caption = #25152#23646#20844#21496
    Transparent = True
  end
  object Label5: TLabel [4]
    Left = 16
    Top = 175
    Width = 36
    Height = 12
    Caption = #32852#31995#20154
    Transparent = True
  end
  object Label4: TLabel [5]
    Left = 17
    Top = 235
    Width = 42
    Height = 12
    Caption = #22791'   '#27880
    Transparent = True
  end
  object Label6: TLabel [6]
    Left = 17
    Top = 205
    Width = 48
    Height = 12
    Caption = #32852#31995#26041#24335
    Transparent = True
  end
  object Label7: TLabel [7]
    Left = 17
    Top = 115
    Width = 48
    Height = 12
    Caption = #22330#31449#22320#22336
    Transparent = True
  end
  object EdtCode: TEdit [8]
    Left = 80
    Top = 20
    Width = 139
    Height = 20
    MaxLength = 20
    TabOrder = 0
  end
  object EdtName: TEdit [9]
    Left = 80
    Top = 50
    Width = 345
    Height = 20
    MaxLength = 80
    TabOrder = 1
  end
  object EdtCName: TEdit [10]
    Left = 80
    Top = 80
    Width = 343
    Height = 20
    MaxLength = 80
    TabOrder = 2
  end
  object CmbCompanyName: TComboBox [11]
    Left = 80
    Top = 140
    Width = 345
    Height = 20
    ItemHeight = 12
    MaxLength = 20
    TabOrder = 3
  end
  object EdtRelation: TEdit [12]
    Left = 80
    Top = 170
    Width = 345
    Height = 20
    MaxLength = 250
    TabOrder = 4
  end
  object EdtRemark: TEdit [13]
    Left = 80
    Top = 230
    Width = 343
    Height = 20
    MaxLength = 200
    TabOrder = 5
  end
  object EdtStyle: TEdit [14]
    Left = 80
    Top = 200
    Width = 343
    Height = 20
    MaxLength = 250
    TabOrder = 6
  end
  object EdtAddress: TEdit [15]
    Left = 80
    Top = 110
    Width = 343
    Height = 20
    MaxLength = 250
    TabOrder = 7
  end
  object BtnAdd: TButton [16]
    Left = 71
    Top = 264
    Width = 75
    Height = 25
    Caption = #22686'  '#21152'(&A)'
    TabOrder = 8
    OnClick = BtnAddClick
  end
  object BtnSave: TButton [17]
    Left = 184
    Top = 264
    Width = 75
    Height = 25
    Caption = #20445'  '#23384'(&V)'
    TabOrder = 9
    OnClick = BtnSaveClick
  end
  object BtnClose: TButton [18]
    Left = 296
    Top = 264
    Width = 75
    Height = 25
    Caption = #20851'  '#38381'(&C)'
    TabOrder = 10
    OnClick = BtnCloseClick
  end
  object QryTemp: TADOQuery
    Connection = FrmMain.UseDB
    Parameters = <>
    Left = 232
    Top = 144
  end
end

⌨️ 快捷键说明

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