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.Label label1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SymbolChooserDlg));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.btnHelp     = new System.Windows.Forms.Button();
     this.btnCancel   = new System.Windows.Forms.Button();
     this.btnOK       = new System.Windows.Forms.Button();
     this.panel1      = new System.Windows.Forms.Panel();
     this.charGrid    = new SIL.FieldWorks.Common.Controls.CharacterGrid();
     this.lblFontName = new System.Windows.Forms.Label();
     label1           = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.charGrid)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     resources.ApplyResources(label1, "label1");
     label1.BackColor = System.Drawing.Color.Transparent;
     label1.Name      = "label1";
     //
     // btnHelp
     //
     resources.ApplyResources(this.btnHelp, "btnHelp");
     this.btnHelp.Name   = "btnHelp";
     this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
     //
     // btnCancel
     //
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Name         = "btnCancel";
     //
     // btnOK
     //
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.Name   = "btnOK";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.charGrid);
     this.panel1.Name = "panel1";
     //
     // charGrid
     //
     resources.ApplyResources(this.charGrid, "charGrid");
     this.charGrid.AllowUserToAddRows       = false;
     this.charGrid.AllowUserToDeleteRows    = false;
     this.charGrid.AllowUserToResizeColumns = false;
     this.charGrid.AllowUserToResizeRows    = false;
     this.charGrid.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.charGrid.ColumnHeadersVisible = false;
     this.charGrid.Cursor                      = System.Windows.Forms.Cursors.Default;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.charGrid.DefaultCellStyle            = dataGridViewCellStyle1;
     this.charGrid.MultiSelect                 = false;
     this.charGrid.Name              = "charGrid";
     this.charGrid.ReadOnly          = true;
     this.charGrid.RowHeadersVisible = false;
     this.charGrid.ShowCellToolTips  = false;
     this.charGrid.VirtualMode       = true;
     this.charGrid.DoubleClick      += new System.EventHandler(this.charGrid_DoubleClick);
     //
     // lblFontName
     //
     resources.ApplyResources(this.lblFontName, "lblFontName");
     this.lblFontName.BackColor = System.Drawing.Color.Transparent;
     this.lblFontName.Name      = "lblFontName";
     //
     // SymbolChooserDlg
     //
     this.AcceptButton = this.btnOK;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.btnCancel;
     this.Controls.Add(this.lblFontName);
     this.Controls.Add(label1);
     this.Controls.Add(this.btnHelp);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.panel1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "SymbolChooserDlg";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.charGrid)).EndInit();
     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.Label label1;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SymbolChooserDlg));
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
			this.btnHelp = new System.Windows.Forms.Button();
			this.btnCancel = new System.Windows.Forms.Button();
			this.btnOK = new System.Windows.Forms.Button();
			this.panel1 = new System.Windows.Forms.Panel();
			this.charGrid = new SIL.FieldWorks.Common.Controls.CharacterGrid();
			this.lblFontName = new System.Windows.Forms.Label();
			label1 = new System.Windows.Forms.Label();
			this.panel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.charGrid)).BeginInit();
			this.SuspendLayout();
			//
			// label1
			//
			resources.ApplyResources(label1, "label1");
			label1.BackColor = System.Drawing.Color.Transparent;
			label1.Name = "label1";
			//
			// btnHelp
			//
			resources.ApplyResources(this.btnHelp, "btnHelp");
			this.btnHelp.Name = "btnHelp";
			this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
			//
			// btnCancel
			//
			resources.ApplyResources(this.btnCancel, "btnCancel");
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Name = "btnCancel";
			//
			// btnOK
			//
			resources.ApplyResources(this.btnOK, "btnOK");
			this.btnOK.Name = "btnOK";
			this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
			//
			// panel1
			//
			resources.ApplyResources(this.panel1, "panel1");
			this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.panel1.Controls.Add(this.charGrid);
			this.panel1.Name = "panel1";
			//
			// charGrid
			//
			resources.ApplyResources(this.charGrid, "charGrid");
			this.charGrid.AllowUserToAddRows = false;
			this.charGrid.AllowUserToDeleteRows = false;
			this.charGrid.AllowUserToResizeColumns = false;
			this.charGrid.AllowUserToResizeRows = false;
			this.charGrid.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.charGrid.ColumnHeadersVisible = false;
			this.charGrid.Cursor = System.Windows.Forms.Cursors.Default;
			dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
			dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
			dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
			dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
			this.charGrid.DefaultCellStyle = dataGridViewCellStyle1;
			this.charGrid.MultiSelect = false;
			this.charGrid.Name = "charGrid";
			this.charGrid.ReadOnly = true;
			this.charGrid.RowHeadersVisible = false;
			this.charGrid.ShowCellToolTips = false;
			this.charGrid.VirtualMode = true;
			this.charGrid.DoubleClick += new System.EventHandler(this.charGrid_DoubleClick);
			//
			// lblFontName
			//
			resources.ApplyResources(this.lblFontName, "lblFontName");
			this.lblFontName.BackColor = System.Drawing.Color.Transparent;
			this.lblFontName.Name = "lblFontName";
			//
			// SymbolChooserDlg
			//
			this.AcceptButton = this.btnOK;
			resources.ApplyResources(this, "$this");
			this.CancelButton = this.btnCancel;
			this.Controls.Add(this.lblFontName);
			this.Controls.Add(label1);
			this.Controls.Add(this.btnHelp);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.btnOK);
			this.Controls.Add(this.panel1);
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "SymbolChooserDlg";
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.panel1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.charGrid)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}