|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+namespace DotNettyFrom.dialog
|
|
|
2
|
+{
|
|
|
3
|
+ partial class TcpPkgConfigDialog
|
|
|
4
|
+ {
|
|
|
5
|
+ /// <summary>
|
|
|
6
|
+ /// Required designer variable.
|
|
|
7
|
+ /// </summary>
|
|
|
8
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
9
|
+
|
|
|
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
|
+
|
|
|
23
|
+ #region Windows Form Designer generated code
|
|
|
24
|
+
|
|
|
25
|
+ /// <summary>
|
|
|
26
|
+ /// Required method for Designer support - do not modify
|
|
|
27
|
+ /// the contents of this method with the code editor.
|
|
|
28
|
+ /// </summary>
|
|
|
29
|
+ private void InitializeComponent()
|
|
|
30
|
+ {
|
|
|
31
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
32
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
33
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
34
|
+ this.LengthFieldOffset = new System.Windows.Forms.NumericUpDown();
|
|
|
35
|
+ this.LengthFieldLength = new System.Windows.Forms.NumericUpDown();
|
|
|
36
|
+ this.LengthAdjustment = new System.Windows.Forms.NumericUpDown();
|
|
|
37
|
+ this.buttonCancle = new System.Windows.Forms.Button();
|
|
|
38
|
+ this.buttonOk = new System.Windows.Forms.Button();
|
|
|
39
|
+ this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
40
|
+ this.InitialBytesToStrip = new System.Windows.Forms.NumericUpDown();
|
|
|
41
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
42
|
+ ((System.ComponentModel.ISupportInitialize)(this.LengthFieldOffset)).BeginInit();
|
|
|
43
|
+ ((System.ComponentModel.ISupportInitialize)(this.LengthFieldLength)).BeginInit();
|
|
|
44
|
+ ((System.ComponentModel.ISupportInitialize)(this.LengthAdjustment)).BeginInit();
|
|
|
45
|
+ ((System.ComponentModel.ISupportInitialize)(this.InitialBytesToStrip)).BeginInit();
|
|
|
46
|
+ this.SuspendLayout();
|
|
|
47
|
+ //
|
|
|
48
|
+ // label1
|
|
|
49
|
+ //
|
|
|
50
|
+ this.label1.AutoSize = true;
|
|
|
51
|
+ this.label1.Location = new System.Drawing.Point(89, 124);
|
|
|
52
|
+ this.label1.Name = "label1";
|
|
|
53
|
+ this.label1.Size = new System.Drawing.Size(109, 17);
|
|
|
54
|
+ this.label1.TabIndex = 0;
|
|
|
55
|
+ this.label1.Text = "LengthFieldOffset";
|
|
|
56
|
+ //
|
|
|
57
|
+ // label2
|
|
|
58
|
+ //
|
|
|
59
|
+ this.label2.AutoSize = true;
|
|
|
60
|
+ this.label2.Location = new System.Drawing.Point(89, 188);
|
|
|
61
|
+ this.label2.Name = "label2";
|
|
|
62
|
+ this.label2.Size = new System.Drawing.Size(117, 17);
|
|
|
63
|
+ this.label2.TabIndex = 1;
|
|
|
64
|
+ this.label2.Text = "LengthFieldLength ";
|
|
|
65
|
+ //
|
|
|
66
|
+ // label3
|
|
|
67
|
+ //
|
|
|
68
|
+ this.label3.AutoSize = true;
|
|
|
69
|
+ this.label3.Location = new System.Drawing.Point(89, 241);
|
|
|
70
|
+ this.label3.Name = "label3";
|
|
|
71
|
+ this.label3.Size = new System.Drawing.Size(112, 17);
|
|
|
72
|
+ this.label3.TabIndex = 1;
|
|
|
73
|
+ this.label3.Text = "LengthAdjustment";
|
|
|
74
|
+ //
|
|
|
75
|
+ // LengthFieldOffset
|
|
|
76
|
+ //
|
|
|
77
|
+ this.LengthFieldOffset.Location = new System.Drawing.Point(210, 124);
|
|
|
78
|
+ this.LengthFieldOffset.Name = "LengthFieldOffset";
|
|
|
79
|
+ this.LengthFieldOffset.Size = new System.Drawing.Size(120, 23);
|
|
|
80
|
+ this.LengthFieldOffset.TabIndex = 2;
|
|
|
81
|
+ //
|
|
|
82
|
+ // LengthFieldLength
|
|
|
83
|
+ //
|
|
|
84
|
+ this.LengthFieldLength.Location = new System.Drawing.Point(210, 186);
|
|
|
85
|
+ this.LengthFieldLength.Name = "LengthFieldLength";
|
|
|
86
|
+ this.LengthFieldLength.Size = new System.Drawing.Size(120, 23);
|
|
|
87
|
+ this.LengthFieldLength.TabIndex = 2;
|
|
|
88
|
+ //
|
|
|
89
|
+ // LengthAdjustment
|
|
|
90
|
+ //
|
|
|
91
|
+ this.LengthAdjustment.Location = new System.Drawing.Point(210, 235);
|
|
|
92
|
+ this.LengthAdjustment.Name = "LengthAdjustment";
|
|
|
93
|
+ this.LengthAdjustment.Size = new System.Drawing.Size(120, 23);
|
|
|
94
|
+ this.LengthAdjustment.TabIndex = 2;
|
|
|
95
|
+ //
|
|
|
96
|
+ // buttonCancle
|
|
|
97
|
+ //
|
|
|
98
|
+ this.buttonCancle.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
99
|
+ this.buttonCancle.Location = new System.Drawing.Point(92, 345);
|
|
|
100
|
+ this.buttonCancle.Name = "buttonCancle";
|
|
|
101
|
+ this.buttonCancle.Size = new System.Drawing.Size(75, 23);
|
|
|
102
|
+ this.buttonCancle.TabIndex = 3;
|
|
|
103
|
+ this.buttonCancle.Text = "取消";
|
|
|
104
|
+ this.buttonCancle.UseVisualStyleBackColor = true;
|
|
|
105
|
+ //
|
|
|
106
|
+ // buttonOk
|
|
|
107
|
+ //
|
|
|
108
|
+ this.buttonOk.Location = new System.Drawing.Point(255, 345);
|
|
|
109
|
+ this.buttonOk.Name = "buttonOk";
|
|
|
110
|
+ this.buttonOk.Size = new System.Drawing.Size(75, 23);
|
|
|
111
|
+ this.buttonOk.TabIndex = 3;
|
|
|
112
|
+ this.buttonOk.Text = "确定";
|
|
|
113
|
+ this.buttonOk.UseVisualStyleBackColor = true;
|
|
|
114
|
+ this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
|
|
|
115
|
+ //
|
|
|
116
|
+ // textBox1
|
|
|
117
|
+ //
|
|
|
118
|
+ this.textBox1.Location = new System.Drawing.Point(80, 419);
|
|
|
119
|
+ this.textBox1.Name = "textBox1";
|
|
|
120
|
+ this.textBox1.ReadOnly = true;
|
|
|
121
|
+ this.textBox1.Size = new System.Drawing.Size(264, 23);
|
|
|
122
|
+ this.textBox1.TabIndex = 4;
|
|
|
123
|
+ this.textBox1.Text = "下次连接生效";
|
|
|
124
|
+ this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
125
|
+ //
|
|
|
126
|
+ // InitialBytesToStrip
|
|
|
127
|
+ //
|
|
|
128
|
+ this.InitialBytesToStrip.Location = new System.Drawing.Point(210, 296);
|
|
|
129
|
+ this.InitialBytesToStrip.Name = "InitialBytesToStrip";
|
|
|
130
|
+ this.InitialBytesToStrip.Size = new System.Drawing.Size(120, 23);
|
|
|
131
|
+ this.InitialBytesToStrip.TabIndex = 6;
|
|
|
132
|
+ //
|
|
|
133
|
+ // label4
|
|
|
134
|
+ //
|
|
|
135
|
+ this.label4.AutoSize = true;
|
|
|
136
|
+ this.label4.Location = new System.Drawing.Point(89, 302);
|
|
|
137
|
+ this.label4.Name = "label4";
|
|
|
138
|
+ this.label4.Size = new System.Drawing.Size(112, 17);
|
|
|
139
|
+ this.label4.TabIndex = 5;
|
|
|
140
|
+ this.label4.Text = "InitialBytesToStrip";
|
|
|
141
|
+ //
|
|
|
142
|
+ // TcpPkgConfigDialog
|
|
|
143
|
+ //
|
|
|
144
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
|
145
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
146
|
+ this.CancelButton = this.buttonCancle;
|
|
|
147
|
+ this.ClientSize = new System.Drawing.Size(445, 518);
|
|
|
148
|
+ this.Controls.Add(this.InitialBytesToStrip);
|
|
|
149
|
+ this.Controls.Add(this.label4);
|
|
|
150
|
+ this.Controls.Add(this.textBox1);
|
|
|
151
|
+ this.Controls.Add(this.buttonOk);
|
|
|
152
|
+ this.Controls.Add(this.buttonCancle);
|
|
|
153
|
+ this.Controls.Add(this.LengthAdjustment);
|
|
|
154
|
+ this.Controls.Add(this.LengthFieldLength);
|
|
|
155
|
+ this.Controls.Add(this.LengthFieldOffset);
|
|
|
156
|
+ this.Controls.Add(this.label3);
|
|
|
157
|
+ this.Controls.Add(this.label2);
|
|
|
158
|
+ this.Controls.Add(this.label1);
|
|
|
159
|
+ this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
160
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
161
|
+ this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
162
|
+ this.MaximizeBox = false;
|
|
|
163
|
+ this.MinimizeBox = false;
|
|
|
164
|
+ this.Name = "TcpPkgConfigDialog";
|
|
|
165
|
+ this.ShowIcon = false;
|
|
|
166
|
+ this.ShowInTaskbar = false;
|
|
|
167
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
168
|
+ this.Text = "半包-粘包";
|
|
|
169
|
+ this.Load += new System.EventHandler(this.TcpPkgConfigDialog_Load);
|
|
|
170
|
+ ((System.ComponentModel.ISupportInitialize)(this.LengthFieldOffset)).EndInit();
|
|
|
171
|
+ ((System.ComponentModel.ISupportInitialize)(this.LengthFieldLength)).EndInit();
|
|
|
172
|
+ ((System.ComponentModel.ISupportInitialize)(this.LengthAdjustment)).EndInit();
|
|
|
173
|
+ ((System.ComponentModel.ISupportInitialize)(this.InitialBytesToStrip)).EndInit();
|
|
|
174
|
+ this.ResumeLayout(false);
|
|
|
175
|
+ this.PerformLayout();
|
|
|
176
|
+
|
|
|
177
|
+ }
|
|
|
178
|
+
|
|
|
179
|
+ #endregion
|
|
|
180
|
+
|
|
|
181
|
+ private System.Windows.Forms.Label label1;
|
|
|
182
|
+ private System.Windows.Forms.Label label2;
|
|
|
183
|
+ private System.Windows.Forms.Label label3;
|
|
|
184
|
+ private System.Windows.Forms.NumericUpDown LengthFieldOffset;
|
|
|
185
|
+ private System.Windows.Forms.NumericUpDown LengthFieldLength;
|
|
|
186
|
+ private System.Windows.Forms.NumericUpDown LengthAdjustment;
|
|
|
187
|
+ private System.Windows.Forms.Button buttonCancle;
|
|
|
188
|
+ private System.Windows.Forms.Button buttonOk;
|
|
|
189
|
+ private System.Windows.Forms.TextBox textBox1;
|
|
|
190
|
+ private System.Windows.Forms.NumericUpDown InitialBytesToStrip;
|
|
|
191
|
+ private System.Windows.Forms.Label label4;
|
|
|
192
|
+ }
|
|
|
193
|
+}
|