namespace CobXmlSupport { partial class frmSettings { /// /// 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(frmSettings)); this.btnCancel = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtUserName = new System.Windows.Forms.TextBox(); this.txtCompanyName = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.chkCountVars = new System.Windows.Forms.CheckBox(); this.chkNoNsRef = new System.Windows.Forms.CheckBox(); this.chkUniqueVars = new System.Windows.Forms.CheckBox(); this.chkUniqueAttrVars = new System.Windows.Forms.CheckBox(); this.txtMaxOcc = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.chkUnique = new System.Windows.Forms.CheckBox(); this.chkWrap = new System.Windows.Forms.CheckBox(); this.txtPrefix = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.chkValues = new System.Windows.Forms.CheckBox(); this.chkAnaTag = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtExpPrefix = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label6 = new System.Windows.Forms.Label(); this.txtLogPost = new System.Windows.Forms.TextBox(); this.txtLogSection = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.specials = new System.Windows.Forms.GroupBox(); this.chkBackupOwnCode = new System.Windows.Forms.CheckBox(); this.chkShowTestbtns = new System.Windows.Forms.CheckBox(); this.txtActualFile = new System.Windows.Forms.TextBox(); this.txtFilePath = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.specials.SuspendLayout(); this.SuspendLayout(); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Location = new System.Drawing.Point(467, 416); this.btnCancel.Margin = new System.Windows.Forms.Padding(2); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(79, 24); this.btnCancel.TabIndex = 0; this.btnCancel.Text = "Avbryt"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Location = new System.Drawing.Point(383, 416); this.btnSave.Margin = new System.Windows.Forms.Padding(2); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(79, 24); this.btnSave.TabIndex = 1; this.btnSave.Text = "&Spara"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 11); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(309, 13); this.label1.TabIndex = 2; this.label1.Text = "Här kan vissa standardinställningar göras (byggs på efter behov)"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 42); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(85, 13); this.label2.TabIndex = 3; this.label2.Text = "Användarnamn :"; // // txtUserName // this.txtUserName.Location = new System.Drawing.Point(108, 41); this.txtUserName.Margin = new System.Windows.Forms.Padding(2); this.txtUserName.Name = "txtUserName"; this.txtUserName.Size = new System.Drawing.Size(195, 20); this.txtUserName.TabIndex = 4; // // txtCompanyName // this.txtCompanyName.Location = new System.Drawing.Point(108, 61); this.txtCompanyName.Margin = new System.Windows.Forms.Padding(2); this.txtCompanyName.Name = "txtCompanyName"; this.txtCompanyName.Size = new System.Drawing.Size(195, 20); this.txtCompanyName.TabIndex = 6; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 65); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(83, 13); this.label3.TabIndex = 5; this.label3.Text = "Företagsnamn :"; // // chkCountVars // this.chkCountVars.AutoSize = true; this.chkCountVars.Location = new System.Drawing.Point(14, 152); this.chkCountVars.Name = "chkCountVars"; this.chkCountVars.Size = new System.Drawing.Size(106, 17); this.chkCountVars.TabIndex = 38; this.chkCountVars.Text = "\"count\" variabler"; this.chkCountVars.UseVisualStyleBackColor = true; // // chkNoNsRef // this.chkNoNsRef.AutoSize = true; this.chkNoNsRef.Location = new System.Drawing.Point(15, 127); this.chkNoNsRef.Name = "chkNoNsRef"; this.chkNoNsRef.Size = new System.Drawing.Size(129, 17); this.chkNoNsRef.TabIndex = 37; this.chkNoNsRef.Text = "utan NameSpace refs"; this.chkNoNsRef.UseVisualStyleBackColor = true; // // chkUniqueVars // this.chkUniqueVars.AutoSize = true; this.chkUniqueVars.Location = new System.Drawing.Point(15, 175); this.chkUniqueVars.Name = "chkUniqueVars"; this.chkUniqueVars.Size = new System.Drawing.Size(104, 17); this.chkUniqueVars.TabIndex = 36; this.chkUniqueVars.Text = "unika cobol vars"; this.chkUniqueVars.UseVisualStyleBackColor = true; // // chkUniqueAttrVars // this.chkUniqueAttrVars.AutoSize = true; this.chkUniqueAttrVars.Location = new System.Drawing.Point(14, 82); this.chkUniqueAttrVars.Name = "chkUniqueAttrVars"; this.chkUniqueAttrVars.Size = new System.Drawing.Size(93, 17); this.chkUniqueAttrVars.TabIndex = 35; this.chkUniqueAttrVars.Text = "unika attr.vars"; this.chkUniqueAttrVars.UseVisualStyleBackColor = true; // // txtMaxOcc // this.txtMaxOcc.Location = new System.Drawing.Point(213, 80); this.txtMaxOcc.Name = "txtMaxOcc"; this.txtMaxOcc.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtMaxOcc.Size = new System.Drawing.Size(37, 20); this.txtMaxOcc.TabIndex = 34; this.txtMaxOcc.Text = "25"; this.txtMaxOcc.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(155, 81); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(51, 13); this.label4.TabIndex = 33; this.label4.Text = "max OCC"; // // chkUnique // this.chkUnique.AutoSize = true; this.chkUnique.Location = new System.Drawing.Point(14, 106); 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 = 32; this.chkUnique.Text = "unika X-pather"; this.chkUnique.UseVisualStyleBackColor = true; // // chkWrap // this.chkWrap.AutoSize = true; this.chkWrap.Location = new System.Drawing.Point(14, 197); 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 = 31; this.chkWrap.Text = "radbryt kod"; this.chkWrap.UseVisualStyleBackColor = true; // // txtPrefix // this.txtPrefix.Location = new System.Drawing.Point(213, 28); this.txtPrefix.Name = "txtPrefix"; this.txtPrefix.Size = new System.Drawing.Size(57, 20); this.txtPrefix.TabIndex = 30; this.txtPrefix.Text = "GWM_"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(169, 31); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(38, 13); this.label5.TabIndex = 29; this.label5.Text = "prefix :"; // // chkValues // this.chkValues.AutoSize = true; this.chkValues.Location = new System.Drawing.Point(14, 53); this.chkValues.Name = "chkValues"; this.chkValues.Size = new System.Drawing.Size(92, 17); this.chkValues.TabIndex = 28; this.chkValues.Text = "lägg till values"; this.chkValues.UseVisualStyleBackColor = true; // // chkAnaTag // this.chkAnaTag.AutoSize = true; this.chkAnaTag.Location = new System.Drawing.Point(14, 27); this.chkAnaTag.Name = "chkAnaTag"; this.chkAnaTag.Size = new System.Drawing.Size(118, 17); this.chkAnaTag.TabIndex = 27; this.chkAnaTag.Text = "analysera tag-value"; this.chkAnaTag.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.txtExpPrefix); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.chkCountVars); this.groupBox1.Controls.Add(this.chkAnaTag); this.groupBox1.Controls.Add(this.chkNoNsRef); this.groupBox1.Controls.Add(this.chkValues); this.groupBox1.Controls.Add(this.chkUniqueVars); this.groupBox1.Controls.Add(this.chkUniqueAttrVars); this.groupBox1.Controls.Add(this.txtPrefix); this.groupBox1.Controls.Add(this.txtMaxOcc); this.groupBox1.Controls.Add(this.chkWrap); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.chkUnique); this.groupBox1.Location = new System.Drawing.Point(15, 157); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(287, 260); this.groupBox1.TabIndex = 39; this.groupBox1.TabStop = false; this.groupBox1.Text = "Utgångs inställningar"; // // txtExpPrefix // this.txtExpPrefix.Location = new System.Drawing.Point(213, 51); this.txtExpPrefix.Name = "txtExpPrefix"; this.txtExpPrefix.Size = new System.Drawing.Size(57, 20); this.txtExpPrefix.TabIndex = 40; this.txtExpPrefix.Text = "GWX_"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(137, 52); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(70, 13); this.label8.TabIndex = 39; this.label8.Text = "export prefix :"; // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.txtLogPost); this.groupBox2.Controls.Add(this.txtLogSection); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Location = new System.Drawing.Point(306, 157); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(240, 104); this.groupBox2.TabIndex = 40; this.groupBox2.TabStop = false; this.groupBox2.Text = "Namn på generella variabler och procedurer"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(20, 28); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(82, 13); this.label6.TabIndex = 35; this.label6.Text = "Namn logfil post"; // // txtLogPost // this.txtLogPost.Location = new System.Drawing.Point(123, 25); this.txtLogPost.Name = "txtLogPost"; this.txtLogPost.Size = new System.Drawing.Size(97, 20); this.txtLogPost.TabIndex = 36; // // txtLogSection // this.txtLogSection.Location = new System.Drawing.Point(123, 51); this.txtLogSection.Name = "txtLogSection"; this.txtLogSection.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtLogSection.Size = new System.Drawing.Size(97, 20); this.txtLogSection.TabIndex = 38; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(20, 54); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(89, 13); this.label7.TabIndex = 37; this.label7.Text = "Namn log section"; // // specials // this.specials.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.specials.Controls.Add(this.chkBackupOwnCode); this.specials.Controls.Add(this.chkShowTestbtns); this.specials.Location = new System.Drawing.Point(305, 263); this.specials.Name = "specials"; this.specials.Size = new System.Drawing.Size(240, 149); this.specials.TabIndex = 41; this.specials.TabStop = false; this.specials.Text = "specialla inställningar"; // // chkBackupOwnCode // this.chkBackupOwnCode.AutoSize = true; this.chkBackupOwnCode.Location = new System.Drawing.Point(7, 44); this.chkBackupOwnCode.Name = "chkBackupOwnCode"; this.chkBackupOwnCode.Size = new System.Drawing.Size(129, 17); this.chkBackupOwnCode.TabIndex = 1; this.chkBackupOwnCode.Text = "Backup av Egna vars"; this.chkBackupOwnCode.UseVisualStyleBackColor = true; // // chkShowTestbtns // this.chkShowTestbtns.AutoSize = true; this.chkShowTestbtns.Location = new System.Drawing.Point(7, 20); this.chkShowTestbtns.Name = "chkShowTestbtns"; this.chkShowTestbtns.Size = new System.Drawing.Size(95, 17); this.chkShowTestbtns.TabIndex = 0; this.chkShowTestbtns.Text = "visa testknapp"; this.chkShowTestbtns.UseVisualStyleBackColor = true; // // txtActualFile // this.txtActualFile.ForeColor = System.Drawing.SystemColors.WindowFrame; this.txtActualFile.Location = new System.Drawing.Point(108, 82); this.txtActualFile.Name = "txtActualFile"; this.txtActualFile.ReadOnly = true; this.txtActualFile.Size = new System.Drawing.Size(425, 20); this.txtActualFile.TabIndex = 42; // // txtFilePath // this.txtFilePath.ForeColor = System.Drawing.SystemColors.WindowFrame; this.txtFilePath.Location = new System.Drawing.Point(108, 103); this.txtFilePath.Name = "txtFilePath"; this.txtFilePath.ReadOnly = true; this.txtFilePath.Size = new System.Drawing.Size(425, 20); this.txtFilePath.TabIndex = 43; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(14, 107); this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(93, 13); this.label9.TabIndex = 45; this.label9.Text = "Urspr Filens Path :"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(12, 86); this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(83, 13); this.label10.TabIndex = 44; this.label10.Text = "Aktuell Urspr Fil:"; // // frmSettings // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(557, 445); this.Controls.Add(this.label9); this.Controls.Add(this.label10); this.Controls.Add(this.txtFilePath); this.Controls.Add(this.txtActualFile); this.Controls.Add(this.specials); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.txtCompanyName); this.Controls.Add(this.label3); this.Controls.Add(this.txtUserName); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "frmSettings"; this.Text = "Inställningar"; this.Load += new System.EventHandler(this.frmSettings_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.specials.ResumeLayout(false); this.specials.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtUserName; private System.Windows.Forms.TextBox txtCompanyName; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox chkCountVars; private System.Windows.Forms.CheckBox chkNoNsRef; private System.Windows.Forms.CheckBox chkUniqueVars; private System.Windows.Forms.CheckBox chkUniqueAttrVars; private System.Windows.Forms.TextBox txtMaxOcc; private System.Windows.Forms.Label label4; private System.Windows.Forms.CheckBox chkUnique; private System.Windows.Forms.CheckBox chkWrap; private System.Windows.Forms.TextBox txtPrefix; private System.Windows.Forms.Label label5; private System.Windows.Forms.CheckBox chkValues; private System.Windows.Forms.CheckBox chkAnaTag; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtLogPost; private System.Windows.Forms.TextBox txtLogSection; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtExpPrefix; private System.Windows.Forms.Label label8; private System.Windows.Forms.GroupBox specials; private System.Windows.Forms.CheckBox chkShowTestbtns; private System.Windows.Forms.CheckBox chkBackupOwnCode; private System.Windows.Forms.TextBox txtActualFile; private System.Windows.Forms.TextBox txtFilePath; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; } }