计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

布匹出口单管理系统[开题报告+论文+源代码+(6)

2013-06-09 01:10
导读:bsp; Color = clBtnFace Font.Charset = GB2312_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #23435#20307 Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerIn
bsp; Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Bevel1: TBevel
    Left = 0
    Top = 0
    Width = 261
    Height = 65
    Align = alTop
    Shape = bsBottomLine
  end
  object Label1: TLabel
    Left = 10
    Top = 13
    Width = 143
    Height = 12
    Caption = #35831#36755#20837#23494#30721#65306'('#40664#35748#20026#31354')'
  end
  object PassSpeedButton: TSpeedButton
    Left = 167
    Top = 30
    Width = 91
    Height = 27
    Caption = #30830#23450
    Flat = True
    OnClick = PassSpeedButtonClick
  end
  object PassEdit: TEdit
    Left = 10
    Top = 32
    Width = 138
    Height = 21
    BevelKind = bkFlat
    BorderStyle = bsNone
    CharCase = ecUpperCase
    PasswordChar = '*'
    TabOrder = 0
    OnKeyPress = PassEditKeyPress
  end
end

 


数据录入界面与代码设计实现及功能

代码设计:
unit input;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, StdCtrls, Buttons, ExtCtrls, Grids, ComCtrls;

type

(转载自中国科教评价网http://www.nseac.com


  TInputForm = class(TForm)
    Panel1: TPanel;
    Label1: TLabel;
    Label2: TLabel;
    Label3: TLabel;
    Label4: TLabel;
    Label5: TLabel;
    Label6: TLabel;
    Label7: TLabel;
    Label17: TLabel;
    Label31: TLabel;
    OrderNoEdit: TEdit;
    KhpmEdit: TEdit;
    CfNoteEdit: TEdit;
    WidthEdit: TEdit;
    ShEdit: TEdit;
    CfComboBox: TComboBox;
    CfnrEdit: TEdit;
    GhEdit: TEdit;
    ShStyleComboBox: TComboBox;
    Label8: TLabel;
    HtbhEdit: TEdit;
    Label9: TLabel;
    DyzbEdit: TEdit;
    Panel2: TPanel;
    InputSpeedButton: TSpeedButton;
    Panel17: TPanel;
    Panel4: TPanel;
    ClearSpeedButton: TSpeedButton;
    SaveSpeedButton: TSpeedButton;
    Panel19: TPanel;
    PrintTotalSpeedButton: TSpeedButton;
    PrintComboBox: TComboBox;
    Panel3: TPanel;
    Panel18: TPanel;
    Bevel1: TBevel;
    Label26: TLabel;
    Label27: TLabel;
 
上一篇:delphi+sql办公自动化系统(+开题报告源程序+ 下一篇:没有了