putproducet.dfm
上传用户:bjkrmsxy
上传日期:2010-01-31
资源大小:9004k
文件大小:16k
源码类别:

百货/超市行业

开发平台:

Delphi

  1. object Put_Form: TPut_Form
  2.   Left = 223
  3.   Top = 165
  4.   Width = 702
  5.   Height = 466
  6.   Caption = #36827#36135#21333
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 689
  21.     Height = 81
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 368
  25.       Top = 40
  26.       Width = 65
  27.       Height = 12
  28.       Caption = #21830#21697#31867#22411#65306
  29.       Font.Charset = ANSI_CHARSET
  30.       Font.Color = clWindowText
  31.       Font.Height = -12
  32.       Font.Name = #23435#20307
  33.       Font.Style = [fsBold]
  34.       ParentFont = False
  35.     end
  36.     object Label2: TLabel
  37.       Left = 96
  38.       Top = 40
  39.       Width = 78
  40.       Height = 12
  41.       Caption = #21830#21697#31867#22411#21495#65306
  42.       Font.Charset = ANSI_CHARSET
  43.       Font.Color = clWindowText
  44.       Font.Height = -12
  45.       Font.Name = #23435#20307
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.     end
  49.     object Label10: TLabel
  50.       Left = 16
  51.       Top = 8
  52.       Width = 340
  53.       Height = 19
  54.       Caption = #28155#21152#21830#21697#21069#35831#30830#23450#24182#36873#25321#22909#21830#21697#31867#22411#65306
  55.       Font.Charset = ANSI_CHARSET
  56.       Font.Color = clRed
  57.       Font.Height = -19
  58.       Font.Name = #23435#20307
  59.       Font.Style = [fsBold]
  60.       ParentFont = False
  61.     end
  62.     object dbcombobox2: TComboBox
  63.       Left = 176
  64.       Top = 40
  65.       Width = 145
  66.       Height = 21
  67.       ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.5'
  68.       ItemHeight = 13
  69.       TabOrder = 0
  70.       OnChange = DBComboBox2Change
  71.     end
  72.     object dbcombobox1: TComboBox
  73.       Left = 456
  74.       Top = 40
  75.       Width = 145
  76.       Height = 21
  77.       ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.5'
  78.       ItemHeight = 13
  79.       TabOrder = 1
  80.       OnChange = DBComboBox1Change
  81.     end
  82.   end
  83.   object Panel2: TPanel
  84.     Left = 0
  85.     Top = 96
  86.     Width = 689
  87.     Height = 337
  88.     Enabled = False
  89.     TabOrder = 1
  90.     object DBGrid1: TDBGrid
  91.       Left = 0
  92.       Top = 0
  93.       Width = 689
  94.       Height = 161
  95.       DataSource = DataSource2
  96.       ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.5'
  97.       ReadOnly = True
  98.       TabOrder = 0
  99.       TitleFont.Charset = DEFAULT_CHARSET
  100.       TitleFont.Color = clWindowText
  101.       TitleFont.Height = -11
  102.       TitleFont.Name = 'MS Sans Serif'
  103.       TitleFont.Style = []
  104.       Columns = <
  105.         item
  106.           Expanded = False
  107.           FieldName = 'id'
  108.           Font.Charset = ANSI_CHARSET
  109.           Font.Color = clRed
  110.           Font.Height = -12
  111.           Font.Name = #23435#20307
  112.           Font.Style = []
  113.           Title.Caption = #27969#27700#21495
  114.           Title.Font.Charset = ANSI_CHARSET
  115.           Title.Font.Color = clRed
  116.           Title.Font.Height = -12
  117.           Title.Font.Name = #23435#20307
  118.           Title.Font.Style = []
  119.           Width = 48
  120.           Visible = True
  121.         end
  122.         item
  123.           Expanded = False
  124.           FieldName = 'p_id'
  125.           Font.Charset = ANSI_CHARSET
  126.           Font.Color = clRed
  127.           Font.Height = -12
  128.           Font.Name = #23435#20307
  129.           Font.Style = []
  130.           Title.Caption = #26465#24418#30721
  131.           Title.Font.Charset = ANSI_CHARSET
  132.           Title.Font.Color = clRed
  133.           Title.Font.Height = -12
  134.           Title.Font.Name = #23435#20307
  135.           Title.Font.Style = []
  136.           Width = 57
  137.           Visible = True
  138.         end
  139.         item
  140.           Expanded = False
  141.           FieldName = 'p_name'
  142.           Font.Charset = GB2312_CHARSET
  143.           Font.Color = clBlue
  144.           Font.Height = -12
  145.           Font.Name = #26999#20307'_GB2312'
  146.           Font.Style = []
  147.           Title.Caption = #21517#31216
  148.           Title.Font.Charset = GB2312_CHARSET
  149.           Title.Font.Color = clBlue
  150.           Title.Font.Height = -12
  151.           Title.Font.Name = #26999#20307'_GB2312'
  152.           Title.Font.Style = []
  153.           Width = 114
  154.           Visible = True
  155.         end
  156.         item
  157.           Expanded = False
  158.           FieldName = 'p_price'
  159.           Font.Charset = GB2312_CHARSET
  160.           Font.Color = clBlue
  161.           Font.Height = -12
  162.           Font.Name = #26999#20307'_GB2312'
  163.           Font.Style = []
  164.           Title.Caption = #21333#20215#65288#20803#65289
  165.           Title.Font.Charset = GB2312_CHARSET
  166.           Title.Font.Color = clBlue
  167.           Title.Font.Height = -12
  168.           Title.Font.Name = #26999#20307'_GB2312'
  169.           Title.Font.Style = []
  170.           Width = 67
  171.           Visible = True
  172.         end
  173.         item
  174.           Expanded = False
  175.           FieldName = 'p_unit'
  176.           Font.Charset = GB2312_CHARSET
  177.           Font.Color = clBlue
  178.           Font.Height = -12
  179.           Font.Name = #26999#20307'_GB2312'
  180.           Font.Style = []
  181.           Title.Caption = #35745#37327#21333#20301
  182.           Title.Font.Charset = GB2312_CHARSET
  183.           Title.Font.Color = clBlue
  184.           Title.Font.Height = -12
  185.           Title.Font.Name = #26999#20307'_GB2312'
  186.           Title.Font.Style = []
  187.           Width = 96
  188.           Visible = True
  189.         end
  190.         item
  191.           Expanded = False
  192.           FieldName = 'p_type'
  193.           Font.Charset = ANSI_CHARSET
  194.           Font.Color = clRed
  195.           Font.Height = -12
  196.           Font.Name = #23435#20307
  197.           Font.Style = []
  198.           Title.Caption = #31867#22411#21495
  199.           Title.Font.Charset = ANSI_CHARSET
  200.           Title.Font.Color = clRed
  201.           Title.Font.Height = -12
  202.           Title.Font.Name = #23435#20307
  203.           Title.Font.Style = []
  204.           Visible = True
  205.         end
  206.         item
  207.           Expanded = False
  208.           FieldName = 'p_store'
  209.           Font.Charset = GB2312_CHARSET
  210.           Font.Color = clBlue
  211.           Font.Height = -12
  212.           Font.Name = #26999#20307'_GB2312'
  213.           Font.Style = []
  214.           Title.Caption = #26368#22823#24211#23384#37327
  215.           Title.Font.Charset = GB2312_CHARSET
  216.           Title.Font.Color = clBlue
  217.           Title.Font.Height = -12
  218.           Title.Font.Name = #26999#20307'_GB2312'
  219.           Title.Font.Style = []
  220.           Width = 69
  221.           Visible = True
  222.         end
  223.         item
  224.           Expanded = False
  225.           FieldName = 'p_time'
  226.           Font.Charset = ANSI_CHARSET
  227.           Font.Color = clRed
  228.           Font.Height = -12
  229.           Font.Name = #23435#20307
  230.           Font.Style = []
  231.           Title.Caption = #20837#24211#26102#38388
  232.           Title.Font.Charset = ANSI_CHARSET
  233.           Title.Font.Color = clRed
  234.           Title.Font.Height = -12
  235.           Title.Font.Name = #23435#20307
  236.           Title.Font.Style = []
  237.           Width = 75
  238.           Visible = True
  239.         end
  240.         item
  241.           Expanded = False
  242.           FieldName = 'p_sale'
  243.           Font.Charset = ANSI_CHARSET
  244.           Font.Color = clRed
  245.           Font.Height = -12
  246.           Font.Name = #23435#20307
  247.           Font.Style = []
  248.           Title.Caption = #38144#21806#37327
  249.           Title.Font.Charset = ANSI_CHARSET
  250.           Title.Font.Color = clRed
  251.           Title.Font.Height = -12
  252.           Title.Font.Name = #23435#20307
  253.           Title.Font.Style = []
  254.           Width = 73
  255.           Visible = True
  256.         end>
  257.     end
  258.     object GroupBox1: TGroupBox
  259.       Left = 24
  260.       Top = 192
  261.       Width = 273
  262.       Height = 137
  263.       Caption = #26597#35810#21306
  264.       Font.Charset = ANSI_CHARSET
  265.       Font.Color = clWindowText
  266.       Font.Height = -12
  267.       Font.Name = #23435#20307
  268.       Font.Style = [fsBold]
  269.       ParentFont = False
  270.       TabOrder = 1
  271.       object Label8: TLabel
  272.         Left = 24
  273.         Top = 32
  274.         Width = 40
  275.         Height = 12
  276.         Caption = #21830#21697'ID'
  277.         Font.Charset = ANSI_CHARSET
  278.         Font.Color = clWindowText
  279.         Font.Height = -12
  280.         Font.Name = #23435#20307
  281.         Font.Style = [fsBold]
  282.         ParentFont = False
  283.       end
  284.       object Label9: TLabel
  285.         Left = 24
  286.         Top = 64
  287.         Width = 52
  288.         Height = 12
  289.         Caption = #21830#21697#21517#31216
  290.         Font.Charset = ANSI_CHARSET
  291.         Font.Color = clWindowText
  292.         Font.Height = -12
  293.         Font.Name = #23435#20307
  294.         Font.Style = [fsBold]
  295.         ParentFont = False
  296.       end
  297.       object Edit6: TEdit
  298.         Left = 88
  299.         Top = 24
  300.         Width = 121
  301.         Height = 20
  302.         ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.5'
  303.         TabOrder = 0
  304.       end
  305.       object Edit7: TEdit
  306.         Left = 88
  307.         Top = 64
  308.         Width = 121
  309.         Height = 20
  310.         ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.5'
  311.         TabOrder = 1
  312.       end
  313.       object Button3: TButton
  314.         Left = 8
  315.         Top = 104
  316.         Width = 75
  317.         Height = 25
  318.         Caption = #26597#35810
  319.         Font.Charset = ANSI_CHARSET
  320.         Font.Color = clWindowText
  321.         Font.Height = -12
  322.         Font.Name = #23435#20307
  323.         Font.Style = [fsBold]
  324.         ParentFont = False
  325.         TabOrder = 2
  326.         OnClick = Button3Click
  327.       end
  328.       object Button7: TButton
  329.         Left = 96
  330.         Top = 104
  331.         Width = 75
  332.         Height = 25
  333.         Caption = #19978#19968#26465
  334.         Font.Charset = ANSI_CHARSET
  335.         Font.Color = clWindowText
  336.         Font.Height = -12
  337.         Font.Name = #23435#20307
  338.         Font.Style = [fsBold]
  339.         ParentFont = False
  340.         TabOrder = 3
  341.         OnClick = Button7Click
  342.       end
  343.       object Button9: TButton
  344.         Left = 184
  345.         Top = 104
  346.         Width = 75
  347.         Height = 25
  348.         Caption = #19979#19968#26465
  349.         Font.Charset = ANSI_CHARSET
  350.         Font.Color = clWindowText
  351.         Font.Height = -12
  352.         Font.Name = #23435#20307
  353.         Font.Style = [fsBold]
  354.         ParentFont = False
  355.         TabOrder = 4
  356.         OnClick = Button9Click
  357.       end
  358.     end
  359.     object GroupBox2: TGroupBox
  360.       Left = 352
  361.       Top = 192
  362.       Width = 305
  363.       Height = 137
  364.       Caption = #25805#20316#21306
  365.       Font.Charset = ANSI_CHARSET
  366.       Font.Color = clWindowText
  367.       Font.Height = -12
  368.       Font.Name = #23435#20307
  369.       Font.Style = [fsBold]
  370.       ParentFont = False
  371.       TabOrder = 2
  372.       object Button4: TButton
  373.         Left = 24
  374.         Top = 32
  375.         Width = 75
  376.         Height = 25
  377.         Caption = #28155#21152#21830#21697
  378.         TabOrder = 0
  379.         OnClick = Button4Click
  380.       end
  381.       object Button5: TButton
  382.         Left = 128
  383.         Top = 32
  384.         Width = 75
  385.         Height = 25
  386.         Caption = #20462#25913#21830#21697
  387.         TabOrder = 1
  388.         OnClick = Button5Click
  389.       end
  390.       object Button6: TButton
  391.         Left = 224
  392.         Top = 32
  393.         Width = 75
  394.         Height = 25
  395.         Caption = #21024#38500#21830#21697
  396.         TabOrder = 2
  397.         OnClick = Button6Click
  398.       end
  399.       object Button8: TButton
  400.         Left = 224
  401.         Top = 88
  402.         Width = 75
  403.         Height = 25
  404.         Caption = #36864#20986
  405.         TabOrder = 3
  406.         OnClick = Button8Click
  407.       end
  408.     end
  409.     object Panel3: TPanel
  410.       Left = 376
  411.       Top = -16
  412.       Width = 281
  413.       Height = 337
  414.       Font.Charset = ANSI_CHARSET
  415.       Font.Color = clWindowText
  416.       Font.Height = -12
  417.       Font.Name = #23435#20307
  418.       Font.Style = [fsBold]
  419.       ParentFont = False
  420.       TabOrder = 3
  421.       Visible = False
  422.       object Label3: TLabel
  423.         Left = 32
  424.         Top = 40
  425.         Width = 52
  426.         Height = 12
  427.         Caption = #21830#21697#26465#30721
  428.         Font.Charset = ANSI_CHARSET
  429.         Font.Color = clWindowText
  430.         Font.Height = -12
  431.         Font.Name = #23435#20307
  432.         Font.Style = [fsBold]
  433.         ParentFont = False
  434.       end
  435.       object Label4: TLabel
  436.         Left = 32
  437.         Top = 92
  438.         Width = 39
  439.         Height = 12
  440.         Caption = #21830#21697#21517
  441.         Font.Charset = ANSI_CHARSET
  442.         Font.Color = clWindowText
  443.         Font.Height = -12
  444.         Font.Name = #23435#20307
  445.         Font.Style = [fsBold]
  446.         ParentFont = False
  447.       end
  448.       object Label5: TLabel
  449.         Left = 32
  450.         Top = 188
  451.         Width = 52
  452.         Height = 12
  453.         Caption = #35745#37327#21333#20301
  454.         Font.Charset = ANSI_CHARSET
  455.         Font.Color = clWindowText
  456.         Font.Height = -12
  457.         Font.Name = #23435#20307
  458.         Font.Style = [fsBold]
  459.         ParentFont = False
  460.       end
  461.       object Label6: TLabel
  462.         Left = 32
  463.         Top = 236
  464.         Width = 26
  465.         Height = 12
  466.         Caption = #21333#20215
  467.         Font.Charset = ANSI_CHARSET
  468.         Font.Color = clWindowText
  469.         Font.Height = -12
  470.         Font.Name = #23435#20307
  471.         Font.Style = [fsBold]
  472.         ParentFont = False
  473.       end
  474.       object Label7: TLabel
  475.         Left = 32
  476.         Top = 140
  477.         Width = 26
  478.         Height = 12
  479.         Caption = #25968#37327
  480.         Font.Charset = ANSI_CHARSET
  481.         Font.Color = clWindowText
  482.         Font.Height = -12
  483.         Font.Name = #23435#20307
  484.         Font.Style = [fsBold]
  485.         ParentFont = False
  486.       end
  487.       object Edit1: TEdit
  488.         Left = 96
  489.         Top = 32
  490.         Width = 121
  491.         Height = 20
  492.         ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.5'
  493.         TabOrder = 0
  494.       end
  495.       object Edit2: TEdit
  496.         Left = 96
  497.         Top = 92
  498.         Width = 121
  499.         Height = 20
  500.         ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.5'
  501.         TabOrder = 1
  502.       end
  503.       object Edit3: TEdit
  504.         Left = 96
  505.         Top = 140
  506.         Width = 121
  507.         Height = 20
  508.         ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.5'
  509.         TabOrder = 2
  510.       end
  511.       object Edit4: TEdit
  512.         Left = 96
  513.         Top = 188
  514.         Width = 121
  515.         Height = 20
  516.         ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.5'
  517.         TabOrder = 3
  518.       end
  519.       object Edit5: TEdit
  520.         Left = 96
  521.         Top = 236
  522.         Width = 121
  523.         Height = 20
  524.         ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.5'
  525.         TabOrder = 4
  526.       end
  527.       object Button1: TButton
  528.         Left = 40
  529.         Top = 280
  530.         Width = 75
  531.         Height = 25
  532.         Caption = #30830#23450
  533.         Font.Charset = ANSI_CHARSET
  534.         Font.Color = clWindowText
  535.         Font.Height = -12
  536.         Font.Name = #23435#20307
  537.         Font.Style = [fsBold]
  538.         ParentFont = False
  539.         TabOrder = 5
  540.         OnClick = Button1Click
  541.       end
  542.       object Button2: TButton
  543.         Left = 152
  544.         Top = 280
  545.         Width = 75
  546.         Height = 25
  547.         Caption = #36864#20986
  548.         Font.Charset = ANSI_CHARSET
  549.         Font.Color = clWindowText
  550.         Font.Height = -12
  551.         Font.Name = #23435#20307
  552.         Font.Style = [fsBold]
  553.         ParentFont = False
  554.         TabOrder = 6
  555.         OnClick = Button2Click
  556.       end
  557.     end
  558.   end
  559.   object DataSource1: TDataSource
  560.     DataSet = ADOTable1
  561.     Left = 40
  562.     Top = 32
  563.   end
  564.   object ADOTable1: TADOTable
  565.     Connection = DataModule1.ADOConnection1
  566.     Left = 8
  567.     Top = 32
  568.   end
  569.   object DataSource2: TDataSource
  570.     DataSet = ADOQuery1
  571.     Left = 40
  572.     Top = 64
  573.   end
  574.   object ADOQuery1: TADOQuery
  575.     Connection = DataModule1.ADOConnection1
  576.     CursorType = ctStatic
  577.     Parameters = <>
  578.     Left = 8
  579.     Top = 64
  580.   end
  581. end