123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- namespace GWSocketClient
- {
- partial class AnaProtocol
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.labelSourceData = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // labelSourceData
- //
- this.labelSourceData.AutoSize = true;
- this.labelSourceData.Location = new System.Drawing.Point(357, 13);
- this.labelSourceData.Name = "labelSourceData";
- this.labelSourceData.Size = new System.Drawing.Size(43, 17);
- this.labelSourceData.TabIndex = 0;
- this.labelSourceData.Text = "label1";
- //
- // AnaProtocol
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1021, 841);
- this.Controls.Add(this.labelSourceData);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "AnaProtocol";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "分析";
- this.Load += new System.EventHandler(this.AnaProtocol_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Label labelSourceData;
- }
- }
|