代码搜索:LABEL
找到约 10,000 项符合「LABEL」的源代码
代码结果 10,000
www.eeworm.com/read/283479/6956214
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 7935
ClientLeft = 60
ClientTop = 345
ClientWidth = 10185
LinkTopic
www.eeworm.com/read/463829/7174685
frm frm_main.frm
VERSION 5.00
Begin VB.Form frm_main
Caption = "人事档案管理系统"
ClientHeight = 6750
ClientLeft = 60
ClientTop = 345
ClientWidth = 9000
Icon
www.eeworm.com/read/462064/7209733
java show image.java
import java.awt.Container;
import java.awt.FlowLayout;
import javax.swing.Icon;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.SwingCons
www.eeworm.com/read/460648/7244343
java jtabbedpane1.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class JTabbedPane1
{
public JTabbedPane1()
{
JFrame f = new JFrame("JTabbedPaneDemo");
Contai
www.eeworm.com/read/457371/7326345
frm frm_main.frm
VERSION 5.00
Begin VB.Form frm_main
Caption = "人事档案管理系统"
ClientHeight = 6750
ClientLeft = 60
ClientTop = 345
ClientWidth = 9000
Icon
www.eeworm.com/read/456517/7347103
frm frm_main_lead.frm
VERSION 5.00
Begin VB.Form frm_main_lead
Caption = "人事档案管理系统"
ClientHeight = 6750
ClientLeft = 60
ClientTop = 345
ClientWidth = 9000
Icon
www.eeworm.com/read/448585/7530138
java jtabbedpane1.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class JTabbedPane1
{
public JTabbedPane1()
{
JFrame f = new JFrame("JTabbedPaneDemo");
Contai
www.eeworm.com/read/444162/7617329
frm frmsplash.frm
VERSION 5.00
Begin VB.Form frmSplash
BackColor = &H80000009&
BorderStyle = 1 'Fixed Single
ClientHeight = 5040
ClientLeft = 225
ClientTop = 138
www.eeworm.com/read/442927/7641744
m classconvert.m
function label2 = classConvert(label)
% classConvert: Convert class labels into integers from 1 to n
% Usage: label2 = labelConvert(label)
% Roger Jang, 19970410, 20040928
if nargin
www.eeworm.com/read/439580/7705679
java adjustmentevent1.java
import java.awt.*;
import java.awt.event.*;
public class AdjustmentEvent1 extends Frame implements AdjustmentListener{
Scrollbar sb;
Label label;
public AdjustmentEvent1(String title){