中国IT动力,最新最全的IT技术教程
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档 | 网通镜像
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 硬件维护 | 未整理篇 | 站长教程
ASP JS PHP工程 ASP.NET 网站建设 UML J2EESUN .NET VC VB VFP 网络维护 数据库 DB2 SQL2000 Oracle Mysql
服务器 Win2000 Office C DreamWeaver FireWorks Flash PhotoShop 上网宝典 CorelDraw 协议大全 网络安全 微软认证
硬件维护  CPU  主板  硬盘  内存  显卡  显示器  键盘鼠标  声卡音箱  打印机  机箱电源  BIOS  网卡  C#  Java  Delphi  vs.net2005
  当前位置:> 程序开发 > 编程语言 > Visual C++ > 综合文章
用VB.net制作一个小程序(3)
作者:未知 时间:2004-03-02 12:12 出处:Blog 责编:chinaitpower
              摘要:暂无

VB.net制作一个小程序(3

----制作“Input Controls”程序(2)

接上

Label1

        '

        Me.Label1.Font = New System.Drawing.Font("隶书", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))

        Me.Label1.Location = New System.Drawing.Point(8, 32)

        Me.Label1.Name = "Label1"

        Me.Label1.Size = New System.Drawing.Size(200, 23)

        Me.Label1.TabIndex = 2

        Me.Label1.Text = "The Online Shopper"

        '

        'ListBox1

        '

        Me.ListBox1.ItemHeight = 12

        Me.ListBox1.Location = New System.Drawing.Point(224, 168)

        Me.ListBox1.Name = "ListBox1"

        Me.ListBox1.Size = New System.Drawing.Size(120, 88)

        Me.ListBox1.TabIndex = 3

        '

        'Label2

        '

        Me.Label2.Location = New System.Drawing.Point(8, 64)

        Me.Label2.Name = "Label2"

        Me.Label2.Size = New System.Drawing.Size(336, 40)

        Me.Label2.TabIndex = 4

        Me.Label2.Text = "Outfit your office now by choosing the office products you need using radio butto" & _

        "ns,check boxes,a list ,a list box,and a combo box."

        '

        'Label3

        '

        Me.Label3.Location = New System.Drawing.Point(232, 120)

        Me.Label3.Name = "Label3"

        Me.Label3.Size = New System.Drawing.Size(112, 32)

        Me.Label3.TabIndex = 5

        Me.Label3.Text = "Peripherals (one only)"

        '

        'Button1

        '

        Me.Button1.Location = New System.Drawing.Point(240, 320)

        Me.Button1.Name = "Button1"

        Me.Button1.TabIndex = 6

        Me.Button1.Text = "OK"

        '

        'ComboBox1

        '

        Me.ComboBox1.Location = New System.Drawing.Point(224, 280)

        Me.ComboBox1.Name = "ComboBox1"

        Me.ComboBox1.Size = New System.Drawing.Size(121, 20)

        Me.ComboBox1.TabIndex = 7

        Me.ComboBox1.Text = "Payment Method"

        '

        'Label4

        '

        Me.Label4.Font = New System.Drawing.Font("宋体-方正超大字符集", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))

        Me.Label4.Location = New System.Drawing.Point(384, 64)

        Me.Label4.Name = "Label4"

        Me.Label4.Size = New System.Drawing.Size(168, 32)

        Me.Label4.TabIndex = 8

        Me.Label4.Text = "Products Ordered"

        '

        'PictureBox1

        '

        Me.PictureBox1.Location = New System.Drawing.Point(376, 136)

        Me.PictureBox1.Name = "PictureBox1"

        Me.PictureBox1.Size = New System.Drawing.Size(80, 64)

        Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage

        Me.PictureBox1.TabIndex = 9

        Me.PictureBox1.TabStop = False

待续

关闭本页
 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 chinaitpower.com All rights reserved. www.chinaitpower.com 版权所有