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

📄 mains.~dfm

📁 超市系统开发 超市系统开发 超市系统开发 超市系统开发
💻 ~DFM
📖 第 1 页 / 共 2 页
字号:
object FMMAINS: TFMMAINS
  Left = 151
  Top = 97
  AutoScroll = False
  BorderIcons = []
  Caption = '系统设置'
  ClientHeight = 339
  ClientWidth = 568
  Color = clInactiveCaptionText
  Ctl3D = False
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = '宋体'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 15
  object BTNQUT: TBitBtn
    Left = 127
    Top = 309
    Width = 90
    Height = 30
    Caption = '确定存盘'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = BTNQUTClick
    Kind = bkOK
  end
  object BTNCAL: TBitBtn
    Left = 348
    Top = 308
    Width = 93
    Height = 30
    Caption = '取消离开'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = BTNCALClick
    Kind = bkCancel
  end
  object PAGE: TPageControl
    Left = 0
    Top = 0
    Width = 569
    Height = 305
    ActivePage = TabSheet2
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    Style = tsFlatButtons
    TabOrder = 2
    TabWidth = 175
    object PAGE_A: TTabSheet
      Caption = '基本资料'
      object Label8: TLabel
        Left = 35
        Top = 9
        Width = 48
        Height = 12
        Caption = '本店位置'
      end
      object Label1: TLabel
        Left = 275
        Top = 84
        Width = 48
        Height = 12
        Caption = '公司传真'
      end
      object Label2: TLabel
        Left = 35
        Top = 34
        Width = 48
        Height = 12
        Caption = '公司名称'
      end
      object Label3: TLabel
        Left = 35
        Top = 109
        Width = 48
        Height = 12
        Caption = '公司地址'
      end
      object Label4: TLabel
        Left = 35
        Top = 159
        Width = 18
        Height = 12
        Caption = 'WWW'
      end
      object Label7: TLabel
        Left = 35
        Top = 134
        Width = 36
        Height = 12
        Caption = 'E_MAIL'
      end
      object Label10: TLabel
        Left = 35
        Top = 84
        Width = 48
        Height = 12
        Caption = '公司电话'
      end
      object Label11: TLabel
        Left = 35
        Top = 59
        Width = 48
        Height = 12
        Caption = '统一编号'
      end
      object LABEL111: TLabel
        Left = 13
        Top = 204
        Width = 60
        Height = 12
        Caption = '主画面背景'
      end
      object Label13: TLabel
        Left = 115
        Top = 204
        Width = 24
        Height = 12
        Caption = '高度'
      end
      object Label34: TLabel
        Left = 200
        Top = 204
        Width = 24
        Height = 12
        Caption = '标题'
      end
      object Label37: TLabel
        Left = 7
        Top = 252
        Width = 72
        Height = 12
        Caption = '主画面背景图'
      end
      object ED_CORP_NAME: TEdit
        Left = 105
        Top = 30
        Width = 380
        Height = 18
        TabOrder = 1
      end
      object ED_CORP_NO: TEdit
        Left = 105
        Top = 55
        Width = 380
        Height = 18
        TabOrder = 2
      end
      object ED_CORP_TEL: TEdit
        Left = 105
        Top = 80
        Width = 150
        Height = 18
        TabOrder = 3
      end
      object ED_CORP_FAX: TEdit
        Left = 335
        Top = 80
        Width = 150
        Height = 18
        TabOrder = 4
      end
      object ED_CORP_ADDR: TEdit
        Left = 105
        Top = 105
        Width = 380
        Height = 18
        TabOrder = 5
      end
      object ED_CORP_EMAIL: TEdit
        Left = 105
        Top = 130
        Width = 380
        Height = 18
        TabOrder = 6
      end
      object ED_CORP_WWW: TEdit
        Left = 105
        Top = 155
        Width = 380
        Height = 18
        TabOrder = 7
      end
      object ED_CORP_RBPST: SELOOKUPBOX
        Left = 105
        Top = 6
        Width = 150
        Height = 18
        MaxLength = 20
        TabOrder = 0
        _DatabaseName = 'MAIN'
        _TableName = 'SYSLST'
        _Field_IDNO = 'RBRNRBPST'
        _EDIT_WIDTH = 50
        _CHANGE_QUERY = True
        _INSERT_RECORD = True
        _SHOW_MESSAGE = False
      end
      object ED_SET_MAINCR: TPanel
        Left = 85
        Top = 201
        Width = 20
        Height = 20
        Caption = ' '
        TabOrder = 8
        OnClick = ED_SET_MAINCRClick
      end
      object ED_SET_MAINHT: TSpinEdit
        Left = 145
        Top = 199
        Width = 50
        Height = 21
        MaxValue = 0
        MinValue = 0
        TabOrder = 9
        Value = 0
      end
      object ED_SET_MAINCP: TEdit
        Left = 230
        Top = 201
        Width = 256
        Height = 18
        MaxLength = 40
        TabOrder = 10
      end
      object ED_SET_MAINBG: TEdit
        Left = 85
        Top = 249
        Width = 371
        Height = 18
        MaxLength = 40
        TabOrder = 11
        Text = 'QRBGDS.INI'
        OnDblClick = ED_SET_QRBGDSDblClick
      end
      object BTN_SET_MAINBG: TButton
        Left = 460
        Top = 247
        Width = 25
        Height = 25
        Caption = '...'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = 'Arial'
        Font.Style = [fsBold]
        ParentFont = False
        TabOrder = 12
        OnClick = ED_SET_QRBGDSDblClick
      end
    end
    object PAGE_B: TTabSheet
      Caption = '参数设置1'
      ImageIndex = 1
      object Label9: TLabel
        Left = 210
        Top = 253
        Width = 72
        Height = 12
        Caption = '税金比率设置'
      end
      object Label12: TLabel
        Left = 370
        Top = 253
        Width = 6
        Height = 12
        Caption = '%'
      end
      object ED_SET_TAX: TSpinEdit
        Left = 305
        Top = 248
        Width = 60
        Height = 21
        MaxValue = 0
        MinValue = 0
        TabOrder = 0
        Value = 0
      end
      object ED_SET_LOGIN: TCheckBox
        Left = 210
        Top = 28
        Width = 200
        Height = 24
        Caption = '激活程序是否登录'
        TabOrder = 1
      end
      object GroupBox4: TGroupBox
        Left = 360
        Top = 15
        Width = 185
        Height = 151
        Caption = '收款台设置'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 3
        Visible = False
        object Label5: TLabel
          Left = 7
          Top = 122
          Width = 72
          Height = 12
          Caption = '会员点数设置'
        end
        object Label6: TLabel
          Left = 147
          Top = 122
          Width = 30
          Height = 12
          Caption = '元/点'
        end
        object ED_SET_ACUS: TCheckBox
          Left = 10
          Top = 21
          Width = 200
          Height = 24
          Caption = '是否输入流动客户分析'
          TabOrder = 0
        end
        object ED_SET_BMBPO: TSpinEdit
          Left = 81
          Top = 117
          Width = 60
          Height = 21
          MaxValue = 0
          MinValue = 0
          TabOrder = 1
          Value = 0
        end
        object ED_POSA_F5: TCheckBox
          Left = 10
          Top = 41
          Width = 200
          Height = 24
          Caption = '是否可直接更改售价'
          TabOrder = 2
        end
        object ED_SET_PAIV: TCheckBox
          Left = 10
          Top = 61
          Width = 200
          Height = 24
          Caption = '是否必须输入发票号码'
          TabOrder = 3
        end
        object ED_SET_PALS: TCheckBox
          Left = 10
          Top = 81
          Width = 200
          Height = 24
          Caption = '是否售价可低于预设成本'
          TabOrder = 4
        end
      end
      object GroupBox3: TGroupBox
        Left = 5
        Top = 10
        Width = 201
        Height = 261
        Caption = '条形码编号长度设置'
        TabOrder = 2
        object Label14: TLabel
          Left = 15
          Top = 50
          Width = 84
          Height = 12
          Caption = '产品条形码长度'
        end
        object Label15: TLabel
          Left = 160
          Top = 50
          Width = 24
          Height = 12
          Caption = '位数'
        end
        object Label16: TLabel
          Left = 15
          Top = 100
          Width = 72
          Height = 12
          Caption = '厂商编号长度'
        end
        object Label17: TLabel
          Left = 160
          Top = 100
          Width = 24
          Height = 12
          Caption = '位数'
        end
        object Label28: TLabel
          Left = 15
          Top = 125
          Width = 72
          Height = 12
          Caption = '客户编号长度'
        end
        object Label29: TLabel
          Left = 160
          Top = 125
          Width = 24
          Height = 12
          Caption = '位数'
        end
        object Label33: TLabel
          Left = 15
          Top = 75
          Width = 72
          Height = 12
          Caption = '会员编号长度'
        end
        object Label36: TLabel
          Left = 160
          Top = 75
          Width = 24

⌨️ 快捷键说明

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