-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm4.Designer.cs
More file actions
211 lines (205 loc) · 10.7 KB
/
Form4.Designer.cs
File metadata and controls
211 lines (205 loc) · 10.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
namespace SqlSync
{
partial class Form4
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4));
this.btnStart = new System.Windows.Forms.Button();
this.stsStatus = new System.Windows.Forms.StatusStrip();
this.tsslSqlState = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslOracleState = new System.Windows.Forms.ToolStripStatusLabel();
this.stsTables = new System.Windows.Forms.ToolStripStatusLabel();
this.stslTable = new System.Windows.Forms.ToolStripStatusLabel();
this.stslRows = new System.Windows.Forms.ToolStripStatusLabel();
this.stpProgress = new System.Windows.Forms.ToolStripProgressBar();
this.txtLog = new System.Windows.Forms.TextBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.btnStop = new System.Windows.Forms.Button();
this.btnPause = new System.Windows.Forms.Button();
this.stsStatus.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// btnStart
//
this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStart.Location = new System.Drawing.Point(548, 12);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(104, 30);
this.btnStart.TabIndex = 0;
this.btnStart.Text = "开始";
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// stsStatus
//
this.stsStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsslSqlState,
this.tsslOracleState,
this.stsTables,
this.stslTable,
this.stslRows,
this.stpProgress});
this.stsStatus.Location = new System.Drawing.Point(0, 390);
this.stsStatus.Name = "stsStatus";
this.stsStatus.Size = new System.Drawing.Size(664, 26);
this.stsStatus.TabIndex = 2;
this.stsStatus.Text = "stsStatus";
//
// tsslSqlState
//
this.tsslSqlState.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.tsslSqlState.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
this.tsslSqlState.Name = "tsslSqlState";
this.tsslSqlState.Size = new System.Drawing.Size(35, 21);
this.tsslSqlState.Text = "SQL";
//
// tsslOracleState
//
this.tsslOracleState.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.tsslOracleState.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
this.tsslOracleState.Name = "tsslOracleState";
this.tsslOracleState.Size = new System.Drawing.Size(38, 21);
this.tsslOracleState.Text = "ORA";
//
// stsTables
//
this.stsTables.Name = "stsTables";
this.stsTables.Size = new System.Drawing.Size(27, 21);
this.stsTables.Text = "0/1";
//
// stslTable
//
this.stslTable.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.stslTable.Name = "stslTable";
this.stslTable.Size = new System.Drawing.Size(32, 21);
this.stslTable.Text = "表名";
this.stslTable.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// stslRows
//
this.stslRows.Name = "stslRows";
this.stslRows.Size = new System.Drawing.Size(73, 21);
this.stslRows.Text = "当前行/行数";
//
// stpProgress
//
this.stpProgress.Name = "stpProgress";
this.stpProgress.Size = new System.Drawing.Size(150, 20);
this.stpProgress.Step = 1;
//
// txtLog
//
this.txtLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtLog.Location = new System.Drawing.Point(0, 84);
this.txtLog.Multiline = true;
this.txtLog.Name = "txtLog";
this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtLog.Size = new System.Drawing.Size(664, 307);
this.txtLog.TabIndex = 3;
this.txtLog.DoubleClick += new System.EventHandler(this.txtLog_DoubleClick);
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(0, 1);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(529, 83);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 4;
this.pictureBox1.TabStop = false;
//
// btnStop
//
this.btnStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnStop.Enabled = false;
this.btnStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStop.Location = new System.Drawing.Point(548, 48);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(104, 30);
this.btnStop.TabIndex = 5;
this.btnStop.Text = "停止";
this.btnStop.UseVisualStyleBackColor = true;
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
//
// btnPause
//
this.btnPause.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnPause.Enabled = false;
this.btnPause.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnPause.Location = new System.Drawing.Point(548, 12);
this.btnPause.Name = "btnPause";
this.btnPause.Size = new System.Drawing.Size(104, 30);
this.btnPause.TabIndex = 6;
this.btnPause.Tag = "继续";
this.btnPause.Text = "暂停";
this.btnPause.UseVisualStyleBackColor = true;
this.btnPause.Visible = false;
this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
//
// Form4
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(664, 416);
this.Controls.Add(this.btnPause);
this.Controls.Add(this.btnStop);
this.Controls.Add(this.txtLog);
this.Controls.Add(this.stsStatus);
this.Controls.Add(this.btnStart);
this.Controls.Add(this.pictureBox1);
this.Name = "Form4";
this.Text = "SQL > Oracle数据同步工具";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form4_FormClosing);
this.stsStatus.ResumeLayout(false);
this.stsStatus.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnStart;
private System.Windows.Forms.StatusStrip stsStatus;
private System.Windows.Forms.ToolStripStatusLabel stslTable;
private System.Windows.Forms.ToolStripProgressBar stpProgress;
private System.Windows.Forms.ToolStripStatusLabel stsTables;
private System.Windows.Forms.ToolStripStatusLabel stslRows;
private System.Windows.Forms.TextBox txtLog;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button btnStop;
private System.Windows.Forms.Button btnPause;
private System.Windows.Forms.ToolStripStatusLabel tsslSqlState;
private System.Windows.Forms.ToolStripStatusLabel tsslOracleState;
}
}