Form_Main.Designer.cs 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. namespace NetworkDiscovery
  2. {
  3. partial class Form_Main
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. this.dataGridView = new System.Windows.Forms.DataGridView();
  30. this.panel = new System.Windows.Forms.Panel();
  31. this.progressBar = new System.Windows.Forms.ProgressBar();
  32. this.Button_About = new System.Windows.Forms.Button();
  33. this.label = new System.Windows.Forms.Label();
  34. this.Button_Start = new System.Windows.Forms.Button();
  35. this.Column_SN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column_IP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column_MAC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column_Model = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column_Firmware = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  41. this.panel.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // dataGridView
  45. //
  46. this.dataGridView.AllowUserToAddRows = false;
  47. this.dataGridView.AllowUserToResizeColumns = false;
  48. this.dataGridView.AllowUserToResizeRows = false;
  49. this.dataGridView.BackgroundColor = System.Drawing.Color.WhiteSmoke;
  50. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  51. dataGridViewCellStyle1.BackColor = System.Drawing.Color.Blue;
  52. dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  53. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  54. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  55. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  56. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  57. this.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  58. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  59. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  60. this.Column_SN,
  61. this.Column_IP,
  62. this.Column_MAC,
  63. this.Column_Model,
  64. this.Column_Firmware});
  65. this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
  66. this.dataGridView.GridColor = System.Drawing.Color.Black;
  67. this.dataGridView.Location = new System.Drawing.Point(0, 0);
  68. this.dataGridView.MultiSelect = false;
  69. this.dataGridView.Name = "dataGridView";
  70. this.dataGridView.RowHeadersVisible = false;
  71. this.dataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  72. this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  73. this.dataGridView.Size = new System.Drawing.Size(635, 468);
  74. this.dataGridView.TabIndex = 0;
  75. this.dataGridView.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellDoubleClick);
  76. //
  77. // panel
  78. //
  79. this.panel.Controls.Add(this.progressBar);
  80. this.panel.Controls.Add(this.Button_About);
  81. this.panel.Controls.Add(this.label);
  82. this.panel.Controls.Add(this.Button_Start);
  83. this.panel.Dock = System.Windows.Forms.DockStyle.Bottom;
  84. this.panel.Location = new System.Drawing.Point(0, 418);
  85. this.panel.Name = "panel";
  86. this.panel.Size = new System.Drawing.Size(635, 50);
  87. this.panel.TabIndex = 1;
  88. //
  89. // progressBar
  90. //
  91. this.progressBar.Enabled = false;
  92. this.progressBar.Location = new System.Drawing.Point(93, 15);
  93. this.progressBar.Name = "progressBar";
  94. this.progressBar.Size = new System.Drawing.Size(100, 23);
  95. this.progressBar.TabIndex = 4;
  96. //
  97. // Button_About
  98. //
  99. this.Button_About.Location = new System.Drawing.Point(524, 15);
  100. this.Button_About.Name = "Button_About";
  101. this.Button_About.Size = new System.Drawing.Size(99, 23);
  102. this.Button_About.TabIndex = 3;
  103. this.Button_About.Text = "О программе";
  104. this.Button_About.UseVisualStyleBackColor = true;
  105. this.Button_About.Click += new System.EventHandler(this.Button_About_Click);
  106. //
  107. // label
  108. //
  109. this.label.AutoSize = true;
  110. this.label.Location = new System.Drawing.Point(199, 20);
  111. this.label.Name = "label";
  112. this.label.Size = new System.Drawing.Size(0, 13);
  113. this.label.TabIndex = 1;
  114. this.label.Visible = false;
  115. //
  116. // Button_Start
  117. //
  118. this.Button_Start.Location = new System.Drawing.Point(12, 15);
  119. this.Button_Start.Name = "Button_Start";
  120. this.Button_Start.Size = new System.Drawing.Size(75, 23);
  121. this.Button_Start.TabIndex = 0;
  122. this.Button_Start.Text = "Пуск";
  123. this.Button_Start.UseVisualStyleBackColor = true;
  124. this.Button_Start.Click += new System.EventHandler(this.Button_Start_Click);
  125. //
  126. // Column_SN
  127. //
  128. this.Column_SN.HeaderText = "Серийный номер";
  129. this.Column_SN.Name = "Column_SN";
  130. this.Column_SN.ReadOnly = true;
  131. this.Column_SN.Width = 150;
  132. //
  133. // Column_IP
  134. //
  135. this.Column_IP.HeaderText = "IP-адрес";
  136. this.Column_IP.Name = "Column_IP";
  137. this.Column_IP.ReadOnly = true;
  138. this.Column_IP.Width = 90;
  139. //
  140. // Column_MAC
  141. //
  142. this.Column_MAC.HeaderText = "MAC-адрес";
  143. this.Column_MAC.Name = "Column_MAC";
  144. this.Column_MAC.ReadOnly = true;
  145. this.Column_MAC.Width = 110;
  146. //
  147. // Column_Model
  148. //
  149. this.Column_Model.HeaderText = "Модель";
  150. this.Column_Model.Name = "Column_Model";
  151. this.Column_Model.ReadOnly = true;
  152. this.Column_Model.Width = 130;
  153. //
  154. // Column_Firmware
  155. //
  156. this.Column_Firmware.HeaderText = "Версия ПО";
  157. this.Column_Firmware.Name = "Column_Firmware";
  158. this.Column_Firmware.ReadOnly = true;
  159. this.Column_Firmware.Width = 150;
  160. //
  161. // Form_Main
  162. //
  163. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  164. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  165. this.ClientSize = new System.Drawing.Size(635, 468);
  166. this.Controls.Add(this.panel);
  167. this.Controls.Add(this.dataGridView);
  168. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  169. this.Icon = global::NetworkDiscovery.Properties.Resources.icon;
  170. this.Name = "Form_Main";
  171. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  172. this.Text = "Network Discovery (ROTEK)";
  173. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  174. this.panel.ResumeLayout(false);
  175. this.panel.PerformLayout();
  176. this.ResumeLayout(false);
  177. }
  178. #endregion
  179. private System.Windows.Forms.DataGridView dataGridView;
  180. private System.Windows.Forms.Panel panel;
  181. private System.Windows.Forms.Button Button_Start;
  182. private System.Windows.Forms.Button Button_About;
  183. private System.Windows.Forms.Label label;
  184. private System.Windows.Forms.ProgressBar progressBar;
  185. private System.Windows.Forms.DataGridViewTextBoxColumn Column_SN;
  186. private System.Windows.Forms.DataGridViewTextBoxColumn Column_IP;
  187. private System.Windows.Forms.DataGridViewTextBoxColumn Column_MAC;
  188. private System.Windows.Forms.DataGridViewTextBoxColumn Column_Model;
  189. private System.Windows.Forms.DataGridViewTextBoxColumn Column_Firmware;
  190. }
  191. }