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

📄 unit_createcard.dfm

📁 用delphi开发的美容院管理系统
💻 DFM
📖 第 1 页 / 共 2 页
字号:
        Height = 12
        AutoSize = False
        Caption = #23458#25143#32534#21495
      end
      object Label3: TLabel
        Left = 40
        Top = 73
        Width = 48
        Height = 12
        AutoSize = False
        Caption = #23458#25143#22995#21517
      end
      object Label4: TLabel
        Left = 336
        Top = 72
        Width = 48
        Height = 12
        AutoSize = False
        Caption = #21150#21345#31867#22411
      end
      object Label5: TLabel
        Left = 40
        Top = 131
        Width = 48
        Height = 12
        AutoSize = False
        Caption = #26368#20302#28040#36153
      end
      object Label6: TLabel
        Left = 336
        Top = 133
        Width = 48
        Height = 12
        Caption = #20139#21463#25240#25187
      end
      object Label7: TLabel
        Left = 40
        Top = 161
        Width = 48
        Height = 12
        AutoSize = False
        Caption = #29616#26377#37329#39069
      end
      object Label8: TLabel
        Left = 336
        Top = 161
        Width = 48
        Height = 12
        Caption = #39044#23384#37329#39069
      end
      object Label9: TLabel
        Left = 40
        Top = 188
        Width = 48
        Height = 12
        Caption = #25253#35686#37329#39069
      end
      object Label10: TLabel
        Left = 336
        Top = 189
        Width = 48
        Height = 12
        Caption = #28040#36153#31215#20998
      end
      object Label11: TLabel
        Left = 40
        Top = 217
        Width = 24
        Height = 12
        Caption = #22791#27880
      end
      object Label12: TLabel
        Left = 40
        Top = 44
        Width = 48
        Height = 12
        Caption = #21345#21495#23494#30721
      end
      object Label13: TLabel
        Left = 336
        Top = 43
        Width = 48
        Height = 12
        Caption = #20877#36755#19968#27425
      end
      object Label14: TLabel
        Left = 40
        Top = 102
        Width = 48
        Height = 12
        Caption = #21150#21345#26085#26399
      end
      object Label15: TLabel
        Left = 336
        Top = 102
        Width = 48
        Height = 12
        Caption = #21150#21345#21592#24037
      end
      object SpeedButton1: TSpeedButton
        Left = 558
        Top = 68
        Width = 23
        Height = 22
        Caption = 'Go'
        OnClick = SpeedButton1Click
      end
      object edt_CardNo: TEdit
        Left = 96
        Top = 12
        Width = 150
        Height = 20
        Color = 14020849
        Enabled = False
        TabOrder = 0
      end
      object edt_CusNo: TEdit
        Left = 409
        Top = 12
        Width = 150
        Height = 20
        Color = 14020849
        Enabled = False
        TabOrder = 1
        OnExit = edt_CusNoExit
      end
      object edt_CusName: TEdit
        Left = 96
        Top = 69
        Width = 150
        Height = 20
        Color = 14020849
        Enabled = False
        ReadOnly = True
        TabOrder = 4
      end
      object edt_MinCost: TEdit
        Left = 96
        Top = 129
        Width = 150
        Height = 20
        Color = 14020849
        Enabled = False
        ReadOnly = True
        TabOrder = 8
      end
      object edt_Discount: TEdit
        Left = 408
        Top = 129
        Width = 150
        Height = 20
        Color = 14020849
        Enabled = False
        ReadOnly = True
        TabOrder = 9
      end
      object edt_curcurrency: TEdit
        Left = 96
        Top = 157
        Width = 150
        Height = 20
        Color = 14020849
        Enabled = False
        TabOrder = 10
        Text = '1.00'
      end
      object edt_Storecurrency: TEdit
        Left = 408
        Top = 157
        Width = 150
        Height = 20
        Color = 14020849
        Enabled = False
        TabOrder = 11
      end
      object edt_Warningcurrency: TEdit
        Left = 96
        Top = 185
        Width = 150
        Height = 20
        Color = 14020849
        Enabled = False
        TabOrder = 12
      end
      object edt_Costscore: TEdit
        Left = 408
        Top = 184
        Width = 150
        Height = 20
        Color = 14020849
        Enabled = False
        TabOrder = 13
      end
      object edt_Password1: TEdit
        Left = 96
        Top = 40
        Width = 150
        Height = 20
        Color = 14020849
        Enabled = False
        PasswordChar = '*'
        TabOrder = 2
      end
      object edt_Password2: TEdit
        Left = 408
        Top = 39
        Width = 150
        Height = 20
        Color = 14020849
        Enabled = False
        PasswordChar = '*'
        TabOrder = 3
        OnExit = edt_Password2Exit
      end
      object mm_remark: TMemo
        Left = 72
        Top = 216
        Width = 513
        Height = 129
        Color = 14020849
        Enabled = False
        TabOrder = 14
      end
      object dtp_CreateDate: TDateTimePicker
        Left = 96
        Top = 98
        Width = 153
        Height = 20
        Date = 37915.404300416670000000
        Time = 37915.404300416670000000
        Enabled = False
        TabOrder = 6
      end
      object edt_Empno: TEdit
        Left = 408
        Top = 98
        Width = 150
        Height = 20
        Color = 14020849
        Enabled = False
        TabOrder = 7
      end
      object cbb_CardType: TComboBox
        Left = 408
        Top = 69
        Width = 150
        Height = 20
        Color = 14020849
        Enabled = False
        ItemHeight = 12
        TabOrder = 5
        OnEnter = cbb_CardTypeEnter
        OnExit = cbb_CardTypeExit
      end
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 420
    Width = 627
    Height = 29
    Panels = <
      item
        Width = 50
      end>
  end
end

⌨️ 快捷键说明

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