frmMain.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. namespace CreateTableColumnFile
  2. {
  3. partial class frmMain
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  29. this.tabControl1 = new System.Windows.Forms.TabControl();
  30. this.tpBaseInfo = new System.Windows.Forms.TabPage();
  31. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  32. this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
  33. this.btTestConn = new System.Windows.Forms.Button();
  34. this.tpOperation = new System.Windows.Forms.TabPage();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.btCreateTC = new System.Windows.Forms.Button();
  37. this.btnTableColumns = new System.Windows.Forms.Button();
  38. this.btnTables = new System.Windows.Forms.Button();
  39. this.btTableColumns = new System.Windows.Forms.Button();
  40. this.btCreateTableList = new System.Windows.Forms.Button();
  41. this.btLoadTables = new System.Windows.Forms.Button();
  42. this.btCreatClass = new System.Windows.Forms.Button();
  43. this.btCreate = new System.Windows.Forms.Button();
  44. this.btRightToLeft = new System.Windows.Forms.Button();
  45. this.btLeftToRight = new System.Windows.Forms.Button();
  46. this.lbDesc = new System.Windows.Forms.ListBox();
  47. this.lbSource = new System.Windows.Forms.ListBox();
  48. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  49. this.tabControl1.SuspendLayout();
  50. this.tpBaseInfo.SuspendLayout();
  51. this.splitContainer1.Panel1.SuspendLayout();
  52. this.splitContainer1.Panel2.SuspendLayout();
  53. this.splitContainer1.SuspendLayout();
  54. this.tpOperation.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // openFileDialog1
  58. //
  59. this.openFileDialog1.FileName = "openFileDialog1";
  60. //
  61. // tabControl1
  62. //
  63. this.tabControl1.Controls.Add(this.tpBaseInfo);
  64. this.tabControl1.Controls.Add(this.tpOperation);
  65. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  66. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  67. this.tabControl1.Name = "tabControl1";
  68. this.tabControl1.SelectedIndex = 0;
  69. this.tabControl1.Size = new System.Drawing.Size(620, 410);
  70. this.tabControl1.TabIndex = 1;
  71. //
  72. // tpBaseInfo
  73. //
  74. this.tpBaseInfo.Controls.Add(this.splitContainer1);
  75. this.tpBaseInfo.Location = new System.Drawing.Point(4, 22);
  76. this.tpBaseInfo.Name = "tpBaseInfo";
  77. this.tpBaseInfo.Padding = new System.Windows.Forms.Padding(3);
  78. this.tpBaseInfo.Size = new System.Drawing.Size(612, 384);
  79. this.tpBaseInfo.TabIndex = 0;
  80. this.tpBaseInfo.Text = "基本参数";
  81. this.tpBaseInfo.UseVisualStyleBackColor = true;
  82. //
  83. // splitContainer1
  84. //
  85. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.splitContainer1.Location = new System.Drawing.Point(3, 3);
  87. this.splitContainer1.Name = "splitContainer1";
  88. //
  89. // splitContainer1.Panel1
  90. //
  91. this.splitContainer1.Panel1.Controls.Add(this.propertyGrid1);
  92. //
  93. // splitContainer1.Panel2
  94. //
  95. this.splitContainer1.Panel2.Controls.Add(this.btTestConn);
  96. this.splitContainer1.Size = new System.Drawing.Size(606, 378);
  97. this.splitContainer1.SplitterDistance = 414;
  98. this.splitContainer1.TabIndex = 2;
  99. //
  100. // propertyGrid1
  101. //
  102. this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.propertyGrid1.Location = new System.Drawing.Point(0, 0);
  104. this.propertyGrid1.Name = "propertyGrid1";
  105. this.propertyGrid1.Size = new System.Drawing.Size(414, 378);
  106. this.propertyGrid1.TabIndex = 0;
  107. //
  108. // btTestConn
  109. //
  110. this.btTestConn.Location = new System.Drawing.Point(46, 32);
  111. this.btTestConn.Name = "btTestConn";
  112. this.btTestConn.Size = new System.Drawing.Size(109, 25);
  113. this.btTestConn.TabIndex = 1;
  114. this.btTestConn.Text = "测试连接";
  115. this.btTestConn.UseVisualStyleBackColor = true;
  116. this.btTestConn.Click += new System.EventHandler(this.btTestConn_Click);
  117. //
  118. // tpOperation
  119. //
  120. this.tpOperation.Controls.Add(this.button1);
  121. this.tpOperation.Controls.Add(this.btCreateTC);
  122. this.tpOperation.Controls.Add(this.btnTableColumns);
  123. this.tpOperation.Controls.Add(this.btnTables);
  124. this.tpOperation.Controls.Add(this.btTableColumns);
  125. this.tpOperation.Controls.Add(this.btCreateTableList);
  126. this.tpOperation.Controls.Add(this.btLoadTables);
  127. this.tpOperation.Controls.Add(this.btCreatClass);
  128. this.tpOperation.Controls.Add(this.btCreate);
  129. this.tpOperation.Controls.Add(this.btRightToLeft);
  130. this.tpOperation.Controls.Add(this.btLeftToRight);
  131. this.tpOperation.Controls.Add(this.lbDesc);
  132. this.tpOperation.Controls.Add(this.lbSource);
  133. this.tpOperation.Location = new System.Drawing.Point(4, 22);
  134. this.tpOperation.Name = "tpOperation";
  135. this.tpOperation.Padding = new System.Windows.Forms.Padding(3);
  136. this.tpOperation.Size = new System.Drawing.Size(612, 384);
  137. this.tpOperation.TabIndex = 1;
  138. this.tpOperation.Text = "生成操作";
  139. this.tpOperation.UseVisualStyleBackColor = true;
  140. //
  141. // button1
  142. //
  143. this.button1.Location = new System.Drawing.Point(325, 32);
  144. this.button1.Name = "button1";
  145. this.button1.Size = new System.Drawing.Size(96, 25);
  146. this.button1.TabIndex = 19;
  147. this.button1.Text = "生成更新记录集合";
  148. this.button1.UseVisualStyleBackColor = true;
  149. this.button1.Click += new System.EventHandler(this.button1_Click);
  150. //
  151. // btCreateTC
  152. //
  153. this.btCreateTC.Location = new System.Drawing.Point(244, 298);
  154. this.btCreateTC.Name = "btCreateTC";
  155. this.btCreateTC.Size = new System.Drawing.Size(75, 50);
  156. this.btCreateTC.TabIndex = 18;
  157. this.btCreateTC.Text = "创建TC";
  158. this.btCreateTC.UseVisualStyleBackColor = true;
  159. this.btCreateTC.Click += new System.EventHandler(this.btCreateTC_Click);
  160. //
  161. // btnTableColumns
  162. //
  163. this.btnTableColumns.Location = new System.Drawing.Point(244, 242);
  164. this.btnTableColumns.Name = "btnTableColumns";
  165. this.btnTableColumns.Size = new System.Drawing.Size(75, 50);
  166. this.btnTableColumns.TabIndex = 17;
  167. this.btnTableColumns.Text = "未创建TC";
  168. this.btnTableColumns.UseVisualStyleBackColor = true;
  169. this.btnTableColumns.Click += new System.EventHandler(this.btnTableColumns_Click);
  170. //
  171. // btnTables
  172. //
  173. this.btnTables.Location = new System.Drawing.Point(244, 191);
  174. this.btnTables.Name = "btnTables";
  175. this.btnTables.Size = new System.Drawing.Size(75, 35);
  176. this.btnTables.TabIndex = 16;
  177. this.btnTables.Text = "未创建Tables";
  178. this.btnTables.UseVisualStyleBackColor = true;
  179. this.btnTables.Click += new System.EventHandler(this.btnTables_Click);
  180. //
  181. // btTableColumns
  182. //
  183. this.btTableColumns.Location = new System.Drawing.Point(199, 6);
  184. this.btTableColumns.Name = "btTableColumns";
  185. this.btTableColumns.Size = new System.Drawing.Size(68, 25);
  186. this.btTableColumns.TabIndex = 15;
  187. this.btTableColumns.Text = "表字段";
  188. this.btTableColumns.UseVisualStyleBackColor = true;
  189. this.btTableColumns.Click += new System.EventHandler(this.btTableColumns_Click);
  190. //
  191. // btCreateTableList
  192. //
  193. this.btCreateTableList.Location = new System.Drawing.Point(108, 6);
  194. this.btCreateTableList.Name = "btCreateTableList";
  195. this.btCreateTableList.Size = new System.Drawing.Size(68, 25);
  196. this.btCreateTableList.TabIndex = 14;
  197. this.btCreateTableList.Text = "表列表";
  198. this.btCreateTableList.UseVisualStyleBackColor = true;
  199. this.btCreateTableList.Click += new System.EventHandler(this.btCreateTableList_Click);
  200. //
  201. // btLoadTables
  202. //
  203. this.btLoadTables.Location = new System.Drawing.Point(12, 6);
  204. this.btLoadTables.Name = "btLoadTables";
  205. this.btLoadTables.Size = new System.Drawing.Size(68, 25);
  206. this.btLoadTables.TabIndex = 13;
  207. this.btLoadTables.Text = "加载表";
  208. this.btLoadTables.UseVisualStyleBackColor = true;
  209. this.btLoadTables.Click += new System.EventHandler(this.btLoadTables_Click);
  210. //
  211. // btCreatClass
  212. //
  213. this.btCreatClass.Location = new System.Drawing.Point(442, 6);
  214. this.btCreatClass.Name = "btCreatClass";
  215. this.btCreatClass.Size = new System.Drawing.Size(107, 25);
  216. this.btCreatClass.TabIndex = 12;
  217. this.btCreatClass.Text = "创建表对象";
  218. this.btCreatClass.UseVisualStyleBackColor = true;
  219. this.btCreatClass.Click += new System.EventHandler(this.btCreatClass_Click);
  220. //
  221. // btCreate
  222. //
  223. this.btCreate.Location = new System.Drawing.Point(325, 1);
  224. this.btCreate.Name = "btCreate";
  225. this.btCreate.Size = new System.Drawing.Size(96, 25);
  226. this.btCreate.TabIndex = 5;
  227. this.btCreate.Text = "生成记录集合";
  228. this.btCreate.UseVisualStyleBackColor = true;
  229. this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
  230. //
  231. // btRightToLeft
  232. //
  233. this.btRightToLeft.Location = new System.Drawing.Point(244, 127);
  234. this.btRightToLeft.Name = "btRightToLeft";
  235. this.btRightToLeft.Size = new System.Drawing.Size(75, 31);
  236. this.btRightToLeft.TabIndex = 3;
  237. this.btRightToLeft.Text = "<";
  238. this.btRightToLeft.UseVisualStyleBackColor = true;
  239. this.btRightToLeft.Click += new System.EventHandler(this.btRightToLeft_Click);
  240. //
  241. // btLeftToRight
  242. //
  243. this.btLeftToRight.Location = new System.Drawing.Point(244, 70);
  244. this.btLeftToRight.Name = "btLeftToRight";
  245. this.btLeftToRight.Size = new System.Drawing.Size(75, 31);
  246. this.btLeftToRight.TabIndex = 2;
  247. this.btLeftToRight.Text = ">";
  248. this.btLeftToRight.UseVisualStyleBackColor = true;
  249. this.btLeftToRight.Click += new System.EventHandler(this.btLeftToRight_Click);
  250. //
  251. // lbDesc
  252. //
  253. this.lbDesc.FormattingEnabled = true;
  254. this.lbDesc.Location = new System.Drawing.Point(325, 58);
  255. this.lbDesc.Name = "lbDesc";
  256. this.lbDesc.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
  257. this.lbDesc.Size = new System.Drawing.Size(262, 316);
  258. this.lbDesc.TabIndex = 1;
  259. //
  260. // lbSource
  261. //
  262. this.lbSource.FormattingEnabled = true;
  263. this.lbSource.Location = new System.Drawing.Point(13, 58);
  264. this.lbSource.Name = "lbSource";
  265. this.lbSource.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
  266. this.lbSource.Size = new System.Drawing.Size(225, 316);
  267. this.lbSource.Sorted = true;
  268. this.lbSource.TabIndex = 0;
  269. this.lbSource.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lbSource_KeyDown);
  270. //
  271. // richTextBox1
  272. //
  273. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  274. this.richTextBox1.Location = new System.Drawing.Point(0, 410);
  275. this.richTextBox1.Name = "richTextBox1";
  276. this.richTextBox1.Size = new System.Drawing.Size(620, 105);
  277. this.richTextBox1.TabIndex = 5;
  278. this.richTextBox1.Text = "";
  279. //
  280. // frmMain
  281. //
  282. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  283. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  284. this.ClientSize = new System.Drawing.Size(620, 515);
  285. this.Controls.Add(this.tabControl1);
  286. this.Controls.Add(this.richTextBox1);
  287. this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  288. this.Name = "frmMain";
  289. this.Text = "表对象生成器";
  290. this.tabControl1.ResumeLayout(false);
  291. this.tpBaseInfo.ResumeLayout(false);
  292. this.splitContainer1.Panel1.ResumeLayout(false);
  293. this.splitContainer1.Panel2.ResumeLayout(false);
  294. this.splitContainer1.ResumeLayout(false);
  295. this.tpOperation.ResumeLayout(false);
  296. this.ResumeLayout(false);
  297. }
  298. #endregion
  299. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  300. private System.Windows.Forms.TabControl tabControl1;
  301. private System.Windows.Forms.TabPage tpBaseInfo;
  302. private System.Windows.Forms.SplitContainer splitContainer1;
  303. private System.Windows.Forms.PropertyGrid propertyGrid1;
  304. private System.Windows.Forms.TabPage tpOperation;
  305. private System.Windows.Forms.Button btRightToLeft;
  306. private System.Windows.Forms.Button btLeftToRight;
  307. private System.Windows.Forms.ListBox lbDesc;
  308. private System.Windows.Forms.ListBox lbSource;
  309. private System.Windows.Forms.Button btCreate;
  310. private System.Windows.Forms.Button btTestConn;
  311. private System.Windows.Forms.Button btLoadTables;
  312. private System.Windows.Forms.Button btCreatClass;
  313. private System.Windows.Forms.Button btCreateTableList;
  314. private System.Windows.Forms.RichTextBox richTextBox1;
  315. private System.Windows.Forms.Button btTableColumns;
  316. private System.Windows.Forms.Button btnTables;
  317. private System.Windows.Forms.Button btnTableColumns;
  318. private System.Windows.Forms.Button btCreateTC;
  319. private System.Windows.Forms.Button button1;
  320. }
  321. }