Beispiel #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(Concorder));
     this.statusBar1         = new System.Windows.Forms.StatusBar();
     this.statusBarPanel1    = new System.Windows.Forms.StatusBarPanel();
     this.m_btnHelp          = new System.Windows.Forms.Button();
     this.m_btnClose         = new System.Windows.Forms.Button();
     this.m_concorderControl = new RBRExtensions.ConcorderControl();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
     this.SuspendLayout();
     //
     // statusBar1
     //
     resources.ApplyResources(this.statusBar1, "statusBar1");
     this.statusBar1.Name = "statusBar1";
     this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.statusBarPanel1
     });
     //
     // statusBarPanel1
     //
     resources.ApplyResources(this.statusBarPanel1, "statusBarPanel1");
     //
     // m_btnHelp
     //
     resources.ApplyResources(this.m_btnHelp, "m_btnHelp");
     this.m_btnHelp.Name = "m_btnHelp";
     this.m_btnHelp.UseVisualStyleBackColor = true;
     this.m_btnHelp.Click += new System.EventHandler(this.m_btnHelp_Click);
     //
     // m_btnClose
     //
     resources.ApplyResources(this.m_btnClose, "m_btnClose");
     this.m_btnClose.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.m_btnClose.Name                    = "m_btnClose";
     this.m_btnClose.UseVisualStyleBackColor = true;
     this.m_btnClose.Click                  += new System.EventHandler(this.m_btnClose_Click);
     //
     // m_concorderControl
     //
     resources.ApplyResources(this.m_concorderControl, "m_concorderControl");
     this.m_concorderControl.MinimumSize = new System.Drawing.Size(0, 0);
     this.m_concorderControl.Name        = "m_concorderControl";
     //
     // Concorder
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.m_btnClose);
     this.Controls.Add(this.m_btnHelp);
     this.Controls.Add(this.m_concorderControl);
     this.Controls.Add(this.statusBar1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Concorder";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Concorder));
			this.statusBar1 = new System.Windows.Forms.StatusBar();
			this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
			this.m_btnHelp = new System.Windows.Forms.Button();
			this.m_btnClose = new System.Windows.Forms.Button();
			this.m_concorderControl = new RBRExtensions.ConcorderControl();
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
			this.SuspendLayout();
			//
			// statusBar1
			//
			resources.ApplyResources(this.statusBar1, "statusBar1");
			this.statusBar1.Name = "statusBar1";
			this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
			this.statusBarPanel1});
			//
			// statusBarPanel1
			//
			resources.ApplyResources(this.statusBarPanel1, "statusBarPanel1");
			//
			// m_btnHelp
			//
			resources.ApplyResources(this.m_btnHelp, "m_btnHelp");
			this.m_btnHelp.Name = "m_btnHelp";
			this.m_btnHelp.UseVisualStyleBackColor = true;
			this.m_btnHelp.Click += new System.EventHandler(this.m_btnHelp_Click);
			//
			// m_btnClose
			//
			resources.ApplyResources(this.m_btnClose, "m_btnClose");
			this.m_btnClose.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.m_btnClose.Name = "m_btnClose";
			this.m_btnClose.UseVisualStyleBackColor = true;
			this.m_btnClose.Click += new System.EventHandler(this.m_btnClose_Click);
			//
			// m_concorderControl
			//
			resources.ApplyResources(this.m_concorderControl, "m_concorderControl");
			this.m_concorderControl.MinimumSize = new System.Drawing.Size(0, 0);
			this.m_concorderControl.Name = "m_concorderControl";
			//
			// Concorder
			//
			resources.ApplyResources(this, "$this");
			this.Controls.Add(this.m_btnClose);
			this.Controls.Add(this.m_btnHelp);
			this.Controls.Add(this.m_concorderControl);
			this.Controls.Add(this.statusBar1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "Concorder";
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit();
			this.ResumeLayout(false);

		}