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

📄 ubill_base.~dfm

📁 相关的销售服务管理行业的一个软件
💻 ~DFM
📖 第 1 页 / 共 2 页
字号:
object frmBill_Base: TfrmBill_Base
  Left = 0
  Top = 67
  Width = 800
  Height = 505
  Caption = '采购入库'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  WindowState = wsMaximized
  OnActivate = FormActivate
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 41
    Width = 792
    Height = 437
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 0
    object Panel2: TPanel
      Left = 0
      Top = 0
      Width = 792
      Height = 184
      Align = alTop
      BevelInner = bvLowered
      BevelOuter = bvNone
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      object Label1: TLabel
        Left = 24
        Top = 63
        Width = 36
        Height = 12
        Caption = '编号:'
      end
      object Label2: TLabel
        Left = 235
        Top = 95
        Width = 36
        Height = 12
        Caption = '日期:'
      end
      object Label3: TLabel
        Left = 24
        Top = 127
        Width = 60
        Height = 12
        Caption = '收发类别:'
      end
      object Label4: TLabel
        Left = 24
        Top = 159
        Width = 36
        Height = 12
        Caption = '部门:'
      end
      object Label5: TLabel
        Left = 235
        Top = 127
        Width = 48
        Height = 12
        Caption = '业务员:'
      end
      object Label6: TLabel
        Left = 24
        Top = 95
        Width = 36
        Height = 12
        Caption = '仓库:'
      end
      object Label8: TLabel
        Left = 235
        Top = 159
        Width = 48
        Height = 12
        Caption = '供应商:'
      end
      object Label12: TLabel
        Left = 235
        Top = 63
        Width = 60
        Height = 12
        Caption = '业务类型:'
      end
      object Label13: TLabel
        Left = 464
        Top = 127
        Width = 36
        Height = 12
        Caption = '备注:'
      end
      object Label26: TLabel
        Left = 464
        Top = 63
        Width = 60
        Height = 12
        Caption = '采购订单:'
      end
      object Label29: TLabel
        Left = 464
        Top = 96
        Width = 72
        Height = 12
        Caption = '销售订单号:'
      end
      object Label9: TLabel
        Left = 344
        Top = 24
        Width = 105
        Height = 20
        Caption = '出入库单据'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -20
        Font.Name = '宋体'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object SpeedButton1: TSpeedButton
        Left = 205
        Top = 91
        Width = 23
        Height = 20
        Caption = '.*.'
        Flat = True
        OnClick = SpeedButton1Click
      end
      object SpeedButton2: TSpeedButton
        Left = 205
        Top = 121
        Width = 23
        Height = 21
        Caption = '.*.'
        Flat = True
        OnClick = SpeedButton2Click
      end
      object SpeedButton3: TSpeedButton
        Left = 205
        Top = 155
        Width = 23
        Height = 20
        Caption = '...'
        Flat = True
        OnClick = SpeedButton3Click
      end
      object SpeedButton4: TSpeedButton
        Left = 440
        Top = 155
        Width = 23
        Height = 21
        Caption = '...'
        Flat = True
        OnClick = SpeedButton4Click
      end
      object Label10: TLabel
        Left = 440
        Top = 8
        Width = 48
        Height = 12
        Caption = '客  户:'
      end
      object SpeedButton5: TSpeedButton
        Left = 640
        Top = 8
        Width = 23
        Height = 22
        Caption = '...'
        Flat = True
        Visible = False
        OnClick = SpeedButton5Click
      end
      object DBEdit1: TDBEdit
        Left = 80
        Top = 59
        Width = 126
        Height = 20
        BorderStyle = bsNone
        Color = clMenu
        Ctl3D = True
        DataField = 'nBillid'
        DataSource = DataSource1
        ImeName = '中文 (简体) - 微软拼音'
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 0
      end
      object DBEdit2: TDBEdit
        Left = 315
        Top = 91
        Width = 126
        Height = 20
        DataField = 'nDateRk'
        DataSource = DataSource1
        ImeName = '中文 (简体) - 微软拼音'
        ReadOnly = True
        TabOrder = 2
      end
      object DBEdit3: TDBEdit
        Left = 80
        Top = 91
        Width = 126
        Height = 20
        TabStop = False
        DataField = 'nCkCode'
        DataSource = DataSource1
        ImeName = '中文 (简体) - 微软拼音'
        TabOrder = 3
        OnChange = DBEdit3Change
      end
      object DBEdit4: TDBEdit
        Left = 80
        Top = 155
        Width = 126
        Height = 20
        TabStop = False
        DataField = 'nXsDept'
        DataSource = DataSource1
        ImeName = '中文 (简体) - 微软拼音'
        TabOrder = 4
        OnChange = DBEdit4Change
      end
      object DBEdit5: TDBEdit
        Left = 315
        Top = 123
        Width = 126
        Height = 20
        DataField = 'nYwMan'
        DataSource = DataSource1
        ImeName = '中文 (简体) - 微软拼音'
        ReadOnly = True
        TabOrder = 5
      end
      object DBEdit6: TDBEdit
        Left = 315
        Top = 59
        Width = 126
        Height = 20
        DataField = 'nYwType'
        DataSource = DataSource1
        ImeName = '中文 (简体) - 微软拼音'
        ReadOnly = True
        TabOrder = 6
      end
      object DBEdit7: TDBEdit
        Left = 315
        Top = 155
        Width = 126
        Height = 20
        TabStop = False
        DataField = 'nGysNo'
        DataSource = DataSource1
        ImeName = '中文 (简体) - 微软拼音'
        TabOrder = 7
        OnChange = DBEdit7Change
      end
      object DBEdit11: TDBEdit
        Left = 80
        Top = 122
        Width = 126
        Height = 20
        TabStop = False
        DataField = 'nSfTtype'
        DataSource = DataSource1
        ImeName = '中文 (简体) - 微软拼音'
        TabOrder = 8
        OnChange = DBEdit11Change
      end
      object DBRichEdit1: TDBRichEdit
        Left = 536
        Top = 125
        Width = 128
        Height = 49
        DataField = 'nMemo'
        DataSource = DataSource1
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ImeName = '中文 (简体) - 微软拼音'
        ParentFont = False
        TabOrder = 9
      end
      object Edit1: TEdit
        Left = 80
        Top = 91
        Width = 126
        Height = 20
        ImeName = '中文 (简体) - 微软拼音'
        TabOrder = 1
        OnChange = Edit1Change
        OnExit = Edit1Exit
      end
      object Edit2: TEdit
        Left = 80
        Top = 122
        Width = 127
        Height = 20
        ImeName = '中文 (简体) - 微软拼音'
        TabOrder = 10
        OnChange = Edit2Change
        OnExit = Edit2Exit
      end
      object Edit3: TEdit
        Left = 80
        Top = 155
        Width = 126
        Height = 20
        ImeName = '中文 (简体) - 微软拼音'
        TabOrder = 11
        OnChange = Edit3Change
        OnExit = Edit3Exit
      end
      object Edit4: TEdit
        Left = 315
        Top = 155
        Width = 126
        Height = 20
        ImeName = '中文 (简体) - 微软拼音'
        TabOrder = 12
        OnChange = Edit4Change
        OnExit = Edit4Exit
      end
      object DBCheckBox1: TDBCheckBox
        Left = 688
        Top = 16
        Width = 57
        Height = 17
        Caption = '红字'
        DataField = 'nRedBlue'
        DataSource = DataSource1
        TabOrder = 13
        ValueChecked = 'True'
        ValueUnchecked = 'False'
      end
      object DBComboBox1: TDBComboBox
        Left = 536
        Top = 56
        Width = 129
        Height = 20
        DataField = 'nCgDdId'
        DataSource = DataSource1
        ImeName = '中文 (简体) - 微软拼音'
        ItemHeight = 12
        TabOrder = 14
      end
      object DBComboBox2: TDBComboBox
        Left = 536
        Top = 91
        Width = 129
        Height = 20
        DataField = 'nDdID'
        DataSource = DataSource1
        ImeName = '中文 (简体) - 微软拼音'
        ItemHeight = 12
        TabOrder = 15
      end
      object DBEdit12: TDBEdit
        Left = 512
        Top = 0
        Width = 121
        Height = 20
        DataField = 'nCusNo'
        DataSource = DataSource1
        ImeName = '中文 (简体) - 微软拼音'
        TabOrder = 16
        OnChange = DBEdit12Change
      end
      object Edit5: TEdit
        Left = 512
        Top = 0
        Width = 121
        Height = 20
        ImeName = '中文 (简体) - 微软拼音'
        TabOrder = 17
        Text = 'Edit5'
        OnChange = Edit5Change
        OnExit = Edit5Exit
      end
      object Button1999: TButton
        Left = 752
        Top = 8
        Width = 25
        Height = 25
        Caption = 'Button1999'
        Enabled = False
        TabOrder = 18
        Visible = False
        OnClick = Button1999Click
      end
      object RepOrder: TStaticText
        Left = 248
        Top = 16
        Width = 52
        Height = 16
        Caption = 'RepOrder'
        TabOrder = 19
        Visible = False
      end
    end
    object Panel3: TPanel
      Left = 0
      Top = 404
      Width = 792
      Height = 33
      Align = alBottom
      BevelOuter = bvNone
      Enabled = False
      TabOrder = 1
      object Label7: TLabel
        Left = 40
        Top = 11
        Width = 48
        Height = 12
        Caption = '审核人:'
      end
      object Label11: TLabel
        Left = 512
        Top = 11
        Width = 48
        Height = 12
        Caption = '操作员:'
      end
      object Label22: TLabel
        Left = 272
        Top = 11
        Width = 48
        Height = 12
        Caption = '经手人:'
        FocusControl = DBEdit9
      end
      object SpeedButton6: TSpeedButton
        Left = 440
        Top = 7
        Width = 23
        Height = 21
        Caption = '...'
        Flat = True
        OnClick = SpeedButton6Click
      end
      object SpeedButton7: TSpeedButton
        Left = 680
        Top = 6
        Width = 23
        Height = 20
        Caption = '...'
        Flat = True
        OnClick = SpeedButton7Click
      end
      object DBEdit8: TDBEdit
        Left = 88
        Top = 7
        Width = 113
        Height = 20
        TabStop = False
        DataField = 'nShMan'
        DataSource = DataSource1
        ImeName = '中文 (简体) - 微软拼音'
        ReadOnly = True
        TabOrder = 0
      end
      object DBEdit10: TDBEdit
        Left = 568
        Top = 7
        Width = 113
        Height = 20
        TabStop = False
        DataField = 'nCzMan'
        DataSource = DataSource1
        ImeName = '中文 (简体) - 微软拼音'
        TabOrder = 1
        OnChange = DBEdit10Change
      end
      object DBEdit9: TDBEdit
        Left = 329
        Top = 7
        Width = 113
        Height = 20
        TabStop = False
        DataField = 'nJsMan'
        DataSource = DataSource1
        ImeName = '中文 (简体) - 微软拼音'
        TabOrder = 2
        OnChange = DBEdit9Change
      end
      object Edit6: TEdit
        Left = 329
        Top = 7
        Width = 113
        Height = 20
        ImeName = '中文 (简体) - 微软拼音'
        TabOrder = 3
        OnChange = Edit6Change
        OnExit = Edit6Exit
      end
      object Edit7: TEdit
        Left = 568
        Top = 7
        Width = 114
        Height = 20
        ImeName = '中文 (简体) - 微软拼音'
        TabOrder = 4
        OnChange = Edit7Change
        OnExit = Edit7Exit
      end
    end
    object Panel4: TPanel
      Left = 0
      Top = 184
      Width = 792
      Height = 220
      Align = alClient
      BevelOuter = bvNone
      TabOrder = 2
      object Splitter1: TSplitter
        Left = 2
        Top = 0
        Width = 3
        Height = 220
        Cursor = crHSplit

⌨️ 快捷键说明

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