December 2009
M T W T F S S
« Oct   Jan »
 123456
78910111213
14151617181920
21222324252627
28293031  

Statistik Pengguna

joomla counter
Sejak Januari 2010

3D matrik on Delphi

unit WinForm;

interface

uses
System.Drawing, System.Collections, System.ComponentModel,
System.Windows.Forms, System.Data, Borland.Vcl.SysUtils;

type
TWinForm = class(System.Windows.Forms.Form)
{$REGION ‘Designer Managed Code’}
strict private
///
/// Required designer variable.
///
Components: System.ComponentModel.Container;
Button1: System.Windows.Forms.Button;
Button2: System.Windows.Forms.Button;
[...]