예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblName  = new UIControls.StandardControls.AutoSizeLabel();
     this.angLower = new TagEditor.Controls.AngleEdit();
     this.txtLower = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLower.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // lblName
     //
     this.lblName.AutoSizeHeight = false;
     this.lblName.Location       = new System.Drawing.Point(4, 16);
     this.lblName.Name           = "lblName";
     this.lblName.Size           = new System.Drawing.Size(128, 16);
     this.lblName.TabIndex       = 2;
     this.lblName.Text           = "Angle";
     this.lblName.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // angLower
     //
     this.angLower.Angle    = 0;
     this.angLower.Location = new System.Drawing.Point(192, 12);
     this.angLower.Name     = "angLower";
     this.angLower.Size     = new System.Drawing.Size(28, 28);
     this.angLower.TabIndex = 7;
     //
     // txtLower
     //
     this.txtLower.EditValue = "";
     this.txtLower.Location  = new System.Drawing.Point(152, 16);
     this.txtLower.Name      = "txtLower";
     this.txtLower.Size      = new System.Drawing.Size(32, 20);
     this.txtLower.TabIndex  = 9;
     //
     // Angle
     //
     this.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.Appearance.Options.UseBackColor = true;
     this.Controls.Add(this.txtLower);
     this.Controls.Add(this.angLower);
     this.Controls.Add(this.lblName);
     this.Name = "Angle";
     this.Size = new System.Drawing.Size(240, 48);
     ((System.ComponentModel.ISupportInitialize)(this.txtLower.Properties)).EndInit();
     this.ResumeLayout(false);
 }
예제 #2
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);
 }
예제 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblName  = new UIControls.StandardControls.AutoSizeLabel();
     this.label1   = new System.Windows.Forms.Label();
     this.label2   = new System.Windows.Forms.Label();
     this.angLower = new TagEditor.Controls.AngleEdit();
     this.angUpper = new TagEditor.Controls.AngleEdit();
     this.txtLower = new DevExpress.XtraEditors.TextEdit();
     this.txtUpper = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLower.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUpper.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // lblName
     //
     this.lblName.AutoSizeHeight = false;
     this.lblName.Location       = new System.Drawing.Point(4, 16);
     this.lblName.Name           = "lblName";
     this.lblName.Size           = new System.Drawing.Size(128, 16);
     this.lblName.TabIndex       = 2;
     this.lblName.Text           = "AngleBounds";
     this.lblName.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(152, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(36, 16);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "lower";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(256, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(40, 16);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "upper";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // angLower
     //
     this.angLower.Angle    = 0;
     this.angLower.Location = new System.Drawing.Point(192, 8);
     this.angLower.Name     = "angLower";
     this.angLower.Size     = new System.Drawing.Size(35, 35);
     this.angLower.TabIndex = 7;
     //
     // angUpper
     //
     this.angUpper.Angle    = 0;
     this.angUpper.Location = new System.Drawing.Point(296, 8);
     this.angUpper.Name     = "angUpper";
     this.angUpper.Size     = new System.Drawing.Size(35, 35);
     this.angUpper.TabIndex = 8;
     //
     // txtLower
     //
     this.txtLower.EditValue = "";
     this.txtLower.Location  = new System.Drawing.Point(152, 24);
     this.txtLower.Name      = "txtLower";
     this.txtLower.Size      = new System.Drawing.Size(32, 20);
     this.txtLower.TabIndex  = 9;
     //
     // txtUpper
     //
     this.txtUpper.EditValue = "";
     this.txtUpper.Location  = new System.Drawing.Point(256, 24);
     this.txtUpper.Name      = "txtUpper";
     this.txtUpper.Size      = new System.Drawing.Size(32, 20);
     this.txtUpper.TabIndex  = 10;
     //
     // AngleBounds
     //
     this.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.Appearance.Options.UseBackColor = true;
     this.Controls.Add(this.txtUpper);
     this.Controls.Add(this.txtLower);
     this.Controls.Add(this.angUpper);
     this.Controls.Add(this.angLower);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lblName);
     this.Name = "AngleBounds";
     this.Size = new System.Drawing.Size(344, 48);
     ((System.ComponentModel.ISupportInitialize)(this.txtLower.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUpper.Properties)).EndInit();
     this.ResumeLayout(false);
 }