19 changed files with 594 additions and 14872 deletions
-
5change_log.txt
-
13953demos/video/video.ps
-
56gerbview/tool_gerber.cpp
-
2include/build_version.h
-
5include/macros.h
-
BINinternat/fr/kicad.mo
-
884internat/fr/kicad.po
-
18kicad/treeprj_frame.cpp
-
2news.txt
-
16pcbnew/cleaningoptions_dialog.cpp
-
12pcbnew/dialog_edit_module.cpp
-
151pcbnew/essai.cpp
-
100pcbnew/essai.h
-
1pcbnew/essai.rc
-
248pcbnew/hotkeys.cpp
-
1pcbnew/pcbnew.h
-
6pcbnew/tool_pcb.cpp
-
2running_kicad_under_W98.txt
-
4version.txt
13953
demos/video/video.ps
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
884
internat/fr/kicad.po
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -1,151 +0,0 @@ |
|||
/////////////////////////////////////////////////////////////////////////////
|
|||
// Name: essai.cpp
|
|||
// Purpose:
|
|||
// Author: jean-pierre Charras
|
|||
// Modified by:
|
|||
// Created: 28/02/2006 07:46:42
|
|||
// RCS-ID:
|
|||
// Copyright: License GNU
|
|||
// Licence:
|
|||
/////////////////////////////////////////////////////////////////////////////
|
|||
|
|||
// Generated by DialogBlocks (unregistered), 28/02/2006 07:46:42
|
|||
|
|||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
|||
#pragma implementation "essai.h"
|
|||
#endif
|
|||
|
|||
// For compilers that support precompilation, includes "wx/wx.h".
|
|||
#include "wx/wxprec.h"
|
|||
|
|||
#ifdef __BORLANDC__
|
|||
#pragma hdrstop
|
|||
#endif
|
|||
|
|||
#ifndef WX_PRECOMP
|
|||
#include "wx/wx.h"
|
|||
#endif
|
|||
|
|||
////@begin includes
|
|||
////@end includes
|
|||
|
|||
#include "essai.h"
|
|||
|
|||
////@begin XPM images
|
|||
////@end XPM images
|
|||
|
|||
/*!
|
|||
* essai type definition |
|||
*/ |
|||
|
|||
IMPLEMENT_DYNAMIC_CLASS( essai, wxDialog ) |
|||
|
|||
/*!
|
|||
* essai event table definition |
|||
*/ |
|||
|
|||
BEGIN_EVENT_TABLE( essai, wxDialog ) |
|||
|
|||
////@begin essai event table entries
|
|||
////@end essai event table entries
|
|||
|
|||
END_EVENT_TABLE() |
|||
|
|||
/*!
|
|||
* essai constructors |
|||
*/ |
|||
|
|||
essai::essai( ) |
|||
{ |
|||
} |
|||
|
|||
essai::essai( wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& pos, const wxSize& size, long style ) |
|||
{ |
|||
Create(parent, id, caption, pos, size, style); |
|||
} |
|||
|
|||
/*!
|
|||
* essai creator |
|||
*/ |
|||
|
|||
bool essai::Create( wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& pos, const wxSize& size, long style ) |
|||
{ |
|||
////@begin essai member initialisation
|
|||
GridSizer = NULL; |
|||
////@end essai member initialisation
|
|||
|
|||
////@begin essai creation
|
|||
SetExtraStyle(GetExtraStyle()|wxWS_EX_BLOCK_EVENTS); |
|||
wxDialog::Create( parent, id, caption, pos, size, style ); |
|||
|
|||
CreateControls(); |
|||
GetSizer()->Fit(this); |
|||
GetSizer()->SetSizeHints(this); |
|||
Centre(); |
|||
////@end essai creation
|
|||
return true; |
|||
} |
|||
|
|||
/*!
|
|||
* Control creation for essai |
|||
*/ |
|||
|
|||
void essai::CreateControls() |
|||
{ |
|||
////@begin essai content construction
|
|||
// Generated by DialogBlocks, 28/02/2006 07:48:35 (unregistered)
|
|||
|
|||
essai* itemDialog1 = this; |
|||
|
|||
wxBoxSizer* itemBoxSizer2 = new wxBoxSizer(wxVERTICAL); |
|||
itemDialog1->SetSizer(itemBoxSizer2); |
|||
|
|||
wxStaticText* itemStaticText3 = new wxStaticText( itemDialog1, wxID_STATIC, _("Static text"), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
itemBoxSizer2->Add(itemStaticText3, 0, wxGROW|wxALL|wxADJUST_MINSIZE, 5); |
|||
|
|||
GridSizer = new wxFlexGridSizer(3, 2, 0, 0); |
|||
itemBoxSizer2->Add(GridSizer, 0, wxGROW|wxALL, 5); |
|||
|
|||
wxStaticText* itemStaticText5 = new wxStaticText( itemDialog1, wxID_STATIC, _("X:"), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
GridSizer->Add(itemStaticText5, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxLEFT|wxRIGHT|wxADJUST_MINSIZE, 5); |
|||
|
|||
wxTextCtrl* itemTextCtrl6 = new wxTextCtrl( itemDialog1, ID_TEXTCTRL, _T(""), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
GridSizer->Add(itemTextCtrl6, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxLEFT|wxRIGHT, 5); |
|||
|
|||
////@end essai content construction
|
|||
} |
|||
|
|||
/*!
|
|||
* Should we show tooltips? |
|||
*/ |
|||
|
|||
bool essai::ShowToolTips() |
|||
{ |
|||
return true; |
|||
} |
|||
|
|||
/*!
|
|||
* Get bitmap resources |
|||
*/ |
|||
|
|||
wxBitmap essai::GetBitmapResource( const wxString& name ) |
|||
{ |
|||
// Bitmap retrieval
|
|||
////@begin essai bitmap retrieval
|
|||
wxUnusedVar(name); |
|||
return wxNullBitmap; |
|||
////@end essai bitmap retrieval
|
|||
} |
|||
|
|||
/*!
|
|||
* Get icon resources |
|||
*/ |
|||
|
|||
wxIcon essai::GetIconResource( const wxString& name ) |
|||
{ |
|||
// Icon retrieval
|
|||
////@begin essai icon retrieval
|
|||
wxUnusedVar(name); |
|||
return wxNullIcon; |
|||
////@end essai icon retrieval
|
|||
} |
|||
@ -1,100 +0,0 @@ |
|||
///////////////////////////////////////////////////////////////////////////// |
|||
// Name: essai.h |
|||
// Purpose: |
|||
// Author: jean-pierre Charras |
|||
// Modified by: |
|||
// Created: 28/02/2006 07:46:42 |
|||
// RCS-ID: |
|||
// Copyright: License GNU |
|||
// Licence: |
|||
///////////////////////////////////////////////////////////////////////////// |
|||
|
|||
// Generated by DialogBlocks (unregistered), 28/02/2006 07:46:42 |
|||
|
|||
#ifndef _ESSAI_H_ |
|||
#define _ESSAI_H_ |
|||
|
|||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) |
|||
#pragma interface "essai.h" |
|||
#endif |
|||
|
|||
/*! |
|||
* Includes |
|||
*/ |
|||
|
|||
////@begin includes |
|||
////@end includes |
|||
|
|||
/*! |
|||
* Forward declarations |
|||
*/ |
|||
|
|||
////@begin forward declarations |
|||
class wxFlexGridSizer; |
|||
////@end forward declarations |
|||
|
|||
/*! |
|||
* Control identifiers |
|||
*/ |
|||
|
|||
////@begin control identifiers |
|||
#define ID_DIALOG 10000 |
|||
#define SYMBOL_ESSAI_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX |
|||
#define SYMBOL_ESSAI_TITLE _("essai") |
|||
#define SYMBOL_ESSAI_IDNAME ID_DIALOG |
|||
#define SYMBOL_ESSAI_SIZE wxSize(400, 300) |
|||
#define SYMBOL_ESSAI_POSITION wxDefaultPosition |
|||
#define ID_TEXTCTRL 10001 |
|||
////@end control identifiers |
|||
|
|||
/*! |
|||
* Compatibility |
|||
*/ |
|||
|
|||
#ifndef wxCLOSE_BOX |
|||
#define wxCLOSE_BOX 0x1000 |
|||
#endif |
|||
|
|||
/*! |
|||
* essai class declaration |
|||
*/ |
|||
|
|||
class essai: public wxDialog |
|||
{ |
|||
DECLARE_DYNAMIC_CLASS( essai ) |
|||
DECLARE_EVENT_TABLE() |
|||
|
|||
public: |
|||
/// Constructors |
|||
essai( ); |
|||
essai( wxWindow* parent, wxWindowID id = SYMBOL_ESSAI_IDNAME, const wxString& caption = SYMBOL_ESSAI_TITLE, const wxPoint& pos = SYMBOL_ESSAI_POSITION, const wxSize& size = SYMBOL_ESSAI_SIZE, long style = SYMBOL_ESSAI_STYLE ); |
|||
|
|||
/// Creation |
|||
bool Create( wxWindow* parent, wxWindowID id = SYMBOL_ESSAI_IDNAME, const wxString& caption = SYMBOL_ESSAI_TITLE, const wxPoint& pos = SYMBOL_ESSAI_POSITION, const wxSize& size = SYMBOL_ESSAI_SIZE, long style = SYMBOL_ESSAI_STYLE ); |
|||
|
|||
/// Creates the controls and sizers |
|||
void CreateControls(); |
|||
|
|||
////@begin essai event handler declarations |
|||
|
|||
////@end essai event handler declarations |
|||
|
|||
////@begin essai member function declarations |
|||
|
|||
/// Retrieves bitmap resources |
|||
wxBitmap GetBitmapResource( const wxString& name ); |
|||
|
|||
/// Retrieves icon resources |
|||
wxIcon GetIconResource( const wxString& name ); |
|||
////@end essai member function declarations |
|||
|
|||
/// Should we show tooltips? |
|||
static bool ShowToolTips(); |
|||
|
|||
////@begin essai member variables |
|||
wxFlexGridSizer* GridSizer; |
|||
////@end essai member variables |
|||
}; |
|||
|
|||
#endif |
|||
// _ESSAI_H_ |
|||
@ -1 +0,0 @@ |
|||
#include "wx/msw/wx.rc" |
|||
@ -0,0 +1,4 @@ |
|||
release version: |
|||
25 jun 2007 |
|||
files (.zip,.tgz): |
|||
kicad-2007-06-25 |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue