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

📄 uselorder.dfm

📁 相关的销售服务管理行业的一个软件
💻 DFM
字号:
object frmselorder: Tfrmselorder
  Left = 215
  Top = 133
  Width = 417
  Height = 362
  Caption = '订单选择'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 160
    Top = 8
    Width = 64
    Height = 16
    Caption = '选择订单'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 32
    Width = 375
    Height = 257
    Color = clInfoBk
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    OnDblClick = BitBtn1Click
    Columns = <
      item
        Expanded = False
        FieldName = 'OrderNo'
        Title.Alignment = taCenter
        Title.Caption = '订单编号'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Orderdate'
        Title.Alignment = taCenter
        Title.Caption = '订单日期'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Coname'
        Title.Alignment = taCenter
        Title.Caption = '订单公司'
        Width = 132
        Visible = True
      end>
  end
  object BitBtn1: TBitBtn
    Left = 225
    Top = 301
    Width = 79
    Height = 25
    Caption = '确 定'
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 304
    Top = 301
    Width = 79
    Height = 25
    Caption = '退 出'
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object ADOQuery1: TADOQuery
    Connection = DM.ADOConnection
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      
        'select OrderNo,Orderdate,Coname from xs_order1 order by orderdat' +
        'e DESC')
    Left = 208
    Top = 160
    object ADOQuery1OrderNo: TWideStringField
      FieldName = 'OrderNo'
      Size = 15
    end
    object ADOQuery1Orderdate: TDateTimeField
      FieldName = 'Orderdate'
    end
    object ADOQuery1Coname: TWideStringField
      FieldName = 'Coname'
      Size = 50
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 240
    Top = 160
  end
end

⌨️ 快捷键说明

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