dbSettingFrom.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. namespace Uninpho.Tools.components.SomethingSetting
  2. {
  3. partial class dbSettingFrom
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  29. this.settingBtn = new DevExpress.XtraEditors.SimpleButton();
  30. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
  32. this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
  33. this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
  34. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  35. this.DATABASE = new DevExpress.XtraEditors.TextEdit();
  36. this.PASSWORD = new DevExpress.XtraEditors.TextEdit();
  37. this.PORT = new DevExpress.XtraEditors.TextEdit();
  38. this.USER_ID = new DevExpress.XtraEditors.TextEdit();
  39. this.HOST = new DevExpress.XtraEditors.TextEdit();
  40. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  41. this.panelControl1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.DATABASE.Properties)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.PASSWORD.Properties)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.PORT.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.USER_ID.Properties)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.HOST.Properties)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // panelControl1
  50. //
  51. this.panelControl1.Controls.Add(this.settingBtn);
  52. this.panelControl1.Controls.Add(this.labelControl1);
  53. this.panelControl1.Controls.Add(this.labelControl11);
  54. this.panelControl1.Controls.Add(this.labelControl10);
  55. this.panelControl1.Controls.Add(this.labelControl9);
  56. this.panelControl1.Controls.Add(this.labelControl7);
  57. this.panelControl1.Controls.Add(this.DATABASE);
  58. this.panelControl1.Controls.Add(this.PASSWORD);
  59. this.panelControl1.Controls.Add(this.PORT);
  60. this.panelControl1.Controls.Add(this.USER_ID);
  61. this.panelControl1.Controls.Add(this.HOST);
  62. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.panelControl1.Location = new System.Drawing.Point(0, 0);
  64. this.panelControl1.Name = "panelControl1";
  65. this.panelControl1.Size = new System.Drawing.Size(394, 288);
  66. this.panelControl1.TabIndex = 0;
  67. //
  68. // settingBtn
  69. //
  70. this.settingBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  71. this.settingBtn.Location = new System.Drawing.Point(147, 229);
  72. this.settingBtn.Name = "settingBtn";
  73. this.settingBtn.Size = new System.Drawing.Size(88, 30);
  74. this.settingBtn.TabIndex = 11;
  75. this.settingBtn.Text = "更改配置";
  76. this.settingBtn.Click += new System.EventHandler(this.settingBtn_Click);
  77. //
  78. // labelControl1
  79. //
  80. this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  81. this.labelControl1.Location = new System.Drawing.Point(91, 179);
  82. this.labelControl1.Name = "labelControl1";
  83. this.labelControl1.Size = new System.Drawing.Size(52, 14);
  84. this.labelControl1.TabIndex = 7;
  85. this.labelControl1.Text = "数据库名:";
  86. //
  87. // labelControl11
  88. //
  89. this.labelControl11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  90. this.labelControl11.Location = new System.Drawing.Point(83, 144);
  91. this.labelControl11.Name = "labelControl11";
  92. this.labelControl11.Size = new System.Drawing.Size(64, 14);
  93. this.labelControl11.TabIndex = 7;
  94. this.labelControl11.Text = "服务器密码:";
  95. //
  96. // labelControl10
  97. //
  98. this.labelControl10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  99. this.labelControl10.Location = new System.Drawing.Point(103, 107);
  100. this.labelControl10.Name = "labelControl10";
  101. this.labelControl10.Size = new System.Drawing.Size(40, 14);
  102. this.labelControl10.TabIndex = 8;
  103. this.labelControl10.Text = "端口号:";
  104. //
  105. // labelControl9
  106. //
  107. this.labelControl9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  108. this.labelControl9.Location = new System.Drawing.Point(91, 70);
  109. this.labelControl9.Name = "labelControl9";
  110. this.labelControl9.Size = new System.Drawing.Size(52, 14);
  111. this.labelControl9.TabIndex = 9;
  112. this.labelControl9.Text = "服务器ID:";
  113. //
  114. // labelControl7
  115. //
  116. this.labelControl7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  117. this.labelControl7.Location = new System.Drawing.Point(83, 27);
  118. this.labelControl7.Name = "labelControl7";
  119. this.labelControl7.Size = new System.Drawing.Size(72, 14);
  120. this.labelControl7.TabIndex = 10;
  121. this.labelControl7.Text = "服务器地址:";
  122. //
  123. // DATABASE
  124. //
  125. this.DATABASE.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  126. this.DATABASE.Location = new System.Drawing.Point(170, 176);
  127. this.DATABASE.Name = "DATABASE";
  128. this.DATABASE.Size = new System.Drawing.Size(148, 20);
  129. this.DATABASE.TabIndex = 3;
  130. //
  131. // PASSWORD
  132. //
  133. this.PASSWORD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  134. this.PASSWORD.Location = new System.Drawing.Point(170, 141);
  135. this.PASSWORD.Name = "PASSWORD";
  136. this.PASSWORD.Size = new System.Drawing.Size(148, 20);
  137. this.PASSWORD.TabIndex = 3;
  138. //
  139. // PORT
  140. //
  141. this.PORT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  142. this.PORT.Location = new System.Drawing.Point(170, 104);
  143. this.PORT.Name = "PORT";
  144. this.PORT.Size = new System.Drawing.Size(148, 20);
  145. this.PORT.TabIndex = 4;
  146. //
  147. // USER_ID
  148. //
  149. this.USER_ID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  150. this.USER_ID.Location = new System.Drawing.Point(170, 64);
  151. this.USER_ID.Name = "USER_ID";
  152. this.USER_ID.Size = new System.Drawing.Size(148, 20);
  153. this.USER_ID.TabIndex = 5;
  154. //
  155. // HOST
  156. //
  157. this.HOST.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  158. this.HOST.Location = new System.Drawing.Point(170, 24);
  159. this.HOST.Name = "HOST";
  160. this.HOST.Size = new System.Drawing.Size(148, 20);
  161. this.HOST.TabIndex = 6;
  162. //
  163. // dbSettingFrom
  164. //
  165. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  166. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  167. this.ClientSize = new System.Drawing.Size(394, 288);
  168. this.Controls.Add(this.panelControl1);
  169. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  170. this.MaximizeBox = false;
  171. this.MinimizeBox = false;
  172. this.Name = "dbSettingFrom";
  173. this.Text = "数据库设置";
  174. this.Load += new System.EventHandler(this.dbSettingFrom_Load);
  175. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  176. this.panelControl1.ResumeLayout(false);
  177. this.panelControl1.PerformLayout();
  178. ((System.ComponentModel.ISupportInitialize)(this.DATABASE.Properties)).EndInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.PASSWORD.Properties)).EndInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.PORT.Properties)).EndInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.USER_ID.Properties)).EndInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.HOST.Properties)).EndInit();
  183. this.ResumeLayout(false);
  184. }
  185. #endregion
  186. private DevExpress.XtraEditors.PanelControl panelControl1;
  187. private DevExpress.XtraEditors.SimpleButton settingBtn;
  188. private DevExpress.XtraEditors.LabelControl labelControl11;
  189. private DevExpress.XtraEditors.LabelControl labelControl10;
  190. private DevExpress.XtraEditors.LabelControl labelControl9;
  191. private DevExpress.XtraEditors.LabelControl labelControl7;
  192. private DevExpress.XtraEditors.TextEdit PASSWORD;
  193. private DevExpress.XtraEditors.TextEdit PORT;
  194. private DevExpress.XtraEditors.TextEdit USER_ID;
  195. private DevExpress.XtraEditors.TextEdit HOST;
  196. private DevExpress.XtraEditors.LabelControl labelControl1;
  197. private DevExpress.XtraEditors.TextEdit DATABASE;
  198. }
  199. }