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

📄 sys900_01.dfm.svn-base

📁 一个用Delphi开发的ERP软件
💻 SVN-BASE
📖 第 1 页 / 共 3 页
字号:
object Sys900_01Form: TSys900_01Form
  Left = 109
  Top = 41
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #31995#32479#21442#25968
  ClientHeight = 495
  ClientWidth = 657
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Pitch = fpFixed
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 12
  object PageControl1: TPageControl
    Left = 8
    Top = 8
    Width = 641
    Height = 449
    ActivePage = TabSheet1
    TabIndex = 0
    TabOrder = 0
    OnChanging = PageControl1Changing
    object TabSheet1: TTabSheet
      Caption = #31995#32479#21442#25968#35774#32622
      object GroupBox1: TGroupBox
        Left = 8
        Top = 0
        Width = 617
        Height = 57
        Caption = #26085#26399#26684#24335
        TabOrder = 0
        object lblDateFormat: TLabel
          Left = 152
          Top = 24
          Width = 48
          Height = 12
          Caption = #26085#26399#26684#24335
        end
        object lblSeparator: TLabel
          Left = 24
          Top = 24
          Width = 36
          Height = 12
          Caption = #20998#38548#31526
        end
        object lblDateExample: TLabel
          Left = 336
          Top = 24
          Width = 36
          Height = 12
          Caption = #33539#20363#65306
        end
        object lblDate: TLabel
          Left = 384
          Top = 24
          Width = 60
          Height = 12
          Caption = '2002-12-19'
        end
        object cbDateFormat: TComboBox
          Left = 208
          Top = 20
          Width = 105
          Height = 20
          Style = csDropDownList
          ImeName = ''
          ItemHeight = 12
          ItemIndex = 0
          TabOrder = 0
          Text = 'yyyy-mm-dd'
          OnChange = cbDateFormatChange
          Items.Strings = (
            'yyyy-mm-dd'
            'yyyy-m-d'
            'yy-mm-dd'
            'yy-m-d'
            'mm-dd-yyyy'
            'm-d-yyyy'
            'mm-dd-yy'
            'm-d-yy'
            'dd-mm-yyyy'
            'd-m-yyyy'
            'dd-mm-yy'
            'd-m-yy')
        end
        object cbSeparator: TComboBox
          Left = 72
          Top = 20
          Width = 65
          Height = 20
          Style = csDropDownList
          ImeName = ''
          ItemHeight = 12
          ItemIndex = 0
          TabOrder = 1
          Text = '-'
          OnChange = cbSeparatorChange
          Items.Strings = (
            '-'
            '/'
            '.')
        end
      end
      object GroupBox2: TGroupBox
        Left = 8
        Top = 64
        Width = 617
        Height = 153
        Caption = #25968#23383#26684#24335
        TabOrder = 1
        object lblQtyFormat: TLabel
          Left = 16
          Top = 24
          Width = 48
          Height = 12
          Caption = #25968#37327#26684#24335
        end
        object lblRateFormat: TLabel
          Left = 16
          Top = 96
          Width = 48
          Height = 12
          Caption = #27719#29575#26684#24335
        end
        object lblPriceFormat: TLabel
          Left = 16
          Top = 48
          Width = 48
          Height = 12
          Caption = #21333#20215#26684#24335
        end
        object lblAmountFormat: TLabel
          Left = 16
          Top = 72
          Width = 48
          Height = 12
          Caption = #37329#39069#26684#24335
        end
        object lblNegative: TLabel
          Left = 16
          Top = 120
          Width = 48
          Height = 12
          Caption = #36127#25968#26684#24335
        end
        object lblQtyExample: TLabel
          Left = 232
          Top = 24
          Width = 36
          Height = 12
          Caption = #33539#20363#65306
        end
        object lblQty: TLabel
          Left = 280
          Top = 24
          Width = 42
          Height = 12
          Caption = '1234.00'
        end
        object lblPriceExample: TLabel
          Left = 232
          Top = 48
          Width = 36
          Height = 12
          Caption = #33539#20363#65306
        end
        object lblPrice: TLabel
          Left = 280
          Top = 48
          Width = 54
          Height = 12
          Caption = '1234.0000'
        end
        object lblAmountExample: TLabel
          Left = 232
          Top = 72
          Width = 36
          Height = 12
          Caption = #33539#20363#65306
        end
        object lblAmount: TLabel
          Left = 280
          Top = 72
          Width = 42
          Height = 12
          Caption = '1234.00'
        end
        object lblRateExample: TLabel
          Left = 232
          Top = 96
          Width = 36
          Height = 12
          Caption = #33539#20363#65306
        end
        object lblRate: TLabel
          Left = 280
          Top = 96
          Width = 54
          Height = 12
          Caption = '1234.0000'
        end
        object lblNegaColor: TLabel
          Left = 232
          Top = 120
          Width = 48
          Height = 12
          Caption = #23383#20307#39068#33394
        end
        object lblNegaQty: TLabel
          Left = 376
          Top = 24
          Width = 48
          Height = 12
          Caption = '-1234.00'
          Font.Charset = ANSI_CHARSET
          Font.Color = clRed
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Pitch = fpFixed
          Font.Style = []
          ParentFont = False
        end
        object lblNegaPrice: TLabel
          Left = 376
          Top = 48
          Width = 60
          Height = 12
          Caption = '-1234.0000'
          Font.Charset = ANSI_CHARSET
          Font.Color = clRed
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Pitch = fpFixed
          Font.Style = []
          ParentFont = False
        end
        object lblNegaAmount: TLabel
          Left = 376
          Top = 72
          Width = 48
          Height = 12
          Caption = '-1234.00'
          Font.Charset = ANSI_CHARSET
          Font.Color = clRed
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Pitch = fpFixed
          Font.Style = []
          ParentFont = False
        end
        object lblNegaRate: TLabel
          Left = 376
          Top = 96
          Width = 60
          Height = 12
          Caption = '-1234.0000'
          Font.Charset = ANSI_CHARSET
          Font.Color = clRed
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Pitch = fpFixed
          Font.Style = []
          ParentFont = False
        end
        object cbQtyFormat: TComboBox
          Left = 72
          Top = 20
          Width = 129
          Height = 20
          Style = csDropDownList
          ImeName = ''
          ItemHeight = 12
          ItemIndex = 2
          TabOrder = 0
          Text = '#,##0.00'
          OnChange = cbQtyFormatChange
          Items.Strings = (
            '#,###.##'
            '#,##0.##'
            '#,##0.00'
            '####.##'
            '###0.##'
            '###0.00')
        end
        object cbPriceFormat: TComboBox
          Left = 72
          Top = 44
          Width = 129
          Height = 20
          Style = csDropDownList
          ImeName = ''
          ItemHeight = 12
          ItemIndex = 2
          TabOrder = 1
          Text = '#,##0.0000'
          OnChange = cbPriceFormatChange
          Items.Strings = (
            '#,###.####'
            '#,##0.####'
            '#,##0.0000'
            '####.####'
            '###0.####'
            '###0.0000')
        end
        object cbAmountFormat: TComboBox
          Left = 72
          Top = 68
          Width = 129
          Height = 20
          Style = csDropDownList
          ImeName = ''
          ItemHeight = 12
          ItemIndex = 2
          TabOrder = 2
          Text = '#,##0.00'
          OnChange = cbAmountFormatChange
          Items.Strings = (
            '#,###.##'
            '#,##0.##'
            '#,##0.00'
            '####.##'
            '###0.##'
            '###0.00')
        end
        object cbNegative: TComboBox
          Left = 72
          Top = 116
          Width = 129
          Height = 20
          Style = csDropDownList
          ImeName = ''
          ItemHeight = 12
          ItemIndex = 0
          TabOrder = 3
          Text = '-1234.50'
          OnChange = cbNegativeChange
          Items.Strings = (
            '-1234.50'
            '(1234.50)')
        end
        object cbRateFormat: TComboBox
          Left = 72
          Top = 92
          Width = 129
          Height = 20
          Style = csDropDownList
          ImeName = ''
          ItemHeight = 12
          ItemIndex = 2
          TabOrder = 4
          Text = '#,##0.0000'
          OnChange = cbRateFormatChange
          Items.Strings = (
            '#,###.####'
            '#,##0.####'
            '#,##0.0000'
            '####.####'
            '###0.####'
            '###0.0000')
        end
        object cbNegaColor: TColorBox
          Left = 296
          Top = 116
          Width = 97
          Height = 22
          DefaultColorColor = clWindowText
          Selected = clRed
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Pitch = fpFixed

⌨️ 快捷键说明

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