| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CaptrueForm)); |
| | | this.lbl_ip = new System.Windows.Forms.Label(); |
| | | this.lbl_port = new System.Windows.Forms.Label(); |
| | | this.local_port = new System.Windows.Forms.TextBox(); |
| | |
| | | this.Controls.Add(this.local_port); |
| | | this.Controls.Add(this.lbl_port); |
| | | this.Controls.Add(this.lbl_ip); |
| | | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
| | | this.Name = "CaptrueForm"; |
| | | this.Text = "UDP数据采集"; |
| | | this.ResumeLayout(false); |