100 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			100 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| 
 | |
| namespace VEPROMS
 | |
| {
 | |
|     partial class dlgMSWordMessage
 | |
|     {
 | |
|         /// <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.labelX1 = new DevComponents.DotNetBar.LabelX();
 | |
|             this.cbRemember = new DevComponents.DotNetBar.Controls.CheckBoxX();
 | |
|             this.btnOpenTabs = new DevComponents.DotNetBar.ButtonX();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // labelX1
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
|             this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | |
|             this.labelX1.Location = new System.Drawing.Point(20, 12);
 | |
|             this.labelX1.Name = "labelX1";
 | |
|             this.labelX1.Size = new System.Drawing.Size(520, 78);
 | |
|             this.labelX1.TabIndex = 0;
 | |
|             this.labelX1.Text = "The _______________ will be opened in MS Word.\r\n\r\nYou can make modifications and " +
 | |
|     "copy it into a PROMS Word section.";
 | |
|             this.labelX1.WordWrap = true;
 | |
|             // 
 | |
|             // cbRemember
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.cbRemember.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
|             this.cbRemember.Location = new System.Drawing.Point(12, 96);
 | |
|             this.cbRemember.Name = "cbRemember";
 | |
|             this.cbRemember.Size = new System.Drawing.Size(566, 55);
 | |
|             this.cbRemember.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
|             this.cbRemember.TabIndex = 1;
 | |
|             this.cbRemember.Text = "Check this box to not be prompted in the future when generating summaries that wi" +
 | |
|     "ll be opened in MS Word. \r\n\nNote that these settings can be adjusted at any time" +
 | |
|     " from the OPTIONS menu for PROMS.";
 | |
|             // 
 | |
|             // btnOpenTabs
 | |
|             // 
 | |
|             this.btnOpenTabs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
|             this.btnOpenTabs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
|             this.btnOpenTabs.DialogResult = System.Windows.Forms.DialogResult.Yes;
 | |
|             this.btnOpenTabs.Location = new System.Drawing.Point(490, 126);
 | |
|             this.btnOpenTabs.Name = "btnOpenTabs";
 | |
|             this.btnOpenTabs.Size = new System.Drawing.Size(64, 25);
 | |
|             this.btnOpenTabs.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
|             this.btnOpenTabs.TabIndex = 2;
 | |
|             this.btnOpenTabs.Text = "OK";
 | |
|             this.btnOpenTabs.Click += new System.EventHandler(this.btnTabs_Click);
 | |
|             // 
 | |
|             // dlgMSWordMessage
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(567, 163);
 | |
|             this.ControlBox = false;
 | |
|             this.Controls.Add(this.btnOpenTabs);
 | |
|             this.Controls.Add(this.cbRemember);
 | |
|             this.Controls.Add(this.labelX1);
 | |
|             this.Name = "dlgMSWordMessage";
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private DevComponents.DotNetBar.LabelX labelX1;
 | |
|         private DevComponents.DotNetBar.Controls.CheckBoxX cbRemember;
 | |
|         private DevComponents.DotNetBar.ButtonX btnOpenTabs;
 | |
|     }
 | |
| } |