示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DS2DatalinesForm));
     this.btnOK               = new System.Windows.Forms.Button();
     this.btnCancel           = new System.Windows.Forms.Button();
     this.lblOutput           = new System.Windows.Forms.Label();
     this.txtOutput           = new System.Windows.Forms.TextBox();
     this.lblProgram          = new System.Windows.Forms.Label();
     this.btnBrowse           = new System.Windows.Forms.Button();
     this.btnCopy             = new System.Windows.Forms.Button();
     this.sasCodeEditor       = new SAS.Tasks.Toolkit.Controls.SASTextEditorCtl();
     this.chkPreserveEncoding = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // btnOK
     //
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Name         = "btnOK";
     //
     // btnCancel
     //
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Name         = "btnCancel";
     //
     // lblOutput
     //
     resources.ApplyResources(this.lblOutput, "lblOutput");
     this.lblOutput.Name = "lblOutput";
     //
     // txtOutput
     //
     resources.ApplyResources(this.txtOutput, "txtOutput");
     this.txtOutput.Name     = "txtOutput";
     this.txtOutput.ReadOnly = true;
     //
     // lblProgram
     //
     resources.ApplyResources(this.lblProgram, "lblProgram");
     this.lblProgram.Name = "lblProgram";
     //
     // btnBrowse
     //
     resources.ApplyResources(this.btnBrowse, "btnBrowse");
     this.btnBrowse.Name   = "btnBrowse";
     this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
     //
     // btnCopy
     //
     resources.ApplyResources(this.btnCopy, "btnCopy");
     this.btnCopy.Name   = "btnCopy";
     this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
     //
     // sasCodeEditor
     //
     resources.ApplyResources(this.sasCodeEditor, "sasCodeEditor");
     this.sasCodeEditor.BackColor   = System.Drawing.SystemColors.Window;
     this.sasCodeEditor.ContentType = SAS.Tasks.Toolkit.Controls.SASTextEditorCtl.eContentType.SASProgram;
     this.sasCodeEditor.EditorText  = null;
     this.sasCodeEditor.Name        = "sasCodeEditor";
     this.sasCodeEditor.ReadOnly    = true;
     //
     // chkPreserveEncoding
     //
     resources.ApplyResources(this.chkPreserveEncoding, "chkPreserveEncoding");
     this.chkPreserveEncoding.Name = "chkPreserveEncoding";
     this.chkPreserveEncoding.UseVisualStyleBackColor = true;
     //
     // DS2DatalinesForm
     //
     this.AcceptButton = this.btnOK;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.btnCancel;
     this.Controls.Add(this.chkPreserveEncoding);
     this.Controls.Add(this.sasCodeEditor);
     this.Controls.Add(this.btnCopy);
     this.Controls.Add(this.btnBrowse);
     this.Controls.Add(this.lblProgram);
     this.Controls.Add(this.txtOutput);
     this.Controls.Add(this.lblOutput);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "DS2DatalinesForm";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DS2DatalinesForm));
     this.btnOK = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.lblOutput = new System.Windows.Forms.Label();
     this.txtOutput = new System.Windows.Forms.TextBox();
     this.lblProgram = new System.Windows.Forms.Label();
     this.btnBrowse = new System.Windows.Forms.Button();
     this.btnCopy = new System.Windows.Forms.Button();
     this.sasCodeEditor = new SAS.Tasks.Toolkit.Controls.SASTextEditorCtl();
     this.chkPreserveEncoding = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // btnOK
     //
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Name = "btnOK";
     //
     // btnCancel
     //
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Name = "btnCancel";
     //
     // lblOutput
     //
     resources.ApplyResources(this.lblOutput, "lblOutput");
     this.lblOutput.Name = "lblOutput";
     //
     // txtOutput
     //
     resources.ApplyResources(this.txtOutput, "txtOutput");
     this.txtOutput.Name = "txtOutput";
     this.txtOutput.ReadOnly = true;
     //
     // lblProgram
     //
     resources.ApplyResources(this.lblProgram, "lblProgram");
     this.lblProgram.Name = "lblProgram";
     //
     // btnBrowse
     //
     resources.ApplyResources(this.btnBrowse, "btnBrowse");
     this.btnBrowse.Name = "btnBrowse";
     this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
     //
     // btnCopy
     //
     resources.ApplyResources(this.btnCopy, "btnCopy");
     this.btnCopy.Name = "btnCopy";
     this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
     //
     // sasCodeEditor
     //
     resources.ApplyResources(this.sasCodeEditor, "sasCodeEditor");
     this.sasCodeEditor.BackColor = System.Drawing.SystemColors.Window;
     this.sasCodeEditor.ContentType = SAS.Tasks.Toolkit.Controls.SASTextEditorCtl.eContentType.SASProgram;
     this.sasCodeEditor.EditorText = null;
     this.sasCodeEditor.Name = "sasCodeEditor";
     this.sasCodeEditor.ReadOnly = true;
     //
     // chkPreserveEncoding
     //
     resources.ApplyResources(this.chkPreserveEncoding, "chkPreserveEncoding");
     this.chkPreserveEncoding.Name = "chkPreserveEncoding";
     this.chkPreserveEncoding.UseVisualStyleBackColor = true;
     //
     // DS2DatalinesForm
     //
     this.AcceptButton = this.btnOK;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.btnCancel;
     this.Controls.Add(this.chkPreserveEncoding);
     this.Controls.Add(this.sasCodeEditor);
     this.Controls.Add(this.btnCopy);
     this.Controls.Add(this.btnBrowse);
     this.Controls.Add(this.lblProgram);
     this.Controls.Add(this.txtOutput);
     this.Controls.Add(this.lblOutput);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "DS2DatalinesForm";
     this.ResumeLayout(false);
     this.PerformLayout();
 }