Main.Designer.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. 
  2. namespace project
  3. {
  4. partial class Main
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</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. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
  30. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.groupBox1 = new System.Windows.Forms.GroupBox();
  35. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.groupBox1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // dataGridView1
  41. //
  42. this.dataGridView1.AllowUserToAddRows = false;
  43. this.dataGridView1.AllowUserToDeleteRows = false;
  44. this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(250)))), ((int)(((byte)(220)))));
  45. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  46. this.dataGridView1.GridColor = System.Drawing.SystemColors.ActiveBorder;
  47. this.dataGridView1.Location = new System.Drawing.Point(22, 65);
  48. this.dataGridView1.Name = "dataGridView1";
  49. this.dataGridView1.ReadOnly = true;
  50. this.dataGridView1.Size = new System.Drawing.Size(776, 385);
  51. this.dataGridView1.TabIndex = 1;
  52. //
  53. // pictureBox1
  54. //
  55. this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  56. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  57. this.pictureBox1.Location = new System.Drawing.Point(736, 19);
  58. this.pictureBox1.Name = "pictureBox1";
  59. this.pictureBox1.Size = new System.Drawing.Size(56, 38);
  60. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  61. this.pictureBox1.TabIndex = 4;
  62. this.pictureBox1.TabStop = false;
  63. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  64. //
  65. // button2
  66. //
  67. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  68. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  69. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  70. this.button2.ForeColor = System.Drawing.SystemColors.Window;
  71. this.button2.Location = new System.Drawing.Point(202, 22);
  72. this.button2.Name = "button2";
  73. this.button2.Size = new System.Drawing.Size(155, 35);
  74. this.button2.TabIndex = 14;
  75. this.button2.Text = "Удалить";
  76. this.button2.UseVisualStyleBackColor = false;
  77. this.button2.Visible = false;
  78. this.button2.Click += new System.EventHandler(this.button2_Click);
  79. //
  80. // button1
  81. //
  82. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  83. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  84. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  85. this.button1.ForeColor = System.Drawing.SystemColors.Window;
  86. this.button1.Location = new System.Drawing.Point(22, 22);
  87. this.button1.Name = "button1";
  88. this.button1.Size = new System.Drawing.Size(155, 35);
  89. this.button1.TabIndex = 13;
  90. this.button1.Text = "Изменить";
  91. this.button1.UseVisualStyleBackColor = false;
  92. this.button1.Visible = false;
  93. this.button1.Click += new System.EventHandler(this.button1_Click);
  94. //
  95. // groupBox1
  96. //
  97. this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  98. this.groupBox1.Controls.Add(this.pictureBox1);
  99. this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  100. this.groupBox1.Location = new System.Drawing.Point(6, 0);
  101. this.groupBox1.Name = "groupBox1";
  102. this.groupBox1.Size = new System.Drawing.Size(808, 462);
  103. this.groupBox1.TabIndex = 15;
  104. this.groupBox1.TabStop = false;
  105. //
  106. // Main
  107. //
  108. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  109. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  110. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(180)))), ((int)(((byte)(145)))));
  111. this.ClientSize = new System.Drawing.Size(820, 468);
  112. this.Controls.Add(this.button2);
  113. this.Controls.Add(this.button1);
  114. this.Controls.Add(this.dataGridView1);
  115. this.Controls.Add(this.groupBox1);
  116. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  117. this.Name = "Main";
  118. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  119. this.Text = "Городской справочник";
  120. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Main_FormClosed);
  121. this.Load += new System.EventHandler(this.Main_Load);
  122. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  124. this.groupBox1.ResumeLayout(false);
  125. this.ResumeLayout(false);
  126. }
  127. #endregion
  128. private System.Windows.Forms.DataGridView dataGridView1;
  129. private System.Windows.Forms.PictureBox pictureBox1;
  130. private System.Windows.Forms.Button button2;
  131. private System.Windows.Forms.Button button1;
  132. private System.Windows.Forms.GroupBox groupBox1;
  133. }
  134. }