namespace FastReport.Forms { partial class DesignerOptionsForm { /// /// 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() { this.pageControl1 = new FastReport.Controls.PageControl(); this.lblRestart = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnOk // this.btnOk.Location = new System.Drawing.Point(364, 276); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(444, 276); // // pageControl1 // this.pageControl1.Location = new System.Drawing.Point(12, 12); this.pageControl1.Name = "pageControl1"; this.pageControl1.SelectorWidth = 139; this.pageControl1.Size = new System.Drawing.Size(508, 252); this.pageControl1.TabIndex = 1; this.pageControl1.Text = "pageControl1"; // // lblRestart // this.lblRestart.AutoSize = true; this.lblRestart.Location = new System.Drawing.Point(12, 281); this.lblRestart.Name = "lblRestart"; this.lblRestart.Size = new System.Drawing.Size(95, 13); this.lblRestart.TabIndex = 2; this.lblRestart.Text = "* Restart required"; this.lblRestart.Visible = false; // // DesignerOptionsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(531, 310); this.Controls.Add(this.lblRestart); this.Controls.Add(this.pageControl1); this.Name = "DesignerOptionsForm"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DesignerOptions_FormClosing); this.Controls.SetChildIndex(this.btnOk, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.pageControl1, 0); this.Controls.SetChildIndex(this.lblRestart, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblRestart; private FastReport.Controls.PageControl pageControl1; } }