Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Tester));
     this.label1                     = new System.Windows.Forms.Label();
     this.tabControl1                = new System.Windows.Forms.TabControl();
     this.tabPage1                   = new System.Windows.Forms.TabPage();
     this.btnTestTagEditorGUI        = new System.Windows.Forms.Button();
     this.btnLoadProjectFile         = new System.Windows.Forms.Button();
     this.btnCreateNewProjectFile    = new System.Windows.Forms.Button();
     this.btnBuildTagListTreeview    = new System.Windows.Forms.Button();
     this.btnGenerateMasterTagList   = new System.Windows.Forms.Button();
     this.btnTestTagLoaders          = new System.Windows.Forms.Button();
     this.btnTestOptionsManager      = new System.Windows.Forms.Button();
     this.btnTestXMLConverter        = new System.Windows.Forms.Button();
     this.btnTestFieldCodeGeneration = new System.Windows.Forms.Button();
     this.tabPage2                   = new System.Windows.Forms.TabPage();
     this.buttonTestEditorDataBinder = new System.Windows.Forms.Button();
     this.tabPage3                   = new System.Windows.Forms.TabPage();
     this.panelControl1              = new DevExpress.XtraEditors.PanelControl();
     this.imageButton1               = new UIControls.StandardControls.ImageButton();
     this.label2                     = new System.Windows.Forms.Label();
     this.sizeChange                 = new DevExpress.XtraEditors.SpinEdit();
     this.angleEdit1                 = new TagEditor.Controls.AngleEdit();
     this.btnTestNotes               = new System.Windows.Forms.Button();
     this.panel1                     = new UIControls.StandardControls.ControlListPanel();
     this.button1                    = new System.Windows.Forms.Button();
     this.button2                    = new System.Windows.Forms.Button();
     this.imageLabel1                = new UIControls.StandardControls.ImageLabel();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sizeChange.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(360, 40);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Test your new code here!  Make your own tab so you do not interefere with other p" +
                            "eople\'s tests.";
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Location      = new System.Drawing.Point(8, 56);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(360, 320);
     this.tabControl1.TabIndex      = 1;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.btnTestTagEditorGUI);
     this.tabPage1.Controls.Add(this.btnLoadProjectFile);
     this.tabPage1.Controls.Add(this.btnCreateNewProjectFile);
     this.tabPage1.Controls.Add(this.btnBuildTagListTreeview);
     this.tabPage1.Controls.Add(this.btnGenerateMasterTagList);
     this.tabPage1.Controls.Add(this.btnTestTagLoaders);
     this.tabPage1.Controls.Add(this.btnTestOptionsManager);
     this.tabPage1.Controls.Add(this.btnTestXMLConverter);
     this.tabPage1.Controls.Add(this.btnTestFieldCodeGeneration);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(352, 294);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Mono";
     //
     // btnTestTagEditorGUI
     //
     this.btnTestTagEditorGUI.Location = new System.Drawing.Point(8, 264);
     this.btnTestTagEditorGUI.Name     = "btnTestTagEditorGUI";
     this.btnTestTagEditorGUI.Size     = new System.Drawing.Size(336, 23);
     this.btnTestTagEditorGUI.TabIndex = 8;
     this.btnTestTagEditorGUI.Text     = "Test Tag Editor GUI";
     this.btnTestTagEditorGUI.Click   += new System.EventHandler(this.btnTestTagEditorGUI_Click);
     //
     // btnLoadProjectFile
     //
     this.btnLoadProjectFile.Location = new System.Drawing.Point(8, 232);
     this.btnLoadProjectFile.Name     = "btnLoadProjectFile";
     this.btnLoadProjectFile.Size     = new System.Drawing.Size(336, 23);
     this.btnLoadProjectFile.TabIndex = 7;
     this.btnLoadProjectFile.Text     = "Load a Project File";
     this.btnLoadProjectFile.Click   += new System.EventHandler(this.btnLoadProjectFile_Click);
     //
     // btnCreateNewProjectFile
     //
     this.btnCreateNewProjectFile.Location = new System.Drawing.Point(8, 200);
     this.btnCreateNewProjectFile.Name     = "btnCreateNewProjectFile";
     this.btnCreateNewProjectFile.Size     = new System.Drawing.Size(336, 23);
     this.btnCreateNewProjectFile.TabIndex = 6;
     this.btnCreateNewProjectFile.Text     = "Create New Project File";
     this.btnCreateNewProjectFile.Click   += new System.EventHandler(this.btnCreateNewProjectFile_Click);
     //
     // btnBuildTagListTreeview
     //
     this.btnBuildTagListTreeview.Location = new System.Drawing.Point(8, 168);
     this.btnBuildTagListTreeview.Name     = "btnBuildTagListTreeview";
     this.btnBuildTagListTreeview.Size     = new System.Drawing.Size(336, 23);
     this.btnBuildTagListTreeview.TabIndex = 5;
     this.btnBuildTagListTreeview.Text     = "Build Tag List TreeView";
     this.btnBuildTagListTreeview.Click   += new System.EventHandler(this.btnBuildTagListTreeview_Click);
     //
     // btnGenerateMasterTagList
     //
     this.btnGenerateMasterTagList.Location = new System.Drawing.Point(8, 136);
     this.btnGenerateMasterTagList.Name     = "btnGenerateMasterTagList";
     this.btnGenerateMasterTagList.Size     = new System.Drawing.Size(336, 23);
     this.btnGenerateMasterTagList.TabIndex = 4;
     this.btnGenerateMasterTagList.Text     = "Generate Master Tag List";
     this.btnGenerateMasterTagList.Click   += new System.EventHandler(this.btnGenerateMasterTagList_Click);
     //
     // btnTestTagLoaders
     //
     this.btnTestTagLoaders.Location = new System.Drawing.Point(8, 104);
     this.btnTestTagLoaders.Name     = "btnTestTagLoaders";
     this.btnTestTagLoaders.Size     = new System.Drawing.Size(336, 23);
     this.btnTestTagLoaders.TabIndex = 3;
     this.btnTestTagLoaders.Text     = "Test Tag Loaders";
     this.btnTestTagLoaders.Click   += new System.EventHandler(this.btnTestTagLoaders_Click);
     //
     // btnTestOptionsManager
     //
     this.btnTestOptionsManager.Location = new System.Drawing.Point(8, 72);
     this.btnTestOptionsManager.Name     = "btnTestOptionsManager";
     this.btnTestOptionsManager.Size     = new System.Drawing.Size(336, 23);
     this.btnTestOptionsManager.TabIndex = 2;
     this.btnTestOptionsManager.Text     = "Test OptionsManager";
     this.btnTestOptionsManager.Click   += new System.EventHandler(this.btnTestOptionsManager_Click);
     //
     // btnTestXMLConverter
     //
     this.btnTestXMLConverter.Location = new System.Drawing.Point(8, 40);
     this.btnTestXMLConverter.Name     = "btnTestXMLConverter";
     this.btnTestXMLConverter.Size     = new System.Drawing.Size(336, 23);
     this.btnTestXMLConverter.TabIndex = 1;
     this.btnTestXMLConverter.Text     = "Test XML Converter";
     this.btnTestXMLConverter.Click   += new System.EventHandler(this.btnTestXMLConverter_Click);
     //
     // btnTestFieldCodeGeneration
     //
     this.btnTestFieldCodeGeneration.Location = new System.Drawing.Point(8, 8);
     this.btnTestFieldCodeGeneration.Name     = "btnTestFieldCodeGeneration";
     this.btnTestFieldCodeGeneration.Size     = new System.Drawing.Size(336, 23);
     this.btnTestFieldCodeGeneration.TabIndex = 0;
     this.btnTestFieldCodeGeneration.Text     = "Test Field Code Generation";
     this.btnTestFieldCodeGeneration.Click   += new System.EventHandler(this.btnTestFieldCodeGeneration_Click);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.buttonTestEditorDataBinder);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(352, 294);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Gren";
     //
     // buttonTestEditorDataBinder
     //
     this.buttonTestEditorDataBinder.Location = new System.Drawing.Point(8, 8);
     this.buttonTestEditorDataBinder.Name     = "buttonTestEditorDataBinder";
     this.buttonTestEditorDataBinder.Size     = new System.Drawing.Size(336, 23);
     this.buttonTestEditorDataBinder.TabIndex = 1;
     this.buttonTestEditorDataBinder.Text     = "Test Editor Data Binder";
     this.buttonTestEditorDataBinder.Click   += new System.EventHandler(this.buttonTestEditorDataBinder_Click);
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.panelControl1);
     this.tabPage3.Controls.Add(this.label2);
     this.tabPage3.Controls.Add(this.sizeChange);
     this.tabPage3.Controls.Add(this.angleEdit1);
     this.tabPage3.Controls.Add(this.btnTestNotes);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(352, 294);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "rec0";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.imageButton1);
     this.panelControl1.Location          = new System.Drawing.Point(136, 200);
     this.panelControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.panelControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.panelControl1.LookAndFeel.UseWindowsXPTheme     = false;
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(184, 80);
     this.panelControl1.TabIndex = 7;
     this.panelControl1.Text     = "panelControl1";
     //
     // imageButton1
     //
     this.imageButton1.AltImage = null;
     this.imageButton1.Appearance.Options.UseBackColor = true;
     this.imageButton1.HotTrack          = true;
     this.imageButton1.Image             = ((System.Drawing.Image)(resources.GetObject("imageButton1.Image")));
     this.imageButton1.ImageSizeRatio    = 0.8F;
     this.imageButton1.Location          = new System.Drawing.Point(64, 16);
     this.imageButton1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.imageButton1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.imageButton1.LookAndFeel.UseWindowsXPTheme     = false;
     this.imageButton1.Name         = "imageButton1";
     this.imageButton1.PressedImage = null;
     this.imageButton1.Size         = new System.Drawing.Size(56, 48);
     this.imageButton1.TabIndex     = 6;
     this.imageButton1.Toggle       = false;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(216, 56);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 24);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Control Size:";
     //
     // sizeChange
     //
     this.sizeChange.EditValue = new System.Decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.sizeChange.Location = new System.Drawing.Point(296, 56);
     this.sizeChange.Name     = "sizeChange";
     //
     // sizeChange.Properties
     //
     this.sizeChange.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.sizeChange.Properties.UseCtrlIncrement = false;
     this.sizeChange.Size              = new System.Drawing.Size(40, 20);
     this.sizeChange.TabIndex          = 3;
     this.sizeChange.EditValueChanged += new System.EventHandler(this.sizeChange_EditValueChanged);
     //
     // angleEdit1
     //
     this.angleEdit1.Angle    = 0;
     this.angleEdit1.Location = new System.Drawing.Point(24, 56);
     this.angleEdit1.Name     = "angleEdit1";
     this.angleEdit1.Size     = new System.Drawing.Size(50, 50);
     this.angleEdit1.TabIndex = 2;
     //
     // btnTestNotes
     //
     this.btnTestNotes.Location = new System.Drawing.Point(8, 8);
     this.btnTestNotes.Name     = "btnTestNotes";
     this.btnTestNotes.Size     = new System.Drawing.Size(336, 23);
     this.btnTestNotes.TabIndex = 1;
     this.btnTestNotes.Text     = "Test Notes Dialog";
     this.btnTestNotes.Click   += new System.EventHandler(this.btnTestNotes_Click);
     //
     // panel1
     //
     this.panel1.Location       = new System.Drawing.Point(376, 8);
     this.panel1.Name           = "panel1";
     this.panel1.Padding        = 10;
     this.panel1.ResizeBehavior = UIControls.StandardControls.ResizeBehavior.None;
     this.panel1.Size           = new System.Drawing.Size(122, 90);
     this.panel1.Spacing        = 10;
     this.panel1.TabIndex       = 2;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(392, 232);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(104, 22);
     this.button1.TabIndex = 0;
     this.button1.Text     = "More Benchmarks";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(392, 200);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(104, 23);
     this.button2.TabIndex = 5;
     this.button2.Text     = "Benchmark";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // imageLabel1
     //
     this.imageLabel1.Appearance.BackColor            = System.Drawing.Color.IndianRed;
     this.imageLabel1.Appearance.Options.UseBackColor = true;
     this.imageLabel1.Captions        = "This is a test of the emergency broadcast system.  This is only a test.";
     this.imageLabel1.ForegroundColor = System.Drawing.Color.DarkRed;
     this.imageLabel1.Image           = ((System.Drawing.Image)(resources.GetObject("imageLabel1.Image")));
     this.imageLabel1.Location        = new System.Drawing.Point(392, 144);
     this.imageLabel1.Name            = "imageLabel1";
     this.imageLabel1.PanelColor      = System.Drawing.Color.IndianRed;
     this.imageLabel1.Size            = new System.Drawing.Size(288, 48);
     this.imageLabel1.TabIndex        = 7;
     //
     // Tester
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 438);
     this.Controls.Add(this.imageLabel1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button1);
     this.Name  = "Tester";
     this.Text  = "Tester";
     this.Load += new System.EventHandler(this.Tester_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.sizeChange.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SectionContainer));
     this.panel                   = new DevExpress.XtraEditors.PanelControl();
     this.imageButton1            = new UIControls.StandardControls.ImageButton();
     this.controlPanel            = new UIControls.StandardControls.ControlListPanel();
     this.sectionContainerHeader1 = new Prometheus.TagEditor.Controls.SectionContainerHeader();
     this.titlePanel              = new System.Windows.Forms.Panel();
     this.lblDescription          = new UIControls.StandardControls.AutoSizeLabel();
     this.label2                  = new System.Windows.Forms.Label();
     this.linkMoreInfo            = new System.Windows.Forms.LinkLabel();
     this.spacerLabel1            = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.panel)).BeginInit();
     this.panel.SuspendLayout();
     this.SuspendLayout();
     //
     // panel
     //
     this.panel.Controls.Add(this.imageButton1);
     this.panel.Controls.Add(this.controlPanel);
     this.panel.Controls.Add(this.sectionContainerHeader1);
     this.panel.Location = new System.Drawing.Point(0, 0);
     this.panel.Name     = "panel";
     this.panel.Size     = new System.Drawing.Size(424, 320);
     this.panel.TabIndex = 0;
     //
     // imageButton1
     //
     this.imageButton1.AltImage                        = ((System.Drawing.Image)(resources.GetObject("imageButton1.AltImage")));
     this.imageButton1.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.imageButton1.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.imageButton1.Appearance.Options.UseBackColor = true;
     this.imageButton1.HotTrack                        = false;
     this.imageButton1.Image          = ((System.Drawing.Image)(resources.GetObject("imageButton1.Image")));
     this.imageButton1.ImageSizeRatio = 0.8F;
     this.imageButton1.Location       = new System.Drawing.Point(392, 8);
     this.imageButton1.Name           = "imageButton1";
     this.imageButton1.PressedImage   = ((System.Drawing.Image)(resources.GetObject("imageButton1.PressedImage")));
     this.imageButton1.Size           = new System.Drawing.Size(20, 20);
     this.imageButton1.TabIndex       = 4;
     this.imageButton1.Toggle         = false;
     this.imageButton1.Click         += new System.EventHandler(this.imageButton1_Click);
     //
     // controlPanel
     //
     this.controlPanel.Location       = new System.Drawing.Point(4, 36);
     this.controlPanel.Name           = "controlPanel";
     this.controlPanel.Padding        = 10;
     this.controlPanel.ResizeBehavior = UIControls.StandardControls.ResizeBehavior.None;
     this.controlPanel.Size           = new System.Drawing.Size(416, 280);
     this.controlPanel.Spacing        = 10;
     this.controlPanel.TabIndex       = 3;
     //
     // sectionContainerHeader1
     //
     this.sectionContainerHeader1.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.sectionContainerHeader1.Appearance.Options.UseBackColor = true;
     this.sectionContainerHeader1.Description = "";
     this.sectionContainerHeader1.Location    = new System.Drawing.Point(4, 4);
     this.sectionContainerHeader1.Name        = "sectionContainerHeader1";
     this.sectionContainerHeader1.Size        = new System.Drawing.Size(416, 28);
     this.sectionContainerHeader1.TabIndex    = 2;
     this.sectionContainerHeader1.Title       = "";
     this.sectionContainerHeader1.Warning     = "";
     //
     // titlePanel
     //
     this.titlePanel.Location = new System.Drawing.Point(0, 0);
     this.titlePanel.Name     = "titlePanel";
     this.titlePanel.TabIndex = 0;
     //
     // lblDescription
     //
     this.lblDescription.AutoSizeHeight = false;
     this.lblDescription.Location       = new System.Drawing.Point(0, 0);
     this.lblDescription.Name           = "lblDescription";
     this.lblDescription.TabIndex       = 0;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(3, 3);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(71, 22);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Vehicles";
     //
     // linkMoreInfo
     //
     this.linkMoreInfo.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.linkMoreInfo.Font             = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.linkMoreInfo.Location         = new System.Drawing.Point(108, 3);
     this.linkMoreInfo.Name             = "linkMoreInfo";
     this.linkMoreInfo.Size             = new System.Drawing.Size(297, 22);
     this.linkMoreInfo.TabIndex         = 4;
     this.linkMoreInfo.TabStop          = true;
     this.linkMoreInfo.Text             = "More Info...";
     this.linkMoreInfo.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.linkMoreInfo.VisitedLinkColor = System.Drawing.Color.Blue;
     //
     // spacerLabel1
     //
     this.spacerLabel1.AutoSize = true;
     this.spacerLabel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.spacerLabel1.Location = new System.Drawing.Point(74, 3);
     this.spacerLabel1.Name     = "spacerLabel1";
     this.spacerLabel1.Size     = new System.Drawing.Size(0, 16);
     this.spacerLabel1.TabIndex = 5;
     //
     // SectionContainer
     //
     this.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.Appearance.Options.UseBackColor = true;
     this.Controls.Add(this.panel);
     this.Name = "SectionContainer";
     this.Size = new System.Drawing.Size(424, 320);
     ((System.ComponentModel.ISupportInitialize)(this.panel)).EndInit();
     this.panel.ResumeLayout(false);
     this.ResumeLayout(false);
 }