|
@@ -30,16 +30,16 @@
|
30
|
30
|
{
|
31
|
31
|
this.components = new System.ComponentModel.Container();
|
32
|
32
|
this.listBoxHistory = new System.Windows.Forms.ListBox();
|
33
|
|
- this.buttonRandom = new System.Windows.Forms.Button();
|
34
|
|
- this.buttonCancle = new System.Windows.Forms.Button();
|
35
|
|
- this.textBoxSourceCCID = new System.Windows.Forms.TextBox();
|
36
|
|
- this.buttonTransalteCCID = new System.Windows.Forms.Button();
|
37
|
|
- this.labelCCIDLEN = new System.Windows.Forms.Label();
|
38
|
33
|
this.rightCTXHIS = new System.Windows.Forms.ContextMenuStrip(this.components);
|
39
|
34
|
this.DelteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
40
|
35
|
this.AllClearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
41
|
36
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
42
|
37
|
this.CopyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
38
|
+ this.buttonRandom = new System.Windows.Forms.Button();
|
|
39
|
+ this.buttonCancle = new System.Windows.Forms.Button();
|
|
40
|
+ this.textBoxSourceCCID = new System.Windows.Forms.TextBox();
|
|
41
|
+ this.buttonTransalteCCID = new System.Windows.Forms.Button();
|
|
42
|
+ this.labelCCIDLEN = new System.Windows.Forms.Label();
|
43
|
43
|
this.rightCTXHIS.SuspendLayout();
|
44
|
44
|
this.SuspendLayout();
|
45
|
45
|
//
|
|
@@ -47,16 +47,53 @@
|
47
|
47
|
//
|
48
|
48
|
this.listBoxHistory.ContextMenuStrip = this.rightCTXHIS;
|
49
|
49
|
this.listBoxHistory.FormattingEnabled = true;
|
|
50
|
+ this.listBoxHistory.HorizontalScrollbar = true;
|
50
|
51
|
this.listBoxHistory.ItemHeight = 20;
|
51
|
52
|
this.listBoxHistory.Location = new System.Drawing.Point(12, 7);
|
52
|
53
|
this.listBoxHistory.Name = "listBoxHistory";
|
53
|
|
- this.listBoxHistory.Size = new System.Drawing.Size(422, 364);
|
|
54
|
+ this.listBoxHistory.Size = new System.Drawing.Size(633, 364);
|
54
|
55
|
this.listBoxHistory.TabIndex = 0;
|
55
|
56
|
this.listBoxHistory.DoubleClick += new System.EventHandler(this.listBoxHistory_DoubleClick);
|
56
|
57
|
//
|
|
58
|
+ // rightCTXHIS
|
|
59
|
+ //
|
|
60
|
+ this.rightCTXHIS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
61
|
+ this.DelteToolStripMenuItem,
|
|
62
|
+ this.AllClearToolStripMenuItem,
|
|
63
|
+ this.toolStripSeparator1,
|
|
64
|
+ this.CopyToolStripMenuItem});
|
|
65
|
+ this.rightCTXHIS.Name = "rightCTXHIS";
|
|
66
|
+ this.rightCTXHIS.Size = new System.Drawing.Size(166, 76);
|
|
67
|
+ //
|
|
68
|
+ // DelteToolStripMenuItem
|
|
69
|
+ //
|
|
70
|
+ this.DelteToolStripMenuItem.Name = "DelteToolStripMenuItem";
|
|
71
|
+ this.DelteToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
|
|
72
|
+ this.DelteToolStripMenuItem.Text = "删除选中记录(&D)";
|
|
73
|
+ this.DelteToolStripMenuItem.Click += new System.EventHandler(this.DelteToolStripMenuItem_Click);
|
|
74
|
+ //
|
|
75
|
+ // AllClearToolStripMenuItem
|
|
76
|
+ //
|
|
77
|
+ this.AllClearToolStripMenuItem.Name = "AllClearToolStripMenuItem";
|
|
78
|
+ this.AllClearToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
|
|
79
|
+ this.AllClearToolStripMenuItem.Text = "清空所有记录(&A)";
|
|
80
|
+ this.AllClearToolStripMenuItem.Click += new System.EventHandler(this.AllClearToolStripMenuItem_Click);
|
|
81
|
+ //
|
|
82
|
+ // toolStripSeparator1
|
|
83
|
+ //
|
|
84
|
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
85
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(162, 6);
|
|
86
|
+ //
|
|
87
|
+ // CopyToolStripMenuItem
|
|
88
|
+ //
|
|
89
|
+ this.CopyToolStripMenuItem.Name = "CopyToolStripMenuItem";
|
|
90
|
+ this.CopyToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
|
|
91
|
+ this.CopyToolStripMenuItem.Text = "复制选中记录(&C)";
|
|
92
|
+ this.CopyToolStripMenuItem.Click += new System.EventHandler(this.CopyToolStripMenuItem_Click);
|
|
93
|
+ //
|
57
|
94
|
// buttonRandom
|
58
|
95
|
//
|
59
|
|
- this.buttonRandom.Location = new System.Drawing.Point(190, 433);
|
|
96
|
+ this.buttonRandom.Location = new System.Drawing.Point(401, 433);
|
60
|
97
|
this.buttonRandom.Name = "buttonRandom";
|
61
|
98
|
this.buttonRandom.Size = new System.Drawing.Size(119, 39);
|
62
|
99
|
this.buttonRandom.TabIndex = 1;
|
|
@@ -68,7 +105,7 @@
|
68
|
105
|
// buttonCancle
|
69
|
106
|
//
|
70
|
107
|
this.buttonCancle.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
71
|
|
- this.buttonCancle.Location = new System.Drawing.Point(315, 433);
|
|
108
|
+ this.buttonCancle.Location = new System.Drawing.Point(526, 433);
|
72
|
109
|
this.buttonCancle.Name = "buttonCancle";
|
73
|
110
|
this.buttonCancle.Size = new System.Drawing.Size(119, 39);
|
74
|
111
|
this.buttonCancle.TabIndex = 2;
|
|
@@ -79,7 +116,7 @@
|
79
|
116
|
//
|
80
|
117
|
this.textBoxSourceCCID.Location = new System.Drawing.Point(12, 401);
|
81
|
118
|
this.textBoxSourceCCID.Name = "textBoxSourceCCID";
|
82
|
|
- this.textBoxSourceCCID.Size = new System.Drawing.Size(376, 26);
|
|
119
|
+ this.textBoxSourceCCID.Size = new System.Drawing.Size(610, 26);
|
83
|
120
|
this.textBoxSourceCCID.TabIndex = 3;
|
84
|
121
|
this.textBoxSourceCCID.Visible = false;
|
85
|
122
|
this.textBoxSourceCCID.TextChanged += new System.EventHandler(this.textBoxSourceCCID_TextChanged);
|
|
@@ -87,7 +124,7 @@
|
87
|
124
|
// buttonTransalteCCID
|
88
|
125
|
//
|
89
|
126
|
this.buttonTransalteCCID.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
90
|
|
- this.buttonTransalteCCID.Location = new System.Drawing.Point(65, 433);
|
|
127
|
+ this.buttonTransalteCCID.Location = new System.Drawing.Point(276, 433);
|
91
|
128
|
this.buttonTransalteCCID.Name = "buttonTransalteCCID";
|
92
|
129
|
this.buttonTransalteCCID.Size = new System.Drawing.Size(119, 39);
|
93
|
130
|
this.buttonTransalteCCID.TabIndex = 4;
|
|
@@ -99,55 +136,19 @@
|
99
|
136
|
// labelCCIDLEN
|
100
|
137
|
//
|
101
|
138
|
this.labelCCIDLEN.AutoSize = true;
|
102
|
|
- this.labelCCIDLEN.Location = new System.Drawing.Point(394, 404);
|
|
139
|
+ this.labelCCIDLEN.Location = new System.Drawing.Point(628, 404);
|
103
|
140
|
this.labelCCIDLEN.Name = "labelCCIDLEN";
|
104
|
141
|
this.labelCCIDLEN.Size = new System.Drawing.Size(17, 20);
|
105
|
142
|
this.labelCCIDLEN.TabIndex = 5;
|
106
|
143
|
this.labelCCIDLEN.Text = "0";
|
107
|
144
|
this.labelCCIDLEN.Visible = false;
|
108
|
145
|
//
|
109
|
|
- // rightCTXHIS
|
110
|
|
- //
|
111
|
|
- this.rightCTXHIS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
112
|
|
- this.DelteToolStripMenuItem,
|
113
|
|
- this.AllClearToolStripMenuItem,
|
114
|
|
- this.toolStripSeparator1,
|
115
|
|
- this.CopyToolStripMenuItem});
|
116
|
|
- this.rightCTXHIS.Name = "rightCTXHIS";
|
117
|
|
- this.rightCTXHIS.Size = new System.Drawing.Size(166, 76);
|
118
|
|
- //
|
119
|
|
- // DelteToolStripMenuItem
|
120
|
|
- //
|
121
|
|
- this.DelteToolStripMenuItem.Name = "DelteToolStripMenuItem";
|
122
|
|
- this.DelteToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
|
123
|
|
- this.DelteToolStripMenuItem.Text = "删除选中记录(&D)";
|
124
|
|
- this.DelteToolStripMenuItem.Click += new System.EventHandler(this.DelteToolStripMenuItem_Click);
|
125
|
|
- //
|
126
|
|
- // AllClearToolStripMenuItem
|
127
|
|
- //
|
128
|
|
- this.AllClearToolStripMenuItem.Name = "AllClearToolStripMenuItem";
|
129
|
|
- this.AllClearToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
|
130
|
|
- this.AllClearToolStripMenuItem.Text = "清空所有记录(&A)";
|
131
|
|
- this.AllClearToolStripMenuItem.Click += new System.EventHandler(this.AllClearToolStripMenuItem_Click);
|
132
|
|
- //
|
133
|
|
- // toolStripSeparator1
|
134
|
|
- //
|
135
|
|
- this.toolStripSeparator1.Name = "toolStripSeparator1";
|
136
|
|
- this.toolStripSeparator1.Size = new System.Drawing.Size(162, 6);
|
137
|
|
- //
|
138
|
|
- // CopyToolStripMenuItem
|
139
|
|
- //
|
140
|
|
- this.CopyToolStripMenuItem.Name = "CopyToolStripMenuItem";
|
141
|
|
- this.CopyToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
|
142
|
|
- this.CopyToolStripMenuItem.Text = "复制选中记录(&C)";
|
143
|
|
- this.CopyToolStripMenuItem.Click += new System.EventHandler(this.CopyToolStripMenuItem_Click);
|
144
|
|
- //
|
145
|
146
|
// HistoryDialog
|
146
|
147
|
//
|
147
|
148
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
148
|
149
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
149
|
150
|
this.CancelButton = this.buttonCancle;
|
150
|
|
- this.ClientSize = new System.Drawing.Size(446, 484);
|
|
151
|
+ this.ClientSize = new System.Drawing.Size(657, 484);
|
151
|
152
|
this.Controls.Add(this.labelCCIDLEN);
|
152
|
153
|
this.Controls.Add(this.buttonTransalteCCID);
|
153
|
154
|
this.Controls.Add(this.textBoxSourceCCID);
|