unit_enterprise_manage.~dfm

来自「美汇美容网网站管理系统」· ~DFM 代码 · 共 239 行

~DFM
239
字号
object Form_Enterprise_Manage: TForm_Enterprise_Manage
  Left = 736
  Top = -1
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #26032#22686#20225#19994
  ClientHeight = 285
  ClientWidth = 256
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label5: TLabel
    Left = 8
    Top = 82
    Width = 100
    Height = 13
    AutoSize = False
    Caption = #20225#19994#21517#31216
  end
  object Label4: TLabel
    Left = 8
    Top = 9
    Width = 100
    Height = 13
    AutoSize = False
    Caption = #29992#25143#21517
  end
  object Label6: TLabel
    Left = 8
    Top = 106
    Width = 100
    Height = 13
    AutoSize = False
    Caption = #36127#36131#20154
  end
  object Label7: TLabel
    Left = 8
    Top = 131
    Width = 100
    Height = 13
    AutoSize = False
    Caption = #30005#35805
  end
  object Label8: TLabel
    Left = 8
    Top = 155
    Width = 100
    Height = 13
    AutoSize = False
    Caption = #22320#22336
  end
  object Label9: TLabel
    Left = 8
    Top = 177
    Width = 100
    Height = 13
    AutoSize = False
    Caption = 'Email'
  end
  object Label11: TLabel
    Left = 8
    Top = 204
    Width = 100
    Height = 13
    AutoSize = False
    Caption = #25152#22312#30465
  end
  object Label14: TLabel
    Left = 8
    Top = 228
    Width = 100
    Height = 13
    AutoSize = False
    Caption = #25152#22312#22478#24066
  end
  object Label1: TLabel
    Left = 8
    Top = 34
    Width = 100
    Height = 13
    AutoSize = False
    Caption = #23494#30721
  end
  object Label2: TLabel
    Left = 8
    Top = 58
    Width = 100
    Height = 13
    AutoSize = False
    Caption = #30830#35748#23494#30721
  end
  object Bevel1: TBevel
    Left = 8
    Top = 250
    Width = 241
    Height = 9
    Shape = bsTopLine
  end
  object edUserName: TEdit
    Left = 61
    Top = 6
    Width = 188
    Height = 20
    TabOrder = 0
    Text = 'edUserName'
  end
  object edPassword: TEdit
    Left = 61
    Top = 30
    Width = 188
    Height = 20
    TabOrder = 1
    Text = 'Edit1'
  end
  object edCheckPassword: TEdit
    Left = 61
    Top = 54
    Width = 188
    Height = 20
    TabOrder = 2
    Text = 'Edit1'
  end
  object edName: TEdit
    Left = 61
    Top = 78
    Width = 188
    Height = 20
    TabOrder = 3
    Text = 'Edit1'
  end
  object edPrincipal: TEdit
    Left = 61
    Top = 102
    Width = 188
    Height = 20
    TabOrder = 4
    Text = 'Edit1'
  end
  object edPhone: TEdit
    Left = 61
    Top = 126
    Width = 188
    Height = 20
    TabOrder = 5
    Text = 'Edit1'
    OnKeyPress = edPhoneKeyPress
  end
  object edAddress: TEdit
    Left = 61
    Top = 150
    Width = 188
    Height = 20
    TabOrder = 6
    Text = 'Edit1'
  end
  object edEmail: TEdit
    Left = 61
    Top = 174
    Width = 188
    Height = 20
    TabOrder = 7
    Text = 'Edit1'
  end
  object cbbProvince: TComboBox
    Left = 61
    Top = 199
    Width = 188
    Height = 20
    ItemHeight = 12
    TabOrder = 8
    Text = 'cbbProvince'
    OnChange = cbbProvinceChange
  end
  object cbbCity: TComboBox
    Left = 61
    Top = 223
    Width = 188
    Height = 20
    Enabled = False
    ItemHeight = 12
    TabOrder = 9
    Text = 'ComboBox1'
  end
  object BitBtn1: TBitBtn
    Left = 168
    Top = 256
    Width = 75
    Height = 25
    Caption = #21462#28040'[&C]'
    TabOrder = 11
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 88
    Top = 256
    Width = 75
    Height = 25
    Caption = #20445#23384'[&S]'
    TabOrder = 10
    OnClick = BitBtn2Click
  end
  object XPMenu1: TXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Color = clBtnFace
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = False
    Active = True
    Left = 24
    Top = 256
  end
end

⌨️ 快捷键说明

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