namespace CobXmlSupport { partial class GenCobCode { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GenCobCode)); this.button1 = new System.Windows.Forms.Button(); this.outText = new System.Windows.Forms.TextBox(); this.outCob = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.btnClose = new System.Windows.Forms.Button(); this.chkAnaTag = new System.Windows.Forms.CheckBox(); this.chkValues = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.txtPrefix = new System.Windows.Forms.TextBox(); this.chkWrap = new System.Windows.Forms.CheckBox(); this.btnGenICode = new System.Windows.Forms.Button(); this.chkUnique = new System.Windows.Forms.CheckBox(); this.btnMoves = new System.Windows.Forms.Button(); this.btnChooseFile = new System.Windows.Forms.Button(); this.openFile = new System.Windows.Forms.OpenFileDialog(); this.btnMoveFrom = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.txtMaxOcc = new System.Windows.Forms.TextBox(); this.chkUniqueAttrVars = new System.Windows.Forms.CheckBox(); this.chkUniqueVars = new System.Windows.Forms.CheckBox(); this.chkDisplays = new System.Windows.Forms.CheckBox(); this.chkNoNsRef = new System.Windows.Forms.CheckBox(); this.cmbLastFile = new System.Windows.Forms.ComboBox(); this.btnClearSettings = new System.Windows.Forms.Button(); this.chkCountVars = new System.Windows.Forms.CheckBox(); this.btnSettings = new System.Windows.Forms.Button(); this.chkPerform = new System.Windows.Forms.CheckBox(); this.chkMvToDisp = new System.Windows.Forms.CheckBox(); this.chkNewArea = new System.Windows.Forms.CheckBox(); this.label5 = new System.Windows.Forms.Label(); this.txtExpPrefix = new System.Windows.Forms.TextBox(); this.chkAttribs = new System.Windows.Forms.CheckBox(); this.btnTestThings = new System.Windows.Forms.Button(); this.btnFrXMLTo = new System.Windows.Forms.Button(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(20, 47); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 0; this.button1.Text = "Start"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // outText // this.outText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.outText.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.outText.Location = new System.Drawing.Point(20, 121); this.outText.Multiline = true; this.outText.Name = "outText"; this.outText.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.outText.Size = new System.Drawing.Size(380, 496); this.outText.TabIndex = 1; this.outText.WordWrap = false; // // outCob // this.outCob.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.outCob.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.outCob.Location = new System.Drawing.Point(406, 121); this.outCob.Multiline = true; this.outCob.Name = "outCob"; this.outCob.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.outCob.Size = new System.Drawing.Size(533, 496); this.outCob.TabIndex = 2; this.outCob.WordWrap = false; this.outCob.KeyDown += new System.Windows.Forms.KeyEventHandler(this.outCob_KeyDown); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(17, 105); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 15); this.label1.TabIndex = 4; this.label1.Text = "XML-struktur"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(406, 105); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(167, 15); this.label2.TabIndex = 5; this.label2.Text = "Försök till COB-copybook"; // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.Location = new System.Drawing.Point(864, 632); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 6; this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // chkAnaTag // this.chkAnaTag.AutoSize = true; this.chkAnaTag.Location = new System.Drawing.Point(118, 51); this.chkAnaTag.Name = "chkAnaTag"; this.chkAnaTag.Size = new System.Drawing.Size(118, 17); this.chkAnaTag.TabIndex = 7; this.chkAnaTag.Text = "analysera tag-value"; this.chkAnaTag.UseVisualStyleBackColor = true; this.chkAnaTag.CheckedChanged += new System.EventHandler(this.chkAnaTag_CheckedChanged); // // chkValues // this.chkValues.AutoSize = true; this.chkValues.Location = new System.Drawing.Point(118, 75); this.chkValues.Name = "chkValues"; this.chkValues.Size = new System.Drawing.Size(92, 17); this.chkValues.TabIndex = 8; this.chkValues.Text = "lägg till values"; this.chkValues.UseVisualStyleBackColor = true; this.chkValues.CheckedChanged += new System.EventHandler(this.chkValues_CheckedChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(273, 52); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(38, 13); this.label3.TabIndex = 9; this.label3.Text = "prefix :"; // // txtPrefix // this.txtPrefix.Location = new System.Drawing.Point(317, 49); this.txtPrefix.Name = "txtPrefix"; this.txtPrefix.Size = new System.Drawing.Size(57, 20); this.txtPrefix.TabIndex = 10; this.txtPrefix.Text = "GWM_"; // // chkWrap // this.chkWrap.AutoSize = true; this.chkWrap.Location = new System.Drawing.Point(389, 73); this.chkWrap.Margin = new System.Windows.Forms.Padding(2); this.chkWrap.Name = "chkWrap"; this.chkWrap.Size = new System.Drawing.Size(79, 17); this.chkWrap.TabIndex = 11; this.chkWrap.Text = "radbryt kod"; this.chkWrap.UseVisualStyleBackColor = true; this.chkWrap.CheckedChanged += new System.EventHandler(this.chkWrap_CheckedChanged); // // btnGenICode // this.btnGenICode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnGenICode.Enabled = false; this.btnGenICode.Location = new System.Drawing.Point(411, 632); this.btnGenICode.Margin = new System.Windows.Forms.Padding(2); this.btnGenICode.Name = "btnGenICode"; this.btnGenICode.Size = new System.Drawing.Size(81, 23); this.btnGenICode.TabIndex = 12; this.btnGenICode.Text = "Gen Init kod"; this.btnGenICode.UseVisualStyleBackColor = true; this.btnGenICode.Click += new System.EventHandler(this.btnGenICode_Click); // // chkUnique // this.chkUnique.AutoSize = true; this.chkUnique.Location = new System.Drawing.Point(503, 74); this.chkUnique.Margin = new System.Windows.Forms.Padding(2); this.chkUnique.Name = "chkUnique"; this.chkUnique.Size = new System.Drawing.Size(95, 17); this.chkUnique.TabIndex = 13; this.chkUnique.Text = "unika X-pather"; this.chkUnique.UseVisualStyleBackColor = true; this.chkUnique.CheckedChanged += new System.EventHandler(this.chkUnique_CheckedChanged); // // btnMoves // this.btnMoves.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnMoves.Enabled = false; this.btnMoves.Location = new System.Drawing.Point(496, 632); this.btnMoves.Margin = new System.Windows.Forms.Padding(2); this.btnMoves.Name = "btnMoves"; this.btnMoves.Size = new System.Drawing.Size(93, 23); this.btnMoves.TabIndex = 14; this.btnMoves.Text = "Gen Move kod"; this.btnMoves.UseVisualStyleBackColor = true; this.btnMoves.Click += new System.EventHandler(this.btnMoves_Click); // // btnChooseFile // this.btnChooseFile.Location = new System.Drawing.Point(20, 17); this.btnChooseFile.Name = "btnChooseFile"; this.btnChooseFile.Size = new System.Drawing.Size(75, 23); this.btnChooseFile.TabIndex = 15; this.btnChooseFile.Text = "Välj fil"; this.btnChooseFile.UseVisualStyleBackColor = true; this.btnChooseFile.Click += new System.EventHandler(this.btnChooseFile_Click); // // openFile // this.openFile.FileName = "openFile"; // // btnMoveFrom // this.btnMoveFrom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnMoveFrom.Enabled = false; this.btnMoveFrom.Location = new System.Drawing.Point(673, 632); this.btnMoveFrom.Name = "btnMoveFrom"; this.btnMoveFrom.Size = new System.Drawing.Size(92, 23); this.btnMoveFrom.TabIndex = 16; this.btnMoveFrom.Text = "Gen Move från"; this.btnMoveFrom.UseVisualStyleBackColor = true; this.btnMoveFrom.Click += new System.EventHandler(this.btnMoveFrom_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(614, 73); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(51, 13); this.label4.TabIndex = 17; this.label4.Text = "max OCC"; // // txtMaxOcc // this.txtMaxOcc.Location = new System.Drawing.Point(672, 72); this.txtMaxOcc.Name = "txtMaxOcc"; this.txtMaxOcc.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtMaxOcc.Size = new System.Drawing.Size(37, 20); this.txtMaxOcc.TabIndex = 18; this.txtMaxOcc.Text = "25"; this.txtMaxOcc.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // chkUniqueAttrVars // this.chkUniqueAttrVars.AutoSize = true; this.chkUniqueAttrVars.Location = new System.Drawing.Point(389, 51); this.chkUniqueAttrVars.Name = "chkUniqueAttrVars"; this.chkUniqueAttrVars.Size = new System.Drawing.Size(93, 17); this.chkUniqueAttrVars.TabIndex = 19; this.chkUniqueAttrVars.Text = "unika attr.vars"; this.chkUniqueAttrVars.UseVisualStyleBackColor = true; this.chkUniqueAttrVars.CheckedChanged += new System.EventHandler(this.chkUniqueAttrVars_CheckedChanged); // // chkUniqueVars // this.chkUniqueVars.AutoSize = true; this.chkUniqueVars.Location = new System.Drawing.Point(503, 52); this.chkUniqueVars.Name = "chkUniqueVars"; this.chkUniqueVars.Size = new System.Drawing.Size(104, 17); this.chkUniqueVars.TabIndex = 20; this.chkUniqueVars.Text = "unika cobol vars"; this.chkUniqueVars.UseVisualStyleBackColor = true; this.chkUniqueVars.CheckedChanged += new System.EventHandler(this.chkUniqueVars_CheckedChanged); // // chkDisplays // this.chkDisplays.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.chkDisplays.AutoSize = true; this.chkDisplays.Enabled = false; this.chkDisplays.Location = new System.Drawing.Point(771, 644); this.chkDisplays.Name = "chkDisplays"; this.chkDisplays.Size = new System.Drawing.Size(71, 17); this.chkDisplays.TabIndex = 21; this.chkDisplays.Text = "(Displays)"; this.chkDisplays.UseVisualStyleBackColor = true; // // chkNoNsRef // this.chkNoNsRef.AutoSize = true; this.chkNoNsRef.Location = new System.Drawing.Point(737, 51); this.chkNoNsRef.Name = "chkNoNsRef"; this.chkNoNsRef.Size = new System.Drawing.Size(129, 17); this.chkNoNsRef.TabIndex = 22; this.chkNoNsRef.Text = "utan NameSpace refs"; this.chkNoNsRef.UseVisualStyleBackColor = true; this.chkNoNsRef.CheckedChanged += new System.EventHandler(this.chkNoNsRef_CheckedChanged); // // cmbLastFile // this.cmbLastFile.FormattingEnabled = true; this.cmbLastFile.Location = new System.Drawing.Point(120, 19); this.cmbLastFile.Name = "cmbLastFile"; this.cmbLastFile.Size = new System.Drawing.Size(735, 21); this.cmbLastFile.TabIndex = 23; this.cmbLastFile.SelectedIndexChanged += new System.EventHandler(this.cmbLastFile_SelectedIndexChanged); // // btnClearSettings // this.btnClearSettings.Location = new System.Drawing.Point(861, 19); this.btnClearSettings.Name = "btnClearSettings"; this.btnClearSettings.Size = new System.Drawing.Size(75, 23); this.btnClearSettings.TabIndex = 24; this.btnClearSettings.Text = "Rensa"; this.btnClearSettings.UseVisualStyleBackColor = true; this.btnClearSettings.Click += new System.EventHandler(this.btnClearSettings_Click); // // chkCountVars // this.chkCountVars.AutoSize = true; this.chkCountVars.Location = new System.Drawing.Point(737, 74); this.chkCountVars.Name = "chkCountVars"; this.chkCountVars.Size = new System.Drawing.Size(106, 17); this.chkCountVars.TabIndex = 25; this.chkCountVars.Text = "\"count\" variabler"; this.chkCountVars.UseVisualStyleBackColor = true; this.chkCountVars.CheckedChanged += new System.EventHandler(this.chkCountVars_CheckedChanged); // // btnSettings // this.btnSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnSettings.Location = new System.Drawing.Point(20, 655); this.btnSettings.Margin = new System.Windows.Forms.Padding(2); this.btnSettings.Name = "btnSettings"; this.btnSettings.Size = new System.Drawing.Size(81, 23); this.btnSettings.TabIndex = 26; this.btnSettings.Text = "Inställningar"; this.btnSettings.UseVisualStyleBackColor = true; this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click); // // chkPerform // this.chkPerform.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.chkPerform.AutoSize = true; this.chkPerform.Location = new System.Drawing.Point(594, 627); this.chkPerform.Name = "chkPerform"; this.chkPerform.Size = new System.Drawing.Size(62, 17); this.chkPerform.TabIndex = 27; this.chkPerform.Text = "Perform"; this.chkPerform.UseVisualStyleBackColor = true; // // chkMvToDisp // this.chkMvToDisp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.chkMvToDisp.AutoSize = true; this.chkMvToDisp.Location = new System.Drawing.Point(594, 644); this.chkMvToDisp.Name = "chkMvToDisp"; this.chkMvToDisp.Size = new System.Drawing.Size(71, 17); this.chkMvToDisp.TabIndex = 28; this.chkMvToDisp.Text = "(Displays)"; this.chkMvToDisp.UseVisualStyleBackColor = true; // // chkNewArea // this.chkNewArea.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.chkNewArea.AutoSize = true; this.chkNewArea.Location = new System.Drawing.Point(771, 627); this.chkNewArea.Name = "chkNewArea"; this.chkNewArea.Size = new System.Drawing.Size(64, 17); this.chkNewArea.TabIndex = 29; this.chkNewArea.Text = "Till Area"; this.chkNewArea.UseVisualStyleBackColor = true; this.chkNewArea.Visible = false; this.chkNewArea.CheckedChanged += new System.EventHandler(this.chkNewArea_CheckedChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(241, 76); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(70, 13); this.label5.TabIndex = 30; this.label5.Text = "export prefix :"; // // txtExpPrefix // this.txtExpPrefix.Location = new System.Drawing.Point(317, 75); this.txtExpPrefix.Name = "txtExpPrefix"; this.txtExpPrefix.Size = new System.Drawing.Size(57, 20); this.txtExpPrefix.TabIndex = 31; this.txtExpPrefix.Text = "GWX_"; // // chkAttribs // this.chkAttribs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.chkAttribs.AutoSize = true; this.chkAttribs.Location = new System.Drawing.Point(771, 660); this.chkAttribs.Name = "chkAttribs"; this.chkAttribs.Size = new System.Drawing.Size(85, 17); this.chkAttribs.TabIndex = 32; this.chkAttribs.Text = "Move Attribs"; this.chkAttribs.UseVisualStyleBackColor = true; this.chkAttribs.Visible = false; // // btnTestThings // this.btnTestThings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnTestThings.Location = new System.Drawing.Point(20, 632); this.btnTestThings.Name = "btnTestThings"; this.btnTestThings.Size = new System.Drawing.Size(81, 23); this.btnTestThings.TabIndex = 33; this.btnTestThings.Text = "run test"; this.btnTestThings.UseVisualStyleBackColor = true; this.btnTestThings.Click += new System.EventHandler(this.btnTestThings_Click); // // btnFrXMLTo // this.btnFrXMLTo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnFrXMLTo.Location = new System.Drawing.Point(673, 655); this.btnFrXMLTo.Name = "btnFrXMLTo"; this.btnFrXMLTo.Size = new System.Drawing.Size(92, 22); this.btnFrXMLTo.TabIndex = 34; this.btnFrXMLTo.Text = "Kopiera XML"; this.btnFrXMLTo.UseVisualStyleBackColor = true; this.btnFrXMLTo.Click += new System.EventHandler(this.btnFrXMLTo_Click); // // GenCobCode // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(951, 686); this.Controls.Add(this.btnFrXMLTo); this.Controls.Add(this.btnTestThings); this.Controls.Add(this.chkAttribs); this.Controls.Add(this.txtExpPrefix); this.Controls.Add(this.label5); this.Controls.Add(this.chkNewArea); this.Controls.Add(this.chkMvToDisp); this.Controls.Add(this.chkPerform); this.Controls.Add(this.btnSettings); this.Controls.Add(this.chkCountVars); this.Controls.Add(this.btnClearSettings); this.Controls.Add(this.cmbLastFile); this.Controls.Add(this.chkNoNsRef); this.Controls.Add(this.chkDisplays); this.Controls.Add(this.chkUniqueVars); this.Controls.Add(this.chkUniqueAttrVars); this.Controls.Add(this.txtMaxOcc); this.Controls.Add(this.label4); this.Controls.Add(this.btnMoveFrom); this.Controls.Add(this.btnChooseFile); this.Controls.Add(this.btnMoves); this.Controls.Add(this.chkUnique); this.Controls.Add(this.btnGenICode); this.Controls.Add(this.chkWrap); this.Controls.Add(this.txtPrefix); this.Controls.Add(this.label3); this.Controls.Add(this.chkValues); this.Controls.Add(this.chkAnaTag); this.Controls.Add(this.btnClose); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.outCob); this.Controls.Add(this.outText); this.Controls.Add(this.button1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "GenCobCode"; this.Text = "X M L to C O B"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GenCobCode_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox outText; private System.Windows.Forms.TextBox outCob; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.CheckBox chkAnaTag; private System.Windows.Forms.CheckBox chkValues; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtPrefix; private System.Windows.Forms.CheckBox chkWrap; private System.Windows.Forms.Button btnGenICode; private System.Windows.Forms.CheckBox chkUnique; private System.Windows.Forms.Button btnMoves; private System.Windows.Forms.Button btnChooseFile; private System.Windows.Forms.OpenFileDialog openFile; private System.Windows.Forms.Button btnMoveFrom; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtMaxOcc; private System.Windows.Forms.CheckBox chkUniqueAttrVars; private System.Windows.Forms.CheckBox chkUniqueVars; private System.Windows.Forms.CheckBox chkDisplays; private System.Windows.Forms.CheckBox chkNoNsRef; private System.Windows.Forms.ComboBox cmbLastFile; private System.Windows.Forms.Button btnClearSettings; private System.Windows.Forms.CheckBox chkCountVars; private System.Windows.Forms.Button btnSettings; private System.Windows.Forms.CheckBox chkPerform; private System.Windows.Forms.CheckBox chkMvToDisp; private System.Windows.Forms.CheckBox chkNewArea; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtExpPrefix; private System.Windows.Forms.CheckBox chkAttribs; private System.Windows.Forms.Button btnTestThings; private System.Windows.Forms.Button btnFrXMLTo; } }