namespace AyaNova.PlugIn.V8 { partial class Opt { /// /// 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(Opt)); this.btnCancel = new System.Windows.Forms.Button(); this.btnOk = new System.Windows.Forms.Button(); this.ckExportAssignedDocs = new System.Windows.Forms.CheckBox(); this.lblPreRelease = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.edTags = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.nTimeOut = new System.Windows.Forms.NumericUpDown(); ((System.ComponentModel.ISupportInitialize)(this.nTimeOut)).BeginInit(); this.SuspendLayout(); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnCancel.Image = global::AyaNova.PlugIn.V8.Resource1.Cancel24; this.btnCancel.Location = new System.Drawing.Point(26, 283); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(68, 41); this.btnCancel.TabIndex = 26; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOk // this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnOk.Image = global::AyaNova.PlugIn.V8.Resource1.OK24; this.btnOk.Location = new System.Drawing.Point(534, 283); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(68, 41); this.btnOk.TabIndex = 3; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // ckExportAssignedDocs // this.ckExportAssignedDocs.AutoSize = true; this.ckExportAssignedDocs.Checked = true; this.ckExportAssignedDocs.CheckState = System.Windows.Forms.CheckState.Checked; this.ckExportAssignedDocs.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ckExportAssignedDocs.Location = new System.Drawing.Point(26, 94); this.ckExportAssignedDocs.Name = "ckExportAssignedDocs"; this.ckExportAssignedDocs.Size = new System.Drawing.Size(401, 21); this.ckExportAssignedDocs.TabIndex = 27; this.ckExportAssignedDocs.Text = "Export Assigned documents as Attachments where possible"; this.ckExportAssignedDocs.UseVisualStyleBackColor = true; // // lblPreRelease // this.lblPreRelease.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblPreRelease.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.lblPreRelease.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPreRelease.ForeColor = System.Drawing.Color.Blue; this.lblPreRelease.Location = new System.Drawing.Point(94, 9); this.lblPreRelease.Name = "lblPreRelease"; this.lblPreRelease.Size = new System.Drawing.Size(426, 37); this.lblPreRelease.TabIndex = 38; this.lblPreRelease.Text = "Pre-release 7.6-Alpha"; this.lblPreRelease.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.Red; this.label2.Location = new System.Drawing.Point(100, 290); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(428, 34); this.label2.TabIndex = 39; this.label2.Text = "Export will erase *all* data on AyaNova 8 Server"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // edTags // this.edTags.Location = new System.Drawing.Point(26, 160); this.edTags.Name = "edTags"; this.edTags.Size = new System.Drawing.Size(141, 20); this.edTags.TabIndex = 40; this.edTags.Text = "v8-migrate"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(26, 141); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(120, 13); this.label1.TabIndex = 41; this.label1.Text = "Tag all exported objects"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(26, 195); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(165, 13); this.label3.TabIndex = 43; this.label3.Text = "Override HTTP timeout (seconds)"; // // nTimeOut // this.nTimeOut.Increment = new decimal(new int[] { 60, 0, 0, 0}); this.nTimeOut.Location = new System.Drawing.Point(29, 211); this.nTimeOut.Maximum = new decimal(new int[] { 3600, 0, 0, 0}); this.nTimeOut.Minimum = new decimal(new int[] { 30, 0, 0, 0}); this.nTimeOut.Name = "nTimeOut"; this.nTimeOut.Size = new System.Drawing.Size(120, 20); this.nTimeOut.TabIndex = 44; this.nTimeOut.Value = new decimal(new int[] { 100, 0, 0, 0}); // // Opt // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(614, 353); this.ControlBox = false; this.Controls.Add(this.nTimeOut); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.edTags); this.Controls.Add(this.label2); this.Controls.Add(this.lblPreRelease); this.Controls.Add(this.ckExportAssignedDocs); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOk); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Opt"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Export options"; this.Load += new System.EventHandler(this.Opt_Load); ((System.ComponentModel.ISupportInitialize)(this.nTimeOut)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.CheckBox ckExportAssignedDocs; private System.Windows.Forms.Label lblPreRelease; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox edTags; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.NumericUpDown nTimeOut; } }