1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- namespace FastReport.Forms
- {
- partial class DesignerOptionsForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|