Source Code for Me (s-c.me)

Allows you to paste souce code to blogs! Adapted for Twitter! Here is Search Form in case you missed your code.
Code:
Selected Language:
Show Linenumbers:
Short link for Twitter:
HTML:

HTML view:

Copy Source | Copy HTML
  1. namespace Graser
  2. {
  3.     partial class Form1
  4.     {
  5.         /// <summary>
  6.         /// Требуется переменная конструктора.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Освободить все используемые ресурсы.
  12.         /// </summary>
  13.         /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.  
  23.         #region Код, автоматически созданный конструктором форм Windows
  24.  
  25.         /// <summary>
  26.         /// Обязательный метод для поддержки конструктора - не изменяйте
  27.         /// содержимое данного метода при помощи редактора кода.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             this.MainMenu = new System.Windows.Forms.MenuStrip();
  32.             this.Open = new System.Windows.Forms.ToolStripMenuItem();
  33.             this.dataGrid = new System.Windows.Forms.DataGridView();
  34.             this.MainMenu.SuspendLayout();
  35.             ((System.ComponentModel.ISupportInitialize)(this.dataGrid)).BeginInit();
  36.             this.SuspendLayout();
  37.             // 
  38.             // MainMenu
  39.             // 
  40.             this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  41.             this.Open});
  42.             this.MainMenu.Location = new System.Drawing.Point(0, 0);
  43.             this.MainMenu.Name = "MainMenu";
  44.             this.MainMenu.Size = new System.Drawing.Size(639, 24);
  45.             this.MainMenu.TabIndex = 0;
  46.             this.MainMenu.Text = "menuStrip";
  47.             // 
  48.             // Open
  49.             // 
  50.             this.Open.Name = "Open";
  51.             this.Open.Size = new System.Drawing.Size(45, 20);
  52.             this.Open.Text = "Open";
  53.             this.Open.Click += new System.EventHandler(this.Open_Click);
  54.             // 
  55.             // dataGrid
  56.             // 
  57.             this.dataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  58.             this.dataGrid.Location = new System.Drawing.Point(0, 27);
  59.             this.dataGrid.Name = "dataGrid";
  60.             this.dataGrid.Size = new System.Drawing.Size(392, 244);
  61.             this.dataGrid.TabIndex = 1;
  62.             // 
  63.             // Form1
  64.             // 
  65.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  66.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  67.             this.ClientSize = new System.Drawing.Size(639, 273);
  68.             this.Controls.Add(this.dataGrid);
  69.             this.Controls.Add(this.MainMenu);
  70.             this.MainMenuStrip = this.MainMenu;
  71.             this.Name = "Form1";
  72.             this.Text = "Graser-Main";
  73.             this.MainMenu.ResumeLayout(false);
  74.             this.MainMenu.PerformLayout();
  75.             ((System.ComponentModel.ISupportInitialize)(this.dataGrid)).EndInit();
  76.             this.ResumeLayout(false);
  77.             this.PerformLayout();
  78.  
  79.         }
  80.  
  81.         #endregion
  82.  
  83.         private System.Windows.Forms.MenuStrip MainMenu;
  84.         private System.Windows.Forms.ToolStripMenuItem Open;
  85.         private System.Windows.Forms.DataGridView dataGrid;
  86.     }
  87. }
  88.  




Based on Manoli.Net's CodeFormatter. Made by Topbot (c) 2008-2012