2007-07-16 19:00:02 +00:00
|
|
|
#region CPL License
|
|
|
|
/*
|
|
|
|
Nuclex Framework
|
|
|
|
Copyright (C) 2002-2007 Nuclex Development Labs
|
|
|
|
|
|
|
|
This library is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the IBM Common Public License as
|
|
|
|
published by the IBM Corporation; either version 1.0 of the
|
|
|
|
License, or (at your option) any later version.
|
|
|
|
|
|
|
|
This library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
IBM Common Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the IBM Common Public
|
|
|
|
License along with this library
|
|
|
|
*/
|
|
|
|
#endregion
|
|
|
|
|
2007-05-11 21:23:35 +00:00
|
|
|
namespace Nuclex.Windows.Forms {
|
|
|
|
|
|
|
|
partial class TrackingBar {
|
2007-07-16 19:00:02 +00:00
|
|
|
/// <summary>Required designer variable.</summary>
|
2007-05-11 21:23:35 +00:00
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
2007-07-16 19:00:02 +00:00
|
|
|
/// <summary> Clean up any resources being used.</summary>
|
|
|
|
/// <param name="disposing">
|
|
|
|
/// true if managed resources should be disposed; otherwise, false.
|
|
|
|
/// </param>
|
2007-05-11 21:23:35 +00:00
|
|
|
protected override void Dispose(bool disposing) {
|
|
|
|
if(disposing && (components != null)) {
|
|
|
|
components.Dispose();
|
|
|
|
}
|
|
|
|
base.Dispose(disposing);
|
|
|
|
}
|
|
|
|
|
|
|
|
#region Component Designer generated code
|
|
|
|
|
|
|
|
/// <summary>
|
2007-07-16 19:00:02 +00:00
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
/// the contents of this method with the code editor.
|
2007-05-11 21:23:35 +00:00
|
|
|
/// </summary>
|
|
|
|
private void InitializeComponent() {
|
|
|
|
components = new System.ComponentModel.Container();
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
|
|
|
|
} // namespace Nuclex.Windows.Forms
|