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

📄 arrange.dfm

📁 一款不错的商务程序商品管理系统,有简易的窗体皮肤
💻 DFM
字号:
object Frm_Arrange: TFrm_Arrange
  Left = 258
  Top = 163
  Width = 547
  Height = 376
  Caption = #26085#31243#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object CoolBar1: TCoolBar
    Left = 0
    Top = 0
    Width = 539
    Height = 49
    Bands = <
      item
        Control = ToolBar1
        ImageIndex = -1
        MinHeight = 41
        Width = 535
      end>
    object ToolBar1: TToolBar
      Left = 9
      Top = 0
      Width = 522
      Height = 41
      ButtonHeight = 21
      ButtonWidth = 55
      Caption = 'ToolBar1'
      Flat = True
      ShowCaptions = True
      TabOrder = 0
      object ToolButton1: TToolButton
        Left = 0
        Top = 0
        Caption = #28155#21152#26085#31243
        ImageIndex = 0
        OnClick = ToolButton1Click
      end
      object ToolButton2: TToolButton
        Left = 55
        Top = 0
        Caption = #21024#38500#26085#31243
        ImageIndex = 1
        OnClick = ToolButton2Click
      end
      object ToolButton3: TToolButton
        Left = 110
        Top = 0
        Width = 8
        Caption = 'ToolButton3'
        ImageIndex = 2
        Style = tbsSeparator
      end
      object ToolButton4: TToolButton
        Left = 118
        Top = 0
        Caption = #20445#23384#26085#31243
        ImageIndex = 2
        OnClick = ToolButton4Click
      end
      object ToolButton6: TToolButton
        Left = 173
        Top = 0
        Caption = #26597#35810
        ImageIndex = 4
        OnClick = ToolButton6Click
      end
      object ToolButton5: TToolButton
        Left = 228
        Top = 0
        Caption = #36864#20986
        ImageIndex = 3
        OnClick = ToolButton5Click
      end
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 49
    Width = 344
    Height = 300
    Align = alClient
    DataSource = DSArrange
    ImeName = #20013#25991' ('#31616#20307') - '#29579#30721#20116#31508#22411'86'#29256
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
    OnTitleClick = DBGrid1TitleClick
    Columns = <
      item
        Expanded = False
        FieldName = 'MR_Date'
        Title.Caption = #23433#25490#26085#26399
        Width = 162
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Memo'
        Title.Caption = #26085#31243#20869#23481
        Width = 269
        Visible = True
      end>
  end
  object GroupBox1: TGroupBox
    Left = 344
    Top = 49
    Width = 195
    Height = 300
    Align = alRight
    Caption = #32534#36753#21306
    TabOrder = 2
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 54
      Height = 13
      Caption = #26085#26399#65306'      '
      Transparent = True
    end
    object Label2: TLabel
      Left = 16
      Top = 80
      Width = 75
      Height = 13
      Caption = #26085#31243#20869#23481#65306'     '
      Transparent = True
    end
    object DBMemo1: TDBMemo
      Left = 16
      Top = 104
      Width = 153
      Height = 138
      Align = alCustom
      DataField = 'MR_Memo'
      DataSource = DSArrange
      ImeName = #20013#25991' ('#31616#20307') - '#29579#30721#20116#31508#22411'86'#29256
      TabOrder = 0
    end
    object DateTimePicker1: TDateTimePicker
      Left = 16
      Top = 48
      Width = 153
      Height = 21
      Date = 38855.727254050930000000
      Time = 38855.727254050930000000
      ImeName = #20013#25991' ('#31616#20307') - '#29579#30721#20116#31508#22411'86'#29256
      TabOrder = 1
    end
  end
  object ADOArrange: TADODataSet
    Connection = FDM.ADOConnection1
    CursorType = ctStatic
    LockType = ltBatchOptimistic
    CommandText = 'select * from MR_Arrange_Tab where MR_Date>date()'
    Parameters = <>
    Left = 32
    Top = 272
  end
  object DSArrange: TDataSource
    DataSet = ADOArrange
    Left = 64
    Top = 272
  end
end

⌨️ 快捷键说明

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