Ejemplo n.º 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.Windows.Forms.Button m_btnOK;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BackTransLanguageDialog));
			System.Windows.Forms.Button m_btnHelp;
			System.Windows.Forms.Button m_btnCancel;
			this.m_chkBxApplyToAllBtWs = new System.Windows.Forms.CheckBox();
			this.m_olbWritingSystems = new SIL.FieldWorks.Common.Controls.OptionListBox();
			m_btnOK = new System.Windows.Forms.Button();
			m_btnHelp = new System.Windows.Forms.Button();
			m_btnCancel = new System.Windows.Forms.Button();
			this.SuspendLayout();
			//
			// m_btnOK
			//
			resources.ApplyResources(m_btnOK, "m_btnOK");
			m_btnOK.Name = "m_btnOK";
			m_btnOK.Click += new System.EventHandler(this.m_btnOK_Click);
			//
			// m_btnHelp
			//
			resources.ApplyResources(m_btnHelp, "m_btnHelp");
			m_btnHelp.Name = "m_btnHelp";
			m_btnHelp.Click += new System.EventHandler(this.m_btnHelp_Click);
			//
			// m_btnCancel
			//
			m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			resources.ApplyResources(m_btnCancel, "m_btnCancel");
			m_btnCancel.Name = "m_btnCancel";
			//
			// m_chkBxApplyToAllBtWs
			//
			resources.ApplyResources(this.m_chkBxApplyToAllBtWs, "m_chkBxApplyToAllBtWs");
			this.m_chkBxApplyToAllBtWs.Checked = true;
			this.m_chkBxApplyToAllBtWs.CheckState = System.Windows.Forms.CheckState.Checked;
			this.m_chkBxApplyToAllBtWs.Name = "m_chkBxApplyToAllBtWs";
			this.m_chkBxApplyToAllBtWs.UseVisualStyleBackColor = true;
			//
			// m_olbWritingSystems
			//
			this.m_olbWritingSystems.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
			resources.ApplyResources(this.m_olbWritingSystems, "m_olbWritingSystems");
			this.m_olbWritingSystems.Name = "m_olbWritingSystems";
			//
			// BackTransLanguageDialog
			//
			this.AcceptButton = m_btnOK;
			resources.ApplyResources(this, "$this");
			this.CancelButton = m_btnCancel;
			this.Controls.Add(this.m_chkBxApplyToAllBtWs);
			this.Controls.Add(this.m_olbWritingSystems);
			this.Controls.Add(m_btnCancel);
			this.Controls.Add(m_btnHelp);
			this.Controls.Add(m_btnOK);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "BackTransLanguageDialog";
			this.ShowInTaskbar = false;
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Ejemplo n.º 2
0
 /// -----------------------------------------------------------------------------------
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 /// -----------------------------------------------------------------------------------
 private void InitializeComponent()
 {
     System.Windows.Forms.Button m_btnOK;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BackTransLanguageDialog));
     System.Windows.Forms.Button m_btnHelp;
     System.Windows.Forms.Button m_btnCancel;
     this.m_chkBxApplyToAllBtWs = new System.Windows.Forms.CheckBox();
     this.m_olbWritingSystems   = new SIL.FieldWorks.Common.Controls.OptionListBox();
     m_btnOK     = new System.Windows.Forms.Button();
     m_btnHelp   = new System.Windows.Forms.Button();
     m_btnCancel = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // m_btnOK
     //
     resources.ApplyResources(m_btnOK, "m_btnOK");
     m_btnOK.Name   = "m_btnOK";
     m_btnOK.Click += new System.EventHandler(this.m_btnOK_Click);
     //
     // m_btnHelp
     //
     resources.ApplyResources(m_btnHelp, "m_btnHelp");
     m_btnHelp.Name   = "m_btnHelp";
     m_btnHelp.Click += new System.EventHandler(this.m_btnHelp_Click);
     //
     // m_btnCancel
     //
     m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(m_btnCancel, "m_btnCancel");
     m_btnCancel.Name = "m_btnCancel";
     //
     // m_chkBxApplyToAllBtWs
     //
     resources.ApplyResources(this.m_chkBxApplyToAllBtWs, "m_chkBxApplyToAllBtWs");
     this.m_chkBxApplyToAllBtWs.Checked    = true;
     this.m_chkBxApplyToAllBtWs.CheckState = System.Windows.Forms.CheckState.Checked;
     this.m_chkBxApplyToAllBtWs.Name       = "m_chkBxApplyToAllBtWs";
     this.m_chkBxApplyToAllBtWs.UseVisualStyleBackColor = true;
     //
     // m_olbWritingSystems
     //
     this.m_olbWritingSystems.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     resources.ApplyResources(this.m_olbWritingSystems, "m_olbWritingSystems");
     this.m_olbWritingSystems.Name = "m_olbWritingSystems";
     //
     // BackTransLanguageDialog
     //
     this.AcceptButton = m_btnOK;
     resources.ApplyResources(this, "$this");
     this.CancelButton = m_btnCancel;
     this.Controls.Add(this.m_chkBxApplyToAllBtWs);
     this.Controls.Add(this.m_olbWritingSystems);
     this.Controls.Add(m_btnCancel);
     this.Controls.Add(m_btnHelp);
     this.Controls.Add(m_btnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "BackTransLanguageDialog";
     this.ShowInTaskbar   = false;
     this.ResumeLayout(false);
     this.PerformLayout();
 }