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

📄 finpro_xs_query.dfm

📁 服装厂管理系统源程序压缩包, 请耐心阅读提供的文件包含的内容
💻 DFM
字号:
object Form_FinPro_XS_Query: TForm_FinPro_XS_Query
  Left = 317
  Top = 175
  BorderStyle = bsDialog
  Caption = #25104#21697#38144#21806#30830#23450
  ClientHeight = 229
  ClientWidth = 436
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 7
    Width = 220
    Height = 19
    Caption = #30830#23450#35201#38144#21806#35746#21333#25209#21495#20026#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label_XS_num: TLabel
    Left = 8
    Top = 94
    Width = 130
    Height = 24
    Caption = 'Lbl_XS_num'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Lbl_size: TLabel
    Left = 127
    Top = 33
    Width = 104
    Height = 24
    Caption = 'Lab_size'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object DBT_ordid: TDBText
    Left = 216
    Top = 4
    Width = 117
    Height = 24
    AutoSize = True
    DataField = 'ord_id'
    DataSource = Form_Fin_Product_XS.DS_KC_Fin_V
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object DBT_costume: TDBText
    Left = 88
    Top = 62
    Width = 143
    Height = 24
    AutoSize = True
    DataField = 'costume_name'
    DataSource = Form_Fin_Product_XS.DS_KC_Fin_V
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 8
    Top = 36
    Width = 120
    Height = 19
    Caption = #22823#23567#22411#21495#20026#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label7: TLabel
    Left = 8
    Top = 65
    Width = 80
    Height = 19
    Caption = #30340#26381#35013#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label6: TLabel
    Left = 8
    Top = 126
    Width = 120
    Height = 19
    Caption = #38144#21806#21333#20215#20026#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label9: TLabel
    Left = 8
    Top = 155
    Width = 100
    Height = 19
    Caption = #21512#35745#37329#39069#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Lbl_price: TLabel
    Left = 128
    Top = 123
    Width = 117
    Height = 24
    Caption = 'Lbl_price'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Lbl_money: TLabel
    Left = 128
    Top = 152
    Width = 117
    Height = 24
    Caption = 'Lbl_money'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 11
    Top = 182
    Width = 414
    Height = 27
    Shape = bsTopLine
  end
  object Lbl_unit: TLabel
    Left = 135
    Top = 94
    Width = 104
    Height = 24
    Caption = 'Lbl_unit'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object OKBtn: TBitBtn
    Left = 91
    Top = 193
    Width = 86
    Height = 28
    Caption = #30830#23450'&Q'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = OKBtnClick
    Kind = bkHelp
  end
  object CancelBtn: TBitBtn
    Left = 259
    Top = 193
    Width = 86
    Height = 28
    Cancel = True
    Caption = #21462#28040'[&C]'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ModalResult = 2
    ParentFont = False
    TabOrder = 1
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333333333333FFFFF333333000033333388888833333333333F888888FFF333
      000033338811111188333333338833FFF388FF33000033381119999111833333
      38F338888F338FF30000339119933331111833338F388333383338F300003391
      13333381111833338F8F3333833F38F3000039118333381119118338F38F3338
      33F8F38F000039183333811193918338F8F333833F838F8F0000391833381119
      33918338F8F33833F8338F8F000039183381119333918338F8F3833F83338F8F
      000039183811193333918338F8F833F83333838F000039118111933339118338
      F3833F83333833830000339111193333391833338F33F8333FF838F300003391
      11833338111833338F338FFFF883F83300003339111888811183333338FF3888
      83FF83330000333399111111993333333388FFFFFF8833330000333333999999
      3333333333338888883333330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object ADOQ_tmp: TADOQuery
    Connection = DataMod.ADOCon
    Parameters = <>
    Left = 292
    Top = 64
  end
end

⌨️ 快捷键说明

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