plnoption.dfm

来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 342 行

DFM
342
字号
inherited frmPlnOption: TfrmPlnOption
  Left = 220
  Top = 108
  Width = 279
  Height = 392
  Caption = '计划参数设置'
  Color = 16118752
  Icon.Data = {
    0000010001001010000000000000680500001600000028000000100000002000
    000001000800000000004001000000000000000000000001000000000000FFFF
    FF00FF690000FCF9F900F7EFF000F0E2E300EFE0E100EEDEDF00EEDDDE00EBD7
    D900E9D3D500E2C6C800DDBCBF00DDBBBE00DBB8BB00DAB6B900D6ADB100D2A6
    AA00D1A5A900CFA1A500C68F9400C58C9100BF818600BD7D8300BD7C8200B873
    7900B46A7000B2666D00AF616800AE5F6600AC5B6200AB596000A64F5700A44C
    5400A1464E00A1454D009D3D450098343D0096303900962F3800952D36008C1C
    26008B1A24008A1822008A17210089151F0088131D00850E1800850D17008106
    11008105100080040F0080030E007F020D00FF870C00FF004700FF0000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    000000000000000000000000000000363636360000163636361F0C0000000036
    363636001B363636363636130000000000000000000000000000000000000036
    3636360000002736363636362000003636363600000000363636363636000000
    00000000000000000000000000000036363636000A3636000036363622000036
    3636360021363624030036360F00000000000000000000000000000000000036
    36363600363636363618000000000036363636001C3636363636140000000000
    0000000000000000000000000000003636363600001536363636362300000036
    363636000000122436361A000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    000000000000000000000000000000000000000000000000000000000000}
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 23
    Top = 11
    Width = 60
    Height = 12
    Caption = '周期类型:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 23
    Top = 34
    Width = 48
    Height = 12
    Caption = '展望期:'
  end
  object scType: TSDComboBox
    Left = 80
    Top = 4
    Width = 120
    Height = 20
    Color = 16118752
    Ctl3D = False
    ItemHeight = 12
    ParentCtl3D = False
    TabOrder = 0
    Text = '10911'
    Items.Strings = (
      '1-天'
      '2-周'
      '3-旬'
      '4-半月'
      '5-月'
      '6-季'
      '7-半年'
      '8-年')
    KeyItem = cbItem2
  end
  object sePeriod: TSDEdit
    Left = 79
    Top = 28
    Width = 119
    Height = 18
    Ctl3D = False
    ParentColor = True
    ParentCtl3D = False
    TabOrder = 1
    Text = '10901'
    CharType = ctNumeric
    SplitSymbol = ' | '
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 53
    Width = 236
    Height = 88
    Caption = '执行区'
    TabOrder = 2
    object Label3: TLabel
      Left = 15
      Top = 21
      Width = 48
      Height = 12
      Caption = '周期数:'
    end
    object Label4: TLabel
      Left = 15
      Top = 42
      Width = 60
      Height = 12
      Caption = '显示列数:'
    end
    object Label5: TLabel
      Left = 15
      Top = 63
      Width = 72
      Height = 12
      Caption = '每列周期数:'
    end
    object seExeZq: TSDEdit
      Left = 83
      Top = 16
      Width = 121
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = '10902'
      OnChange = seExeZqChange
      CharType = ctNumeric
      SplitSymbol = ' | '
    end
    object seExeRow: TSDEdit
      Left = 83
      Top = 38
      Width = 121
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = '10905'
      OnChange = seExeRowChange
      CharType = ctNumeric
      SplitSymbol = ' | '
    end
    object seExeZqp: TSDEdit
      Left = 83
      Top = 60
      Width = 121
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 2
      Text = '10906'
      SplitSymbol = ' | '
    end
  end
  object GroupBox2: TGroupBox
    Left = 15
    Top = 144
    Width = 236
    Height = 87
    Caption = '需求区'
    TabOrder = 3
    object Label6: TLabel
      Left = 15
      Top = 19
      Width = 48
      Height = 12
      Caption = '周期数:'
    end
    object Label7: TLabel
      Left = 15
      Top = 40
      Width = 60
      Height = 12
      Caption = '显示列数:'
    end
    object Label8: TLabel
      Left = 15
      Top = 62
      Width = 72
      Height = 12
      Caption = '每列周期数:'
    end
    object sePlanZq: TSDEdit
      Left = 82
      Top = 14
      Width = 121
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = '10903'
      OnChange = sePlanZqChange
      CharType = ctNumeric
      SplitSymbol = ' | '
    end
    object sePlanRow: TSDEdit
      Left = 82
      Top = 36
      Width = 121
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = '10907'
      OnChange = sePlanRowChange
      CharType = ctNumeric
      SplitSymbol = ' | '
    end
    object sePlanZqp: TSDEdit
      Left = 82
      Top = 58
      Width = 121
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 2
      Text = '10908'
      SplitSymbol = ' | '
    end
  end
  object GroupBox3: TGroupBox
    Left = 15
    Top = 235
    Width = 236
    Height = 86
    Caption = '计划区'
    TabOrder = 4
    object Label9: TLabel
      Left = 15
      Top = 20
      Width = 48
      Height = 12
      Caption = '周期数:'
    end
    object Label10: TLabel
      Left = 15
      Top = 40
      Width = 60
      Height = 12
      Caption = '显示列数:'
    end
    object Label11: TLabel
      Left = 15
      Top = 61
      Width = 72
      Height = 12
      Caption = '每列周期数:'
    end
    object seNeedZq: TSDEdit
      Left = 83
      Top = 14
      Width = 121
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = '10904'
      OnChange = seNeedZqChange
      CharType = ctNumeric
      SplitSymbol = ' | '
    end
    object seNeedRow: TSDEdit
      Left = 83
      Top = 35
      Width = 121
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = '10909'
      OnChange = seNeedRowChange
      CharType = ctNumeric
      SplitSymbol = ' | '
    end
    object seNeedZqp: TSDEdit
      Left = 83
      Top = 56
      Width = 121
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 2
      Text = '10910'
      SplitSymbol = ' | '
    end
  end
  object bbOk: TBitBtn
    Left = 69
    Top = 330
    Width = 71
    Height = 25
    Caption = '确定(&O)'
    TabOrder = 5
    OnClick = bbOkClick
    Kind = bkOK
  end
  object bbCancel: TBitBtn
    Left = 163
    Top = 330
    Width = 71
    Height = 25
    Caption = '取消(&C)'
    TabOrder = 6
    OnClick = bbCancelClick
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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