Main.~dfm
上传用户:tangpei45
上传日期:2013-07-14
资源大小:9104k
文件大小:2k
源码类别:

百货/超市行业

开发平台:

C++ Builder

  1. object fmMain: TfmMain
  2.   Left = 166
  3.   Top = 154
  4.   Width = 740
  5.   Height = 554
  6.   Caption = #36827#38144#23384#31649#29702#31995#32479
  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.   FormStyle = fsMDIForm
  14.   Menu = MainMenu1
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object StatusBar1: TStatusBar
  20.     Left = 0
  21.     Top = 489
  22.     Width = 732
  23.     Height = 19
  24.     Panels = <
  25.       item
  26.         Text = #25968#25454#24211#24320#21457#32463#20856#26696#20363#35299#26512'   '#28165#21326#22823#23398#20986#29256#31038
  27.         Width = 300
  28.       end
  29.       item
  30.         Width = 30
  31.       end>
  32.     SimplePanel = False
  33.   end
  34.   object MainMenu1: TMainMenu
  35.     Left = 128
  36.     Top = 32
  37.     object mnuInfo: TMenuItem
  38.       Caption = #36164#26009#31649#29702
  39.       object mnuGoodManage: TMenuItem
  40.         Caption = #21830#21697#36164#26009#32500#25252
  41.         OnClick = mnuGoodManageClick
  42.       end
  43.       object mnuSupplyManage: TMenuItem
  44.         Caption = #20379#36135#21830#36164#26009#32500#25252
  45.         OnClick = mnuSupplyManageClick
  46.       end
  47.       object mnuCustomManage: TMenuItem
  48.         Caption = #23458#25143#36164#26009#32500#25252
  49.         OnClick = mnuCustomManageClick
  50.       end
  51.     end
  52.     object mnuPurchase: TMenuItem
  53.       Caption = #36827#36135#31649#29702
  54.       object mnuPurchaseManage: TMenuItem
  55.         Caption = #36827#36135#21333
  56.         OnClick = mnuPurchaseManageClick
  57.       end
  58.     end
  59.     object mnuSale: TMenuItem
  60.       Caption = #38144#21806#31649#29702
  61.       object mnuSaleManage: TMenuItem
  62.         Caption = #38144#21806#21333
  63.         OnClick = mnuSaleManageClick
  64.       end
  65.     end
  66.     object mnuStock: TMenuItem
  67.       Caption = #24211#23384#31649#29702
  68.       object mnuStockQuery: TMenuItem
  69.         Caption = #24211#23384#26597#35810
  70.         OnClick = mnuStockQueryClick
  71.       end
  72.     end
  73.     object mnuSystem: TMenuItem
  74.       Caption = #31995#32479#31649#29702
  75.       object mnuRightManage: TMenuItem
  76.         Caption = #26435#38480#31649#29702
  77.         OnClick = mnuRightManageClick
  78.       end
  79.     end
  80.   end
  81. end